锐腾搅拌上料功能
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.

353 lines
19 KiB

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