F_PM_2302.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.lblOrganizationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.lblOrderDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.dtpOrderDateFrom = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  39. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.scbSAPCode1 = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbSAPCode();
  42. this.lblLabel6 = new Dongke.WinForm.Controls.LblLabel();
  43. this.dgvOrderDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  44. this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.lbldis = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.txtDisplayNo = new Dongke.WinForm.Controls.TxtNumerical();
  50. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderDetail)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // lblOrganizationName
  54. //
  55. this.lblOrganizationName.AutoSize = true;
  56. this.lblOrganizationName.BackColor = System.Drawing.Color.Transparent;
  57. this.lblOrganizationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.lblOrganizationName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  59. this.lblOrganizationName.IsMustInput = true;
  60. this.lblOrganizationName.Location = new System.Drawing.Point(26, 15);
  61. this.lblOrganizationName.Name = "lblOrganizationName";
  62. this.lblOrganizationName.Size = new System.Drawing.Size(41, 12);
  63. this.lblOrganizationName.TabIndex = 0;
  64. this.lblOrganizationName.Text = "订单号";
  65. //
  66. // txtOrderNo
  67. //
  68. this.txtOrderNo.BackColor = System.Drawing.Color.Yellow;
  69. this.txtOrderNo.BackgroundColor = System.Drawing.SystemColors.Window;
  70. this.txtOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.txtOrderNo.IsMustInput = true;
  72. this.txtOrderNo.Location = new System.Drawing.Point(71, 12);
  73. this.txtOrderNo.MaxLength = 100;
  74. this.txtOrderNo.Name = "txtOrderNo";
  75. this.txtOrderNo.Size = new System.Drawing.Size(329, 21);
  76. this.txtOrderNo.TabIndex = 1;
  77. //
  78. // btnSave
  79. //
  80. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  81. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  82. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  83. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.btnSave.ForeColor = System.Drawing.Color.White;
  85. this.btnSave.Location = new System.Drawing.Point(224, 391);
  86. this.btnSave.Name = "btnSave";
  87. this.btnSave.Size = new System.Drawing.Size(85, 30);
  88. this.btnSave.TabIndex = 11;
  89. this.btnSave.Text = "保存";
  90. this.btnSave.UseVisualStyleBackColor = true;
  91. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  92. //
  93. // btnCancel
  94. //
  95. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  96. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  97. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  98. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  99. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.btnCancel.ForeColor = System.Drawing.Color.White;
  101. this.btnCancel.Location = new System.Drawing.Point(315, 391);
  102. this.btnCancel.Name = "btnCancel";
  103. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  104. this.btnCancel.TabIndex = 12;
  105. this.btnCancel.Text = "关闭";
  106. this.btnCancel.UseVisualStyleBackColor = false;
  107. this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
  108. //
  109. // lblOrderDate
  110. //
  111. this.lblOrderDate.AutoSize = true;
  112. this.lblOrderDate.BackColor = System.Drawing.Color.Transparent;
  113. this.lblOrderDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.lblOrderDate.ForeColor = System.Drawing.SystemColors.ControlText;
  115. this.lblOrderDate.Location = new System.Drawing.Point(13, 42);
  116. this.lblOrderDate.Name = "lblOrderDate";
  117. this.lblOrderDate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  118. this.lblOrderDate.Size = new System.Drawing.Size(53, 12);
  119. this.lblOrderDate.TabIndex = 2;
  120. this.lblOrderDate.Text = "订单日期";
  121. //
  122. // dtpOrderDateFrom
  123. //
  124. this.dtpOrderDateFrom.CustomFormat = "yyyy-MM-dd";
  125. this.dtpOrderDateFrom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.dtpOrderDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  127. this.dtpOrderDateFrom.Location = new System.Drawing.Point(71, 39);
  128. this.dtpOrderDateFrom.Name = "dtpOrderDateFrom";
  129. this.dtpOrderDateFrom.Size = new System.Drawing.Size(127, 21);
  130. this.dtpOrderDateFrom.TabIndex = 3;
  131. this.dtpOrderDateFrom.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
  132. //
  133. // lblRemarks
  134. //
  135. this.lblRemarks.AutoSize = true;
  136. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  137. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  139. this.lblRemarks.Location = new System.Drawing.Point(34, 69);
  140. this.lblRemarks.Name = "lblRemarks";
  141. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  142. this.lblRemarks.TabIndex = 6;
  143. this.lblRemarks.Text = "备注";
  144. //
  145. // txtRemarks
  146. //
  147. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  148. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.txtRemarks.Location = new System.Drawing.Point(69, 66);
  150. this.txtRemarks.MaxLength = 500;
  151. this.txtRemarks.Multiline = true;
  152. this.txtRemarks.Name = "txtRemarks";
  153. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  154. this.txtRemarks.Size = new System.Drawing.Size(331, 51);
  155. this.txtRemarks.TabIndex = 7;
  156. //
  157. // scbSAPCode1
  158. //
  159. this.scbSAPCode1.CheckedData = null;
  160. this.scbSAPCode1.Location = new System.Drawing.Point(71, 123);
  161. this.scbSAPCode1.MultiSelect = true;
  162. this.scbSAPCode1.Name = "scbSAPCode1";
  163. this.scbSAPCode1.Size = new System.Drawing.Size(329, 21);
  164. this.scbSAPCode1.TabIndex = 9;
  165. this.scbSAPCode1.TextValueChanged += new Dongke.WinForm.Controls.ScbSearchBox.TextBoxChangedHandle(this.scbSAPCode1_TextValueChanged);
  166. //
  167. // lblLabel6
  168. //
  169. this.lblLabel6.Location = new System.Drawing.Point(14, 127);
  170. this.lblLabel6.MustInput = true;
  171. this.lblLabel6.Name = "lblLabel6";
  172. this.lblLabel6.Size = new System.Drawing.Size(53, 12);
  173. this.lblLabel6.TabIndex = 8;
  174. this.lblLabel6.Text = "物料编码";
  175. //
  176. // dgvOrderDetail
  177. //
  178. this.dgvOrderDetail.AllowUserToModifyRows = true;
  179. this.dgvOrderDetail.AllowUserToOrderColumns = true;
  180. this.dgvOrderDetail.AllowUserToResizeRows = false;
  181. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  182. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.dgvOrderDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  184. this.dgvOrderDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  185. this.dgvOrderDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  186. this.dgvOrderDetail.CellHeight = 23;
  187. this.dgvOrderDetail.ChildNodeColumnName = null;
  188. this.dgvOrderDetail.ChildNodeColumnText = null;
  189. this.dgvOrderDetail.ColumnDeep = 1;
  190. this.dgvOrderDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  191. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  192. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  193. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F);
  194. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  195. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  196. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  197. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  198. this.dgvOrderDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  199. this.dgvOrderDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  200. this.dgvOrderDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  201. this.MaterialCode,
  202. this.GoodsCode,
  203. this.LogoName,
  204. this.dataGridViewTextBoxColumn4});
  205. this.dgvOrderDetail.ColumnTreeView = null;
  206. this.dgvOrderDetail.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  207. this.dgvOrderDetail.DynamicColumnName = "";
  208. this.dgvOrderDetail.EnableHeadersVisualStyles = false;
  209. this.dgvOrderDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.dgvOrderDetail.FormatQuantityColumns = null;
  211. this.dgvOrderDetail.HorizontalMergeColumn = null;
  212. this.dgvOrderDetail.IsAutoCountSum = true;
  213. this.dgvOrderDetail.IsAutoResizeColumns = false;
  214. this.dgvOrderDetail.IsClickF12 = false;
  215. this.dgvOrderDetail.IsOpenMergeCellFlag = false;
  216. this.dgvOrderDetail.IsSubTotalFlag = false;
  217. this.dgvOrderDetail.IsTopDeep = false;
  218. this.dgvOrderDetail.Location = new System.Drawing.Point(10, 150);
  219. this.dgvOrderDetail.MergeColumnNames = null;
  220. this.dgvOrderDetail.MergeDetailColumnNames = null;
  221. this.dgvOrderDetail.MergeDetailOnlyColumn = null;
  222. this.dgvOrderDetail.MergeOnlyColumn = null;
  223. this.dgvOrderDetail.MultiSelect = false;
  224. this.dgvOrderDetail.Name = "dgvOrderDetail";
  225. this.dgvOrderDetail.RefreshAtHscroll = false;
  226. this.dgvOrderDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  227. this.dgvOrderDetail.RowHeadersWidth = 50;
  228. this.dgvOrderDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  229. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  230. this.dgvOrderDetail.RowsDefaultCellStyle = dataGridViewCellStyle4;
  231. this.dgvOrderDetail.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
  232. this.dgvOrderDetail.RowTemplate.Height = 21;
  233. this.dgvOrderDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  234. this.dgvOrderDetail.Size = new System.Drawing.Size(388, 236);
  235. this.dgvOrderDetail.SortOrderColumnName = null;
  236. this.dgvOrderDetail.TabIndex = 10;
  237. this.dgvOrderDetail.Tag = true;
  238. this.dgvOrderDetail.TotalSumColumns = null;
  239. this.dgvOrderDetail.ViewRowFilter = "";
  240. //
  241. // MaterialCode
  242. //
  243. this.MaterialCode.DataPropertyName = "MaterialCode";
  244. this.MaterialCode.HeaderText = "物料编码";
  245. this.MaterialCode.Name = "MaterialCode";
  246. //
  247. // GoodsCode
  248. //
  249. this.GoodsCode.DataPropertyName = "GoodsCode";
  250. this.GoodsCode.HeaderText = "产品编码";
  251. this.GoodsCode.Name = "GoodsCode";
  252. this.GoodsCode.ReadOnly = true;
  253. //
  254. // LogoName
  255. //
  256. this.LogoName.DataPropertyName = "LogoName";
  257. this.LogoName.HeaderText = "商标";
  258. this.LogoName.Name = "LogoName";
  259. this.LogoName.ReadOnly = true;
  260. //
  261. // dataGridViewTextBoxColumn4
  262. //
  263. this.dataGridViewTextBoxColumn4.DataPropertyName = "OrderID";
  264. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle3;
  266. this.dataGridViewTextBoxColumn4.HeaderText = "OrderID";
  267. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  268. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  269. this.dataGridViewTextBoxColumn4.Visible = false;
  270. //
  271. // lbldis
  272. //
  273. this.lbldis.AutoSize = true;
  274. this.lbldis.BackColor = System.Drawing.Color.Transparent;
  275. this.lbldis.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.lbldis.ForeColor = System.Drawing.SystemColors.ControlText;
  277. this.lbldis.Location = new System.Drawing.Point(289, 43);
  278. this.lbldis.Name = "lbldis";
  279. this.lbldis.Size = new System.Drawing.Size(53, 12);
  280. this.lbldis.TabIndex = 4;
  281. this.lbldis.Text = "显示顺序";
  282. //
  283. // txtDisplayNo
  284. //
  285. this.txtDisplayNo.DataValue = new decimal(new int[] {
  286. 0,
  287. 0,
  288. 0,
  289. 0});
  290. this.txtDisplayNo.Location = new System.Drawing.Point(348, 39);
  291. this.txtDisplayNo.MaxValue = new decimal(new int[] {
  292. 9999,
  293. 0,
  294. 0,
  295. 0});
  296. this.txtDisplayNo.MinValue = new decimal(new int[] {
  297. 0,
  298. 0,
  299. 0,
  300. 0});
  301. this.txtDisplayNo.Name = "txtDisplayNo";
  302. this.txtDisplayNo.Number = new System.Drawing.Point(4, 0);
  303. this.txtDisplayNo.ShowBorderColor = false;
  304. this.txtDisplayNo.ShowDecimalPlaces = Dongke.WinForm.Controls.ShowDigitalKind.None;
  305. this.txtDisplayNo.ShowMustInputAlert = false;
  306. this.txtDisplayNo.Size = new System.Drawing.Size(52, 21);
  307. this.txtDisplayNo.TabIndex = 5;
  308. //
  309. // F_PM_2302
  310. //
  311. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  312. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  313. this.CancelButton = this.btnCancel;
  314. this.ClientSize = new System.Drawing.Size(412, 446);
  315. this.Controls.Add(this.txtDisplayNo);
  316. this.Controls.Add(this.scbSAPCode1);
  317. this.Controls.Add(this.lblLabel6);
  318. this.Controls.Add(this.dgvOrderDetail);
  319. this.Controls.Add(this.lblOrderDate);
  320. this.Controls.Add(this.dtpOrderDateFrom);
  321. this.Controls.Add(this.btnSave);
  322. this.Controls.Add(this.btnCancel);
  323. this.Controls.Add(this.lbldis);
  324. this.Controls.Add(this.lblRemarks);
  325. this.Controls.Add(this.lblOrganizationName);
  326. this.Controls.Add(this.txtRemarks);
  327. this.Controls.Add(this.txtOrderNo);
  328. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  329. this.IsSaveFormSize = false;
  330. this.MaximizeBox = false;
  331. this.MinimizeBox = false;
  332. this.Name = "F_PM_2302";
  333. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  334. this.StatusSizingGrip = false;
  335. this.Text = "FrmAddEditOrder";
  336. this.Load += new System.EventHandler(this.F_PM_2302_Load);
  337. this.Click += new System.EventHandler(this.F_PM_2302_Load);
  338. this.Controls.SetChildIndex(this.txtOrderNo, 0);
  339. this.Controls.SetChildIndex(this.txtRemarks, 0);
  340. this.Controls.SetChildIndex(this.lblOrganizationName, 0);
  341. this.Controls.SetChildIndex(this.lblRemarks, 0);
  342. this.Controls.SetChildIndex(this.lbldis, 0);
  343. this.Controls.SetChildIndex(this.btnCancel, 0);
  344. this.Controls.SetChildIndex(this.btnSave, 0);
  345. this.Controls.SetChildIndex(this.dtpOrderDateFrom, 0);
  346. this.Controls.SetChildIndex(this.lblOrderDate, 0);
  347. this.Controls.SetChildIndex(this.dgvOrderDetail, 0);
  348. this.Controls.SetChildIndex(this.lblLabel6, 0);
  349. this.Controls.SetChildIndex(this.scbSAPCode1, 0);
  350. this.Controls.SetChildIndex(this.txtDisplayNo, 0);
  351. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderDetail)).EndInit();
  352. this.ResumeLayout(false);
  353. this.PerformLayout();
  354. }
  355. #endregion
  356. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblOrganizationName;
  357. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtOrderNo;
  358. private Basics.BaseControls.C_Button btnSave;
  359. private Basics.BaseControls.C_Button btnCancel;
  360. private Basics.BaseControls.C_Label lblOrderDate;
  361. private Basics.BaseControls.C_DateTimePicker dtpOrderDateFrom;
  362. private Basics.BaseControls.C_Label lblRemarks;
  363. private Basics.BaseControls.C_TextBox txtRemarks;
  364. private Controls.SearchBox.ScbSAPCode scbSAPCode1;
  365. private WinForm.Controls.LblLabel lblLabel6;
  366. private Basics.BaseControls.C_DataGridView dgvOrderDetail;
  367. private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode;
  368. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  369. private System.Windows.Forms.DataGridViewTextBoxColumn LogoName;
  370. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  371. private Basics.BaseControls.C_Label lbldis;
  372. private WinForm.Controls.TxtNumerical txtDisplayNo;
  373. }
  374. }