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

511 lines
29 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSInvTransferAdd
  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(FormICSInvTransferAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  33. this.txtRECTYPE = new DevExpress.XtraEditors.ButtonEdit();
  34. this.txtTransferSTATUS = new DevExpress.XtraEditors.TextEdit();
  35. this.txtTIMETYPE = new System.Windows.Forms.ComboBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
  38. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  39. this.txtEffectedTIME = new System.Windows.Forms.DateTimePicker();
  40. this.txtCreateTIME = new System.Windows.Forms.DateTimePicker();
  41. this.txtEffectedUSER = new DevExpress.XtraEditors.TextEdit();
  42. this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
  43. this.txtCreateUSER = new DevExpress.XtraEditors.TextEdit();
  44. this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
  45. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  46. this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
  47. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  48. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  49. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  50. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  51. this.txtTOStorageCode = new DevExpress.XtraEditors.ButtonEdit();
  52. this.txtFRMStorageCode = new DevExpress.XtraEditors.ButtonEdit();
  53. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  54. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  55. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  56. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  57. this.txtTransferNO = new DevExpress.XtraEditors.TextEdit();
  58. this.txtMEMO = new System.Windows.Forms.RichTextBox();
  59. this.save = new DevExpress.XtraEditors.SimpleButton();
  60. this.can = new DevExpress.XtraEditors.SimpleButton();
  61. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  62. this.panelControl1.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.txtRECTYPE.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.txtTransferSTATUS.Properties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txtEffectedUSER.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txtCreateUSER.Properties)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.txtTOStorageCode.Properties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtFRMStorageCode.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtTransferNO.Properties)).BeginInit();
  72. this.SuspendLayout();
  73. //
  74. // btnClose
  75. //
  76. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  77. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  78. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  79. this.btnClose.Appearance.Options.UseFont = true;
  80. this.btnClose.Appearance.Options.UseForeColor = true;
  81. this.btnClose.Appearance.Options.UseTextOptions = true;
  82. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  83. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  84. this.btnClose.Location = new System.Drawing.Point(819, 0);
  85. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  86. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  87. this.btnClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  88. this.btnClose.Name = "btnClose";
  89. this.btnClose.Size = new System.Drawing.Size(37, 42);
  90. this.btnClose.TabIndex = 5;
  91. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  92. //
  93. // lblTitle
  94. //
  95. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  96. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  97. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  98. this.lblTitle.Location = new System.Drawing.Point(1, 2);
  99. this.lblTitle.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  100. this.lblTitle.Name = "lblTitle";
  101. this.lblTitle.Size = new System.Drawing.Size(157, 36);
  102. this.lblTitle.TabIndex = 6;
  103. this.lblTitle.Text = "转移单编辑";
  104. //
  105. // labelControl1
  106. //
  107. this.labelControl1.Location = new System.Drawing.Point(59, 46);
  108. this.labelControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  109. this.labelControl1.Name = "labelControl1";
  110. this.labelControl1.Size = new System.Drawing.Size(64, 22);
  111. this.labelControl1.TabIndex = 0;
  112. this.labelControl1.Text = "单号:*";
  113. //
  114. // panelControl1
  115. //
  116. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  117. | System.Windows.Forms.AnchorStyles.Left)
  118. | System.Windows.Forms.AnchorStyles.Right)));
  119. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  120. this.panelControl1.Appearance.Options.UseBackColor = true;
  121. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  122. this.panelControl1.Controls.Add(this.txtRECTYPE);
  123. this.panelControl1.Controls.Add(this.txtTransferSTATUS);
  124. this.panelControl1.Controls.Add(this.txtTIMETYPE);
  125. this.panelControl1.Controls.Add(this.label1);
  126. this.panelControl1.Controls.Add(this.labelControl13);
  127. this.panelControl1.Controls.Add(this.labelControl12);
  128. this.panelControl1.Controls.Add(this.txtEffectedTIME);
  129. this.panelControl1.Controls.Add(this.txtCreateTIME);
  130. this.panelControl1.Controls.Add(this.txtEffectedUSER);
  131. this.panelControl1.Controls.Add(this.labelControl11);
  132. this.panelControl1.Controls.Add(this.txtCreateUSER);
  133. this.panelControl1.Controls.Add(this.labelControl10);
  134. this.panelControl1.Controls.Add(this.labelControl5);
  135. this.panelControl1.Controls.Add(this.labelControl9);
  136. this.panelControl1.Controls.Add(this.labelControl7);
  137. this.panelControl1.Controls.Add(this.txtMTIME);
  138. this.panelControl1.Controls.Add(this.labelControl2);
  139. this.panelControl1.Controls.Add(this.txtMUSERName);
  140. this.panelControl1.Controls.Add(this.txtTOStorageCode);
  141. this.panelControl1.Controls.Add(this.txtFRMStorageCode);
  142. this.panelControl1.Controls.Add(this.labelControl8);
  143. this.panelControl1.Controls.Add(this.labelControl6);
  144. this.panelControl1.Controls.Add(this.labelControl4);
  145. this.panelControl1.Controls.Add(this.labelControl3);
  146. this.panelControl1.Controls.Add(this.txtTransferNO);
  147. this.panelControl1.Controls.Add(this.txtMEMO);
  148. this.panelControl1.Controls.Add(this.labelControl1);
  149. this.panelControl1.Location = new System.Drawing.Point(1, 42);
  150. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  151. this.panelControl1.Name = "panelControl1";
  152. this.panelControl1.Size = new System.Drawing.Size(854, 534);
  153. this.panelControl1.TabIndex = 23;
  154. //
  155. // txtRECTYPE
  156. //
  157. this.txtRECTYPE.EditValue = "";
  158. this.txtRECTYPE.Location = new System.Drawing.Point(216, 171);
  159. this.txtRECTYPE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  160. this.txtRECTYPE.Name = "txtRECTYPE";
  161. this.txtRECTYPE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  162. new DevExpress.XtraEditors.Controls.EditorButton()});
  163. this.txtRECTYPE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  164. this.txtRECTYPE.Size = new System.Drawing.Size(179, 28);
  165. this.txtRECTYPE.TabIndex = 112;
  166. this.txtRECTYPE.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtRECTYPE_ButtonClick);
  167. //
  168. // txtTransferSTATUS
  169. //
  170. this.txtTransferSTATUS.EnterMoveNextControl = true;
  171. this.txtTransferSTATUS.Location = new System.Drawing.Point(616, 104);
  172. this.txtTransferSTATUS.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  173. this.txtTransferSTATUS.Name = "txtTransferSTATUS";
  174. this.txtTransferSTATUS.Size = new System.Drawing.Size(179, 28);
  175. this.txtTransferSTATUS.TabIndex = 111;
  176. //
  177. // txtTIMETYPE
  178. //
  179. this.txtTIMETYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  180. this.txtTIMETYPE.FormattingEnabled = true;
  181. this.txtTIMETYPE.Items.AddRange(new object[] {
  182. "正常",
  183. "延长",
  184. "缩短"});
  185. this.txtTIMETYPE.Location = new System.Drawing.Point(616, 168);
  186. this.txtTIMETYPE.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  187. this.txtTIMETYPE.Name = "txtTIMETYPE";
  188. this.txtTIMETYPE.Size = new System.Drawing.Size(177, 30);
  189. this.txtTIMETYPE.TabIndex = 109;
  190. //
  191. // label1
  192. //
  193. this.label1.AutoSize = true;
  194. this.label1.Location = new System.Drawing.Point(620, 495);
  195. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  196. this.label1.Name = "label1";
  197. this.label1.Size = new System.Drawing.Size(182, 22);
  198. this.label1.TabIndex = 108;
  199. this.label1.Text = "注:标示*号为必填项";
  200. //
  201. // labelControl13
  202. //
  203. this.labelControl13.Location = new System.Drawing.Point(484, 244);
  204. this.labelControl13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  205. this.labelControl13.Name = "labelControl13";
  206. this.labelControl13.Size = new System.Drawing.Size(90, 22);
  207. this.labelControl13.TabIndex = 107;
  208. this.labelControl13.Text = "创建时间:";
  209. //
  210. // labelControl12
  211. //
  212. this.labelControl12.Location = new System.Drawing.Point(491, 314);
  213. this.labelControl12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  214. this.labelControl12.Name = "labelControl12";
  215. this.labelControl12.Size = new System.Drawing.Size(90, 22);
  216. this.labelControl12.TabIndex = 106;
  217. this.labelControl12.Text = "生效时间:";
  218. //
  219. // txtEffectedTIME
  220. //
  221. this.txtEffectedTIME.Location = new System.Drawing.Point(616, 302);
  222. this.txtEffectedTIME.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  223. this.txtEffectedTIME.Name = "txtEffectedTIME";
  224. this.txtEffectedTIME.Size = new System.Drawing.Size(177, 29);
  225. this.txtEffectedTIME.TabIndex = 105;
  226. //
  227. // txtCreateTIME
  228. //
  229. this.txtCreateTIME.Location = new System.Drawing.Point(616, 231);
  230. this.txtCreateTIME.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  231. this.txtCreateTIME.Name = "txtCreateTIME";
  232. this.txtCreateTIME.Size = new System.Drawing.Size(177, 29);
  233. this.txtCreateTIME.TabIndex = 104;
  234. //
  235. // txtEffectedUSER
  236. //
  237. this.txtEffectedUSER.Location = new System.Drawing.Point(216, 313);
  238. this.txtEffectedUSER.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  239. this.txtEffectedUSER.Name = "txtEffectedUSER";
  240. this.txtEffectedUSER.Size = new System.Drawing.Size(181, 28);
  241. this.txtEffectedUSER.TabIndex = 103;
  242. //
  243. // labelControl11
  244. //
  245. this.labelControl11.Location = new System.Drawing.Point(59, 317);
  246. this.labelControl11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  247. this.labelControl11.Name = "labelControl11";
  248. this.labelControl11.Size = new System.Drawing.Size(72, 22);
  249. this.labelControl11.TabIndex = 102;
  250. this.labelControl11.Text = "生效人:";
  251. //
  252. // txtCreateUSER
  253. //
  254. this.txtCreateUSER.Location = new System.Drawing.Point(216, 242);
  255. this.txtCreateUSER.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  256. this.txtCreateUSER.Name = "txtCreateUSER";
  257. this.txtCreateUSER.Size = new System.Drawing.Size(181, 28);
  258. this.txtCreateUSER.TabIndex = 101;
  259. //
  260. // labelControl10
  261. //
  262. this.labelControl10.Location = new System.Drawing.Point(59, 247);
  263. this.labelControl10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  264. this.labelControl10.Name = "labelControl10";
  265. this.labelControl10.Size = new System.Drawing.Size(72, 22);
  266. this.labelControl10.TabIndex = 100;
  267. this.labelControl10.Text = "创建人:";
  268. //
  269. // labelControl5
  270. //
  271. this.labelControl5.Location = new System.Drawing.Point(484, 176);
  272. this.labelControl5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  273. this.labelControl5.Name = "labelControl5";
  274. this.labelControl5.Size = new System.Drawing.Size(90, 22);
  275. this.labelControl5.TabIndex = 98;
  276. this.labelControl5.Text = "工时类型:";
  277. //
  278. // labelControl9
  279. //
  280. this.labelControl9.Location = new System.Drawing.Point(57, 176);
  281. this.labelControl9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  282. this.labelControl9.Name = "labelControl9";
  283. this.labelControl9.Size = new System.Drawing.Size(118, 22);
  284. this.labelControl9.TabIndex = 96;
  285. this.labelControl9.Text = "入库单类型:*";
  286. //
  287. // labelControl7
  288. //
  289. this.labelControl7.Location = new System.Drawing.Point(53, 113);
  290. this.labelControl7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  291. this.labelControl7.Name = "labelControl7";
  292. this.labelControl7.Size = new System.Drawing.Size(162, 22);
  293. this.labelControl7.TabIndex = 95;
  294. this.labelControl7.Text = "转移目标库别代码:";
  295. //
  296. // txtMTIME
  297. //
  298. this.txtMTIME.Location = new System.Drawing.Point(616, 443);
  299. this.txtMTIME.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  300. this.txtMTIME.Name = "txtMTIME";
  301. this.txtMTIME.Size = new System.Drawing.Size(179, 28);
  302. this.txtMTIME.TabIndex = 94;
  303. //
  304. // labelControl2
  305. //
  306. this.labelControl2.Location = new System.Drawing.Point(487, 448);
  307. this.labelControl2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  308. this.labelControl2.Name = "labelControl2";
  309. this.labelControl2.Size = new System.Drawing.Size(90, 22);
  310. this.labelControl2.TabIndex = 93;
  311. this.labelControl2.Text = "维护日期:";
  312. //
  313. // txtMUSERName
  314. //
  315. this.txtMUSERName.Location = new System.Drawing.Point(616, 380);
  316. this.txtMUSERName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  317. this.txtMUSERName.Name = "txtMUSERName";
  318. this.txtMUSERName.Size = new System.Drawing.Size(179, 28);
  319. this.txtMUSERName.TabIndex = 92;
  320. //
  321. // txtTOStorageCode
  322. //
  323. this.txtTOStorageCode.EditValue = "";
  324. this.txtTOStorageCode.Location = new System.Drawing.Point(216, 108);
  325. this.txtTOStorageCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  326. this.txtTOStorageCode.Name = "txtTOStorageCode";
  327. this.txtTOStorageCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  328. new DevExpress.XtraEditors.Controls.EditorButton()});
  329. this.txtTOStorageCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  330. this.txtTOStorageCode.Size = new System.Drawing.Size(179, 28);
  331. this.txtTOStorageCode.TabIndex = 91;
  332. this.txtTOStorageCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtTOStorageID_ButtonClick);
  333. //
  334. // txtFRMStorageCode
  335. //
  336. this.txtFRMStorageCode.EditValue = "";
  337. this.txtFRMStorageCode.Location = new System.Drawing.Point(616, 41);
  338. this.txtFRMStorageCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  339. this.txtFRMStorageCode.Name = "txtFRMStorageCode";
  340. this.txtFRMStorageCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  341. new DevExpress.XtraEditors.Controls.EditorButton()});
  342. this.txtFRMStorageCode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  343. this.txtFRMStorageCode.Size = new System.Drawing.Size(179, 28);
  344. this.txtFRMStorageCode.TabIndex = 90;
  345. this.txtFRMStorageCode.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtFRMStorageID_ButtonClick);
  346. //
  347. // labelControl8
  348. //
  349. this.labelControl8.Location = new System.Drawing.Point(487, 385);
  350. this.labelControl8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  351. this.labelControl8.Name = "labelControl8";
  352. this.labelControl8.Size = new System.Drawing.Size(72, 22);
  353. this.labelControl8.TabIndex = 78;
  354. this.labelControl8.Text = "维护人:";
  355. //
  356. // labelControl6
  357. //
  358. this.labelControl6.Location = new System.Drawing.Point(59, 407);
  359. this.labelControl6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  360. this.labelControl6.Name = "labelControl6";
  361. this.labelControl6.Size = new System.Drawing.Size(54, 22);
  362. this.labelControl6.TabIndex = 76;
  363. this.labelControl6.Text = "备注:";
  364. //
  365. // labelControl4
  366. //
  367. this.labelControl4.Location = new System.Drawing.Point(480, 46);
  368. this.labelControl4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  369. this.labelControl4.Name = "labelControl4";
  370. this.labelControl4.Size = new System.Drawing.Size(144, 22);
  371. this.labelControl4.TabIndex = 75;
  372. this.labelControl4.Text = "转移源库别代码:";
  373. //
  374. // labelControl3
  375. //
  376. this.labelControl3.Location = new System.Drawing.Point(484, 110);
  377. this.labelControl3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  378. this.labelControl3.Name = "labelControl3";
  379. this.labelControl3.Size = new System.Drawing.Size(118, 22);
  380. this.labelControl3.TabIndex = 74;
  381. this.labelControl3.Text = "转移单状态:*";
  382. //
  383. // txtTransferNO
  384. //
  385. this.txtTransferNO.EnterMoveNextControl = true;
  386. this.txtTransferNO.Location = new System.Drawing.Point(216, 41);
  387. this.txtTransferNO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  388. this.txtTransferNO.Name = "txtTransferNO";
  389. this.txtTransferNO.Size = new System.Drawing.Size(179, 28);
  390. this.txtTransferNO.TabIndex = 73;
  391. //
  392. // txtMEMO
  393. //
  394. this.txtMEMO.Location = new System.Drawing.Point(134, 385);
  395. this.txtMEMO.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  396. this.txtMEMO.Name = "txtMEMO";
  397. this.txtMEMO.Size = new System.Drawing.Size(261, 87);
  398. this.txtMEMO.TabIndex = 72;
  399. this.txtMEMO.Text = "";
  400. //
  401. // save
  402. //
  403. this.save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  404. this.save.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  405. this.save.Appearance.ForeColor = System.Drawing.Color.White;
  406. this.save.Appearance.Options.UseFont = true;
  407. this.save.Appearance.Options.UseForeColor = true;
  408. this.save.Appearance.Options.UseTextOptions = true;
  409. this.save.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  410. this.save.Image = ((System.Drawing.Image)(resources.GetObject("save.Image")));
  411. this.save.Location = new System.Drawing.Point(654, 580);
  412. this.save.LookAndFeel.SkinName = "BlueButtonSkin";
  413. this.save.LookAndFeel.UseDefaultLookAndFeel = false;
  414. this.save.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  415. this.save.Name = "save";
  416. this.save.Size = new System.Drawing.Size(100, 47);
  417. this.save.TabIndex = 80;
  418. this.save.Text = "保存";
  419. this.save.Click += new System.EventHandler(this.save_Click);
  420. //
  421. // can
  422. //
  423. this.can.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  424. this.can.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  425. this.can.Appearance.ForeColor = System.Drawing.Color.White;
  426. this.can.Appearance.Options.UseFont = true;
  427. this.can.Appearance.Options.UseForeColor = true;
  428. this.can.Appearance.Options.UseTextOptions = true;
  429. this.can.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  430. this.can.Image = ((System.Drawing.Image)(resources.GetObject("can.Image")));
  431. this.can.Location = new System.Drawing.Point(756, 580);
  432. this.can.LookAndFeel.SkinName = "BlueButtonSkin";
  433. this.can.LookAndFeel.UseDefaultLookAndFeel = false;
  434. this.can.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  435. this.can.Name = "can";
  436. this.can.Size = new System.Drawing.Size(100, 47);
  437. this.can.TabIndex = 81;
  438. this.can.Text = "取消";
  439. this.can.Click += new System.EventHandler(this.can_Click);
  440. //
  441. // FormICSInvTransferAdd
  442. //
  443. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  444. this.Appearance.Options.UseBackColor = true;
  445. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  446. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  447. this.ClientSize = new System.Drawing.Size(857, 629);
  448. this.Controls.Add(this.save);
  449. this.Controls.Add(this.can);
  450. this.Controls.Add(this.panelControl1);
  451. this.Controls.Add(this.lblTitle);
  452. this.Controls.Add(this.btnClose);
  453. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  454. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  455. this.Name = "FormICSInvTransferAdd";
  456. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  457. this.Text = "FormContainerAddEdit";
  458. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  459. this.panelControl1.ResumeLayout(false);
  460. this.panelControl1.PerformLayout();
  461. ((System.ComponentModel.ISupportInitialize)(this.txtRECTYPE.Properties)).EndInit();
  462. ((System.ComponentModel.ISupportInitialize)(this.txtTransferSTATUS.Properties)).EndInit();
  463. ((System.ComponentModel.ISupportInitialize)(this.txtEffectedUSER.Properties)).EndInit();
  464. ((System.ComponentModel.ISupportInitialize)(this.txtCreateUSER.Properties)).EndInit();
  465. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  466. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  467. ((System.ComponentModel.ISupportInitialize)(this.txtTOStorageCode.Properties)).EndInit();
  468. ((System.ComponentModel.ISupportInitialize)(this.txtFRMStorageCode.Properties)).EndInit();
  469. ((System.ComponentModel.ISupportInitialize)(this.txtTransferNO.Properties)).EndInit();
  470. this.ResumeLayout(false);
  471. }
  472. #endregion
  473. private DevExpress.XtraEditors.SimpleButton btnClose;
  474. private DevExpress.XtraEditors.LabelControl lblTitle;
  475. private DevExpress.XtraEditors.LabelControl labelControl1;
  476. private DevExpress.XtraEditors.PanelControl panelControl1;
  477. private System.Windows.Forms.RichTextBox txtMEMO;
  478. private DevExpress.XtraEditors.TextEdit txtTransferNO;
  479. private DevExpress.XtraEditors.LabelControl labelControl3;
  480. private DevExpress.XtraEditors.LabelControl labelControl4;
  481. private DevExpress.XtraEditors.LabelControl labelControl6;
  482. private DevExpress.XtraEditors.LabelControl labelControl8;
  483. private DevExpress.XtraEditors.SimpleButton save;
  484. private DevExpress.XtraEditors.SimpleButton can;
  485. private DevExpress.XtraEditors.ButtonEdit txtTOStorageCode;
  486. private DevExpress.XtraEditors.ButtonEdit txtFRMStorageCode;
  487. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  488. private DevExpress.XtraEditors.TextEdit txtMTIME;
  489. private DevExpress.XtraEditors.LabelControl labelControl2;
  490. private DevExpress.XtraEditors.LabelControl labelControl7;
  491. private DevExpress.XtraEditors.TextEdit txtEffectedUSER;
  492. private DevExpress.XtraEditors.LabelControl labelControl11;
  493. private DevExpress.XtraEditors.TextEdit txtCreateUSER;
  494. private DevExpress.XtraEditors.LabelControl labelControl10;
  495. private DevExpress.XtraEditors.LabelControl labelControl5;
  496. private DevExpress.XtraEditors.LabelControl labelControl9;
  497. private System.Windows.Forms.Label label1;
  498. private DevExpress.XtraEditors.LabelControl labelControl13;
  499. private DevExpress.XtraEditors.LabelControl labelControl12;
  500. private System.Windows.Forms.DateTimePicker txtEffectedTIME;
  501. private System.Windows.Forms.DateTimePicker txtCreateTIME;
  502. private System.Windows.Forms.ComboBox txtTIMETYPE;
  503. private DevExpress.XtraEditors.ButtonEdit txtRECTYPE;
  504. private DevExpress.XtraEditors.TextEdit txtTransferSTATUS;
  505. }
  506. }