namespace Scada { partial class FrmSetOp { /// /// 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(FrmSetOp)); this.t_decId = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.ctrlButtons4 = new WMS.Ctrl.CtrlButtons(); this.ctrlButtons1 = new WMS.Ctrl.CtrlButtons(); this.SuspendLayout(); // // t_decId // this.t_decId.Enabled = false; this.t_decId.Font = new System.Drawing.Font("宋体", 12F); this.t_decId.Location = new System.Drawing.Point(109, 30); this.t_decId.Name = "t_decId"; this.t_decId.Size = new System.Drawing.Size(284, 26); this.t_decId.TabIndex = 3; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 12F); this.label1.Location = new System.Drawing.Point(62, 33); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(48, 16); this.label1.TabIndex = 2; this.label1.Text = "DecID"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("宋体", 12F); this.textBox1.Location = new System.Drawing.Point(109, 72); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(284, 26); this.textBox1.TabIndex = 5; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 12F); this.label2.Location = new System.Drawing.Point(30, 73); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 16); this.label2.TabIndex = 4; this.label2.Text = "Crane Num"; // // textBox2 // this.textBox2.Font = new System.Drawing.Font("宋体", 12F); this.textBox2.Location = new System.Drawing.Point(109, 114); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(284, 26); this.textBox2.TabIndex = 7; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("宋体", 12F); this.label3.Location = new System.Drawing.Point(55, 110); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(48, 16); this.label3.TabIndex = 6; this.label3.Text = "PC IP"; // // textBox3 // this.textBox3.Font = new System.Drawing.Font("宋体", 12F); this.textBox3.Location = new System.Drawing.Point(109, 156); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(284, 26); this.textBox3.TabIndex = 9; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("宋体", 12F); this.label4.Location = new System.Drawing.Point(47, 159); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 16); this.label4.TabIndex = 8; this.label4.Text = "Led IP"; // // ctrlButtons4 // this.ctrlButtons4.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.ctrlButtons4.Appearance.Options.UseFont = true; this.ctrlButtons4.BoolDiagFrm = false; this.ctrlButtons4.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons4.Image"))); this.ctrlButtons4.ImageUri.Uri = "Apply;Office2013"; this.ctrlButtons4.Location = new System.Drawing.Point(91, 222); this.ctrlButtons4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ctrlButtons4.Name = "ctrlButtons4"; this.ctrlButtons4.Size = new System.Drawing.Size(150, 45); this.ctrlButtons4.TabIndex = 237; this.ctrlButtons4.Text = " Apply "; this.ctrlButtons4.typeButton = " Apply "; this.ctrlButtons4.Click += new System.EventHandler(this.ctrlButtons4_Click); // // ctrlButtons1 // this.ctrlButtons1.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold); this.ctrlButtons1.Appearance.Options.UseFont = true; this.ctrlButtons1.BoolDiagFrm = false; this.ctrlButtons1.Image = ((System.Drawing.Image)(resources.GetObject("ctrlButtons1.Image"))); this.ctrlButtons1.ImageUri.Uri = "Close;Office2013"; this.ctrlButtons1.Location = new System.Drawing.Point(253, 222); this.ctrlButtons1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ctrlButtons1.Name = "ctrlButtons1"; this.ctrlButtons1.Size = new System.Drawing.Size(150, 45); this.ctrlButtons1.TabIndex = 238; this.ctrlButtons1.Text = " Close "; this.ctrlButtons1.typeButton = " Close "; this.ctrlButtons1.Click += new System.EventHandler(this.ctrlButtons1_Click); // // FrmSetOp // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(450, 309); this.Controls.Add(this.ctrlButtons1); this.Controls.Add(this.ctrlButtons4); this.Controls.Add(this.textBox3); this.Controls.Add(this.label4); this.Controls.Add(this.textBox2); this.Controls.Add(this.label3); this.Controls.Add(this.textBox1); this.Controls.Add(this.label2); this.Controls.Add(this.t_decId); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(466, 348); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(466, 348); this.Name = "FrmSetOp"; this.Text = "CraneSet"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox t_decId; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label4; private WMS.Ctrl.CtrlButtons ctrlButtons4; private WMS.Ctrl.CtrlButtons ctrlButtons1; } }