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

337 lines
18 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSTuiKuAdd
  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(FormICSTuiKuAdd));
  29. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtStorageCode = new System.Windows.Forms.ComboBox();
  32. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  33. this.txtVouchRow = new DevExpress.XtraEditors.TextEdit();
  34. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  35. this.txtNO = new DevExpress.XtraEditors.TextEdit();
  36. this.txtSubInvCode = new System.Windows.Forms.ComboBox();
  37. this.txtTransferNO = new DevExpress.XtraEditors.TextEdit();
  38. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  39. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  40. this.txtQuantity = new DevExpress.XtraEditors.TextEdit();
  41. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  42. this.txtInvName = new DevExpress.XtraEditors.TextEdit();
  43. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  44. this.txtmuser = new DevExpress.XtraEditors.TextEdit();
  45. this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
  46. this.can = new DevExpress.XtraEditors.SimpleButton();
  47. this.save = new DevExpress.XtraEditors.SimpleButton();
  48. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  49. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  50. this.panelControl1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtVouchRow.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtNO.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.txtTransferNO.Properties)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.txtQuantity.Properties)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.txtInvName.Properties)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.txtmuser.Properties)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // lblTitle
  60. //
  61. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  62. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  63. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  64. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  65. this.lblTitle.Name = "lblTitle";
  66. this.lblTitle.Size = new System.Drawing.Size(144, 23);
  67. this.lblTitle.TabIndex = 6;
  68. this.lblTitle.Text = "退库申请单";
  69. //
  70. // panelControl1
  71. //
  72. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  73. | System.Windows.Forms.AnchorStyles.Left)
  74. | System.Windows.Forms.AnchorStyles.Right)));
  75. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  76. this.panelControl1.Appearance.Options.UseBackColor = true;
  77. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  78. this.panelControl1.Controls.Add(this.txtStorageCode);
  79. this.panelControl1.Controls.Add(this.labelControl6);
  80. this.panelControl1.Controls.Add(this.txtVouchRow);
  81. this.panelControl1.Controls.Add(this.labelControl4);
  82. this.panelControl1.Controls.Add(this.txtNO);
  83. this.panelControl1.Controls.Add(this.txtSubInvCode);
  84. this.panelControl1.Controls.Add(this.txtTransferNO);
  85. this.panelControl1.Controls.Add(this.labelControl3);
  86. this.panelControl1.Controls.Add(this.labelControl2);
  87. this.panelControl1.Controls.Add(this.txtQuantity);
  88. this.panelControl1.Controls.Add(this.labelControl1);
  89. this.panelControl1.Controls.Add(this.txtInvName);
  90. this.panelControl1.Controls.Add(this.labelControl5);
  91. this.panelControl1.Controls.Add(this.txtmuser);
  92. this.panelControl1.Controls.Add(this.labelControl13);
  93. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  94. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  95. this.panelControl1.Name = "panelControl1";
  96. this.panelControl1.Size = new System.Drawing.Size(276, 257);
  97. this.panelControl1.TabIndex = 23;
  98. //
  99. // txtStorageCode
  100. //
  101. this.txtStorageCode.FormattingEnabled = true;
  102. this.txtStorageCode.Location = new System.Drawing.Point(96, 139);
  103. this.txtStorageCode.Name = "txtStorageCode";
  104. this.txtStorageCode.Size = new System.Drawing.Size(155, 22);
  105. this.txtStorageCode.TabIndex = 110;
  106. this.txtStorageCode.SelectedIndexChanged += new System.EventHandler(this.ICSStorageCode_SelectedIndexChanged);
  107. //this.txtStorageCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ICSStorageCode_KeyDown);
  108. //
  109. // labelControl6
  110. //
  111. this.labelControl6.Location = new System.Drawing.Point(18, 147);
  112. this.labelControl6.Name = "labelControl6";
  113. this.labelControl6.Size = new System.Drawing.Size(60, 14);
  114. this.labelControl6.TabIndex = 109;
  115. this.labelControl6.Text = "库房编码:";
  116. //
  117. // txtVouchRow
  118. //
  119. this.txtVouchRow.Enabled = false;
  120. this.txtVouchRow.Location = new System.Drawing.Point(96, 45);
  121. this.txtVouchRow.Name = "txtVouchRow";
  122. this.txtVouchRow.Size = new System.Drawing.Size(155, 20);
  123. this.txtVouchRow.TabIndex = 108;
  124. this.txtVouchRow.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtTransLine_KeyDown);
  125. //
  126. // labelControl4
  127. //
  128. this.labelControl4.Location = new System.Drawing.Point(19, 48);
  129. this.labelControl4.Name = "labelControl4";
  130. this.labelControl4.Size = new System.Drawing.Size(72, 14);
  131. this.labelControl4.TabIndex = 107;
  132. this.labelControl4.Text = "领料单行号:";
  133. //
  134. // txtNO
  135. //
  136. this.txtNO.EnterMoveNextControl = true;
  137. this.txtNO.Location = new System.Drawing.Point(192, 12);
  138. this.txtNO.Name = "txtNO";
  139. this.txtNO.Size = new System.Drawing.Size(59, 20);
  140. this.txtNO.TabIndex = 106;
  141. this.txtNO.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtNO_KeyDown);
  142. //
  143. // txtSubInvCode
  144. //
  145. this.txtSubInvCode.FormattingEnabled = true;
  146. this.txtSubInvCode.Location = new System.Drawing.Point(96, 78);
  147. this.txtSubInvCode.Name = "txtSubInvCode";
  148. this.txtSubInvCode.Size = new System.Drawing.Size(155, 22);
  149. this.txtSubInvCode.TabIndex = 105;
  150. this.txtSubInvCode.SelectedIndexChanged += new System.EventHandler(this.cBINVCode_SelectedIndexChanged);
  151. this.txtSubInvCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cBINVCode_KeyDown);
  152. //
  153. // txtTransferNO
  154. //
  155. this.txtTransferNO.Location = new System.Drawing.Point(96, 12);
  156. this.txtTransferNO.Name = "txtTransferNO";
  157. this.txtTransferNO.Size = new System.Drawing.Size(90, 20);
  158. this.txtTransferNO.TabIndex = 104;
  159. //
  160. // labelControl3
  161. //
  162. this.labelControl3.Location = new System.Drawing.Point(24, 15);
  163. this.labelControl3.Name = "labelControl3";
  164. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  165. this.labelControl3.TabIndex = 103;
  166. this.labelControl3.Text = "领料单号:";
  167. //
  168. // labelControl2
  169. //
  170. this.labelControl2.Location = new System.Drawing.Point(12, 81);
  171. this.labelControl2.Name = "labelControl2";
  172. this.labelControl2.Size = new System.Drawing.Size(84, 14);
  173. this.labelControl2.TabIndex = 101;
  174. this.labelControl2.Text = "子件存货编码:";
  175. //
  176. // txtQuantity
  177. //
  178. this.txtQuantity.EnterMoveNextControl = true;
  179. this.txtQuantity.Location = new System.Drawing.Point(96, 177);
  180. this.txtQuantity.Name = "txtQuantity";
  181. this.txtQuantity.Size = new System.Drawing.Size(155, 20);
  182. this.txtQuantity.TabIndex = 100;
  183. //
  184. // labelControl1
  185. //
  186. this.labelControl1.Location = new System.Drawing.Point(27, 180);
  187. this.labelControl1.Name = "labelControl1";
  188. this.labelControl1.Size = new System.Drawing.Size(36, 14);
  189. this.labelControl1.TabIndex = 99;
  190. this.labelControl1.Text = "数量:";
  191. //
  192. // txtInvName
  193. //
  194. this.txtInvName.Enabled = false;
  195. this.txtInvName.EnterMoveNextControl = true;
  196. this.txtInvName.Location = new System.Drawing.Point(96, 110);
  197. this.txtInvName.Name = "txtInvName";
  198. this.txtInvName.Size = new System.Drawing.Size(155, 20);
  199. this.txtInvName.TabIndex = 96;
  200. //
  201. // labelControl5
  202. //
  203. this.labelControl5.Location = new System.Drawing.Point(21, 113);
  204. this.labelControl5.Name = "labelControl5";
  205. this.labelControl5.Size = new System.Drawing.Size(60, 14);
  206. this.labelControl5.TabIndex = 95;
  207. this.labelControl5.Text = "存货名称:";
  208. //
  209. // txtmuser
  210. //
  211. this.txtmuser.EnterMoveNextControl = true;
  212. this.txtmuser.Location = new System.Drawing.Point(96, 211);
  213. this.txtmuser.Name = "txtmuser";
  214. this.txtmuser.Properties.ReadOnly = true;
  215. this.txtmuser.Size = new System.Drawing.Size(155, 20);
  216. this.txtmuser.TabIndex = 93;
  217. //
  218. // labelControl13
  219. //
  220. this.labelControl13.Location = new System.Drawing.Point(27, 214);
  221. this.labelControl13.Name = "labelControl13";
  222. this.labelControl13.Size = new System.Drawing.Size(36, 14);
  223. this.labelControl13.TabIndex = 91;
  224. this.labelControl13.Text = "维护人";
  225. //
  226. // can
  227. //
  228. this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  229. this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  230. this.can.Appearance.ForeColor = System.Drawing.Color.White;
  231. this.can.Appearance.Options.UseFont = true;
  232. this.can.Appearance.Options.UseForeColor = true;
  233. this.can.Appearance.Options.UseTextOptions = true;
  234. this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  235. this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
  236. this.can.Location = new System.Drawing.Point(207, 286);
  237. this.can.LookAndFeel.SkinName = "BlueButtonSkin";
  238. this.can.LookAndFeel.UseDefaultLookAndFeel = false;
  239. this.can.Name = "can";
  240. this.can.Size = new System.Drawing.Size(70, 30);
  241. this.can.TabIndex = 91;
  242. this.can.Text = "取消";
  243. this.can.Click += new System.EventHandler(this.can_Click);
  244. //
  245. // save
  246. //
  247. this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  248. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  249. this.save.Appearance.ForeColor = System.Drawing.Color.White;
  250. this.save.Appearance.Options.UseFont = true;
  251. this.save.Appearance.Options.UseForeColor = true;
  252. this.save.Appearance.Options.UseTextOptions = true;
  253. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  254. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  255. this.save.Location = new System.Drawing.Point(135, 286);
  256. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  257. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  258. this.save.Name = "save";
  259. this.save.Size = new System.Drawing.Size(70, 30);
  260. this.save.TabIndex = 81;
  261. this.save.Text = "保存";
  262. this.save.Click += new System.EventHandler(this.save_Click);
  263. //
  264. // btnClose
  265. //
  266. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  267. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  268. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  269. this.btnClose.Appearance.Options.UseFont = true;
  270. this.btnClose.Appearance.Options.UseForeColor = true;
  271. this.btnClose.Appearance.Options.UseTextOptions = true;
  272. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  273. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  274. this.btnClose.Location = new System.Drawing.Point(251, 0);
  275. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  276. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  277. this.btnClose.Name = "btnClose";
  278. this.btnClose.Size = new System.Drawing.Size(26, 29);
  279. this.btnClose.TabIndex = 5;
  280. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  281. //
  282. // FormICSTuiKuAdd
  283. //
  284. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  285. this.Appearance.Options.UseBackColor = true;
  286. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  287. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  288. this.ClientSize = new System.Drawing.Size(278, 318);
  289. this.Controls.Add(this.can);
  290. this.Controls.Add(this.save);
  291. this.Controls.Add(this.panelControl1);
  292. this.Controls.Add(this.lblTitle);
  293. this.Controls.Add(this.btnClose);
  294. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  295. this.Name = "FormICSTuiKuAdd";
  296. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  297. this.Text = "FormContainerAddEdit";
  298. this.Load += new System.EventHandler(this.FormICSChuKuAdd_Load);
  299. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  300. this.panelControl1.ResumeLayout(false);
  301. this.panelControl1.PerformLayout();
  302. ((System.ComponentModel.ISupportInitialize)(this.txtVouchRow.Properties)).EndInit();
  303. ((System.ComponentModel.ISupportInitialize)(this.txtNO.Properties)).EndInit();
  304. ((System.ComponentModel.ISupportInitialize)(this.txtTransferNO.Properties)).EndInit();
  305. ((System.ComponentModel.ISupportInitialize)(this.txtQuantity.Properties)).EndInit();
  306. ((System.ComponentModel.ISupportInitialize)(this.txtInvName.Properties)).EndInit();
  307. ((System.ComponentModel.ISupportInitialize)(this.txtmuser.Properties)).EndInit();
  308. this.ResumeLayout(false);
  309. }
  310. #endregion
  311. private DevExpress.XtraEditors.SimpleButton btnClose;
  312. private DevExpress.XtraEditors.LabelControl lblTitle;
  313. private DevExpress.XtraEditors.PanelControl panelControl1;
  314. private DevExpress.XtraEditors.SimpleButton save;
  315. private DevExpress.XtraEditors.SimpleButton can;
  316. private DevExpress.XtraEditors.LabelControl labelControl13;
  317. private DevExpress.XtraEditors.TextEdit txtmuser;
  318. private DevExpress.XtraEditors.TextEdit txtInvName;
  319. private DevExpress.XtraEditors.LabelControl labelControl5;
  320. private DevExpress.XtraEditors.TextEdit txtQuantity;
  321. private DevExpress.XtraEditors.LabelControl labelControl1;
  322. private DevExpress.XtraEditors.LabelControl labelControl2;
  323. private DevExpress.XtraEditors.TextEdit txtTransferNO;
  324. private DevExpress.XtraEditors.LabelControl labelControl3;
  325. private System.Windows.Forms.ComboBox txtSubInvCode;
  326. private DevExpress.XtraEditors.TextEdit txtNO;
  327. private DevExpress.XtraEditors.TextEdit txtVouchRow;
  328. private DevExpress.XtraEditors.LabelControl labelControl4;
  329. private System.Windows.Forms.ComboBox txtStorageCode;
  330. private DevExpress.XtraEditors.LabelControl labelControl6;
  331. }
  332. }