F_PM_2301.Designer.cs 41 KB

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