华恒Mes鼎捷代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

575 lines
30 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSEquipmentAdd
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSEquipmentAdd));
  29. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtProperty = new DevExpress.XtraEditors.GridLookUpEdit();
  32. this.gridView5 = new DevExpress.XtraGrid.Views.Grid.GridView();
  33. this.label9 = new System.Windows.Forms.Label();
  34. this.txtISFW = new System.Windows.Forms.CheckBox();
  35. this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
  36. this.txtEQPName = new DevExpress.XtraEditors.TextEdit();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.txtEQPTypeCode = new DevExpress.XtraEditors.ButtonEdit();
  39. this.txtEQPCode = new DevExpress.XtraEditors.TextEdit();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.txtTelPhone = new DevExpress.XtraEditors.TextEdit();
  42. this.label14 = new System.Windows.Forms.Label();
  43. this.txtAddress = new DevExpress.XtraEditors.TextEdit();
  44. this.label13 = new System.Windows.Forms.Label();
  45. this.txtCompany = new DevExpress.XtraEditors.TextEdit();
  46. this.label12 = new System.Windows.Forms.Label();
  47. this.label6 = new System.Windows.Forms.Label();
  48. this.txtType = new DevExpress.XtraEditors.TextEdit();
  49. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  50. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  51. this.txtEQPStatus = new DevExpress.XtraEditors.TextEdit();
  52. this.txtModel = new DevExpress.XtraEditors.TextEdit();
  53. this.label11 = new System.Windows.Forms.Label();
  54. this.label10 = new System.Windows.Forms.Label();
  55. this.txtEQPDESC = new System.Windows.Forms.RichTextBox();
  56. this.label8 = new System.Windows.Forms.Label();
  57. this.label5 = new System.Windows.Forms.Label();
  58. this.label4 = new System.Windows.Forms.Label();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.label1 = new System.Windows.Forms.Label();
  61. this.label15 = new System.Windows.Forms.Label();
  62. this.txtSSCode = new DevExpress.XtraEditors.ButtonEdit();
  63. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  64. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  65. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  66. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  67. this.panelControl1.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtProperty.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.gridView5)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtEQPName.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtEQPTypeCode.Properties)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.txtTelPhone.Properties)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.txtCompany.Properties)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.txtType.Properties)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.txtEQPStatus.Properties)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.txtModel.Properties)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.txtSSCode.Properties)).BeginInit();
  82. this.SuspendLayout();
  83. //
  84. // btnOK
  85. //
  86. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  87. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  88. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  89. this.btnOK.Appearance.Options.UseFont = true;
  90. this.btnOK.Appearance.Options.UseForeColor = true;
  91. this.btnOK.Appearance.Options.UseTextOptions = true;
  92. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  93. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  94. this.btnOK.Location = new System.Drawing.Point(520, 435);
  95. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  96. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  97. this.btnOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  98. this.btnOK.Name = "btnOK";
  99. this.btnOK.Size = new System.Drawing.Size(80, 39);
  100. this.btnOK.TabIndex = 23;
  101. this.btnOK.Text = "保存";
  102. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  103. //
  104. // panelControl1
  105. //
  106. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  107. | System.Windows.Forms.AnchorStyles.Left)
  108. | System.Windows.Forms.AnchorStyles.Right)));
  109. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  110. this.panelControl1.Appearance.Options.UseBackColor = true;
  111. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  112. this.panelControl1.Controls.Add(this.txtProperty);
  113. this.panelControl1.Controls.Add(this.label9);
  114. this.panelControl1.Controls.Add(this.txtISFW);
  115. this.panelControl1.Controls.Add(this.labelControl26);
  116. this.panelControl1.Controls.Add(this.txtEQPName);
  117. this.panelControl1.Controls.Add(this.label7);
  118. this.panelControl1.Controls.Add(this.txtEQPTypeCode);
  119. this.panelControl1.Controls.Add(this.txtEQPCode);
  120. this.panelControl1.Controls.Add(this.label3);
  121. this.panelControl1.Controls.Add(this.txtTelPhone);
  122. this.panelControl1.Controls.Add(this.label14);
  123. this.panelControl1.Controls.Add(this.txtAddress);
  124. this.panelControl1.Controls.Add(this.label13);
  125. this.panelControl1.Controls.Add(this.txtCompany);
  126. this.panelControl1.Controls.Add(this.label12);
  127. this.panelControl1.Controls.Add(this.label6);
  128. this.panelControl1.Controls.Add(this.txtType);
  129. this.panelControl1.Controls.Add(this.txtMTIME);
  130. this.panelControl1.Controls.Add(this.txtMUSERName);
  131. this.panelControl1.Controls.Add(this.txtEQPStatus);
  132. this.panelControl1.Controls.Add(this.txtModel);
  133. this.panelControl1.Controls.Add(this.label11);
  134. this.panelControl1.Controls.Add(this.label10);
  135. this.panelControl1.Controls.Add(this.txtEQPDESC);
  136. this.panelControl1.Controls.Add(this.label8);
  137. this.panelControl1.Controls.Add(this.label5);
  138. this.panelControl1.Controls.Add(this.label4);
  139. this.panelControl1.Controls.Add(this.label2);
  140. this.panelControl1.Controls.Add(this.label1);
  141. this.panelControl1.Location = new System.Drawing.Point(1, 37);
  142. this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  143. this.panelControl1.Name = "panelControl1";
  144. this.panelControl1.Size = new System.Drawing.Size(711, 390);
  145. this.panelControl1.TabIndex = 24;
  146. //
  147. // txtProperty
  148. //
  149. this.txtProperty.EditValue = "";
  150. this.txtProperty.Location = new System.Drawing.Point(486, 168);
  151. this.txtProperty.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  152. this.txtProperty.Name = "txtProperty";
  153. this.txtProperty.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  154. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  155. this.txtProperty.Properties.NullText = "";
  156. this.txtProperty.Properties.PopupFilterMode = DevExpress.XtraEditors.PopupFilterMode.Contains;
  157. this.txtProperty.Properties.View = this.gridView5;
  158. this.txtProperty.Size = new System.Drawing.Size(178, 24);
  159. this.txtProperty.TabIndex = 231;
  160. //
  161. // gridView5
  162. //
  163. this.gridView5.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  164. this.gridView5.Name = "gridView5";
  165. this.gridView5.OptionsSelection.EnableAppearanceFocusedCell = false;
  166. this.gridView5.OptionsView.ShowGroupPanel = false;
  167. //
  168. // label9
  169. //
  170. this.label9.AutoSize = true;
  171. this.label9.Location = new System.Drawing.Point(386, 172);
  172. this.label9.Name = "label9";
  173. this.label9.Size = new System.Drawing.Size(83, 18);
  174. this.label9.TabIndex = 230;
  175. this.label9.Text = "设备属性:";
  176. //
  177. // txtISFW
  178. //
  179. this.txtISFW.AutoSize = true;
  180. this.txtISFW.Location = new System.Drawing.Point(439, 352);
  181. this.txtISFW.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  182. this.txtISFW.Name = "txtISFW";
  183. this.txtISFW.Size = new System.Drawing.Size(18, 17);
  184. this.txtISFW.TabIndex = 200;
  185. this.txtISFW.UseVisualStyleBackColor = true;
  186. //
  187. // labelControl26
  188. //
  189. this.labelControl26.Location = new System.Drawing.Point(488, 351);
  190. this.labelControl26.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  191. this.labelControl26.Name = "labelControl26";
  192. this.labelControl26.Size = new System.Drawing.Size(105, 18);
  193. this.labelControl26.TabIndex = 199;
  194. this.labelControl26.Text = "是否供应商设备";
  195. //
  196. // txtEQPName
  197. //
  198. this.txtEQPName.Location = new System.Drawing.Point(486, 26);
  199. this.txtEQPName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  200. this.txtEQPName.Name = "txtEQPName";
  201. this.txtEQPName.Size = new System.Drawing.Size(178, 24);
  202. this.txtEQPName.TabIndex = 87;
  203. //
  204. // label7
  205. //
  206. this.label7.AutoSize = true;
  207. this.label7.Location = new System.Drawing.Point(386, 30);
  208. this.label7.Name = "label7";
  209. this.label7.Size = new System.Drawing.Size(73, 18);
  210. this.label7.TabIndex = 86;
  211. this.label7.Text = "设备名称:";
  212. //
  213. // txtEQPTypeCode
  214. //
  215. this.txtEQPTypeCode.EditValue = "";
  216. this.txtEQPTypeCode.Location = new System.Drawing.Point(486, 123);
  217. this.txtEQPTypeCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  218. this.txtEQPTypeCode.Name = "txtEQPTypeCode";
  219. this.txtEQPTypeCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  220. new DevExpress.XtraEditors.Controls.EditorButton()});
  221. this.txtEQPTypeCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  222. this.txtEQPTypeCode.Size = new System.Drawing.Size(178, 24);
  223. this.txtEQPTypeCode.TabIndex = 85;
  224. this.txtEQPTypeCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEType_ButtonClick);
  225. //
  226. // txtEQPCode
  227. //
  228. this.txtEQPCode.Location = new System.Drawing.Point(139, 30);
  229. this.txtEQPCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  230. this.txtEQPCode.Name = "txtEQPCode";
  231. this.txtEQPCode.Size = new System.Drawing.Size(178, 24);
  232. this.txtEQPCode.TabIndex = 84;
  233. //
  234. // label3
  235. //
  236. this.label3.AutoSize = true;
  237. this.label3.Location = new System.Drawing.Point(40, 33);
  238. this.label3.Name = "label3";
  239. this.label3.Size = new System.Drawing.Size(73, 18);
  240. this.label3.TabIndex = 83;
  241. this.label3.Text = "设备编号:";
  242. //
  243. // txtTelPhone
  244. //
  245. this.txtTelPhone.Location = new System.Drawing.Point(138, 269);
  246. this.txtTelPhone.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  247. this.txtTelPhone.Name = "txtTelPhone";
  248. this.txtTelPhone.Size = new System.Drawing.Size(179, 24);
  249. this.txtTelPhone.TabIndex = 80;
  250. //
  251. // label14
  252. //
  253. this.label14.AutoSize = true;
  254. this.label14.Location = new System.Drawing.Point(43, 276);
  255. this.label14.Name = "label14";
  256. this.label14.Size = new System.Drawing.Size(73, 18);
  257. this.label14.TabIndex = 79;
  258. this.label14.Text = "联系电话:";
  259. //
  260. // txtAddress
  261. //
  262. this.txtAddress.Location = new System.Drawing.Point(488, 253);
  263. this.txtAddress.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  264. this.txtAddress.Name = "txtAddress";
  265. this.txtAddress.Size = new System.Drawing.Size(178, 24);
  266. this.txtAddress.TabIndex = 78;
  267. //
  268. // label13
  269. //
  270. this.label13.AutoSize = true;
  271. this.label13.Location = new System.Drawing.Point(390, 261);
  272. this.label13.Name = "label13";
  273. this.label13.Size = new System.Drawing.Size(73, 18);
  274. this.label13.TabIndex = 77;
  275. this.label13.Text = "联系地址:";
  276. //
  277. // txtCompany
  278. //
  279. this.txtCompany.Location = new System.Drawing.Point(487, 210);
  280. this.txtCompany.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  281. this.txtCompany.Name = "txtCompany";
  282. this.txtCompany.Size = new System.Drawing.Size(177, 24);
  283. this.txtCompany.TabIndex = 76;
  284. //
  285. // label12
  286. //
  287. this.label12.AutoSize = true;
  288. this.label12.Location = new System.Drawing.Point(390, 213);
  289. this.label12.Name = "label12";
  290. this.label12.Size = new System.Drawing.Size(73, 18);
  291. this.label12.TabIndex = 75;
  292. this.label12.Text = "设备公司:";
  293. //
  294. // label6
  295. //
  296. this.label6.AutoSize = true;
  297. this.label6.Location = new System.Drawing.Point(383, 126);
  298. this.label6.Name = "label6";
  299. this.label6.Size = new System.Drawing.Size(73, 18);
  300. this.label6.TabIndex = 73;
  301. this.label6.Text = "工作中心:";
  302. //
  303. // txtType
  304. //
  305. this.txtType.Location = new System.Drawing.Point(190, 356);
  306. this.txtType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  307. this.txtType.Name = "txtType";
  308. this.txtType.Size = new System.Drawing.Size(130, 24);
  309. this.txtType.TabIndex = 72;
  310. this.txtType.Visible = false;
  311. //
  312. // txtMTIME
  313. //
  314. this.txtMTIME.Location = new System.Drawing.Point(488, 305);
  315. this.txtMTIME.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  316. this.txtMTIME.Name = "txtMTIME";
  317. this.txtMTIME.Size = new System.Drawing.Size(178, 24);
  318. this.txtMTIME.TabIndex = 68;
  319. //
  320. // txtMUSERName
  321. //
  322. this.txtMUSERName.Location = new System.Drawing.Point(139, 323);
  323. this.txtMUSERName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  324. this.txtMUSERName.Name = "txtMUSERName";
  325. this.txtMUSERName.Size = new System.Drawing.Size(181, 24);
  326. this.txtMUSERName.TabIndex = 67;
  327. //
  328. // txtEQPStatus
  329. //
  330. this.txtEQPStatus.Location = new System.Drawing.Point(488, 75);
  331. this.txtEQPStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  332. this.txtEQPStatus.Name = "txtEQPStatus";
  333. this.txtEQPStatus.Size = new System.Drawing.Size(178, 24);
  334. this.txtEQPStatus.TabIndex = 66;
  335. //
  336. // txtModel
  337. //
  338. this.txtModel.Location = new System.Drawing.Point(139, 75);
  339. this.txtModel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  340. this.txtModel.Name = "txtModel";
  341. this.txtModel.Size = new System.Drawing.Size(178, 24);
  342. this.txtModel.TabIndex = 64;
  343. //
  344. // label11
  345. //
  346. this.label11.AutoSize = true;
  347. this.label11.Location = new System.Drawing.Point(390, 309);
  348. this.label11.Name = "label11";
  349. this.label11.Size = new System.Drawing.Size(73, 18);
  350. this.label11.TabIndex = 61;
  351. this.label11.Text = "维护时间:";
  352. //
  353. // label10
  354. //
  355. this.label10.AutoSize = true;
  356. this.label10.Location = new System.Drawing.Point(43, 327);
  357. this.label10.Name = "label10";
  358. this.label10.Size = new System.Drawing.Size(58, 18);
  359. this.label10.TabIndex = 60;
  360. this.label10.Text = "维护人:";
  361. //
  362. // txtEQPDESC
  363. //
  364. this.txtEQPDESC.Location = new System.Drawing.Point(141, 123);
  365. this.txtEQPDESC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  366. this.txtEQPDESC.Name = "txtEQPDESC";
  367. this.txtEQPDESC.Size = new System.Drawing.Size(179, 122);
  368. this.txtEQPDESC.TabIndex = 53;
  369. this.txtEQPDESC.Text = "";
  370. //
  371. // label8
  372. //
  373. this.label8.AutoSize = true;
  374. this.label8.Location = new System.Drawing.Point(41, 176);
  375. this.label8.Name = "label8";
  376. this.label8.Size = new System.Drawing.Size(0, 18);
  377. this.label8.TabIndex = 48;
  378. //
  379. // label5
  380. //
  381. this.label5.AutoSize = true;
  382. this.label5.Location = new System.Drawing.Point(42, 176);
  383. this.label5.Name = "label5";
  384. this.label5.Size = new System.Drawing.Size(73, 18);
  385. this.label5.TabIndex = 42;
  386. this.label5.Text = "设备描述:";
  387. //
  388. // label4
  389. //
  390. this.label4.AutoSize = true;
  391. this.label4.Location = new System.Drawing.Point(387, 78);
  392. this.label4.Name = "label4";
  393. this.label4.Size = new System.Drawing.Size(73, 18);
  394. this.label4.TabIndex = 41;
  395. this.label4.Text = "设备状态:";
  396. //
  397. // label2
  398. //
  399. this.label2.AutoSize = true;
  400. this.label2.Location = new System.Drawing.Point(35, 360);
  401. this.label2.Name = "label2";
  402. this.label2.Size = new System.Drawing.Size(160, 18);
  403. this.label2.TabIndex = 39;
  404. this.label2.Text = "设备类型(自定义参数):";
  405. this.label2.Visible = false;
  406. //
  407. // label1
  408. //
  409. this.label1.AutoSize = true;
  410. this.label1.Location = new System.Drawing.Point(39, 78);
  411. this.label1.Name = "label1";
  412. this.label1.Size = new System.Drawing.Size(43, 18);
  413. this.label1.TabIndex = 38;
  414. this.label1.Text = "品牌:";
  415. //
  416. // label15
  417. //
  418. this.label15.AutoSize = true;
  419. this.label15.Location = new System.Drawing.Point(218, 441);
  420. this.label15.Name = "label15";
  421. this.label15.Size = new System.Drawing.Size(73, 18);
  422. this.label15.TabIndex = 81;
  423. this.label15.Text = "产线代码:";
  424. this.label15.Visible = false;
  425. //
  426. // txtSSCode
  427. //
  428. this.txtSSCode.EditValue = "";
  429. this.txtSSCode.Location = new System.Drawing.Point(317, 437);
  430. this.txtSSCode.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  431. this.txtSSCode.Name = "txtSSCode";
  432. this.txtSSCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  433. new DevExpress.XtraEditors.Controls.EditorButton()});
  434. this.txtSSCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  435. this.txtSSCode.Size = new System.Drawing.Size(178, 24);
  436. this.txtSSCode.TabIndex = 69;
  437. this.txtSSCode.Visible = false;
  438. this.txtSSCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtSSCode_ButtonClick);
  439. //
  440. // labelControl1
  441. //
  442. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  444. this.labelControl1.Location = new System.Drawing.Point(1, 4);
  445. this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  446. this.labelControl1.Name = "labelControl1";
  447. this.labelControl1.Size = new System.Drawing.Size(120, 27);
  448. this.labelControl1.TabIndex = 25;
  449. this.labelControl1.Text = "设备信息编辑";
  450. //
  451. // btnCancle
  452. //
  453. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  454. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  455. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  456. this.btnCancle.Appearance.Options.UseFont = true;
  457. this.btnCancle.Appearance.Options.UseForeColor = true;
  458. this.btnCancle.Appearance.Options.UseTextOptions = true;
  459. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  460. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  461. this.btnCancle.Location = new System.Drawing.Point(607, 435);
  462. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  463. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  464. this.btnCancle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  465. this.btnCancle.Name = "btnCancle";
  466. this.btnCancle.Size = new System.Drawing.Size(80, 39);
  467. this.btnCancle.TabIndex = 26;
  468. this.btnCancle.Text = "取消";
  469. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  470. //
  471. // btnClose
  472. //
  473. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  474. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  475. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  476. this.btnClose.Appearance.Options.UseFont = true;
  477. this.btnClose.Appearance.Options.UseForeColor = true;
  478. this.btnClose.Appearance.Options.UseTextOptions = true;
  479. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  480. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  481. this.btnClose.Location = new System.Drawing.Point(682, 4);
  482. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  483. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  484. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  485. this.btnClose.Name = "btnClose";
  486. this.btnClose.Size = new System.Drawing.Size(30, 27);
  487. this.btnClose.TabIndex = 27;
  488. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  489. //
  490. // FormICSEquipmentAdd
  491. //
  492. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  493. this.Appearance.Options.UseBackColor = true;
  494. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  495. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  496. this.ClientSize = new System.Drawing.Size(713, 478);
  497. this.Controls.Add(this.btnClose);
  498. this.Controls.Add(this.btnCancle);
  499. this.Controls.Add(this.labelControl1);
  500. this.Controls.Add(this.panelControl1);
  501. this.Controls.Add(this.btnOK);
  502. this.Controls.Add(this.txtSSCode);
  503. this.Controls.Add(this.label15);
  504. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  505. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  506. this.Name = "FormICSEquipmentAdd";
  507. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  508. this.Text = "FormICSEquipmentAdd";
  509. this.Load += new System.EventHandler(this.FormICSEquipmentAdd_Load);
  510. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  511. this.panelControl1.ResumeLayout(false);
  512. this.panelControl1.PerformLayout();
  513. ((System.ComponentModel.ISupportInitialize)(this.txtProperty.Properties)).EndInit();
  514. ((System.ComponentModel.ISupportInitialize)(this.gridView5)).EndInit();
  515. ((System.ComponentModel.ISupportInitialize)(this.txtEQPName.Properties)).EndInit();
  516. ((System.ComponentModel.ISupportInitialize)(this.txtEQPTypeCode.Properties)).EndInit();
  517. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).EndInit();
  518. ((System.ComponentModel.ISupportInitialize)(this.txtTelPhone.Properties)).EndInit();
  519. ((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).EndInit();
  520. ((System.ComponentModel.ISupportInitialize)(this.txtCompany.Properties)).EndInit();
  521. ((System.ComponentModel.ISupportInitialize)(this.txtType.Properties)).EndInit();
  522. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  523. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  524. ((System.ComponentModel.ISupportInitialize)(this.txtEQPStatus.Properties)).EndInit();
  525. ((System.ComponentModel.ISupportInitialize)(this.txtModel.Properties)).EndInit();
  526. ((System.ComponentModel.ISupportInitialize)(this.txtSSCode.Properties)).EndInit();
  527. this.ResumeLayout(false);
  528. this.PerformLayout();
  529. }
  530. #endregion
  531. private DevExpress.XtraEditors.SimpleButton btnOK;
  532. private DevExpress.XtraEditors.PanelControl panelControl1;
  533. private DevExpress.XtraEditors.LabelControl labelControl1;
  534. private DevExpress.XtraEditors.SimpleButton btnCancle;
  535. private DevExpress.XtraEditors.SimpleButton btnClose;
  536. private System.Windows.Forms.Label label8;
  537. private System.Windows.Forms.Label label5;
  538. private System.Windows.Forms.Label label4;
  539. private System.Windows.Forms.Label label2;
  540. private System.Windows.Forms.Label label1;
  541. private System.Windows.Forms.RichTextBox txtEQPDESC;
  542. private System.Windows.Forms.Label label11;
  543. private System.Windows.Forms.Label label10;
  544. private DevExpress.XtraEditors.TextEdit txtMTIME;
  545. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  546. private DevExpress.XtraEditors.TextEdit txtEQPStatus;
  547. private DevExpress.XtraEditors.TextEdit txtModel;
  548. private DevExpress.XtraEditors.ButtonEdit txtSSCode;
  549. private System.Windows.Forms.Label label15;
  550. private DevExpress.XtraEditors.TextEdit txtTelPhone;
  551. private System.Windows.Forms.Label label14;
  552. private DevExpress.XtraEditors.TextEdit txtAddress;
  553. private System.Windows.Forms.Label label13;
  554. private DevExpress.XtraEditors.TextEdit txtCompany;
  555. private System.Windows.Forms.Label label12;
  556. private System.Windows.Forms.Label label6;
  557. private DevExpress.XtraEditors.TextEdit txtType;
  558. private DevExpress.XtraEditors.TextEdit txtEQPCode;
  559. private System.Windows.Forms.Label label3;
  560. private DevExpress.XtraEditors.ButtonEdit txtEQPTypeCode;
  561. private DevExpress.XtraEditors.TextEdit txtEQPName;
  562. private System.Windows.Forms.Label label7;
  563. private System.Windows.Forms.CheckBox txtISFW;
  564. private DevExpress.XtraEditors.LabelControl labelControl26;
  565. private DevExpress.XtraEditors.GridLookUpEdit txtProperty;
  566. private DevExpress.XtraGrid.Views.Grid.GridView gridView5;
  567. private System.Windows.Forms.Label label9;
  568. }
  569. }