namespace 垂直剖面面浮标网口升级 { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.groupBox1 = new System.Windows.Forms.GroupBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.textBox4 = new System.Windows.Forms.TextBox(); this.button4 = new System.Windows.Forms.Button(); this.textBox3 = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.comboBox1); this.groupBox1.Controls.Add(this.textBox2); this.groupBox1.Controls.Add(this.textBox1); this.groupBox1.Controls.Add(this.groupBox2); this.groupBox1.Controls.Add(this.button2); this.groupBox1.Controls.Add(this.label8); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.Location = new System.Drawing.Point(0, 11); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(322, 349); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "文件读取"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(134, 93); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(169, 29); this.textBox2.TabIndex = 9; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(134, 53); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(169, 29); this.textBox1.TabIndex = 9; // // groupBox2 // this.groupBox2.Controls.Add(this.textBox4); this.groupBox2.Controls.Add(this.button4); this.groupBox2.Controls.Add(this.textBox3); this.groupBox2.Controls.Add(this.button3); this.groupBox2.Controls.Add(this.button1); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Location = new System.Drawing.Point(6, 174); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(306, 169); this.groupBox2.TabIndex = 12; this.groupBox2.TabStop = false; this.groupBox2.Text = "程序升级"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(6, 28); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(170, 29); this.textBox4.TabIndex = 11; // // button4 // this.button4.Location = new System.Drawing.Point(185, 21); this.button4.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(112, 40); this.button4.TabIndex = 0; this.button4.Text = "版本查询"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // textBox3 // this.textBox3.Location = new System.Drawing.Point(6, 78); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(170, 29); this.textBox3.TabIndex = 11; // // button3 // this.button3.Location = new System.Drawing.Point(185, 71); this.button3.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(112, 40); this.button3.TabIndex = 0; this.button3.Text = "文件选择"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button1 // this.button1.Location = new System.Drawing.Point(185, 121); this.button1.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(112, 40); this.button1.TabIndex = 0; this.button1.Text = "文件发送"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 119); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(66, 19); this.label3.TabIndex = 7; this.label3.Text = "未连接"; // // button2 // this.button2.Location = new System.Drawing.Point(191, 128); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(112, 40); this.button2.TabIndex = 11; this.button2.Text = "连接"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 96); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(123, 19); this.label8.TabIndex = 10; this.label8.Text = "目标端口号:"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(6, 56); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(124, 19); this.label7.TabIndex = 10; this.label7.Text = "目标IP地址:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(6, 138); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(66, 19); this.label5.TabIndex = 7; this.label5.Text = "未连接"; // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Items.AddRange(new object[] { "客户端", "服务器"}); this.comboBox1.Location = new System.Drawing.Point(182, 20); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(121, 27); this.comboBox1.TabIndex = 13; this.comboBox1.TextChanged += new System.EventHandler(this.comboBox1_TextChanged); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(328, 372); this.Controls.Add(this.groupBox1); this.Name = "Form1"; this.Text = "Form1"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Button button4; private System.Windows.Forms.ComboBox comboBox1; } }