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

338 lines
18 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSEQPMaterialTRANSAdd
  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(FormICSEQPMaterialTRANSAdd));
  29. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  30. this.txtMValidDATE = new System.Windows.Forms.DateTimePicker();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.txtMRRUSER = new DevExpress.XtraEditors.TextEdit();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.txtMTRANSType = new System.Windows.Forms.ComboBox();
  35. this.txtMToolCode = new DevExpress.XtraEditors.ButtonEdit();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  38. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  39. this.txtMTRANSQty = new DevExpress.XtraEditors.TextEdit();
  40. this.label11 = new System.Windows.Forms.Label();
  41. this.label10 = new System.Windows.Forms.Label();
  42. this.label8 = new System.Windows.Forms.Label();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  46. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  47. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  48. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  49. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  50. this.panelControl1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtMRRUSER.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtMToolCode.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.txtMTRANSQty.Properties)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // panelControl1
  59. //
  60. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  61. | System.Windows.Forms.AnchorStyles.Left)
  62. | System.Windows.Forms.AnchorStyles.Right)));
  63. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  64. this.panelControl1.Appearance.Options.UseBackColor = true;
  65. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  66. this.panelControl1.Controls.Add(this.txtMValidDATE);
  67. this.panelControl1.Controls.Add(this.label5);
  68. this.panelControl1.Controls.Add(this.txtMRRUSER);
  69. this.panelControl1.Controls.Add(this.label2);
  70. this.panelControl1.Controls.Add(this.txtMTRANSType);
  71. this.panelControl1.Controls.Add(this.txtMToolCode);
  72. this.panelControl1.Controls.Add(this.label3);
  73. this.panelControl1.Controls.Add(this.txtMTIME);
  74. this.panelControl1.Controls.Add(this.txtMUSERName);
  75. this.panelControl1.Controls.Add(this.txtMTRANSQty);
  76. this.panelControl1.Controls.Add(this.label11);
  77. this.panelControl1.Controls.Add(this.label10);
  78. this.panelControl1.Controls.Add(this.label8);
  79. this.panelControl1.Controls.Add(this.label4);
  80. this.panelControl1.Controls.Add(this.label1);
  81. this.panelControl1.Location = new System.Drawing.Point(1, 29);
  82. this.panelControl1.Name = "panelControl1";
  83. this.panelControl1.Size = new System.Drawing.Size(311, 303);
  84. this.panelControl1.TabIndex = 24;
  85. //
  86. // txtMValidDATE
  87. //
  88. this.txtMValidDATE.Location = new System.Drawing.Point(121, 138);
  89. this.txtMValidDATE.Name = "txtMValidDATE";
  90. this.txtMValidDATE.Size = new System.Drawing.Size(158, 22);
  91. this.txtMValidDATE.TabIndex = 92;
  92. //
  93. // label5
  94. //
  95. this.label5.AutoSize = true;
  96. this.label5.Location = new System.Drawing.Point(36, 144);
  97. this.label5.Name = "label5";
  98. this.label5.Size = new System.Drawing.Size(83, 14);
  99. this.label5.TabIndex = 91;
  100. this.label5.Text = "使用到期日期:";
  101. //
  102. // txtMRRUSER
  103. //
  104. this.txtMRRUSER.Location = new System.Drawing.Point(120, 177);
  105. this.txtMRRUSER.Name = "txtMRRUSER";
  106. this.txtMRRUSER.Size = new System.Drawing.Size(158, 20);
  107. this.txtMRRUSER.TabIndex = 90;
  108. //
  109. // label2
  110. //
  111. this.label2.AutoSize = true;
  112. this.label2.Location = new System.Drawing.Point(36, 180);
  113. this.label2.Name = "label2";
  114. this.label2.Size = new System.Drawing.Size(59, 14);
  115. this.label2.TabIndex = 89;
  116. this.label2.Text = "退领料人:";
  117. //
  118. // txtMTRANSType
  119. //
  120. this.txtMTRANSType.FormattingEnabled = true;
  121. this.txtMTRANSType.Items.AddRange(new object[] {
  122. "领料",
  123. "退料",
  124. "报废"});
  125. this.txtMTRANSType.Location = new System.Drawing.Point(122, 17);
  126. this.txtMTRANSType.Name = "txtMTRANSType";
  127. this.txtMTRANSType.Size = new System.Drawing.Size(156, 22);
  128. this.txtMTRANSType.TabIndex = 88;
  129. this.txtMTRANSType.SelectedIndexChanged += new System.EventHandler(this.txtMTRANSType_SelectedIndexChanged_1);
  130. //
  131. // txtMToolCode
  132. //
  133. this.txtMToolCode.EditValue = "";
  134. this.txtMToolCode.Location = new System.Drawing.Point(122, 58);
  135. this.txtMToolCode.Name = "txtMToolCode";
  136. this.txtMToolCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  137. new DevExpress.XtraEditors.Controls.EditorButton()});
  138. this.txtMToolCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  139. this.txtMToolCode.Size = new System.Drawing.Size(156, 20);
  140. this.txtMToolCode.TabIndex = 85;
  141. this.txtMToolCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtMToolCode_ButtonClick);
  142. //
  143. // label3
  144. //
  145. this.label3.AutoSize = true;
  146. this.label3.Location = new System.Drawing.Point(36, 61);
  147. this.label3.Name = "label3";
  148. this.label3.Size = new System.Drawing.Size(59, 14);
  149. this.label3.TabIndex = 83;
  150. this.label3.Text = "备件编码:";
  151. //
  152. // txtMTIME
  153. //
  154. this.txtMTIME.Location = new System.Drawing.Point(121, 256);
  155. this.txtMTIME.Name = "txtMTIME";
  156. this.txtMTIME.Size = new System.Drawing.Size(156, 20);
  157. this.txtMTIME.TabIndex = 68;
  158. //
  159. // txtMUSERName
  160. //
  161. this.txtMUSERName.Location = new System.Drawing.Point(120, 217);
  162. this.txtMUSERName.Name = "txtMUSERName";
  163. this.txtMUSERName.Size = new System.Drawing.Size(158, 20);
  164. this.txtMUSERName.TabIndex = 67;
  165. //
  166. // txtMTRANSQty
  167. //
  168. this.txtMTRANSQty.Location = new System.Drawing.Point(122, 99);
  169. this.txtMTRANSQty.Name = "txtMTRANSQty";
  170. this.txtMTRANSQty.Size = new System.Drawing.Size(156, 20);
  171. this.txtMTRANSQty.TabIndex = 66;
  172. //
  173. // label11
  174. //
  175. this.label11.AutoSize = true;
  176. this.label11.Location = new System.Drawing.Point(31, 259);
  177. this.label11.Name = "label11";
  178. this.label11.Size = new System.Drawing.Size(59, 14);
  179. this.label11.TabIndex = 61;
  180. this.label11.Text = "维护时间:";
  181. //
  182. // label10
  183. //
  184. this.label10.AutoSize = true;
  185. this.label10.Location = new System.Drawing.Point(36, 220);
  186. this.label10.Name = "label10";
  187. this.label10.Size = new System.Drawing.Size(47, 14);
  188. this.label10.TabIndex = 60;
  189. this.label10.Text = "维护人:";
  190. //
  191. // label8
  192. //
  193. this.label8.AutoSize = true;
  194. this.label8.Location = new System.Drawing.Point(33, 262);
  195. this.label8.Name = "label8";
  196. this.label8.Size = new System.Drawing.Size(0, 14);
  197. this.label8.TabIndex = 48;
  198. //
  199. // label4
  200. //
  201. this.label4.AutoSize = true;
  202. this.label4.Location = new System.Drawing.Point(34, 102);
  203. this.label4.Name = "label4";
  204. this.label4.Size = new System.Drawing.Size(83, 14);
  205. this.label4.TabIndex = 41;
  206. this.label4.Text = "备件交易数量:";
  207. //
  208. // label1
  209. //
  210. this.label1.AutoSize = true;
  211. this.label1.Location = new System.Drawing.Point(36, 20);
  212. this.label1.Name = "label1";
  213. this.label1.Size = new System.Drawing.Size(59, 14);
  214. this.label1.TabIndex = 38;
  215. this.label1.Text = "交易类型:";
  216. //
  217. // labelControl1
  218. //
  219. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  221. this.labelControl1.Location = new System.Drawing.Point(1, 3);
  222. this.labelControl1.Name = "labelControl1";
  223. this.labelControl1.Size = new System.Drawing.Size(160, 21);
  224. this.labelControl1.TabIndex = 25;
  225. this.labelControl1.Text = "备品备件物料信息编辑";
  226. //
  227. // btnClose
  228. //
  229. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  230. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  231. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  232. this.btnClose.Appearance.Options.UseFont = true;
  233. this.btnClose.Appearance.Options.UseForeColor = true;
  234. this.btnClose.Appearance.Options.UseTextOptions = true;
  235. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  236. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  237. this.btnClose.Location = new System.Drawing.Point(286, 3);
  238. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  239. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  240. this.btnClose.Name = "btnClose";
  241. this.btnClose.Size = new System.Drawing.Size(26, 21);
  242. this.btnClose.TabIndex = 27;
  243. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  244. //
  245. // btnCancle
  246. //
  247. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  248. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  249. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  250. this.btnCancle.Appearance.Options.UseFont = true;
  251. this.btnCancle.Appearance.Options.UseForeColor = true;
  252. this.btnCancle.Appearance.Options.UseTextOptions = true;
  253. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  254. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  255. this.btnCancle.Location = new System.Drawing.Point(220, 338);
  256. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  257. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  258. this.btnCancle.Name = "btnCancle";
  259. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  260. this.btnCancle.TabIndex = 26;
  261. this.btnCancle.Text = "取消";
  262. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  263. //
  264. // btnOK
  265. //
  266. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  267. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  268. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  269. this.btnOK.Appearance.Options.UseFont = true;
  270. this.btnOK.Appearance.Options.UseForeColor = true;
  271. this.btnOK.Appearance.Options.UseTextOptions = true;
  272. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  273. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  274. this.btnOK.Location = new System.Drawing.Point(144, 338);
  275. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  276. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  277. this.btnOK.Name = "btnOK";
  278. this.btnOK.Size = new System.Drawing.Size(70, 30);
  279. this.btnOK.TabIndex = 23;
  280. this.btnOK.Text = "保存";
  281. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  282. //
  283. // FormICSEQPMaterialTRANSAdd
  284. //
  285. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  286. this.Appearance.Options.UseBackColor = true;
  287. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  288. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  289. this.ClientSize = new System.Drawing.Size(313, 372);
  290. this.Controls.Add(this.btnClose);
  291. this.Controls.Add(this.btnCancle);
  292. this.Controls.Add(this.labelControl1);
  293. this.Controls.Add(this.panelControl1);
  294. this.Controls.Add(this.btnOK);
  295. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  296. this.Name = "FormICSEQPMaterialTRANSAdd";
  297. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  298. this.Text = "备品备件物料信息编辑";
  299. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  300. this.panelControl1.ResumeLayout(false);
  301. this.panelControl1.PerformLayout();
  302. ((System.ComponentModel.ISupportInitialize)(this.txtMRRUSER.Properties)).EndInit();
  303. ((System.ComponentModel.ISupportInitialize)(this.txtMToolCode.Properties)).EndInit();
  304. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.txtMTRANSQty.Properties)).EndInit();
  307. this.ResumeLayout(false);
  308. this.PerformLayout();
  309. }
  310. #endregion
  311. private DevExpress.XtraEditors.SimpleButton btnOK;
  312. private DevExpress.XtraEditors.PanelControl panelControl1;
  313. private DevExpress.XtraEditors.LabelControl labelControl1;
  314. private DevExpress.XtraEditors.SimpleButton btnCancle;
  315. private DevExpress.XtraEditors.SimpleButton btnClose;
  316. private System.Windows.Forms.Label label8;
  317. private System.Windows.Forms.Label label4;
  318. private System.Windows.Forms.Label label1;
  319. private System.Windows.Forms.Label label11;
  320. private System.Windows.Forms.Label label10;
  321. private DevExpress.XtraEditors.TextEdit txtMTIME;
  322. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  323. private DevExpress.XtraEditors.TextEdit txtMTRANSQty;
  324. private System.Windows.Forms.Label label3;
  325. private DevExpress.XtraEditors.ButtonEdit txtMToolCode;
  326. private System.Windows.Forms.ComboBox txtMTRANSType;
  327. private DevExpress.XtraEditors.TextEdit txtMRRUSER;
  328. private System.Windows.Forms.Label label2;
  329. private System.Windows.Forms.Label label5;
  330. private System.Windows.Forms.DateTimePicker txtMValidDATE;
  331. }
  332. }