namespace wcfControlMonitorClient { partial class FrmLCSIOSetting { /// /// 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() { this.label1 = new System.Windows.Forms.Label(); this.BOX13101 = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.BOX13103 = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.BOX13104 = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.BOX13105 = new System.Windows.Forms.ComboBox(); this.UpdateStatus13101 = new System.Windows.Forms.Button(); this.UpdateStatus13103 = new System.Windows.Forms.Button(); this.UpdateStatus13104 = new System.Windows.Forms.Button(); this.UpdateStatus13105 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(364, 108); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(59, 12); this.label1.TabIndex = 0; this.label1.Text = "13101站台"; // // BOX13101 // this.BOX13101.FormattingEnabled = true; this.BOX13101.Items.AddRange(new object[] { "请求", "不请求"}); this.BOX13101.Location = new System.Drawing.Point(447, 105); this.BOX13101.Name = "BOX13101"; this.BOX13101.Size = new System.Drawing.Size(121, 20); this.BOX13101.TabIndex = 1; this.BOX13101.Text = "请求"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(364, 148); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(59, 12); this.label2.TabIndex = 0; this.label2.Text = "13103站台"; // // BOX13103 // this.BOX13103.FormattingEnabled = true; this.BOX13103.Items.AddRange(new object[] { "请求", "不请求"}); this.BOX13103.Location = new System.Drawing.Point(447, 145); this.BOX13103.Name = "BOX13103"; this.BOX13103.Size = new System.Drawing.Size(121, 20); this.BOX13103.TabIndex = 1; this.BOX13103.Text = "请求"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(364, 189); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(59, 12); this.label3.TabIndex = 0; this.label3.Text = "13104站台"; // // BOX13104 // this.BOX13104.FormattingEnabled = true; this.BOX13104.Items.AddRange(new object[] { "请求", "不请求"}); this.BOX13104.Location = new System.Drawing.Point(447, 186); this.BOX13104.Name = "BOX13104"; this.BOX13104.Size = new System.Drawing.Size(121, 20); this.BOX13104.TabIndex = 1; this.BOX13104.Text = "请求"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(364, 230); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(59, 12); this.label4.TabIndex = 0; this.label4.Text = "13105站台"; // // BOX13105 // this.BOX13105.FormattingEnabled = true; this.BOX13105.Items.AddRange(new object[] { "请求", "不请求"}); this.BOX13105.Location = new System.Drawing.Point(447, 227); this.BOX13105.Name = "BOX13105"; this.BOX13105.Size = new System.Drawing.Size(121, 20); this.BOX13105.TabIndex = 1; this.BOX13105.Text = "请求"; // // UpdateStatus13101 // this.UpdateStatus13101.Location = new System.Drawing.Point(605, 103); this.UpdateStatus13101.Name = "UpdateStatus13101"; this.UpdateStatus13101.Size = new System.Drawing.Size(75, 23); this.UpdateStatus13101.TabIndex = 2; this.UpdateStatus13101.Text = "确认修改"; this.UpdateStatus13101.UseVisualStyleBackColor = true; this.UpdateStatus13101.Click += new System.EventHandler(this.UpdateStatus13101_Click); // // UpdateStatus13103 // this.UpdateStatus13103.Location = new System.Drawing.Point(605, 142); this.UpdateStatus13103.Name = "UpdateStatus13103"; this.UpdateStatus13103.Size = new System.Drawing.Size(75, 23); this.UpdateStatus13103.TabIndex = 2; this.UpdateStatus13103.Text = "确认修改"; this.UpdateStatus13103.UseVisualStyleBackColor = true; this.UpdateStatus13103.Click += new System.EventHandler(this.UpdateStatus13103_Click); // // UpdateStatus13104 // this.UpdateStatus13104.Location = new System.Drawing.Point(605, 184); this.UpdateStatus13104.Name = "UpdateStatus13104"; this.UpdateStatus13104.Size = new System.Drawing.Size(75, 23); this.UpdateStatus13104.TabIndex = 2; this.UpdateStatus13104.Text = "确认修改"; this.UpdateStatus13104.UseVisualStyleBackColor = true; this.UpdateStatus13104.Click += new System.EventHandler(this.UpdateStatus13104_Click); // // UpdateStatus13105 // this.UpdateStatus13105.Location = new System.Drawing.Point(605, 225); this.UpdateStatus13105.Name = "UpdateStatus13105"; this.UpdateStatus13105.Size = new System.Drawing.Size(75, 23); this.UpdateStatus13105.TabIndex = 2; this.UpdateStatus13105.Text = "确认修改"; this.UpdateStatus13105.UseVisualStyleBackColor = true; this.UpdateStatus13105.Click += new System.EventHandler(this.UpdateStatus13105_Click); // // FrmLCSIOSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.UpdateStatus13105); this.Controls.Add(this.UpdateStatus13104); this.Controls.Add(this.UpdateStatus13103); this.Controls.Add(this.UpdateStatus13101); this.Controls.Add(this.BOX13105); this.Controls.Add(this.BOX13104); this.Controls.Add(this.BOX13103); this.Controls.Add(this.BOX13101); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "FrmLCSIOSetting"; this.Text = "安脉接口调用设置"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmLCSIOSetting_FormClosed); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox BOX13101; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox BOX13103; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox BOX13104; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox BOX13105; private System.Windows.Forms.Button UpdateStatus13101; private System.Windows.Forms.Button UpdateStatus13103; private System.Windows.Forms.Button UpdateStatus13104; private System.Windows.Forms.Button UpdateStatus13105; } }