F_PM_2301.Designer.cs 40 KB

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