F_PM_2301.Designer.cs 41 KB

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