123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- namespace UAS_PLCDataReader.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.CodeFunction = new DevExpress.XtraEditors.ComboBoxEdit();
- this.CodeAddress = new DevExpress.XtraEditors.TextEdit();
- this.CodeLength = new DevExpress.XtraEditors.TextEdit();
- this.CodeClientAddress_label = new DevExpress.XtraEditors.LabelControl();
- this.CodeFunction_label = new DevExpress.XtraEditors.LabelControl();
- this.CodeAddress_label = new DevExpress.XtraEditors.LabelControl();
- this.CodeLength_label = new DevExpress.XtraEditors.LabelControl();
- this.dc_name_label = new DevExpress.XtraEditors.LabelControl();
- this.dc_code_label = new DevExpress.XtraEditors.LabelControl();
- this.dc_name = new DevExpress.XtraEditors.TextEdit();
- this.dc_code = new DevExpress.XtraEditors.TextEdit();
- this.CodeComplement_label = new DevExpress.XtraEditors.LabelControl();
- this.CodeEnd_label = new DevExpress.XtraEditors.LabelControl();
- this.CodeEnd = new DevExpress.XtraEditors.ComboBoxEdit();
- this.CodeComplement = new DevExpress.XtraEditors.ComboBoxEdit();
- ((System.ComponentModel.ISupportInitialize)(this.CodeClientAddress.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.CodeFunction.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.CodeAddress.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.CodeLength.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dc_name.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dc_code.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.CodeEnd.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.CodeComplement.Properties)).BeginInit();
- this.SuspendLayout();
- //
- // AddCommand
- //
- this.AddCommand.Location = new System.Drawing.Point(347, 133);
- 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(75, 80);
- 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(63, 20);
- this.CodeClientAddress.TabIndex = 1;
- //
- // CodeFunction
- //
- this.CodeFunction.Location = new System.Drawing.Point(198, 80);
- this.CodeFunction.Name = "CodeFunction";
- this.CodeFunction.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.CodeFunction.Size = new System.Drawing.Size(63, 20);
- this.CodeFunction.TabIndex = 2;
- //
- // CodeAddress
- //
- this.CodeAddress.Location = new System.Drawing.Point(318, 80);
- this.CodeAddress.Name = "CodeAddress";
- this.CodeAddress.Size = new System.Drawing.Size(60, 20);
- this.CodeAddress.TabIndex = 3;
- //
- // CodeLength
- //
- this.CodeLength.Location = new System.Drawing.Point(447, 80);
- this.CodeLength.Name = "CodeLength";
- this.CodeLength.Size = new System.Drawing.Size(60, 20);
- this.CodeLength.TabIndex = 4;
- //
- // CodeClientAddress_label
- //
- this.CodeClientAddress_label.Location = new System.Drawing.Point(18, 83);
- 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 = "从站地址";
- //
- // CodeFunction_label
- //
- this.CodeFunction_label.Location = new System.Drawing.Point(144, 83);
- this.CodeFunction_label.Name = "CodeFunction_label";
- this.CodeFunction_label.Size = new System.Drawing.Size(36, 14);
- this.CodeFunction_label.TabIndex = 6;
- this.CodeFunction_label.Text = "命令码";
- //
- // CodeAddress_label
- //
- this.CodeAddress_label.AccessibleDescription = "";
- this.CodeAddress_label.Location = new System.Drawing.Point(276, 83);
- this.CodeAddress_label.Name = "CodeAddress_label";
- this.CodeAddress_label.Size = new System.Drawing.Size(36, 14);
- this.CodeAddress_label.TabIndex = 7;
- this.CodeAddress_label.Text = "地址位";
- //
- // CodeLength_label
- //
- this.CodeLength_label.Location = new System.Drawing.Point(393, 83);
- this.CodeLength_label.Name = "CodeLength_label";
- this.CodeLength_label.Size = new System.Drawing.Size(48, 14);
- this.CodeLength_label.TabIndex = 8;
- this.CodeLength_label.Text = "操作位数";
- //
- // dc_name_label
- //
- this.dc_name_label.Location = new System.Drawing.Point(144, 30);
- this.dc_name_label.Name = "dc_name_label";
- this.dc_name_label.Size = new System.Drawing.Size(48, 14);
- this.dc_name_label.TabIndex = 12;
- this.dc_name_label.Text = "指令名称";
- //
- // dc_code_label
- //
- this.dc_code_label.AccessibleDescription = "";
- this.dc_code_label.Location = new System.Drawing.Point(18, 30);
- this.dc_code_label.Name = "dc_code_label";
- this.dc_code_label.Size = new System.Drawing.Size(48, 14);
- this.dc_code_label.TabIndex = 11;
- this.dc_code_label.Text = "指令编号";
- //
- // dc_name
- //
- this.dc_name.Location = new System.Drawing.Point(198, 27);
- this.dc_name.Name = "dc_name";
- this.dc_name.Size = new System.Drawing.Size(60, 20);
- this.dc_name.TabIndex = 10;
- //
- // dc_code
- //
- this.dc_code.Location = new System.Drawing.Point(73, 27);
- this.dc_code.Name = "dc_code";
- this.dc_code.Size = new System.Drawing.Size(65, 20);
- this.dc_code.TabIndex = 9;
- //
- // CodeComplement_label
- //
- this.CodeComplement_label.Location = new System.Drawing.Point(528, 83);
- this.CodeComplement_label.Name = "CodeComplement_label";
- this.CodeComplement_label.Size = new System.Drawing.Size(24, 14);
- this.CodeComplement_label.TabIndex = 14;
- this.CodeComplement_label.Text = "补码";
- //
- // CodeEnd_label
- //
- this.CodeEnd_label.Location = new System.Drawing.Point(646, 83);
- this.CodeEnd_label.Name = "CodeEnd_label";
- this.CodeEnd_label.Size = new System.Drawing.Size(36, 14);
- this.CodeEnd_label.TabIndex = 16;
- this.CodeEnd_label.Text = "结束位";
- //
- // CodeEnd
- //
- this.CodeEnd.Location = new System.Drawing.Point(700, 80);
- this.CodeEnd.Name = "CodeEnd";
- this.CodeEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.CodeEnd.Size = new System.Drawing.Size(63, 20);
- this.CodeEnd.TabIndex = 18;
- //
- // CodeComplement
- //
- this.CodeComplement.Location = new System.Drawing.Point(567, 80);
- this.CodeComplement.Name = "CodeComplement";
- this.CodeComplement.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.CodeComplement.Size = new System.Drawing.Size(63, 20);
- this.CodeComplement.TabIndex = 17;
- //
- // FormNewCommand
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(766, 190);
- this.Controls.Add(this.CodeEnd);
- this.Controls.Add(this.CodeComplement);
- this.Controls.Add(this.CodeEnd_label);
- this.Controls.Add(this.CodeComplement_label);
- this.Controls.Add(this.dc_name_label);
- this.Controls.Add(this.dc_code_label);
- this.Controls.Add(this.dc_name);
- this.Controls.Add(this.dc_code);
- this.Controls.Add(this.CodeLength_label);
- this.Controls.Add(this.CodeAddress_label);
- this.Controls.Add(this.CodeFunction_label);
- this.Controls.Add(this.CodeClientAddress_label);
- this.Controls.Add(this.CodeLength);
- this.Controls.Add(this.CodeAddress);
- this.Controls.Add(this.CodeFunction);
- 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.CodeFunction.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.CodeAddress.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.CodeLength.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dc_name.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dc_code.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.CodeEnd.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.CodeComplement.Properties)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private DevExpress.XtraEditors.SimpleButton AddCommand;
- private DevExpress.XtraEditors.ComboBoxEdit CodeClientAddress;
- private DevExpress.XtraEditors.ComboBoxEdit CodeFunction;
- private DevExpress.XtraEditors.TextEdit CodeAddress;
- private DevExpress.XtraEditors.TextEdit CodeLength;
- private DevExpress.XtraEditors.LabelControl CodeClientAddress_label;
- private DevExpress.XtraEditors.LabelControl CodeFunction_label;
- private DevExpress.XtraEditors.LabelControl CodeAddress_label;
- private DevExpress.XtraEditors.LabelControl CodeLength_label;
- private DevExpress.XtraEditors.LabelControl dc_name_label;
- private DevExpress.XtraEditors.LabelControl dc_code_label;
- private DevExpress.XtraEditors.TextEdit dc_name;
- private DevExpress.XtraEditors.TextEdit dc_code;
- private DevExpress.XtraEditors.LabelControl CodeComplement_label;
- private DevExpress.XtraEditors.LabelControl CodeEnd_label;
- private DevExpress.XtraEditors.ComboBoxEdit CodeEnd;
- private DevExpress.XtraEditors.ComboBoxEdit CodeComplement;
- }
- }
|