F_PM_2301.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2301
  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. this.components = new System.ComponentModel.Container();
  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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2301));
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  40. this.dgvOrder = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  41. this.OrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.OrderDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.displayno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  45. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.OrderID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
  48. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  49. this.chkDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  50. this.txtOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  51. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.dtpOrderDateTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  53. this.dtpOrderDateFrom = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  54. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  55. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList();
  57. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  58. this.lblOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  61. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  62. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  63. this.tsbtnValueFlag = new System.Windows.Forms.ToolStripButton();
  64. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  65. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  66. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  67. this.dgvOrderDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  68. this.splSplitContainer1 = new Dongke.WinForm.Controls.SplSplitContainer();
  69. this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.MAKTX = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.KWMENG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.LogoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. ((System.ComponentModel.ISupportInitialize)(this.dgvOrder)).BeginInit();
  76. this.gbxCondition.SuspendLayout();
  77. this.tsrOperate.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderDetail)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.splSplitContainer1)).BeginInit();
  80. this.splSplitContainer1.Panel1.SuspendLayout();
  81. this.splSplitContainer1.Panel2.SuspendLayout();
  82. this.splSplitContainer1.SuspendLayout();
  83. this.SuspendLayout();
  84. //
  85. // dgvOrder
  86. //
  87. this.dgvOrder.AllowUserToAddRows = false;
  88. this.dgvOrder.AllowUserToDeleteRows = false;
  89. this.dgvOrder.AllowUserToModifyRows = true;
  90. this.dgvOrder.AllowUserToOrderColumns = true;
  91. this.dgvOrder.AllowUserToResizeRows = false;
  92. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  93. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.dgvOrder.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  95. this.dgvOrder.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  96. this.dgvOrder.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  97. this.dgvOrder.CellHeight = 23;
  98. this.dgvOrder.ChildNodeColumnName = null;
  99. this.dgvOrder.ChildNodeColumnText = null;
  100. this.dgvOrder.ColumnDeep = 1;
  101. this.dgvOrder.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  102. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  103. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  104. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F);
  105. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  106. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  107. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  108. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  109. this.dgvOrder.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  110. this.dgvOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  111. this.dgvOrder.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  112. this.OrderNo,
  113. this.OrderDate,
  114. this.displayno,
  115. this.ValueFlag,
  116. this.Remarks,
  117. this.OrderID});
  118. this.dgvOrder.ColumnTreeView = null;
  119. this.dgvOrder.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)));
  120. this.dgvOrder.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.dgvOrder.DynamicColumnName = "";
  122. this.dgvOrder.EnableHeadersVisualStyles = false;
  123. this.dgvOrder.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.dgvOrder.FormatQuantityColumns = null;
  125. this.dgvOrder.HasNode = false;
  126. this.dgvOrder.HorizontalMergeColumn = null;
  127. this.dgvOrder.IsAutoCountSum = true;
  128. this.dgvOrder.IsAutoResizeColumns = false;
  129. this.dgvOrder.IsClickF12 = false;
  130. this.dgvOrder.IsOpenMergeCellFlag = false;
  131. this.dgvOrder.IsSubTotalFlag = false;
  132. this.dgvOrder.IsTopDeep = false;
  133. this.dgvOrder.Location = new System.Drawing.Point(0, 0);
  134. this.dgvOrder.MergeColumnNames = null;
  135. this.dgvOrder.MergeDetailColumnNames = null;
  136. this.dgvOrder.MergeDetailOnlyColumn = null;
  137. this.dgvOrder.MergeOnlyColumn = null;
  138. this.dgvOrder.MultiSelect = false;
  139. this.dgvOrder.Name = "dgvOrder";
  140. this.dgvOrder.ReadOnly = true;
  141. this.dgvOrder.RefreshAtHscroll = false;
  142. this.dgvOrder.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  143. this.dgvOrder.RowHeadersWidth = 50;
  144. this.dgvOrder.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  145. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  146. this.dgvOrder.RowsDefaultCellStyle = dataGridViewCellStyle6;
  147. this.dgvOrder.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
  148. this.dgvOrder.RowTemplate.Height = 21;
  149. this.dgvOrder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  150. this.dgvOrder.Size = new System.Drawing.Size(1079, 251);
  151. this.dgvOrder.SortOrderColumnName = null;
  152. this.dgvOrder.TabIndex = 2;
  153. this.dgvOrder.Tag = true;
  154. this.dgvOrder.TotalSumColumns = null;
  155. this.dgvOrder.ViewRowFilter = "";
  156. this.dgvOrder.VirtualNodes = false;
  157. this.dgvOrder.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick);
  158. this.dgvOrder.SelectionChanged += new System.EventHandler(this.dgvOrder_SelectionChanged);
  159. //
  160. // OrderNo
  161. //
  162. this.OrderNo.DataPropertyName = "OrderNo";
  163. this.OrderNo.HeaderText = "订单号";
  164. this.OrderNo.Name = "OrderNo";
  165. this.OrderNo.ReadOnly = true;
  166. //
  167. // OrderDate
  168. //
  169. this.OrderDate.DataPropertyName = "OrderDate";
  170. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  171. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  172. this.OrderDate.DefaultCellStyle = dataGridViewCellStyle3;
  173. this.OrderDate.HeaderText = "订单日期";
  174. this.OrderDate.Name = "OrderDate";
  175. this.OrderDate.ReadOnly = true;
  176. //
  177. // displayno
  178. //
  179. this.displayno.DataPropertyName = "displayno";
  180. this.displayno.HeaderText = "显示顺序";
  181. this.displayno.Name = "displayno";
  182. this.displayno.ReadOnly = true;
  183. //
  184. // ValueFlag
  185. //
  186. this.ValueFlag.DataPropertyName = "ValueFlag";
  187. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  188. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F);
  189. dataGridViewCellStyle4.NullValue = false;
  190. this.ValueFlag.DefaultCellStyle = dataGridViewCellStyle4;
  191. this.ValueFlag.FalseValue = "0";
  192. this.ValueFlag.HeaderText = "正常";
  193. this.ValueFlag.Name = "ValueFlag";
  194. this.ValueFlag.ReadOnly = true;
  195. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  196. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  197. this.ValueFlag.TrueValue = "1";
  198. this.ValueFlag.Width = 50;
  199. //
  200. // Remarks
  201. //
  202. this.Remarks.DataPropertyName = "Remarks";
  203. this.Remarks.HeaderText = "备注";
  204. this.Remarks.Name = "Remarks";
  205. this.Remarks.ReadOnly = true;
  206. this.Remarks.Width = 200;
  207. //
  208. // OrderID
  209. //
  210. this.OrderID.DataPropertyName = "OrderID";
  211. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.OrderID.DefaultCellStyle = dataGridViewCellStyle5;
  213. this.OrderID.HeaderText = "OrderID";
  214. this.OrderID.Name = "OrderID";
  215. this.OrderID.ReadOnly = true;
  216. this.OrderID.Visible = false;
  217. //
  218. // imglstNavigation
  219. //
  220. this.imglstNavigation.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  221. this.imglstNavigation.ImageSize = new System.Drawing.Size(16, 16);
  222. this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
  223. //
  224. // gbxCondition
  225. //
  226. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  227. | System.Windows.Forms.AnchorStyles.Right)));
  228. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  229. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  230. this.gbxCondition.Controls.Add(this.chkDateTime);
  231. this.gbxCondition.Controls.Add(this.txtOrderNo);
  232. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  233. this.gbxCondition.Controls.Add(this.dtpOrderDateTo);
  234. this.gbxCondition.Controls.Add(this.dtpOrderDateFrom);
  235. this.gbxCondition.Controls.Add(this.btnSearch);
  236. this.gbxCondition.Controls.Add(this.btnClearCondition);
  237. this.gbxCondition.Controls.Add(this.chkValueFlag);
  238. this.gbxCondition.Controls.Add(this.txtRemarks);
  239. this.gbxCondition.Controls.Add(this.lblOrderNo);
  240. this.gbxCondition.Controls.Add(this.lblRemarks);
  241. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  243. this.gbxCondition.IsMustInput = false;
  244. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  245. this.gbxCondition.Name = "gbxCondition";
  246. this.gbxCondition.OriginalHeight = -1;
  247. this.gbxCondition.Size = new System.Drawing.Size(1079, 69);
  248. this.gbxCondition.TabIndex = 1;
  249. this.gbxCondition.TabStop = false;
  250. this.gbxCondition.Text = "查询条件 ▼";
  251. //
  252. // chkDateTime
  253. //
  254. this.chkDateTime.AutoSize = true;
  255. this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.chkDateTime.Location = new System.Drawing.Point(178, 17);
  257. this.chkDateTime.Name = "chkDateTime";
  258. this.chkDateTime.Size = new System.Drawing.Size(72, 16);
  259. this.chkDateTime.TabIndex = 11;
  260. this.chkDateTime.Text = "订单日期";
  261. this.chkDateTime.UseVisualStyleBackColor = true;
  262. this.chkDateTime.CheckedChanged += new System.EventHandler(this.chkDateTime_CheckedChanged);
  263. //
  264. // txtOrderNo
  265. //
  266. this.txtOrderNo.BackColor = System.Drawing.SystemColors.Window;
  267. this.txtOrderNo.BackgroundColor = System.Drawing.SystemColors.Window;
  268. this.txtOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.txtOrderNo.Location = new System.Drawing.Point(65, 14);
  270. this.txtOrderNo.MaxLength = 100;
  271. this.txtOrderNo.Name = "txtOrderNo";
  272. this.txtOrderNo.Size = new System.Drawing.Size(107, 21);
  273. this.txtOrderNo.TabIndex = 1;
  274. //
  275. // lblAccountDateEnd
  276. //
  277. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  278. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  280. this.lblAccountDateEnd.Location = new System.Drawing.Point(366, 18);
  281. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  282. this.lblAccountDateEnd.Size = new System.Drawing.Size(36, 13);
  283. this.lblAccountDateEnd.TabIndex = 4;
  284. this.lblAccountDateEnd.Text = " 至 ";
  285. //
  286. // dtpOrderDateTo
  287. //
  288. this.dtpOrderDateTo.CustomFormat = "yyyy-MM-dd";
  289. this.dtpOrderDateTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.dtpOrderDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  291. this.dtpOrderDateTo.Location = new System.Drawing.Point(400, 14);
  292. this.dtpOrderDateTo.Name = "dtpOrderDateTo";
  293. this.dtpOrderDateTo.Size = new System.Drawing.Size(120, 21);
  294. this.dtpOrderDateTo.TabIndex = 5;
  295. this.dtpOrderDateTo.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
  296. //
  297. // dtpOrderDateFrom
  298. //
  299. this.dtpOrderDateFrom.CustomFormat = "yyyy-MM-dd";
  300. this.dtpOrderDateFrom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.dtpOrderDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  302. this.dtpOrderDateFrom.Location = new System.Drawing.Point(249, 14);
  303. this.dtpOrderDateFrom.Name = "dtpOrderDateFrom";
  304. this.dtpOrderDateFrom.Size = new System.Drawing.Size(120, 21);
  305. this.dtpOrderDateFrom.TabIndex = 3;
  306. this.dtpOrderDateFrom.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
  307. //
  308. // btnSearch
  309. //
  310. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  311. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  312. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  313. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.btnSearch.ForeColor = System.Drawing.Color.White;
  315. this.btnSearch.Location = new System.Drawing.Point(886, 32);
  316. this.btnSearch.Name = "btnSearch";
  317. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  318. this.btnSearch.TabIndex = 9;
  319. this.btnSearch.Text = "查询";
  320. this.btnSearch.UseVisualStyleBackColor = true;
  321. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  322. //
  323. // btnClearCondition
  324. //
  325. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  326. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  327. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  328. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  330. this.btnClearCondition.Location = new System.Drawing.Point(977, 32);
  331. this.btnClearCondition.Name = "btnClearCondition";
  332. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  333. this.btnClearCondition.TabIndex = 10;
  334. this.btnClearCondition.Text = "清空条件";
  335. this.btnClearCondition.UseVisualStyleBackColor = true;
  336. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  337. //
  338. // chkValueFlag
  339. //
  340. this.chkValueFlag.BackColor = System.Drawing.SystemColors.Window;
  341. this.chkValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkValueFlag.BackgroundImage")));
  342. this.chkValueFlag.CheckedListBoxMinSize = new System.Drawing.Size(0, 0);
  343. this.chkValueFlag.DataSource = null;
  344. this.chkValueFlag.DisplayMember = "ValidFlagName";
  345. this.chkValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.chkValueFlag.LablePositionValue = Dongke.IBOSS.PRD.Basics.BaseControls.CheckedBoxListEx.LablePosition.Left;
  347. this.chkValueFlag.Location = new System.Drawing.Point(524, 14);
  348. this.chkValueFlag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  349. this.chkValueFlag.Name = "chkValueFlag";
  350. this.chkValueFlag.SelectedIndex = -1;
  351. this.chkValueFlag.SelectedValues = new object[0];
  352. this.chkValueFlag.Size = new System.Drawing.Size(141, 48);
  353. this.chkValueFlag.TabIndex = 8;
  354. this.chkValueFlag.Title = "有效标识";
  355. this.chkValueFlag.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
  356. this.chkValueFlag.ValueMember = "ValidFlagID";
  357. //
  358. // txtRemarks
  359. //
  360. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  361. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  362. this.txtRemarks.ErrorMessage = "";
  363. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  364. this.txtRemarks.Location = new System.Drawing.Point(65, 41);
  365. this.txtRemarks.MaxLength = 500;
  366. this.txtRemarks.Name = "txtRemarks";
  367. this.txtRemarks.Size = new System.Drawing.Size(455, 21);
  368. this.txtRemarks.TabIndex = 7;
  369. this.txtRemarks.TextValue = "";
  370. //
  371. // lblOrderNo
  372. //
  373. this.lblOrderNo.AutoSize = true;
  374. this.lblOrderNo.BackColor = System.Drawing.Color.Transparent;
  375. this.lblOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.lblOrderNo.ForeColor = System.Drawing.SystemColors.ControlText;
  377. this.lblOrderNo.Location = new System.Drawing.Point(18, 19);
  378. this.lblOrderNo.Name = "lblOrderNo";
  379. this.lblOrderNo.Size = new System.Drawing.Size(41, 12);
  380. this.lblOrderNo.TabIndex = 0;
  381. this.lblOrderNo.Text = "订单号";
  382. //
  383. // lblRemarks
  384. //
  385. this.lblRemarks.AutoSize = true;
  386. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  387. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  388. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  389. this.lblRemarks.Location = new System.Drawing.Point(30, 45);
  390. this.lblRemarks.Name = "lblRemarks";
  391. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  392. this.lblRemarks.TabIndex = 6;
  393. this.lblRemarks.Text = "备注";
  394. //
  395. // tsrOperate
  396. //
  397. this.tsrOperate.AutoSize = false;
  398. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  399. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  401. this.tsbtnAdd,
  402. this.tsbtnEdit,
  403. this.tsbtnValueFlag,
  404. this.toolStripSeparator1,
  405. this.tsbtnAdaptive,
  406. this.tsbtnClose});
  407. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  408. this.tsrOperate.Name = "tsrOperate";
  409. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  410. this.tsrOperate.ShowItemToolTips = false;
  411. this.tsrOperate.Size = new System.Drawing.Size(1091, 35);
  412. this.tsrOperate.TabIndex = 0;
  413. this.tsrOperate.Text = "toolStrip1";
  414. //
  415. // tsbtnAdd
  416. //
  417. this.tsbtnAdd.AutoSize = false;
  418. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  420. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  421. this.tsbtnAdd.Name = "tsbtnAdd";
  422. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  423. this.tsbtnAdd.Text = "新建";
  424. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  425. //
  426. // tsbtnEdit
  427. //
  428. this.tsbtnEdit.AutoSize = false;
  429. this.tsbtnEdit.Enabled = false;
  430. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  432. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  433. this.tsbtnEdit.Name = "tsbtnEdit";
  434. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  435. this.tsbtnEdit.Text = "编辑";
  436. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  437. //
  438. // tsbtnValueFlag
  439. //
  440. this.tsbtnValueFlag.AutoSize = false;
  441. this.tsbtnValueFlag.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  442. this.tsbtnValueFlag.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnValueFlag.Image")));
  443. this.tsbtnValueFlag.ImageTransparentColor = System.Drawing.Color.Magenta;
  444. this.tsbtnValueFlag.Name = "tsbtnValueFlag";
  445. this.tsbtnValueFlag.Size = new System.Drawing.Size(60, 25);
  446. this.tsbtnValueFlag.Text = "停用(&S)";
  447. this.tsbtnValueFlag.Click += new System.EventHandler(this.tsbtnValueFlag_Click);
  448. //
  449. // toolStripSeparator1
  450. //
  451. this.toolStripSeparator1.AutoSize = false;
  452. this.toolStripSeparator1.Name = "toolStripSeparator1";
  453. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  454. //
  455. // tsbtnAdaptive
  456. //
  457. this.tsbtnAdaptive.AutoSize = false;
  458. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  460. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  461. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  462. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  463. this.tsbtnAdaptive.Text = "自适应列宽";
  464. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  465. //
  466. // tsbtnClose
  467. //
  468. this.tsbtnClose.AutoSize = false;
  469. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  470. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  471. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  472. this.tsbtnClose.Name = "tsbtnClose";
  473. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  474. this.tsbtnClose.Text = "关闭(&X)";
  475. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  476. //
  477. // dgvOrderDetail
  478. //
  479. this.dgvOrderDetail.AllowUserToAddRows = false;
  480. this.dgvOrderDetail.AllowUserToDeleteRows = false;
  481. this.dgvOrderDetail.AllowUserToModifyRows = true;
  482. this.dgvOrderDetail.AllowUserToOrderColumns = true;
  483. this.dgvOrderDetail.AllowUserToResizeRows = false;
  484. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  485. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  486. this.dgvOrderDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  487. this.dgvOrderDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  488. this.dgvOrderDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  489. this.dgvOrderDetail.CellHeight = 23;
  490. this.dgvOrderDetail.ChildNodeColumnName = null;
  491. this.dgvOrderDetail.ChildNodeColumnText = null;
  492. this.dgvOrderDetail.ColumnDeep = 1;
  493. this.dgvOrderDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  494. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  495. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  496. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F);
  497. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  498. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  499. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  500. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  501. this.dgvOrderDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  502. this.dgvOrderDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  503. this.dgvOrderDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  504. this.MaterialCode,
  505. this.MAKTX,
  506. this.KWMENG,
  507. this.GoodsCode,
  508. this.LogoName,
  509. this.dataGridViewTextBoxColumn4});
  510. this.dgvOrderDetail.ColumnTreeView = null;
  511. 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)));
  512. this.dgvOrderDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  513. this.dgvOrderDetail.DynamicColumnName = "";
  514. this.dgvOrderDetail.EnableHeadersVisualStyles = false;
  515. this.dgvOrderDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.dgvOrderDetail.FormatQuantityColumns = null;
  517. this.dgvOrderDetail.HasNode = false;
  518. this.dgvOrderDetail.HorizontalMergeColumn = null;
  519. this.dgvOrderDetail.IsAutoCountSum = true;
  520. this.dgvOrderDetail.IsAutoResizeColumns = false;
  521. this.dgvOrderDetail.IsClickF12 = false;
  522. this.dgvOrderDetail.IsOpenMergeCellFlag = false;
  523. this.dgvOrderDetail.IsSubTotalFlag = false;
  524. this.dgvOrderDetail.IsTopDeep = false;
  525. this.dgvOrderDetail.Location = new System.Drawing.Point(0, 0);
  526. this.dgvOrderDetail.MergeColumnNames = null;
  527. this.dgvOrderDetail.MergeDetailColumnNames = null;
  528. this.dgvOrderDetail.MergeDetailOnlyColumn = null;
  529. this.dgvOrderDetail.MergeOnlyColumn = null;
  530. this.dgvOrderDetail.MultiSelect = false;
  531. this.dgvOrderDetail.Name = "dgvOrderDetail";
  532. this.dgvOrderDetail.ReadOnly = true;
  533. this.dgvOrderDetail.RefreshAtHscroll = false;
  534. this.dgvOrderDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  535. this.dgvOrderDetail.RowHeadersWidth = 50;
  536. this.dgvOrderDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  537. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  538. this.dgvOrderDetail.RowsDefaultCellStyle = dataGridViewCellStyle10;
  539. this.dgvOrderDetail.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
  540. this.dgvOrderDetail.RowTemplate.Height = 21;
  541. this.dgvOrderDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  542. this.dgvOrderDetail.Size = new System.Drawing.Size(1079, 248);
  543. this.dgvOrderDetail.SortOrderColumnName = null;
  544. this.dgvOrderDetail.TabIndex = 3;
  545. this.dgvOrderDetail.Tag = true;
  546. this.dgvOrderDetail.TotalSumColumns = null;
  547. this.dgvOrderDetail.ViewRowFilter = "";
  548. this.dgvOrderDetail.VirtualNodes = false;
  549. //
  550. // splSplitContainer1
  551. //
  552. this.splSplitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  553. | System.Windows.Forms.AnchorStyles.Left)
  554. | System.Windows.Forms.AnchorStyles.Right)));
  555. this.splSplitContainer1.Location = new System.Drawing.Point(0, 113);
  556. this.splSplitContainer1.Name = "splSplitContainer1";
  557. this.splSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  558. //
  559. // splSplitContainer1.Panel1
  560. //
  561. this.splSplitContainer1.Panel1.Controls.Add(this.dgvOrder);
  562. //
  563. // splSplitContainer1.Panel2
  564. //
  565. this.splSplitContainer1.Panel2.Controls.Add(this.dgvOrderDetail);
  566. this.splSplitContainer1.Size = new System.Drawing.Size(1079, 503);
  567. this.splSplitContainer1.SplitterDistance = 251;
  568. this.splSplitContainer1.TabIndex = 4;
  569. //
  570. // MaterialCode
  571. //
  572. this.MaterialCode.DataPropertyName = "MaterialCode";
  573. this.MaterialCode.HeaderText = "物料编码";
  574. this.MaterialCode.Name = "MaterialCode";
  575. this.MaterialCode.ReadOnly = true;
  576. //
  577. // MAKTX
  578. //
  579. this.MAKTX.DataPropertyName = "MAKTX";
  580. this.MAKTX.HeaderText = "物料描述";
  581. this.MAKTX.Name = "MAKTX";
  582. this.MAKTX.ReadOnly = true;
  583. //
  584. // KWMENG
  585. //
  586. this.KWMENG.DataPropertyName = "KWMENG";
  587. this.KWMENG.HeaderText = "订单数量";
  588. this.KWMENG.Name = "KWMENG";
  589. this.KWMENG.ReadOnly = true;
  590. //
  591. // GoodsCode
  592. //
  593. this.GoodsCode.DataPropertyName = "GoodsCode";
  594. this.GoodsCode.HeaderText = "产品编码";
  595. this.GoodsCode.Name = "GoodsCode";
  596. this.GoodsCode.ReadOnly = true;
  597. //
  598. // LogoName
  599. //
  600. this.LogoName.DataPropertyName = "LogoName";
  601. this.LogoName.HeaderText = "商标";
  602. this.LogoName.Name = "LogoName";
  603. this.LogoName.ReadOnly = true;
  604. //
  605. // dataGridViewTextBoxColumn4
  606. //
  607. this.dataGridViewTextBoxColumn4.DataPropertyName = "OrderID";
  608. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  609. this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle9;
  610. this.dataGridViewTextBoxColumn4.HeaderText = "OrderID";
  611. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  612. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  613. this.dataGridViewTextBoxColumn4.Visible = false;
  614. //
  615. // F_PM_2301
  616. //
  617. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  618. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  619. this.ClientSize = new System.Drawing.Size(1091, 628);
  620. this.Controls.Add(this.splSplitContainer1);
  621. this.Controls.Add(this.tsrOperate);
  622. this.Controls.Add(this.gbxCondition);
  623. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  624. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  625. this.MaximizeBox = false;
  626. this.MinimizeBox = false;
  627. this.Name = "F_PM_2301";
  628. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  629. this.Text = "新建";
  630. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmOrganization_FormClosed);
  631. this.Load += new System.EventHandler(this.FrmOrganization_Load);
  632. ((System.ComponentModel.ISupportInitialize)(this.dgvOrder)).EndInit();
  633. this.gbxCondition.ResumeLayout(false);
  634. this.gbxCondition.PerformLayout();
  635. this.tsrOperate.ResumeLayout(false);
  636. this.tsrOperate.PerformLayout();
  637. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderDetail)).EndInit();
  638. this.splSplitContainer1.Panel1.ResumeLayout(false);
  639. this.splSplitContainer1.Panel2.ResumeLayout(false);
  640. ((System.ComponentModel.ISupportInitialize)(this.splSplitContainer1)).EndInit();
  641. this.splSplitContainer1.ResumeLayout(false);
  642. this.ResumeLayout(false);
  643. }
  644. #endregion
  645. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvOrder;
  646. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblRemarks;
  647. private Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList chklValueFlag;
  648. private Basics.BaseControls.C_ToolStrip tsrOperate;
  649. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  650. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  651. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  652. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  653. private System.Windows.Forms.ToolStripButton tsbtnClose;
  654. private Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox gbxCondition;
  655. private System.Windows.Forms.ImageList imglstNavigation;
  656. private Basics.BaseControls.C_Label lblOrderNo;
  657. private Basics.BaseControls.C_TextBox txtRemarks;
  658. private Basics.BaseControls.C_ValidCheckedBoxList chkValueFlag;
  659. private Basics.BaseControls.C_Button btnSearch;
  660. private Basics.BaseControls.C_Button btnClearCondition;
  661. private Basics.BaseControls.C_Label lblAccountDateEnd;
  662. private Basics.BaseControls.C_DateTimePicker dtpOrderDateTo;
  663. private Basics.BaseControls.C_DateTimePicker dtpOrderDateFrom;
  664. private System.Windows.Forms.ToolStripButton tsbtnValueFlag;
  665. private Basics.BaseControls.C_TextBox txtOrderNo;
  666. private Basics.BaseControls.C_CheckBox chkDateTime;
  667. private Basics.BaseControls.C_DataGridView dgvOrderDetail;
  668. private WinForm.Controls.SplSplitContainer splSplitContainer1;
  669. private System.Windows.Forms.DataGridViewTextBoxColumn OrderNo;
  670. private System.Windows.Forms.DataGridViewTextBoxColumn OrderDate;
  671. private System.Windows.Forms.DataGridViewTextBoxColumn displayno;
  672. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  673. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  674. private System.Windows.Forms.DataGridViewTextBoxColumn OrderID;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn MaterialCode;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn MAKTX;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn KWMENG;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn LogoName;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  681. }
  682. }