F_PM_2302.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2302
  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(F_PM_2302));
  29. this.lblOrganizationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.txtOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  31. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.lblOrderDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.dtpOrderDateFrom = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  35. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.lbldis = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtDisplayNo = new Dongke.WinForm.Controls.TxtNumerical();
  39. this.txtVBELN = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  40. this.lblVBELN = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.lblPOSNR = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtPOSNR = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  43. this.txtSummary = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.lblSummary = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.SuspendLayout();
  46. //
  47. // lblOrganizationName
  48. //
  49. this.lblOrganizationName.AutoSize = true;
  50. this.lblOrganizationName.BackColor = System.Drawing.Color.Transparent;
  51. this.lblOrganizationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.lblOrganizationName.ForeColor = System.Drawing.SystemColors.ControlText;
  53. this.lblOrganizationName.Location = new System.Drawing.Point(30, 66);
  54. this.lblOrganizationName.Name = "lblOrganizationName";
  55. this.lblOrganizationName.Size = new System.Drawing.Size(65, 12);
  56. this.lblOrganizationName.TabIndex = 6;
  57. this.lblOrganizationName.Text = "生产订单号";
  58. //
  59. // txtOrderNo
  60. //
  61. this.txtOrderNo.BackColor = System.Drawing.SystemColors.Control;
  62. this.txtOrderNo.BackgroundColor = System.Drawing.SystemColors.Window;
  63. this.txtOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.txtOrderNo.Location = new System.Drawing.Point(101, 63);
  65. this.txtOrderNo.MaxLength = 100;
  66. this.txtOrderNo.Name = "txtOrderNo";
  67. this.txtOrderNo.ReadOnly = true;
  68. this.txtOrderNo.Size = new System.Drawing.Size(297, 21);
  69. this.txtOrderNo.TabIndex = 7;
  70. //
  71. // btnSave
  72. //
  73. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  74. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  75. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  76. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.btnSave.ForeColor = System.Drawing.Color.White;
  78. this.btnSave.Location = new System.Drawing.Point(224, 229);
  79. this.btnSave.Name = "btnSave";
  80. this.btnSave.Size = new System.Drawing.Size(85, 30);
  81. this.btnSave.TabIndex = 14;
  82. this.btnSave.Text = "保存";
  83. this.btnSave.UseVisualStyleBackColor = true;
  84. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  85. //
  86. // btnCancel
  87. //
  88. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  89. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  90. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  91. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  92. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.btnCancel.ForeColor = System.Drawing.Color.White;
  94. this.btnCancel.Location = new System.Drawing.Point(315, 229);
  95. this.btnCancel.Name = "btnCancel";
  96. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  97. this.btnCancel.TabIndex = 15;
  98. this.btnCancel.Text = "关闭";
  99. this.btnCancel.UseVisualStyleBackColor = false;
  100. this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
  101. //
  102. // lblOrderDate
  103. //
  104. this.lblOrderDate.AutoSize = true;
  105. this.lblOrderDate.BackColor = System.Drawing.Color.Transparent;
  106. this.lblOrderDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.lblOrderDate.ForeColor = System.Drawing.SystemColors.ControlText;
  108. this.lblOrderDate.Location = new System.Drawing.Point(42, 94);
  109. this.lblOrderDate.Name = "lblOrderDate";
  110. this.lblOrderDate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  111. this.lblOrderDate.Size = new System.Drawing.Size(53, 12);
  112. this.lblOrderDate.TabIndex = 8;
  113. this.lblOrderDate.Text = "订单日期";
  114. //
  115. // dtpOrderDateFrom
  116. //
  117. this.dtpOrderDateFrom.CustomFormat = "yyyy-MM-dd";
  118. this.dtpOrderDateFrom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.dtpOrderDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  120. this.dtpOrderDateFrom.Location = new System.Drawing.Point(101, 90);
  121. this.dtpOrderDateFrom.Name = "dtpOrderDateFrom";
  122. this.dtpOrderDateFrom.Size = new System.Drawing.Size(138, 21);
  123. this.dtpOrderDateFrom.TabIndex = 9;
  124. this.dtpOrderDateFrom.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
  125. //
  126. // lblRemarks
  127. //
  128. this.lblRemarks.AutoSize = true;
  129. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  130. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  132. this.lblRemarks.Location = new System.Drawing.Point(34, 120);
  133. this.lblRemarks.Name = "lblRemarks";
  134. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  135. this.lblRemarks.TabIndex = 12;
  136. this.lblRemarks.Text = "备注";
  137. //
  138. // txtRemarks
  139. //
  140. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  141. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.txtRemarks.Location = new System.Drawing.Point(69, 117);
  143. this.txtRemarks.MaxLength = 500;
  144. this.txtRemarks.Multiline = true;
  145. this.txtRemarks.Name = "txtRemarks";
  146. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  147. this.txtRemarks.Size = new System.Drawing.Size(329, 102);
  148. this.txtRemarks.TabIndex = 13;
  149. //
  150. // lbldis
  151. //
  152. this.lbldis.AutoSize = true;
  153. this.lbldis.BackColor = System.Drawing.Color.Transparent;
  154. this.lbldis.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.lbldis.ForeColor = System.Drawing.SystemColors.ControlText;
  156. this.lbldis.Location = new System.Drawing.Point(245, 94);
  157. this.lbldis.Name = "lbldis";
  158. this.lbldis.Size = new System.Drawing.Size(53, 12);
  159. this.lbldis.TabIndex = 10;
  160. this.lbldis.Text = "显示顺序";
  161. //
  162. // txtDisplayNo
  163. //
  164. this.txtDisplayNo.DataValue = new decimal(new int[] {
  165. 0,
  166. 0,
  167. 0,
  168. 0});
  169. this.txtDisplayNo.Location = new System.Drawing.Point(304, 90);
  170. this.txtDisplayNo.MaxValue = new decimal(new int[] {
  171. 9999,
  172. 0,
  173. 0,
  174. 0});
  175. this.txtDisplayNo.MinValue = new decimal(new int[] {
  176. 0,
  177. 0,
  178. 0,
  179. 0});
  180. this.txtDisplayNo.Name = "txtDisplayNo";
  181. this.txtDisplayNo.Number = new System.Drawing.Point(4, 0);
  182. this.txtDisplayNo.ShowBorderColor = false;
  183. this.txtDisplayNo.ShowDecimalPlaces = Dongke.WinForm.Controls.ShowDigitalKind.None;
  184. this.txtDisplayNo.ShowMustInputAlert = false;
  185. this.txtDisplayNo.Size = new System.Drawing.Size(94, 21);
  186. this.txtDisplayNo.TabIndex = 11;
  187. //
  188. // txtVBELN
  189. //
  190. this.txtVBELN.AllowNegative = false;
  191. this.txtVBELN.BackColor = System.Drawing.Color.Yellow;
  192. this.txtVBELN.BackgroundColor = System.Drawing.SystemColors.Window;
  193. this.txtVBELN.ErrorMessage = "必须输入项目";
  194. this.txtVBELN.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.txtVBELN.HasComma = false;
  196. this.txtVBELN.HasError = true;
  197. this.txtVBELN.ImeMode = System.Windows.Forms.ImeMode.Off;
  198. this.txtVBELN.IsMustInput = true;
  199. this.txtVBELN.Location = new System.Drawing.Point(101, 9);
  200. this.txtVBELN.MaxLength = 10;
  201. this.txtVBELN.MaxValue = new decimal(new int[] {
  202. 1410065407,
  203. 2,
  204. 0,
  205. 0});
  206. this.txtVBELN.MinValue = new decimal(new int[] {
  207. 0,
  208. 0,
  209. 0,
  210. 0});
  211. this.txtVBELN.Name = "txtVBELN";
  212. this.txtVBELN.Size = new System.Drawing.Size(162, 21);
  213. this.txtVBELN.TabIndex = 1;
  214. this.txtVBELN.TextChanged += new System.EventHandler(this.txtVBELN_TextChanged);
  215. //
  216. // lblVBELN
  217. //
  218. this.lblVBELN.AutoSize = true;
  219. this.lblVBELN.BackColor = System.Drawing.Color.Transparent;
  220. this.lblVBELN.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.lblVBELN.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  222. this.lblVBELN.IsMustInput = true;
  223. this.lblVBELN.Location = new System.Drawing.Point(12, 12);
  224. this.lblVBELN.Name = "lblVBELN";
  225. this.lblVBELN.Size = new System.Drawing.Size(83, 12);
  226. this.lblVBELN.TabIndex = 0;
  227. this.lblVBELN.Text = "SAP销售订单号";
  228. //
  229. // lblPOSNR
  230. //
  231. this.lblPOSNR.AutoSize = true;
  232. this.lblPOSNR.BackColor = System.Drawing.Color.Transparent;
  233. this.lblPOSNR.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.lblPOSNR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  235. this.lblPOSNR.IsMustInput = true;
  236. this.lblPOSNR.Location = new System.Drawing.Point(269, 12);
  237. this.lblPOSNR.Name = "lblPOSNR";
  238. this.lblPOSNR.Size = new System.Drawing.Size(29, 12);
  239. this.lblPOSNR.TabIndex = 2;
  240. this.lblPOSNR.Text = "行号";
  241. //
  242. // txtPOSNR
  243. //
  244. this.txtPOSNR.AllowNegative = false;
  245. this.txtPOSNR.BackColor = System.Drawing.Color.Yellow;
  246. this.txtPOSNR.BackgroundColor = System.Drawing.SystemColors.Window;
  247. this.txtPOSNR.ErrorMessage = "必须输入项目";
  248. this.txtPOSNR.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.txtPOSNR.HasComma = false;
  250. this.txtPOSNR.HasError = true;
  251. this.txtPOSNR.ImeMode = System.Windows.Forms.ImeMode.Off;
  252. this.txtPOSNR.IsMustInput = true;
  253. this.txtPOSNR.Location = new System.Drawing.Point(304, 9);
  254. this.txtPOSNR.MaxLength = 6;
  255. this.txtPOSNR.MaxValue = new decimal(new int[] {
  256. 999999,
  257. 0,
  258. 0,
  259. 0});
  260. this.txtPOSNR.MinValue = new decimal(new int[] {
  261. 0,
  262. 0,
  263. 0,
  264. 0});
  265. this.txtPOSNR.Name = "txtPOSNR";
  266. this.txtPOSNR.Size = new System.Drawing.Size(94, 21);
  267. this.txtPOSNR.TabIndex = 3;
  268. this.txtPOSNR.TextChanged += new System.EventHandler(this.txtVBELN_TextChanged);
  269. //
  270. // txtSummary
  271. //
  272. this.txtSummary.BackColor = System.Drawing.SystemColors.Window;
  273. this.txtSummary.BackgroundColor = System.Drawing.SystemColors.Window;
  274. this.txtSummary.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.txtSummary.Location = new System.Drawing.Point(101, 36);
  276. this.txtSummary.MaxLength = 100;
  277. this.txtSummary.Name = "txtSummary";
  278. this.txtSummary.Size = new System.Drawing.Size(297, 21);
  279. this.txtSummary.TabIndex = 5;
  280. this.txtSummary.TextChanged += new System.EventHandler(this.txtVBELN_TextChanged);
  281. //
  282. // lblSummary
  283. //
  284. this.lblSummary.AutoSize = true;
  285. this.lblSummary.BackColor = System.Drawing.Color.Transparent;
  286. this.lblSummary.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.lblSummary.ForeColor = System.Drawing.SystemColors.ControlText;
  288. this.lblSummary.Location = new System.Drawing.Point(42, 39);
  289. this.lblSummary.Name = "lblSummary";
  290. this.lblSummary.Size = new System.Drawing.Size(53, 12);
  291. this.lblSummary.TabIndex = 4;
  292. this.lblSummary.Text = "订单描述";
  293. //
  294. // F_PM_2302
  295. //
  296. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  297. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  298. this.CancelButton = this.btnCancel;
  299. this.ClientSize = new System.Drawing.Size(412, 284);
  300. this.Controls.Add(this.lblSummary);
  301. this.Controls.Add(this.txtSummary);
  302. this.Controls.Add(this.lblPOSNR);
  303. this.Controls.Add(this.txtPOSNR);
  304. this.Controls.Add(this.lblVBELN);
  305. this.Controls.Add(this.txtVBELN);
  306. this.Controls.Add(this.txtDisplayNo);
  307. this.Controls.Add(this.lblOrderDate);
  308. this.Controls.Add(this.dtpOrderDateFrom);
  309. this.Controls.Add(this.btnSave);
  310. this.Controls.Add(this.btnCancel);
  311. this.Controls.Add(this.lbldis);
  312. this.Controls.Add(this.lblRemarks);
  313. this.Controls.Add(this.lblOrganizationName);
  314. this.Controls.Add(this.txtRemarks);
  315. this.Controls.Add(this.txtOrderNo);
  316. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  317. this.IsSaveFormSize = false;
  318. this.MaximizeBox = false;
  319. this.MinimizeBox = false;
  320. this.Name = "F_PM_2302";
  321. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  322. this.StatusSizingGrip = false;
  323. this.Text = "FrmAddEditOrder";
  324. this.Load += new System.EventHandler(this.F_PM_2302_Load);
  325. this.Click += new System.EventHandler(this.F_PM_2302_Load);
  326. this.Controls.SetChildIndex(this.txtOrderNo, 0);
  327. this.Controls.SetChildIndex(this.txtRemarks, 0);
  328. this.Controls.SetChildIndex(this.lblOrganizationName, 0);
  329. this.Controls.SetChildIndex(this.lblRemarks, 0);
  330. this.Controls.SetChildIndex(this.lbldis, 0);
  331. this.Controls.SetChildIndex(this.btnCancel, 0);
  332. this.Controls.SetChildIndex(this.btnSave, 0);
  333. this.Controls.SetChildIndex(this.dtpOrderDateFrom, 0);
  334. this.Controls.SetChildIndex(this.lblOrderDate, 0);
  335. this.Controls.SetChildIndex(this.txtDisplayNo, 0);
  336. this.Controls.SetChildIndex(this.txtVBELN, 0);
  337. this.Controls.SetChildIndex(this.lblVBELN, 0);
  338. this.Controls.SetChildIndex(this.txtPOSNR, 0);
  339. this.Controls.SetChildIndex(this.lblPOSNR, 0);
  340. this.Controls.SetChildIndex(this.txtSummary, 0);
  341. this.Controls.SetChildIndex(this.lblSummary, 0);
  342. this.ResumeLayout(false);
  343. this.PerformLayout();
  344. }
  345. #endregion
  346. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblOrganizationName;
  347. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtOrderNo;
  348. private Basics.BaseControls.C_Button btnSave;
  349. private Basics.BaseControls.C_Button btnCancel;
  350. private Basics.BaseControls.C_Label lblOrderDate;
  351. private Basics.BaseControls.C_DateTimePicker dtpOrderDateFrom;
  352. private Basics.BaseControls.C_Label lblRemarks;
  353. private Basics.BaseControls.C_TextBox txtRemarks;
  354. private Basics.BaseControls.C_Label lbldis;
  355. private WinForm.Controls.TxtNumerical txtDisplayNo;
  356. private Basics.BaseControls.C_TXT_Digital txtVBELN;
  357. private Basics.BaseControls.C_Label lblVBELN;
  358. private Basics.BaseControls.C_Label lblPOSNR;
  359. private Basics.BaseControls.C_TXT_Digital txtPOSNR;
  360. private Basics.BaseControls.C_TextBox txtSummary;
  361. private Basics.BaseControls.C_Label lblSummary;
  362. }
  363. }