namespace Tiobon.Core.OPS.Tool.OPS.Tool.View { partial class Frm_MultiItem { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_MultiItem)); this.gb_main = new System.Windows.Forms.GroupBox(); this.txt_DefaultMask = new System.Windows.Forms.TextBox(); this.lbl_DefaultMask = new System.Windows.Forms.Label(); this.txt_DefaultPort = new System.Windows.Forms.TextBox(); this.lbl_DefaultPort = new System.Windows.Forms.Label(); this.txt_Name = new System.Windows.Forms.TextBox(); this.lbl_Name = new System.Windows.Forms.Label(); this.btn_Cancel = new System.Windows.Forms.Button(); this.btn_Ok = new System.Windows.Forms.Button(); this.txt_FileName = new System.Windows.Forms.TextBox(); this.lbl_filename = new System.Windows.Forms.Label(); this.gb_main.SuspendLayout(); this.SuspendLayout(); // // gb_main // this.gb_main.Controls.Add(this.txt_FileName); this.gb_main.Controls.Add(this.lbl_filename); this.gb_main.Controls.Add(this.txt_DefaultMask); this.gb_main.Controls.Add(this.lbl_DefaultMask); this.gb_main.Controls.Add(this.txt_DefaultPort); this.gb_main.Controls.Add(this.lbl_DefaultPort); this.gb_main.Controls.Add(this.txt_Name); this.gb_main.Controls.Add(this.lbl_Name); this.gb_main.Location = new System.Drawing.Point(12, 12); this.gb_main.Name = "gb_main"; this.gb_main.Size = new System.Drawing.Size(268, 186); this.gb_main.TabIndex = 3; this.gb_main.TabStop = false; // // txt_DefaultMask // this.txt_DefaultMask.Location = new System.Drawing.Point(105, 147); this.txt_DefaultMask.Name = "txt_DefaultMask"; this.txt_DefaultMask.Size = new System.Drawing.Size(144, 21); this.txt_DefaultMask.TabIndex = 16; this.txt_DefaultMask.Text = "65"; // // lbl_DefaultMask // this.lbl_DefaultMask.AutoSize = true; this.lbl_DefaultMask.Location = new System.Drawing.Point(22, 147); this.lbl_DefaultMask.Name = "lbl_DefaultMask"; this.lbl_DefaultMask.Size = new System.Drawing.Size(59, 24); this.lbl_DefaultMask.TabIndex = 17; this.lbl_DefaultMask.Text = "子网掩码:\r\n(第三位)"; this.lbl_DefaultMask.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txt_DefaultPort // this.txt_DefaultPort.Location = new System.Drawing.Point(105, 108); this.txt_DefaultPort.Name = "txt_DefaultPort"; this.txt_DefaultPort.Size = new System.Drawing.Size(144, 21); this.txt_DefaultPort.TabIndex = 8; this.txt_DefaultPort.Text = "605"; // // lbl_DefaultPort // this.lbl_DefaultPort.AutoSize = true; this.lbl_DefaultPort.Location = new System.Drawing.Point(22, 108); this.lbl_DefaultPort.Name = "lbl_DefaultPort"; this.lbl_DefaultPort.Size = new System.Drawing.Size(59, 24); this.lbl_DefaultPort.TabIndex = 9; this.lbl_DefaultPort.Text = "默认端口:\r\n(前三位)"; this.lbl_DefaultPort.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txt_Name // this.txt_Name.Location = new System.Drawing.Point(105, 30); this.txt_Name.Name = "txt_Name"; this.txt_Name.Size = new System.Drawing.Size(144, 21); this.txt_Name.TabIndex = 6; this.txt_Name.Text = "测试5"; // // lbl_Name // this.lbl_Name.AutoSize = true; this.lbl_Name.Location = new System.Drawing.Point(22, 33); this.lbl_Name.Name = "lbl_Name"; this.lbl_Name.Size = new System.Drawing.Size(59, 12); this.lbl_Name.TabIndex = 7; this.lbl_Name.Text = "环境名称:"; this.lbl_Name.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(176, 225); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(75, 23); this.btn_Cancel.TabIndex = 5; this.btn_Cancel.Text = "取消(&C)"; this.btn_Cancel.UseVisualStyleBackColor = true; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_Ok // this.btn_Ok.Location = new System.Drawing.Point(36, 225); this.btn_Ok.Name = "btn_Ok"; this.btn_Ok.Size = new System.Drawing.Size(75, 23); this.btn_Ok.TabIndex = 4; this.btn_Ok.Text = "确定(&O)"; this.btn_Ok.UseVisualStyleBackColor = true; this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click); // // txt_FileName // this.txt_FileName.Location = new System.Drawing.Point(105, 69); this.txt_FileName.Name = "txt_FileName"; this.txt_FileName.Size = new System.Drawing.Size(144, 21); this.txt_FileName.TabIndex = 18; this.txt_FileName.Text = "test5"; // // lbl_filename // this.lbl_filename.AutoSize = true; this.lbl_filename.Location = new System.Drawing.Point(22, 75); this.lbl_filename.Name = "lbl_filename"; this.lbl_filename.Size = new System.Drawing.Size(59, 12); this.lbl_filename.TabIndex = 19; this.lbl_filename.Text = "文件名称:"; this.lbl_filename.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // Frm_MultiItem // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(291, 261); this.Controls.Add(this.gb_main); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.btn_Ok); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(307, 300); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(307, 300); this.Name = "Frm_MultiItem"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "新增"; this.gb_main.ResumeLayout(false); this.gb_main.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox gb_main; private System.Windows.Forms.TextBox txt_DefaultMask; private System.Windows.Forms.Label lbl_DefaultMask; private System.Windows.Forms.TextBox txt_DefaultPort; private System.Windows.Forms.Label lbl_DefaultPort; private System.Windows.Forms.TextBox txt_Name; private System.Windows.Forms.Label lbl_Name; private System.Windows.Forms.Button btn_Cancel; private System.Windows.Forms.Button btn_Ok; private System.Windows.Forms.TextBox txt_FileName; private System.Windows.Forms.Label lbl_filename; } }