华恒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.

302 lines
16 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSEquipmentRepair
  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(FormICSEquipmentRepair));
  29. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  30. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  31. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  32. this.txtTSINFO = new System.Windows.Forms.RichTextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label15 = new System.Windows.Forms.Label();
  35. this.txtEQPCode = new DevExpress.XtraEditors.ButtonEdit();
  36. this.txtEType = new DevExpress.XtraEditors.ButtonEdit();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.txtFINDMTIME = new DevExpress.XtraEditors.TextEdit();
  39. this.txtFINDUSER = new DevExpress.XtraEditors.TextEdit();
  40. this.label11 = new System.Windows.Forms.Label();
  41. this.label10 = new System.Windows.Forms.Label();
  42. this.txtEQPDESC = new System.Windows.Forms.RichTextBox();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  45. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  46. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  47. this.panelControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtEType.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.txtFINDMTIME.Properties)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtFINDUSER.Properties)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // panelControl1
  55. //
  56. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  57. | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  60. this.panelControl1.Appearance.Options.UseBackColor = true;
  61. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  62. this.panelControl1.Controls.Add(this.btnCancle);
  63. this.panelControl1.Controls.Add(this.btnOK);
  64. this.panelControl1.Controls.Add(this.txtTSINFO);
  65. this.panelControl1.Controls.Add(this.label2);
  66. this.panelControl1.Controls.Add(this.label15);
  67. this.panelControl1.Controls.Add(this.txtEQPCode);
  68. this.panelControl1.Controls.Add(this.txtEType);
  69. this.panelControl1.Controls.Add(this.label6);
  70. this.panelControl1.Controls.Add(this.txtFINDMTIME);
  71. this.panelControl1.Controls.Add(this.txtFINDUSER);
  72. this.panelControl1.Controls.Add(this.label11);
  73. this.panelControl1.Controls.Add(this.label10);
  74. this.panelControl1.Controls.Add(this.txtEQPDESC);
  75. this.panelControl1.Controls.Add(this.label5);
  76. this.panelControl1.Location = new System.Drawing.Point(1, 29);
  77. this.panelControl1.Name = "panelControl1";
  78. this.panelControl1.Size = new System.Drawing.Size(754, 329);
  79. this.panelControl1.TabIndex = 24;
  80. //
  81. // btnCancle
  82. //
  83. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  84. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  85. this.btnCancle.Appearance.Options.UseFont = true;
  86. this.btnCancle.Appearance.Options.UseForeColor = true;
  87. this.btnCancle.Appearance.Options.UseTextOptions = true;
  88. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  89. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  90. this.btnCancle.Location = new System.Drawing.Point(202, 258);
  91. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  92. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  93. this.btnCancle.Name = "btnCancle";
  94. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  95. this.btnCancle.TabIndex = 91;
  96. this.btnCancle.Text = "取消";
  97. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  98. //
  99. // btnOK
  100. //
  101. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  102. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  103. this.btnOK.Appearance.Options.UseFont = true;
  104. this.btnOK.Appearance.Options.UseForeColor = true;
  105. this.btnOK.Appearance.Options.UseTextOptions = true;
  106. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  107. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  108. this.btnOK.Location = new System.Drawing.Point(126, 258);
  109. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  110. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  111. this.btnOK.Name = "btnOK";
  112. this.btnOK.Size = new System.Drawing.Size(70, 30);
  113. this.btnOK.TabIndex = 90;
  114. this.btnOK.Text = "保存";
  115. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  116. //
  117. // txtTSINFO
  118. //
  119. this.txtTSINFO.Location = new System.Drawing.Point(126, 134);
  120. this.txtTSINFO.Name = "txtTSINFO";
  121. this.txtTSINFO.Size = new System.Drawing.Size(156, 82);
  122. this.txtTSINFO.TabIndex = 89;
  123. this.txtTSINFO.Text = "";
  124. //
  125. // label2
  126. //
  127. this.label2.AutoSize = true;
  128. this.label2.Location = new System.Drawing.Point(36, 143);
  129. this.label2.Name = "label2";
  130. this.label2.Size = new System.Drawing.Size(59, 14);
  131. this.label2.TabIndex = 88;
  132. this.label2.Text = "故障现象:";
  133. //
  134. // label15
  135. //
  136. this.label15.AutoSize = true;
  137. this.label15.Location = new System.Drawing.Point(347, 26);
  138. this.label15.Name = "label15";
  139. this.label15.Size = new System.Drawing.Size(35, 14);
  140. this.label15.TabIndex = 87;
  141. this.label15.Text = "设备:";
  142. //
  143. // txtEQPCode
  144. //
  145. this.txtEQPCode.EditValue = "";
  146. this.txtEQPCode.Location = new System.Drawing.Point(435, 20);
  147. this.txtEQPCode.Name = "txtEQPCode";
  148. this.txtEQPCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  149. new DevExpress.XtraEditors.Controls.EditorButton()});
  150. this.txtEQPCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  151. this.txtEQPCode.Size = new System.Drawing.Size(156, 20);
  152. this.txtEQPCode.TabIndex = 86;
  153. this.txtEQPCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEQPCode_ButtonClick);
  154. //
  155. // txtEType
  156. //
  157. this.txtEType.EditValue = "";
  158. this.txtEType.Location = new System.Drawing.Point(126, 23);
  159. this.txtEType.Name = "txtEType";
  160. this.txtEType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  161. new DevExpress.XtraEditors.Controls.EditorButton()});
  162. this.txtEType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  163. this.txtEType.Size = new System.Drawing.Size(156, 20);
  164. this.txtEType.TabIndex = 85;
  165. this.txtEType.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtEType_ButtonClick);
  166. //
  167. // label6
  168. //
  169. this.label6.AutoSize = true;
  170. this.label6.Location = new System.Drawing.Point(38, 26);
  171. this.label6.Name = "label6";
  172. this.label6.Size = new System.Drawing.Size(59, 14);
  173. this.label6.TabIndex = 73;
  174. this.label6.Text = "设备类型:";
  175. //
  176. // txtFINDMTIME
  177. //
  178. this.txtFINDMTIME.Location = new System.Drawing.Point(431, 196);
  179. this.txtFINDMTIME.Name = "txtFINDMTIME";
  180. this.txtFINDMTIME.Size = new System.Drawing.Size(156, 20);
  181. this.txtFINDMTIME.TabIndex = 68;
  182. //
  183. // txtFINDUSER
  184. //
  185. this.txtFINDUSER.Location = new System.Drawing.Point(431, 134);
  186. this.txtFINDUSER.Name = "txtFINDUSER";
  187. this.txtFINDUSER.Size = new System.Drawing.Size(152, 20);
  188. this.txtFINDUSER.TabIndex = 67;
  189. //
  190. // label11
  191. //
  192. this.label11.AutoSize = true;
  193. this.label11.Location = new System.Drawing.Point(346, 199);
  194. this.label11.Name = "label11";
  195. this.label11.Size = new System.Drawing.Size(59, 14);
  196. this.label11.TabIndex = 61;
  197. this.label11.Text = "报修时间:";
  198. //
  199. // label10
  200. //
  201. this.label10.AutoSize = true;
  202. this.label10.Location = new System.Drawing.Point(350, 137);
  203. this.label10.Name = "label10";
  204. this.label10.Size = new System.Drawing.Size(47, 14);
  205. this.label10.TabIndex = 60;
  206. this.label10.Text = "报修人:";
  207. //
  208. // txtEQPDESC
  209. //
  210. this.txtEQPDESC.Location = new System.Drawing.Point(126, 69);
  211. this.txtEQPDESC.Name = "txtEQPDESC";
  212. this.txtEQPDESC.Size = new System.Drawing.Size(156, 23);
  213. this.txtEQPDESC.TabIndex = 53;
  214. this.txtEQPDESC.Text = "";
  215. //
  216. // label5
  217. //
  218. this.label5.AutoSize = true;
  219. this.label5.Location = new System.Drawing.Point(36, 78);
  220. this.label5.Name = "label5";
  221. this.label5.Size = new System.Drawing.Size(59, 14);
  222. this.label5.TabIndex = 42;
  223. this.label5.Text = "设备名称:";
  224. //
  225. // labelControl1
  226. //
  227. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  229. this.labelControl1.Location = new System.Drawing.Point(1, 3);
  230. this.labelControl1.Name = "labelControl1";
  231. this.labelControl1.Size = new System.Drawing.Size(64, 21);
  232. this.labelControl1.TabIndex = 25;
  233. this.labelControl1.Text = "设备报修";
  234. //
  235. // btnClose
  236. //
  237. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  238. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  239. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  240. this.btnClose.Appearance.Options.UseFont = true;
  241. this.btnClose.Appearance.Options.UseForeColor = true;
  242. this.btnClose.Appearance.Options.UseTextOptions = true;
  243. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  244. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  245. this.btnClose.Location = new System.Drawing.Point(729, 3);
  246. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  247. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  248. this.btnClose.Name = "btnClose";
  249. this.btnClose.Size = new System.Drawing.Size(26, 21);
  250. this.btnClose.TabIndex = 27;
  251. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  252. //
  253. // FormICSEquipmentRepair
  254. //
  255. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  256. this.Appearance.Options.UseBackColor = true;
  257. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  258. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  259. this.ClientSize = new System.Drawing.Size(756, 398);
  260. this.Controls.Add(this.btnClose);
  261. this.Controls.Add(this.labelControl1);
  262. this.Controls.Add(this.panelControl1);
  263. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  264. this.Name = "FormICSEquipmentRepair";
  265. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  266. this.Text = "FormICSEquipmentAdd";
  267. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  268. this.panelControl1.ResumeLayout(false);
  269. this.panelControl1.PerformLayout();
  270. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).EndInit();
  271. ((System.ComponentModel.ISupportInitialize)(this.txtEType.Properties)).EndInit();
  272. ((System.ComponentModel.ISupportInitialize)(this.txtFINDMTIME.Properties)).EndInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.txtFINDUSER.Properties)).EndInit();
  274. this.ResumeLayout(false);
  275. this.PerformLayout();
  276. }
  277. #endregion
  278. private DevExpress.XtraEditors.PanelControl panelControl1;
  279. private DevExpress.XtraEditors.LabelControl labelControl1;
  280. private DevExpress.XtraEditors.SimpleButton btnClose;
  281. private System.Windows.Forms.RichTextBox txtTSINFO;
  282. private System.Windows.Forms.Label label2;
  283. private System.Windows.Forms.Label label15;
  284. private DevExpress.XtraEditors.ButtonEdit txtEQPCode;
  285. private DevExpress.XtraEditors.ButtonEdit txtEType;
  286. private System.Windows.Forms.Label label6;
  287. private DevExpress.XtraEditors.TextEdit txtFINDMTIME;
  288. private DevExpress.XtraEditors.TextEdit txtFINDUSER;
  289. private System.Windows.Forms.Label label11;
  290. private System.Windows.Forms.Label label10;
  291. private System.Windows.Forms.RichTextBox txtEQPDESC;
  292. private System.Windows.Forms.Label label5;
  293. private DevExpress.XtraEditors.SimpleButton btnCancle;
  294. private DevExpress.XtraEditors.SimpleButton btnOK;
  295. }
  296. }