F_PM_2301.Designer.cs 41 KB

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