回复 10楼roger.wang的帖子
Spread 日语版 版本号: 7.0.2003.2008
上传文件时,网页提示内部服务器错误
Designer文件中的内容如下
- namespace WindowsFormsApplication1
- {
- partial class Form1
- {
- /// <summary>
- /// 必要なデザイナー変数です。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 使用中のリソースをすべてクリーンアップします。
- /// </summary>
- /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は false です。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows フォーム デザイナーで生成されたコード
- /// <summary>
- /// デザイナー サポートに必要なメソッドです。このメソッドの内容を
- /// コード エディターで変更しないでください。
- /// </summary>
- private void InitializeComponent()
- {
- this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
- this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
- ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
- this.SuspendLayout();
- //
- // fpSpread1
- //
- this.fpSpread1.AccessibleDescription = "";
- this.fpSpread1.Location = new System.Drawing.Point(59, 26);
- this.fpSpread1.Name = "fpSpread1";
- this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
- this.fpSpread1_Sheet1});
- this.fpSpread1.Size = new System.Drawing.Size(436, 259);
- this.fpSpread1.TabIndex = 0;
- this.fpSpread1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.fpSpread1_KeyDown);
- //
- // fpSpread1_Sheet1
- //
- this.fpSpread1_Sheet1.Reset();
- this.fpSpread1_Sheet1.SheetName = "Sheet1";
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(560, 333);
- this.Controls.Add(this.fpSpread1);
- this.Name = "Form1";
- this.Text = "Form1";
- ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private FarPoint.Win.Spread.FpSpread fpSpread1;
- private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
- }
- }
复制代码 |