/* * 由SharpDevelop创建。 * 用户: Administrator * 日期: 2017/3/11 * 时间: 14:09 * * 要改变这种模板请点击 工具|选项|代码编写|编辑标准头文件 */ namespace nativeCom { partial class Formzyx { /// /// Designer variable used to keep track of non-visual components. /// private System.ComponentModel.IContainer components = null; private System.Windows.Forms.Button button2; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.TextBox textBox3; /// /// Disposes resources used by the form. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing) { if (components != null) { components.Dispose(); } } base.Dispose(disposing); } /// /// This method is required for Windows Forms designer support. /// Do not change the method contents inside the source code editor. The Forms designer might private void InitializeComponent() { this.tabPage1 = new System.Windows.Forms.TabPage(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.textBox3 = new System.Windows.Forms.TextBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.tabPage1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.SuspendLayout(); // // tabPage1 // this.tabPage1.Controls.Add(this.textBox4); this.tabPage1.Controls.Add(this.textBox3); this.tabPage1.Controls.Add(this.button1); this.tabPage1.Controls.Add(this.button2); this.tabPage1.Location = new System.Drawing.Point(4, 25); this.tabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabPage1.Size = new System.Drawing.Size(1177, 523); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Log"; this.tabPage1.UseVisualStyleBackColor = true; // // button1 // this.button1.Location = new System.Drawing.Point(141, 14); this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(100, 29); this.button1.TabIndex = 11; this.button1.Text = "show form2"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.Button1Click); // // button2 // this.button2.Location = new System.Drawing.Point(13, 8); this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(100, 29); this.button2.TabIndex = 2; this.button2.Text = "test"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.Button2Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Location = new System.Drawing.Point(16, 15); this.tabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1185, 552); this.tabControl1.TabIndex = 10; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(13, 44); this.textBox3.Multiline = true; this.textBox3.Name = "textBox3"; this.textBox3.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBox3.Size = new System.Drawing.Size(990, 208); this.textBox3.TabIndex = 13; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(13, 272); this.textBox4.Multiline = true; this.textBox4.Name = "textBox4"; this.textBox4.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBox4.Size = new System.Drawing.Size(990, 136); this.textBox4.TabIndex = 14; // // Formzyx // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1408, 616); this.Controls.Add(this.tabControl1); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "Formzyx"; this.Text = "Form1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormzyxFormClosed); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabControl1.ResumeLayout(false); this.ResumeLayout(false); } } }