FormEditModel.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. 
  2. namespace SIMDP.Project
  3. {
  4. partial class FormEditModel
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  30. this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
  31. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  32. this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
  33. this.txt_chiname = new DevExpress.XtraEditors.TextEdit();
  34. this.txt_model = new DevExpress.XtraEditors.TextEdit();
  35. this.txt_engname = new DevExpress.XtraEditors.TextEdit();
  36. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  37. this.txt_plccode = new DevExpress.XtraEditors.TextEdit();
  38. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  39. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  40. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  41. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  42. this.panelControl1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.txt_chiname.Properties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.txt_model.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.txt_engname.Properties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.txt_plccode.Properties)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // panelControl1
  50. //
  51. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  52. | System.Windows.Forms.AnchorStyles.Left)
  53. | System.Windows.Forms.AnchorStyles.Right)));
  54. this.panelControl1.Controls.Add(this.btn_Cancel);
  55. this.panelControl1.Controls.Add(this.btn_Add);
  56. this.panelControl1.Controls.Add(this.btn_Save);
  57. this.panelControl1.Controls.Add(this.txt_chiname);
  58. this.panelControl1.Controls.Add(this.txt_model);
  59. this.panelControl1.Controls.Add(this.txt_engname);
  60. this.panelControl1.Controls.Add(this.labelControl1);
  61. this.panelControl1.Controls.Add(this.txt_plccode);
  62. this.panelControl1.Controls.Add(this.labelControl4);
  63. this.panelControl1.Controls.Add(this.labelControl3);
  64. this.panelControl1.Controls.Add(this.labelControl2);
  65. this.panelControl1.Location = new System.Drawing.Point(8, 8);
  66. this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  67. this.panelControl1.Name = "panelControl1";
  68. this.panelControl1.Size = new System.Drawing.Size(349, 251);
  69. this.panelControl1.TabIndex = 1;
  70. //
  71. // btn_Cancel
  72. //
  73. this.btn_Cancel.Location = new System.Drawing.Point(264, 185);
  74. this.btn_Cancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  75. this.btn_Cancel.Name = "btn_Cancel";
  76. this.btn_Cancel.Size = new System.Drawing.Size(58, 30);
  77. this.btn_Cancel.TabIndex = 7;
  78. this.btn_Cancel.Text = "取消";
  79. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  80. //
  81. // btn_Add
  82. //
  83. this.btn_Add.Location = new System.Drawing.Point(37, 185);
  84. this.btn_Add.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  85. this.btn_Add.Name = "btn_Add";
  86. this.btn_Add.Size = new System.Drawing.Size(58, 30);
  87. this.btn_Add.TabIndex = 5;
  88. this.btn_Add.Text = "添加";
  89. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  90. //
  91. // btn_Save
  92. //
  93. this.btn_Save.Location = new System.Drawing.Point(153, 185);
  94. this.btn_Save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  95. this.btn_Save.Name = "btn_Save";
  96. this.btn_Save.Size = new System.Drawing.Size(58, 30);
  97. this.btn_Save.TabIndex = 6;
  98. this.btn_Save.Text = "保存";
  99. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  100. //
  101. // txt_chiname
  102. //
  103. this.txt_chiname.Location = new System.Drawing.Point(127, 138);
  104. this.txt_chiname.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  105. this.txt_chiname.Name = "txt_chiname";
  106. this.txt_chiname.Size = new System.Drawing.Size(195, 24);
  107. this.txt_chiname.TabIndex = 4;
  108. //
  109. // txt_model
  110. //
  111. this.txt_model.Location = new System.Drawing.Point(127, 71);
  112. this.txt_model.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  113. this.txt_model.Name = "txt_model";
  114. this.txt_model.Size = new System.Drawing.Size(195, 24);
  115. this.txt_model.TabIndex = 2;
  116. //
  117. // txt_engname
  118. //
  119. this.txt_engname.Location = new System.Drawing.Point(127, 104);
  120. this.txt_engname.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  121. this.txt_engname.Name = "txt_engname";
  122. this.txt_engname.Size = new System.Drawing.Size(195, 24);
  123. this.txt_engname.TabIndex = 3;
  124. //
  125. // labelControl1
  126. //
  127. this.labelControl1.Location = new System.Drawing.Point(31, 141);
  128. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  129. this.labelControl1.Name = "labelControl1";
  130. this.labelControl1.Size = new System.Drawing.Size(75, 18);
  131. this.labelControl1.TabIndex = 0;
  132. this.labelControl1.Text = "中文名称:";
  133. //
  134. // txt_plccode
  135. //
  136. this.txt_plccode.Location = new System.Drawing.Point(127, 37);
  137. this.txt_plccode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  138. this.txt_plccode.Name = "txt_plccode";
  139. this.txt_plccode.Size = new System.Drawing.Size(195, 24);
  140. this.txt_plccode.TabIndex = 1;
  141. this.txt_plccode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_plccode_KeyPress);
  142. //
  143. // labelControl4
  144. //
  145. this.labelControl4.Location = new System.Drawing.Point(31, 108);
  146. this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  147. this.labelControl4.Name = "labelControl4";
  148. this.labelControl4.Size = new System.Drawing.Size(75, 18);
  149. this.labelControl4.TabIndex = 0;
  150. this.labelControl4.Text = "英文名称:";
  151. //
  152. // labelControl3
  153. //
  154. this.labelControl3.Location = new System.Drawing.Point(31, 75);
  155. this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  156. this.labelControl3.Name = "labelControl3";
  157. this.labelControl3.Size = new System.Drawing.Size(75, 18);
  158. this.labelControl3.TabIndex = 0;
  159. this.labelControl3.Text = "车型代号:";
  160. //
  161. // labelControl2
  162. //
  163. this.labelControl2.Location = new System.Drawing.Point(31, 41);
  164. this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  165. this.labelControl2.Name = "labelControl2";
  166. this.labelControl2.Size = new System.Drawing.Size(99, 18);
  167. this.labelControl2.TabIndex = 0;
  168. this.labelControl2.Text = "PLC交互代号:";
  169. //
  170. // FormEditModel
  171. //
  172. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  173. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  174. this.ClientSize = new System.Drawing.Size(370, 274);
  175. this.ControlBox = false;
  176. this.Controls.Add(this.panelControl1);
  177. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  178. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  179. this.Name = "FormEditModel";
  180. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  181. this.Text = "编辑车型";
  182. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  183. this.panelControl1.ResumeLayout(false);
  184. this.panelControl1.PerformLayout();
  185. ((System.ComponentModel.ISupportInitialize)(this.txt_chiname.Properties)).EndInit();
  186. ((System.ComponentModel.ISupportInitialize)(this.txt_model.Properties)).EndInit();
  187. ((System.ComponentModel.ISupportInitialize)(this.txt_engname.Properties)).EndInit();
  188. ((System.ComponentModel.ISupportInitialize)(this.txt_plccode.Properties)).EndInit();
  189. this.ResumeLayout(false);
  190. }
  191. #endregion
  192. private DevExpress.XtraEditors.PanelControl panelControl1;
  193. private DevExpress.XtraEditors.SimpleButton btn_Cancel;
  194. private DevExpress.XtraEditors.SimpleButton btn_Add;
  195. private DevExpress.XtraEditors.SimpleButton btn_Save;
  196. private DevExpress.XtraEditors.TextEdit txt_engname;
  197. private DevExpress.XtraEditors.TextEdit txt_plccode;
  198. private DevExpress.XtraEditors.LabelControl labelControl4;
  199. private DevExpress.XtraEditors.LabelControl labelControl3;
  200. private DevExpress.XtraEditors.LabelControl labelControl2;
  201. private DevExpress.XtraEditors.TextEdit txt_chiname;
  202. private DevExpress.XtraEditors.LabelControl labelControl1;
  203. private DevExpress.XtraEditors.TextEdit txt_model;
  204. }
  205. }