FormNewCommand.Designer.cs 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. namespace UAS_DeviceMonitor.Device.Command
  2. {
  3. partial class FormNewCommand
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.AddCommand = new DevExpress.XtraEditors.SimpleButton();
  29. this.CodeClientAddress = new DevExpress.XtraEditors.ComboBoxEdit();
  30. this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
  31. this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
  32. this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
  33. this.CodeClientAddress_label = new DevExpress.XtraEditors.LabelControl();
  34. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  35. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  36. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  37. ((System.ComponentModel.ISupportInitialize)(this.CodeClientAddress.Properties)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // AddCommand
  44. //
  45. this.AddCommand.Location = new System.Drawing.Point(230, 118);
  46. this.AddCommand.Name = "AddCommand";
  47. this.AddCommand.Size = new System.Drawing.Size(75, 23);
  48. this.AddCommand.TabIndex = 0;
  49. this.AddCommand.Text = "确认添加";
  50. this.AddCommand.Click += new System.EventHandler(this.AddCommand_Click);
  51. //
  52. // CodeClientAddress
  53. //
  54. this.CodeClientAddress.Location = new System.Drawing.Point(88, 65);
  55. this.CodeClientAddress.Name = "CodeClientAddress";
  56. this.CodeClientAddress.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  57. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  58. this.CodeClientAddress.Size = new System.Drawing.Size(50, 20);
  59. this.CodeClientAddress.TabIndex = 1;
  60. //
  61. // comboBoxEdit2
  62. //
  63. this.comboBoxEdit2.Location = new System.Drawing.Point(199, 65);
  64. this.comboBoxEdit2.Name = "comboBoxEdit2";
  65. this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  66. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  67. this.comboBoxEdit2.Size = new System.Drawing.Size(50, 20);
  68. this.comboBoxEdit2.TabIndex = 2;
  69. //
  70. // textEdit1
  71. //
  72. this.textEdit1.Location = new System.Drawing.Point(307, 65);
  73. this.textEdit1.Name = "textEdit1";
  74. this.textEdit1.Size = new System.Drawing.Size(60, 20);
  75. this.textEdit1.TabIndex = 3;
  76. //
  77. // textEdit2
  78. //
  79. this.textEdit2.Location = new System.Drawing.Point(437, 65);
  80. this.textEdit2.Name = "textEdit2";
  81. this.textEdit2.Size = new System.Drawing.Size(60, 20);
  82. this.textEdit2.TabIndex = 4;
  83. //
  84. // CodeClientAddress_label
  85. //
  86. this.CodeClientAddress_label.Location = new System.Drawing.Point(31, 68);
  87. this.CodeClientAddress_label.Name = "CodeClientAddress_label";
  88. this.CodeClientAddress_label.Size = new System.Drawing.Size(48, 14);
  89. this.CodeClientAddress_label.TabIndex = 5;
  90. this.CodeClientAddress_label.Text = "从站地址";
  91. //
  92. // labelControl2
  93. //
  94. this.labelControl2.Location = new System.Drawing.Point(157, 68);
  95. this.labelControl2.Name = "labelControl2";
  96. this.labelControl2.Size = new System.Drawing.Size(36, 14);
  97. this.labelControl2.TabIndex = 6;
  98. this.labelControl2.Text = "命令码";
  99. //
  100. // labelControl3
  101. //
  102. this.labelControl3.Location = new System.Drawing.Point(265, 68);
  103. this.labelControl3.Name = "labelControl3";
  104. this.labelControl3.Size = new System.Drawing.Size(36, 14);
  105. this.labelControl3.TabIndex = 7;
  106. this.labelControl3.Text = "地址位";
  107. //
  108. // labelControl4
  109. //
  110. this.labelControl4.Location = new System.Drawing.Point(383, 68);
  111. this.labelControl4.Name = "labelControl4";
  112. this.labelControl4.Size = new System.Drawing.Size(48, 14);
  113. this.labelControl4.TabIndex = 8;
  114. this.labelControl4.Text = "操作位数";
  115. //
  116. // FormNewCommand
  117. //
  118. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  119. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  120. this.ClientSize = new System.Drawing.Size(533, 165);
  121. this.Controls.Add(this.labelControl4);
  122. this.Controls.Add(this.labelControl3);
  123. this.Controls.Add(this.labelControl2);
  124. this.Controls.Add(this.CodeClientAddress_label);
  125. this.Controls.Add(this.textEdit2);
  126. this.Controls.Add(this.textEdit1);
  127. this.Controls.Add(this.comboBoxEdit2);
  128. this.Controls.Add(this.CodeClientAddress);
  129. this.Controls.Add(this.AddCommand);
  130. this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.None;
  131. this.Name = "FormNewCommand";
  132. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  133. this.Text = "新增指令";
  134. this.Load += new System.EventHandler(this.FormNewCommand_Load);
  135. ((System.ComponentModel.ISupportInitialize)(this.CodeClientAddress.Properties)).EndInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
  139. this.ResumeLayout(false);
  140. this.PerformLayout();
  141. }
  142. #endregion
  143. private DevExpress.XtraEditors.SimpleButton AddCommand;
  144. private DevExpress.XtraEditors.ComboBoxEdit CodeClientAddress;
  145. private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit2;
  146. private DevExpress.XtraEditors.TextEdit textEdit1;
  147. private DevExpress.XtraEditors.TextEdit textEdit2;
  148. private DevExpress.XtraEditors.LabelControl CodeClientAddress_label;
  149. private DevExpress.XtraEditors.LabelControl labelControl2;
  150. private DevExpress.XtraEditors.LabelControl labelControl3;
  151. private DevExpress.XtraEditors.LabelControl labelControl4;
  152. }
  153. }