| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- namespace UAS_DeviceMonitor.Device.Command
- {
- partial class FormNewCommand
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.AddCommand = new DevExpress.XtraEditors.SimpleButton();
- this.CodeClientAddress = new DevExpress.XtraEditors.ComboBoxEdit();
- this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
- this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
- this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
- this.CodeClientAddress_label = new DevExpress.XtraEditors.LabelControl();
- this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
- this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
- this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
- ((System.ComponentModel.ISupportInitialize)(this.CodeClientAddress.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
- this.SuspendLayout();
- //
- // AddCommand
- //
- this.AddCommand.Location = new System.Drawing.Point(230, 118);
- this.AddCommand.Name = "AddCommand";
- this.AddCommand.Size = new System.Drawing.Size(75, 23);
- this.AddCommand.TabIndex = 0;
- this.AddCommand.Text = "确认添加";
- this.AddCommand.Click += new System.EventHandler(this.AddCommand_Click);
- //
- // CodeClientAddress
- //
- this.CodeClientAddress.Location = new System.Drawing.Point(88, 65);
- this.CodeClientAddress.Name = "CodeClientAddress";
- this.CodeClientAddress.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.CodeClientAddress.Size = new System.Drawing.Size(50, 20);
- this.CodeClientAddress.TabIndex = 1;
- //
- // comboBoxEdit2
- //
- this.comboBoxEdit2.Location = new System.Drawing.Point(199, 65);
- this.comboBoxEdit2.Name = "comboBoxEdit2";
- this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.comboBoxEdit2.Size = new System.Drawing.Size(50, 20);
- this.comboBoxEdit2.TabIndex = 2;
- //
- // textEdit1
- //
- this.textEdit1.Location = new System.Drawing.Point(307, 65);
- this.textEdit1.Name = "textEdit1";
- this.textEdit1.Size = new System.Drawing.Size(60, 20);
- this.textEdit1.TabIndex = 3;
- //
- // textEdit2
- //
- this.textEdit2.Location = new System.Drawing.Point(437, 65);
- this.textEdit2.Name = "textEdit2";
- this.textEdit2.Size = new System.Drawing.Size(60, 20);
- this.textEdit2.TabIndex = 4;
- //
- // CodeClientAddress_label
- //
- this.CodeClientAddress_label.Location = new System.Drawing.Point(31, 68);
- this.CodeClientAddress_label.Name = "CodeClientAddress_label";
- this.CodeClientAddress_label.Size = new System.Drawing.Size(48, 14);
- this.CodeClientAddress_label.TabIndex = 5;
- this.CodeClientAddress_label.Text = "从站地址";
- //
- // labelControl2
- //
- this.labelControl2.Location = new System.Drawing.Point(157, 68);
- this.labelControl2.Name = "labelControl2";
- this.labelControl2.Size = new System.Drawing.Size(36, 14);
- this.labelControl2.TabIndex = 6;
- this.labelControl2.Text = "命令码";
- //
- // labelControl3
- //
- this.labelControl3.Location = new System.Drawing.Point(265, 68);
- this.labelControl3.Name = "labelControl3";
- this.labelControl3.Size = new System.Drawing.Size(36, 14);
- this.labelControl3.TabIndex = 7;
- this.labelControl3.Text = "地址位";
- //
- // labelControl4
- //
- this.labelControl4.Location = new System.Drawing.Point(383, 68);
- this.labelControl4.Name = "labelControl4";
- this.labelControl4.Size = new System.Drawing.Size(48, 14);
- this.labelControl4.TabIndex = 8;
- this.labelControl4.Text = "操作位数";
- //
- // FormNewCommand
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(533, 165);
- this.Controls.Add(this.labelControl4);
- this.Controls.Add(this.labelControl3);
- this.Controls.Add(this.labelControl2);
- this.Controls.Add(this.CodeClientAddress_label);
- this.Controls.Add(this.textEdit2);
- this.Controls.Add(this.textEdit1);
- this.Controls.Add(this.comboBoxEdit2);
- this.Controls.Add(this.CodeClientAddress);
- this.Controls.Add(this.AddCommand);
- this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.None;
- this.Name = "FormNewCommand";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "新增指令";
- this.Load += new System.EventHandler(this.FormNewCommand_Load);
- ((System.ComponentModel.ISupportInitialize)(this.CodeClientAddress.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private DevExpress.XtraEditors.SimpleButton AddCommand;
- private DevExpress.XtraEditors.ComboBoxEdit CodeClientAddress;
- private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit2;
- private DevExpress.XtraEditors.TextEdit textEdit1;
- private DevExpress.XtraEditors.TextEdit textEdit2;
- private DevExpress.XtraEditors.LabelControl CodeClientAddress_label;
- private DevExpress.XtraEditors.LabelControl labelControl2;
- private DevExpress.XtraEditors.LabelControl labelControl3;
- private DevExpress.XtraEditors.LabelControl labelControl4;
- }
- }
|