Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.excelControl1 = new ExcelControl.ExcelControl();
     this.SuspendLayout();
     //
     // excelControl1
     //
     this.excelControl1.Location = new System.Drawing.Point(16, 24);
     this.excelControl1.Name     = "excelControl1";
     this.excelControl1.Size     = new System.Drawing.Size(472, 256);
     this.excelControl1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(568, 413);
     this.Controls.Add(this.excelControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.excelControl1 = new ExcelControl.ExcelControl();
     this.SuspendLayout();
     //
     // excelControl1
     //
     this.excelControl1.Location = new System.Drawing.Point(16, 24);
     this.excelControl1.Name = "excelControl1";
     this.excelControl1.Size = new System.Drawing.Size(472, 256);
     this.excelControl1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(568, 413);
     this.Controls.Add(this.excelControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }