frmBalanceDetailSearch.Designer.cs 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011
  1. namespace NXWMS.Forms.Balance
  2. {
  3. partial class frmBalanceDetailSearch
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBalanceDetailSearch));
  29. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.kryptonPanelSearch = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  31. this.panelExtend = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  32. this.btnSearchExtend = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  33. this.kryptonButtonConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  34. this.panelBase = new System.Windows.Forms.TableLayoutPanel();
  35. this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  36. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  37. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  38. this.kryptonButtonUnbund = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  39. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  40. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  41. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  42. this.cmbSearchQualityStatus = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  43. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  44. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  45. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  46. this.txtSearchWarehouseInfo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  47. this.kryptonLabel11 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  48. this.txtSearchBinInfo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  49. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  50. this.txtSearchPalletInfo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  51. this.cmbSearchRegionCode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  52. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  53. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  54. this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  55. this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  56. this.kryptonLabel12 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  57. this.kryptonLabel13 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  58. this.kryptonLabel14 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  59. this.kryptonLabel15 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  60. this.cmbSearchMaterielType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  61. this.txtSearchMaterielInfo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  62. this.txtSearchSpecsModel = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  63. this.txtSearchBatchNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  64. this.cmbSearchBalanceStatus = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  65. this.dtpSearchProductBeginDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  66. this.dtpSearchProductEndDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  67. this.dtpSearchExpBeginDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  68. this.dtpSearchExpEndDate = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
  69. this.cmbSearchSupplier = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  70. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  71. this.Column15 = new ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn();
  72. this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  98. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  108. this.kryptonGroupBox2.Panel.SuspendLayout();
  109. this.kryptonGroupBox2.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).BeginInit();
  111. this.kryptonPanelSearch.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.panelExtend)).BeginInit();
  113. this.panelExtend.SuspendLayout();
  114. this.panelBase.SuspendLayout();
  115. this.tableLayoutPanel2.SuspendLayout();
  116. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchQualityStatus)).BeginInit();
  117. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchRegionCode)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchMaterielType)).BeginInit();
  119. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchBalanceStatus)).BeginInit();
  120. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchSupplier)).BeginInit();
  121. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  122. this.SuspendLayout();
  123. //
  124. // kryptonGroupBox2
  125. //
  126. this.kryptonGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  127. | System.Windows.Forms.AnchorStyles.Right)));
  128. this.kryptonGroupBox2.CaptionOverlap = 0D;
  129. this.kryptonGroupBox2.Location = new System.Drawing.Point(4, 3);
  130. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  131. //
  132. // kryptonGroupBox2.Panel
  133. //
  134. this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonPanelSearch);
  135. this.kryptonGroupBox2.Size = new System.Drawing.Size(1170, 199);
  136. this.kryptonGroupBox2.TabIndex = 54;
  137. this.kryptonGroupBox2.Values.Heading = "查询";
  138. this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
  139. //
  140. // kryptonPanelSearch
  141. //
  142. this.kryptonPanelSearch.Controls.Add(this.panelExtend);
  143. this.kryptonPanelSearch.Controls.Add(this.panelBase);
  144. this.kryptonPanelSearch.Controls.Add(this.kryptonButtonUnbund);
  145. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel2);
  146. this.kryptonPanelSearch.Dock = System.Windows.Forms.DockStyle.Top;
  147. this.kryptonPanelSearch.Location = new System.Drawing.Point(0, 0);
  148. this.kryptonPanelSearch.Name = "kryptonPanelSearch";
  149. this.kryptonPanelSearch.Size = new System.Drawing.Size(1166, 172);
  150. this.kryptonPanelSearch.TabIndex = 46;
  151. //
  152. // panelExtend
  153. //
  154. this.panelExtend.Controls.Add(this.btnSearchExtend);
  155. this.panelExtend.Controls.Add(this.kryptonButtonConfirm);
  156. this.panelExtend.Location = new System.Drawing.Point(13, 135);
  157. this.panelExtend.Name = "panelExtend";
  158. this.panelExtend.Size = new System.Drawing.Size(401, 31);
  159. this.panelExtend.TabIndex = 2;
  160. //
  161. // btnSearchExtend
  162. //
  163. this.btnSearchExtend.Dock = System.Windows.Forms.DockStyle.Left;
  164. this.btnSearchExtend.Location = new System.Drawing.Point(84, 0);
  165. this.btnSearchExtend.Name = "btnSearchExtend";
  166. this.btnSearchExtend.Size = new System.Drawing.Size(84, 31);
  167. this.btnSearchExtend.TabIndex = 3;
  168. this.btnSearchExtend.Values.Image = global::NXWMS.Properties.Resources.Search;
  169. this.btnSearchExtend.Values.Text = "查询";
  170. this.btnSearchExtend.Click += new System.EventHandler(this.btnSearchExtend_Click);
  171. //
  172. // kryptonButtonConfirm
  173. //
  174. this.kryptonButtonConfirm.Dock = System.Windows.Forms.DockStyle.Left;
  175. this.kryptonButtonConfirm.Location = new System.Drawing.Point(0, 0);
  176. this.kryptonButtonConfirm.Name = "kryptonButtonConfirm";
  177. this.kryptonButtonConfirm.Size = new System.Drawing.Size(84, 31);
  178. this.kryptonButtonConfirm.TabIndex = 2;
  179. this.kryptonButtonConfirm.Values.Image = global::NXWMS.Properties.Resources.save;
  180. this.kryptonButtonConfirm.Values.Text = "提交";
  181. this.kryptonButtonConfirm.Click += new System.EventHandler(this.kryptonButtonConfirm_Click);
  182. //
  183. // panelBase
  184. //
  185. this.panelBase.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  186. | System.Windows.Forms.AnchorStyles.Right)));
  187. this.panelBase.BackColor = System.Drawing.Color.Transparent;
  188. this.panelBase.ColumnCount = 3;
  189. this.panelBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  190. this.panelBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  191. this.panelBase.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  192. this.panelBase.Controls.Add(this.btnSearchImport, 2, 0);
  193. this.panelBase.Controls.Add(this.btnSearchExport, 1, 0);
  194. this.panelBase.Controls.Add(this.btnSearch, 0, 0);
  195. this.panelBase.Location = new System.Drawing.Point(884, 132);
  196. this.panelBase.Name = "panelBase";
  197. this.panelBase.RowCount = 1;
  198. this.panelBase.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  199. this.panelBase.Size = new System.Drawing.Size(278, 37);
  200. this.panelBase.TabIndex = 1;
  201. //
  202. // btnSearchImport
  203. //
  204. this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  205. | System.Windows.Forms.AnchorStyles.Left)
  206. | System.Windows.Forms.AnchorStyles.Right)));
  207. this.btnSearchImport.Location = new System.Drawing.Point(187, 3);
  208. this.btnSearchImport.Name = "btnSearchImport";
  209. this.btnSearchImport.Size = new System.Drawing.Size(88, 31);
  210. this.btnSearchImport.TabIndex = 2;
  211. this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
  212. this.btnSearchImport.Values.Text = "导入";
  213. //
  214. // btnSearchExport
  215. //
  216. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  217. | System.Windows.Forms.AnchorStyles.Left)
  218. | System.Windows.Forms.AnchorStyles.Right)));
  219. this.btnSearchExport.Location = new System.Drawing.Point(95, 3);
  220. this.btnSearchExport.Name = "btnSearchExport";
  221. this.btnSearchExport.Size = new System.Drawing.Size(86, 31);
  222. this.btnSearchExport.TabIndex = 1;
  223. this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
  224. this.btnSearchExport.Values.Text = "导出";
  225. this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
  226. //
  227. // btnSearch
  228. //
  229. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  230. | System.Windows.Forms.AnchorStyles.Left)
  231. | System.Windows.Forms.AnchorStyles.Right)));
  232. this.btnSearch.Location = new System.Drawing.Point(3, 3);
  233. this.btnSearch.Name = "btnSearch";
  234. this.btnSearch.Size = new System.Drawing.Size(86, 31);
  235. this.btnSearch.TabIndex = 0;
  236. this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
  237. this.btnSearch.Values.Text = "查询";
  238. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  239. //
  240. // kryptonButtonUnbund
  241. //
  242. this.kryptonButtonUnbund.Location = new System.Drawing.Point(13, 135);
  243. this.kryptonButtonUnbund.Name = "kryptonButtonUnbund";
  244. this.kryptonButtonUnbund.Size = new System.Drawing.Size(84, 31);
  245. this.kryptonButtonUnbund.TabIndex = 0;
  246. this.kryptonButtonUnbund.Values.Text = "解绑";
  247. this.kryptonButtonUnbund.Click += new System.EventHandler(this.kryptonButtonUnbund_Click);
  248. //
  249. // tableLayoutPanel2
  250. //
  251. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  252. this.tableLayoutPanel2.ColumnCount = 8;
  253. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  254. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  255. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  256. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  257. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  258. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  259. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  260. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  261. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 4, 1);
  262. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 2, 1);
  263. this.tableLayoutPanel2.Controls.Add(this.cmbSearchQualityStatus, 1, 1);
  264. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 0, 1);
  265. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 2, 0);
  266. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
  267. this.tableLayoutPanel2.Controls.Add(this.txtSearchWarehouseInfo, 1, 0);
  268. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel11, 4, 0);
  269. this.tableLayoutPanel2.Controls.Add(this.txtSearchBinInfo, 5, 0);
  270. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 6, 0);
  271. this.tableLayoutPanel2.Controls.Add(this.txtSearchPalletInfo, 7, 0);
  272. this.tableLayoutPanel2.Controls.Add(this.cmbSearchRegionCode, 3, 0);
  273. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel5, 6, 1);
  274. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel6, 0, 2);
  275. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel7, 2, 2);
  276. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel8, 4, 2);
  277. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel12, 6, 2);
  278. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel13, 0, 3);
  279. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel14, 2, 3);
  280. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel15, 4, 3);
  281. this.tableLayoutPanel2.Controls.Add(this.cmbSearchMaterielType, 3, 1);
  282. this.tableLayoutPanel2.Controls.Add(this.txtSearchMaterielInfo, 5, 1);
  283. this.tableLayoutPanel2.Controls.Add(this.txtSearchSpecsModel, 7, 1);
  284. this.tableLayoutPanel2.Controls.Add(this.txtSearchBatchNo, 1, 2);
  285. this.tableLayoutPanel2.Controls.Add(this.cmbSearchBalanceStatus, 3, 2);
  286. this.tableLayoutPanel2.Controls.Add(this.dtpSearchProductBeginDate, 5, 2);
  287. this.tableLayoutPanel2.Controls.Add(this.dtpSearchProductEndDate, 7, 2);
  288. this.tableLayoutPanel2.Controls.Add(this.dtpSearchExpBeginDate, 1, 3);
  289. this.tableLayoutPanel2.Controls.Add(this.dtpSearchExpEndDate, 3, 3);
  290. this.tableLayoutPanel2.Controls.Add(this.cmbSearchSupplier, 5, 3);
  291. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  292. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  293. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  294. this.tableLayoutPanel2.RowCount = 4;
  295. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  296. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  297. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  298. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  299. this.tableLayoutPanel2.Size = new System.Drawing.Size(1166, 122);
  300. this.tableLayoutPanel2.TabIndex = 0;
  301. //
  302. // kryptonLabel4
  303. //
  304. this.kryptonLabel4.AutoSize = false;
  305. this.kryptonLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
  306. this.kryptonLabel4.Location = new System.Drawing.Point(585, 33);
  307. this.kryptonLabel4.Name = "kryptonLabel4";
  308. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  309. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  310. this.kryptonLabel4.TabIndex = 13;
  311. this.kryptonLabel4.Values.Text = "物料信息";
  312. //
  313. // kryptonLabel3
  314. //
  315. this.kryptonLabel3.AutoSize = false;
  316. this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
  317. this.kryptonLabel3.Location = new System.Drawing.Point(294, 33);
  318. this.kryptonLabel3.Name = "kryptonLabel3";
  319. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  320. this.kryptonLabel3.Size = new System.Drawing.Size(94, 24);
  321. this.kryptonLabel3.TabIndex = 11;
  322. this.kryptonLabel3.Values.Text = "物料类型";
  323. //
  324. // cmbSearchQualityStatus
  325. //
  326. this.cmbSearchQualityStatus.Dock = System.Windows.Forms.DockStyle.Fill;
  327. this.cmbSearchQualityStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  328. this.cmbSearchQualityStatus.DropDownWidth = 183;
  329. this.cmbSearchQualityStatus.Location = new System.Drawing.Point(103, 33);
  330. this.cmbSearchQualityStatus.Name = "cmbSearchQualityStatus";
  331. this.cmbSearchQualityStatus.Size = new System.Drawing.Size(185, 21);
  332. this.cmbSearchQualityStatus.TabIndex = 10;
  333. //
  334. // kryptonLabel2
  335. //
  336. this.kryptonLabel2.AutoSize = false;
  337. this.kryptonLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
  338. this.kryptonLabel2.Location = new System.Drawing.Point(3, 33);
  339. this.kryptonLabel2.Name = "kryptonLabel2";
  340. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  341. this.kryptonLabel2.Size = new System.Drawing.Size(94, 24);
  342. this.kryptonLabel2.TabIndex = 9;
  343. this.kryptonLabel2.Values.Text = "库品状态";
  344. //
  345. // kryptonLabel9
  346. //
  347. this.kryptonLabel9.AutoSize = false;
  348. this.kryptonLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
  349. this.kryptonLabel9.Location = new System.Drawing.Point(294, 3);
  350. this.kryptonLabel9.Name = "kryptonLabel9";
  351. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  352. this.kryptonLabel9.Size = new System.Drawing.Size(94, 24);
  353. this.kryptonLabel9.TabIndex = 2;
  354. this.kryptonLabel9.Values.Text = "所属库区";
  355. //
  356. // kryptonLabel10
  357. //
  358. this.kryptonLabel10.AutoSize = false;
  359. this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
  360. this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
  361. this.kryptonLabel10.Name = "kryptonLabel10";
  362. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  363. this.kryptonLabel10.Size = new System.Drawing.Size(94, 24);
  364. this.kryptonLabel10.TabIndex = 0;
  365. this.kryptonLabel10.Values.Text = "仓库信息";
  366. //
  367. // txtSearchWarehouseInfo
  368. //
  369. this.txtSearchWarehouseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  370. this.txtSearchWarehouseInfo.Location = new System.Drawing.Point(103, 3);
  371. this.txtSearchWarehouseInfo.Name = "txtSearchWarehouseInfo";
  372. this.txtSearchWarehouseInfo.Size = new System.Drawing.Size(185, 23);
  373. this.txtSearchWarehouseInfo.TabIndex = 1;
  374. //
  375. // kryptonLabel11
  376. //
  377. this.kryptonLabel11.AutoSize = false;
  378. this.kryptonLabel11.Location = new System.Drawing.Point(585, 3);
  379. this.kryptonLabel11.Name = "kryptonLabel11";
  380. this.kryptonLabel11.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  381. this.kryptonLabel11.Size = new System.Drawing.Size(94, 22);
  382. this.kryptonLabel11.TabIndex = 4;
  383. this.kryptonLabel11.Values.Text = "库位信息";
  384. //
  385. // txtSearchBinInfo
  386. //
  387. this.txtSearchBinInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  388. this.txtSearchBinInfo.Location = new System.Drawing.Point(685, 3);
  389. this.txtSearchBinInfo.Name = "txtSearchBinInfo";
  390. this.txtSearchBinInfo.Size = new System.Drawing.Size(185, 23);
  391. this.txtSearchBinInfo.TabIndex = 5;
  392. //
  393. // kryptonLabel1
  394. //
  395. this.kryptonLabel1.AutoSize = false;
  396. this.kryptonLabel1.Location = new System.Drawing.Point(876, 3);
  397. this.kryptonLabel1.Name = "kryptonLabel1";
  398. this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  399. this.kryptonLabel1.Size = new System.Drawing.Size(94, 22);
  400. this.kryptonLabel1.TabIndex = 6;
  401. this.kryptonLabel1.Values.Text = "托盘信息";
  402. //
  403. // txtSearchPalletInfo
  404. //
  405. this.txtSearchPalletInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  406. this.txtSearchPalletInfo.Location = new System.Drawing.Point(976, 3);
  407. this.txtSearchPalletInfo.Name = "txtSearchPalletInfo";
  408. this.txtSearchPalletInfo.Size = new System.Drawing.Size(187, 23);
  409. this.txtSearchPalletInfo.TabIndex = 7;
  410. //
  411. // cmbSearchRegionCode
  412. //
  413. this.cmbSearchRegionCode.Dock = System.Windows.Forms.DockStyle.Fill;
  414. this.cmbSearchRegionCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  415. this.cmbSearchRegionCode.DropDownWidth = 183;
  416. this.cmbSearchRegionCode.Location = new System.Drawing.Point(394, 3);
  417. this.cmbSearchRegionCode.Name = "cmbSearchRegionCode";
  418. this.cmbSearchRegionCode.Size = new System.Drawing.Size(185, 21);
  419. this.cmbSearchRegionCode.TabIndex = 8;
  420. //
  421. // kryptonLabel5
  422. //
  423. this.kryptonLabel5.AutoSize = false;
  424. this.kryptonLabel5.Location = new System.Drawing.Point(876, 33);
  425. this.kryptonLabel5.Name = "kryptonLabel5";
  426. this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  427. this.kryptonLabel5.Size = new System.Drawing.Size(94, 24);
  428. this.kryptonLabel5.TabIndex = 14;
  429. this.kryptonLabel5.Values.Text = "规格";
  430. //
  431. // kryptonLabel6
  432. //
  433. this.kryptonLabel6.AutoSize = false;
  434. this.kryptonLabel6.Location = new System.Drawing.Point(3, 63);
  435. this.kryptonLabel6.Name = "kryptonLabel6";
  436. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  437. this.kryptonLabel6.Size = new System.Drawing.Size(94, 24);
  438. this.kryptonLabel6.TabIndex = 15;
  439. this.kryptonLabel6.Values.Text = "批次信息";
  440. //
  441. // kryptonLabel7
  442. //
  443. this.kryptonLabel7.AutoSize = false;
  444. this.kryptonLabel7.Location = new System.Drawing.Point(294, 63);
  445. this.kryptonLabel7.Name = "kryptonLabel7";
  446. this.kryptonLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  447. this.kryptonLabel7.Size = new System.Drawing.Size(94, 24);
  448. this.kryptonLabel7.TabIndex = 16;
  449. this.kryptonLabel7.Values.Text = "库存状态";
  450. //
  451. // kryptonLabel8
  452. //
  453. this.kryptonLabel8.AutoSize = false;
  454. this.kryptonLabel8.Location = new System.Drawing.Point(585, 63);
  455. this.kryptonLabel8.Name = "kryptonLabel8";
  456. this.kryptonLabel8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  457. this.kryptonLabel8.Size = new System.Drawing.Size(94, 24);
  458. this.kryptonLabel8.TabIndex = 17;
  459. this.kryptonLabel8.Values.Text = "生产开始日期";
  460. //
  461. // kryptonLabel12
  462. //
  463. this.kryptonLabel12.AutoSize = false;
  464. this.kryptonLabel12.Location = new System.Drawing.Point(876, 63);
  465. this.kryptonLabel12.Name = "kryptonLabel12";
  466. this.kryptonLabel12.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  467. this.kryptonLabel12.Size = new System.Drawing.Size(94, 24);
  468. this.kryptonLabel12.TabIndex = 18;
  469. this.kryptonLabel12.Values.Text = "至";
  470. //
  471. // kryptonLabel13
  472. //
  473. this.kryptonLabel13.AutoSize = false;
  474. this.kryptonLabel13.Location = new System.Drawing.Point(3, 93);
  475. this.kryptonLabel13.Name = "kryptonLabel13";
  476. this.kryptonLabel13.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  477. this.kryptonLabel13.Size = new System.Drawing.Size(94, 24);
  478. this.kryptonLabel13.TabIndex = 19;
  479. this.kryptonLabel13.Values.Text = "失效日期";
  480. //
  481. // kryptonLabel14
  482. //
  483. this.kryptonLabel14.AutoSize = false;
  484. this.kryptonLabel14.Location = new System.Drawing.Point(294, 93);
  485. this.kryptonLabel14.Name = "kryptonLabel14";
  486. this.kryptonLabel14.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  487. this.kryptonLabel14.Size = new System.Drawing.Size(94, 24);
  488. this.kryptonLabel14.TabIndex = 20;
  489. this.kryptonLabel14.Values.Text = "至";
  490. //
  491. // kryptonLabel15
  492. //
  493. this.kryptonLabel15.AutoSize = false;
  494. this.kryptonLabel15.Location = new System.Drawing.Point(585, 93);
  495. this.kryptonLabel15.Name = "kryptonLabel15";
  496. this.kryptonLabel15.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  497. this.kryptonLabel15.Size = new System.Drawing.Size(94, 24);
  498. this.kryptonLabel15.TabIndex = 21;
  499. this.kryptonLabel15.Values.Text = "供应商";
  500. //
  501. // cmbSearchMaterielType
  502. //
  503. this.cmbSearchMaterielType.Dock = System.Windows.Forms.DockStyle.Fill;
  504. this.cmbSearchMaterielType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  505. this.cmbSearchMaterielType.DropDownWidth = 183;
  506. this.cmbSearchMaterielType.Location = new System.Drawing.Point(394, 33);
  507. this.cmbSearchMaterielType.Name = "cmbSearchMaterielType";
  508. this.cmbSearchMaterielType.Size = new System.Drawing.Size(185, 21);
  509. this.cmbSearchMaterielType.TabIndex = 22;
  510. //
  511. // txtSearchMaterielInfo
  512. //
  513. this.txtSearchMaterielInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  514. this.txtSearchMaterielInfo.Location = new System.Drawing.Point(685, 33);
  515. this.txtSearchMaterielInfo.Name = "txtSearchMaterielInfo";
  516. this.txtSearchMaterielInfo.Size = new System.Drawing.Size(185, 23);
  517. this.txtSearchMaterielInfo.TabIndex = 23;
  518. //
  519. // txtSearchSpecsModel
  520. //
  521. this.txtSearchSpecsModel.Dock = System.Windows.Forms.DockStyle.Fill;
  522. this.txtSearchSpecsModel.Location = new System.Drawing.Point(976, 33);
  523. this.txtSearchSpecsModel.Name = "txtSearchSpecsModel";
  524. this.txtSearchSpecsModel.Size = new System.Drawing.Size(187, 23);
  525. this.txtSearchSpecsModel.TabIndex = 24;
  526. //
  527. // txtSearchBatchNo
  528. //
  529. this.txtSearchBatchNo.Dock = System.Windows.Forms.DockStyle.Fill;
  530. this.txtSearchBatchNo.Location = new System.Drawing.Point(103, 63);
  531. this.txtSearchBatchNo.Name = "txtSearchBatchNo";
  532. this.txtSearchBatchNo.Size = new System.Drawing.Size(185, 23);
  533. this.txtSearchBatchNo.TabIndex = 25;
  534. //
  535. // cmbSearchBalanceStatus
  536. //
  537. this.cmbSearchBalanceStatus.Dock = System.Windows.Forms.DockStyle.Fill;
  538. this.cmbSearchBalanceStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  539. this.cmbSearchBalanceStatus.DropDownWidth = 183;
  540. this.cmbSearchBalanceStatus.Location = new System.Drawing.Point(394, 63);
  541. this.cmbSearchBalanceStatus.Name = "cmbSearchBalanceStatus";
  542. this.cmbSearchBalanceStatus.Size = new System.Drawing.Size(185, 21);
  543. this.cmbSearchBalanceStatus.TabIndex = 26;
  544. //
  545. // dtpSearchProductBeginDate
  546. //
  547. this.dtpSearchProductBeginDate.AlwaysActive = false;
  548. this.dtpSearchProductBeginDate.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  549. this.dtpSearchProductBeginDate.Checked = false;
  550. this.dtpSearchProductBeginDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  551. this.dtpSearchProductBeginDate.Dock = System.Windows.Forms.DockStyle.Fill;
  552. this.dtpSearchProductBeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  553. this.dtpSearchProductBeginDate.Location = new System.Drawing.Point(685, 63);
  554. this.dtpSearchProductBeginDate.Name = "dtpSearchProductBeginDate";
  555. this.dtpSearchProductBeginDate.ShowCheckBox = true;
  556. this.dtpSearchProductBeginDate.Size = new System.Drawing.Size(185, 24);
  557. this.dtpSearchProductBeginDate.TabIndex = 105;
  558. //
  559. // dtpSearchProductEndDate
  560. //
  561. this.dtpSearchProductEndDate.AlwaysActive = false;
  562. this.dtpSearchProductEndDate.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  563. this.dtpSearchProductEndDate.Checked = false;
  564. this.dtpSearchProductEndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  565. this.dtpSearchProductEndDate.Dock = System.Windows.Forms.DockStyle.Fill;
  566. this.dtpSearchProductEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  567. this.dtpSearchProductEndDate.Location = new System.Drawing.Point(976, 63);
  568. this.dtpSearchProductEndDate.Name = "dtpSearchProductEndDate";
  569. this.dtpSearchProductEndDate.ShowCheckBox = true;
  570. this.dtpSearchProductEndDate.Size = new System.Drawing.Size(187, 24);
  571. this.dtpSearchProductEndDate.TabIndex = 106;
  572. //
  573. // dtpSearchExpBeginDate
  574. //
  575. this.dtpSearchExpBeginDate.AlwaysActive = false;
  576. this.dtpSearchExpBeginDate.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  577. this.dtpSearchExpBeginDate.Checked = false;
  578. this.dtpSearchExpBeginDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  579. this.dtpSearchExpBeginDate.Dock = System.Windows.Forms.DockStyle.Fill;
  580. this.dtpSearchExpBeginDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  581. this.dtpSearchExpBeginDate.Location = new System.Drawing.Point(103, 93);
  582. this.dtpSearchExpBeginDate.Name = "dtpSearchExpBeginDate";
  583. this.dtpSearchExpBeginDate.ShowCheckBox = true;
  584. this.dtpSearchExpBeginDate.Size = new System.Drawing.Size(185, 26);
  585. this.dtpSearchExpBeginDate.TabIndex = 107;
  586. //
  587. // dtpSearchExpEndDate
  588. //
  589. this.dtpSearchExpEndDate.AlwaysActive = false;
  590. this.dtpSearchExpEndDate.CalendarTodayDate = new System.DateTime(2020, 7, 30, 14, 18, 20, 0);
  591. this.dtpSearchExpEndDate.Checked = false;
  592. this.dtpSearchExpEndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  593. this.dtpSearchExpEndDate.Dock = System.Windows.Forms.DockStyle.Fill;
  594. this.dtpSearchExpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  595. this.dtpSearchExpEndDate.Location = new System.Drawing.Point(394, 93);
  596. this.dtpSearchExpEndDate.Name = "dtpSearchExpEndDate";
  597. this.dtpSearchExpEndDate.ShowCheckBox = true;
  598. this.dtpSearchExpEndDate.Size = new System.Drawing.Size(185, 26);
  599. this.dtpSearchExpEndDate.TabIndex = 108;
  600. //
  601. // cmbSearchSupplier
  602. //
  603. this.cmbSearchSupplier.Dock = System.Windows.Forms.DockStyle.Fill;
  604. this.cmbSearchSupplier.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  605. this.cmbSearchSupplier.DropDownWidth = 183;
  606. this.cmbSearchSupplier.Location = new System.Drawing.Point(685, 93);
  607. this.cmbSearchSupplier.Name = "cmbSearchSupplier";
  608. this.cmbSearchSupplier.Size = new System.Drawing.Size(185, 21);
  609. this.cmbSearchSupplier.TabIndex = 109;
  610. //
  611. // dataGridView
  612. //
  613. this.dataGridView.AllowUserToAddRows = false;
  614. this.dataGridView.AllowUserToDeleteRows = false;
  615. this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  616. | System.Windows.Forms.AnchorStyles.Left)
  617. | System.Windows.Forms.AnchorStyles.Right)));
  618. this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  619. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  620. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  621. this.Column15,
  622. this.Column16,
  623. this.Column17,
  624. this.Column18,
  625. this.Column19,
  626. this.Column20,
  627. this.Column21,
  628. this.Column22,
  629. this.Column23,
  630. this.Column24,
  631. this.Column27,
  632. this.Column25,
  633. this.Column26});
  634. this.dataGridView.Location = new System.Drawing.Point(4, 204);
  635. this.dataGridView.Name = "dataGridView";
  636. this.dataGridView.ReadOnly = true;
  637. this.dataGridView.RowTemplate.Height = 23;
  638. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  639. this.dataGridView.Size = new System.Drawing.Size(1170, 499);
  640. this.dataGridView.StateCommon.Background.Color1 = System.Drawing.Color.White;
  641. this.dataGridView.TabIndex = 70;
  642. //
  643. // Column15
  644. //
  645. this.Column15.HeaderText = "用户编码";
  646. this.Column15.Name = "Column15";
  647. this.Column15.ReadOnly = true;
  648. this.Column15.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  649. this.Column15.Width = 88;
  650. //
  651. // Column16
  652. //
  653. this.Column16.HeaderText = "用户名称";
  654. this.Column16.Name = "Column16";
  655. this.Column16.ReadOnly = true;
  656. this.Column16.Width = 88;
  657. //
  658. // Column17
  659. //
  660. this.Column17.HeaderText = "用户昵称";
  661. this.Column17.Name = "Column17";
  662. this.Column17.ReadOnly = true;
  663. this.Column17.Width = 88;
  664. //
  665. // Column18
  666. //
  667. this.Column18.HeaderText = "职位名称";
  668. this.Column18.Name = "Column18";
  669. this.Column18.ReadOnly = true;
  670. this.Column18.Width = 88;
  671. //
  672. // Column19
  673. //
  674. this.Column19.HeaderText = "性别";
  675. this.Column19.Name = "Column19";
  676. this.Column19.ReadOnly = true;
  677. this.Column19.Width = 62;
  678. //
  679. // Column20
  680. //
  681. this.Column20.HeaderText = "所属角色";
  682. this.Column20.Name = "Column20";
  683. this.Column20.ReadOnly = true;
  684. this.Column20.Width = 88;
  685. //
  686. // Column21
  687. //
  688. this.Column21.HeaderText = "手机号码";
  689. this.Column21.Name = "Column21";
  690. this.Column21.ReadOnly = true;
  691. this.Column21.Width = 88;
  692. //
  693. // Column22
  694. //
  695. this.Column22.HeaderText = "邮箱";
  696. this.Column22.Name = "Column22";
  697. this.Column22.ReadOnly = true;
  698. this.Column22.Width = 62;
  699. //
  700. // Column23
  701. //
  702. this.Column23.HeaderText = "地址";
  703. this.Column23.Name = "Column23";
  704. this.Column23.ReadOnly = true;
  705. this.Column23.Width = 62;
  706. //
  707. // Column24
  708. //
  709. this.Column24.HeaderText = "是否启用";
  710. this.Column24.Name = "Column24";
  711. this.Column24.ReadOnly = true;
  712. this.Column24.Width = 88;
  713. //
  714. // Column27
  715. //
  716. this.Column27.HeaderText = "创建人";
  717. this.Column27.Name = "Column27";
  718. this.Column27.ReadOnly = true;
  719. this.Column27.Width = 75;
  720. //
  721. // Column25
  722. //
  723. this.Column25.HeaderText = "创建时间";
  724. this.Column25.Name = "Column25";
  725. this.Column25.ReadOnly = true;
  726. this.Column25.Width = 88;
  727. //
  728. // Column26
  729. //
  730. this.Column26.HeaderText = "更新人";
  731. this.Column26.Name = "Column26";
  732. this.Column26.ReadOnly = true;
  733. this.Column26.Width = 75;
  734. //
  735. // dataGridViewTextBoxColumn1
  736. //
  737. this.dataGridViewTextBoxColumn1.HeaderText = "Column1";
  738. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  739. this.dataGridViewTextBoxColumn1.Width = 500;
  740. //
  741. // dataGridViewTextBoxColumn2
  742. //
  743. this.dataGridViewTextBoxColumn2.HeaderText = "Column2";
  744. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  745. this.dataGridViewTextBoxColumn2.Width = 300;
  746. //
  747. // dataGridViewTextBoxColumn3
  748. //
  749. this.dataGridViewTextBoxColumn3.HeaderText = "Column3";
  750. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  751. this.dataGridViewTextBoxColumn3.Width = 300;
  752. //
  753. // dataGridViewTextBoxColumn4
  754. //
  755. this.dataGridViewTextBoxColumn4.HeaderText = "Column4";
  756. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  757. this.dataGridViewTextBoxColumn4.Width = 300;
  758. //
  759. // dataGridViewTextBoxColumn5
  760. //
  761. this.dataGridViewTextBoxColumn5.HeaderText = "Column5";
  762. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  763. this.dataGridViewTextBoxColumn5.Width = 300;
  764. //
  765. // dataGridViewTextBoxColumn6
  766. //
  767. this.dataGridViewTextBoxColumn6.HeaderText = "Column6";
  768. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  769. this.dataGridViewTextBoxColumn6.Width = 300;
  770. //
  771. // dataGridViewTextBoxColumn7
  772. //
  773. this.dataGridViewTextBoxColumn7.HeaderText = "Column7";
  774. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  775. this.dataGridViewTextBoxColumn7.Width = 84;
  776. //
  777. // dataGridViewTextBoxColumn8
  778. //
  779. this.dataGridViewTextBoxColumn8.HeaderText = "Column8";
  780. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  781. this.dataGridViewTextBoxColumn8.Width = 60;
  782. //
  783. // dataGridViewTextBoxColumn9
  784. //
  785. this.dataGridViewTextBoxColumn9.HeaderText = "Column9";
  786. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  787. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  788. this.dataGridViewTextBoxColumn9.Width = 84;
  789. //
  790. // dataGridViewTextBoxColumn10
  791. //
  792. this.dataGridViewTextBoxColumn10.HeaderText = "用户名称";
  793. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  794. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  795. this.dataGridViewTextBoxColumn10.Width = 84;
  796. //
  797. // dataGridViewTextBoxColumn11
  798. //
  799. this.dataGridViewTextBoxColumn11.HeaderText = "用户昵称";
  800. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  801. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  802. this.dataGridViewTextBoxColumn11.Width = 84;
  803. //
  804. // dataGridViewTextBoxColumn12
  805. //
  806. this.dataGridViewTextBoxColumn12.HeaderText = "职位名称";
  807. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  808. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  809. this.dataGridViewTextBoxColumn12.Width = 84;
  810. //
  811. // dataGridViewTextBoxColumn13
  812. //
  813. this.dataGridViewTextBoxColumn13.HeaderText = "性别";
  814. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  815. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  816. this.dataGridViewTextBoxColumn13.Width = 60;
  817. //
  818. // pageTool
  819. //
  820. this.pageTool._execActionMessgae = null;
  821. this.pageTool._execActionOperation = null;
  822. this.pageTool._LastOperation = null;
  823. this.pageTool.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  824. | System.Windows.Forms.AnchorStyles.Right)));
  825. this.pageTool.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
  826. this.pageTool.DataCount = 0;
  827. this.pageTool.LoadMessage = null;
  828. this.pageTool.Location = new System.Drawing.Point(4, 709);
  829. this.pageTool.Name = "pageTool";
  830. this.pageTool.PageDefault = "{0}/{1}";
  831. this.pageTool.PageIndexSelectDefault = 1;
  832. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  833. this.pageTool.PageSize = 30;
  834. this.pageTool.PageSizeSelectList = ((System.Collections.Generic.List<string>)(resources.GetObject("pageTool.PageSizeSelectList")));
  835. this.pageTool.Size = new System.Drawing.Size(1165, 27);
  836. this.pageTool.TabIndex = 74;
  837. //
  838. // dataGridViewTextBoxColumn14
  839. //
  840. this.dataGridViewTextBoxColumn14.HeaderText = "所属角色";
  841. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  842. this.dataGridViewTextBoxColumn14.ReadOnly = true;
  843. this.dataGridViewTextBoxColumn14.Width = 84;
  844. //
  845. // dataGridViewTextBoxColumn15
  846. //
  847. this.dataGridViewTextBoxColumn15.HeaderText = "手机号码";
  848. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  849. this.dataGridViewTextBoxColumn15.ReadOnly = true;
  850. this.dataGridViewTextBoxColumn15.Width = 84;
  851. //
  852. // dataGridViewTextBoxColumn16
  853. //
  854. this.dataGridViewTextBoxColumn16.HeaderText = "邮箱";
  855. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  856. this.dataGridViewTextBoxColumn16.ReadOnly = true;
  857. this.dataGridViewTextBoxColumn16.Width = 60;
  858. //
  859. // dataGridViewTextBoxColumn17
  860. //
  861. this.dataGridViewTextBoxColumn17.HeaderText = "地址";
  862. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  863. this.dataGridViewTextBoxColumn17.ReadOnly = true;
  864. this.dataGridViewTextBoxColumn17.Width = 60;
  865. //
  866. // dataGridViewTextBoxColumn18
  867. //
  868. this.dataGridViewTextBoxColumn18.HeaderText = "是否启用";
  869. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  870. this.dataGridViewTextBoxColumn18.ReadOnly = true;
  871. this.dataGridViewTextBoxColumn18.Width = 84;
  872. //
  873. // dataGridViewTextBoxColumn19
  874. //
  875. this.dataGridViewTextBoxColumn19.HeaderText = "创建人";
  876. this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
  877. this.dataGridViewTextBoxColumn19.ReadOnly = true;
  878. this.dataGridViewTextBoxColumn19.Width = 72;
  879. //
  880. // dataGridViewTextBoxColumn20
  881. //
  882. this.dataGridViewTextBoxColumn20.HeaderText = "创建时间";
  883. this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
  884. this.dataGridViewTextBoxColumn20.ReadOnly = true;
  885. this.dataGridViewTextBoxColumn20.Width = 84;
  886. //
  887. // dataGridViewTextBoxColumn21
  888. //
  889. this.dataGridViewTextBoxColumn21.HeaderText = "更新人";
  890. this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
  891. this.dataGridViewTextBoxColumn21.ReadOnly = true;
  892. this.dataGridViewTextBoxColumn21.Width = 72;
  893. //
  894. // frmBalanceDetailSearch
  895. //
  896. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  897. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  898. this.ClientSize = new System.Drawing.Size(1174, 739);
  899. this.Controls.Add(this.pageTool);
  900. this.Controls.Add(this.dataGridView);
  901. this.Controls.Add(this.kryptonGroupBox2);
  902. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  903. this.Name = "frmBalanceDetailSearch";
  904. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  905. this.Text = "库存明细查询";
  906. this.Load += new System.EventHandler(this.frmBalanceDetailSearch_Load);
  907. this.Shown += new System.EventHandler(this.frmBalanceDetailSearch_Shown);
  908. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  909. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  910. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  911. this.kryptonGroupBox2.ResumeLayout(false);
  912. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).EndInit();
  913. this.kryptonPanelSearch.ResumeLayout(false);
  914. ((System.ComponentModel.ISupportInitialize)(this.panelExtend)).EndInit();
  915. this.panelExtend.ResumeLayout(false);
  916. this.panelBase.ResumeLayout(false);
  917. this.tableLayoutPanel2.ResumeLayout(false);
  918. this.tableLayoutPanel2.PerformLayout();
  919. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchQualityStatus)).EndInit();
  920. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchRegionCode)).EndInit();
  921. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchMaterielType)).EndInit();
  922. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchBalanceStatus)).EndInit();
  923. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchSupplier)).EndInit();
  924. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  925. this.ResumeLayout(false);
  926. }
  927. #endregion
  928. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  929. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  930. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  931. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  932. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  933. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  934. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  935. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  936. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  937. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  938. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelSearch;
  939. private System.Windows.Forms.TableLayoutPanel panelBase;
  940. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
  941. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  942. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  943. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  944. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  945. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  946. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchWarehouseInfo;
  947. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel11;
  948. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  949. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchBinInfo;
  950. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  951. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchPalletInfo;
  952. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchRegionCode;
  953. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  954. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchQualityStatus;
  955. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  956. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  957. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  958. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  959. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
  960. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
  961. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel12;
  962. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel13;
  963. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel14;
  964. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel15;
  965. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchMaterielType;
  966. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchMaterielInfo;
  967. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchSpecsModel;
  968. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchBatchNo;
  969. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchBalanceStatus;
  970. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchProductBeginDate;
  971. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchProductEndDate;
  972. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchExpBeginDate;
  973. private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker dtpSearchExpEndDate;
  974. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchSupplier;
  975. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  976. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  977. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  978. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  979. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  980. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  981. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  982. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  983. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  984. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  985. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  986. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  987. private Client.FrmCustom.PageToolbar pageTool;
  988. private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButtonUnbund;
  989. private ComponentFactory.Krypton.Toolkit.KryptonPanel panelExtend;
  990. private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButtonConfirm;
  991. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExtend;
  992. private ComponentFactory.Krypton.Toolkit.KryptonDataGridViewTextBoxColumn Column15;
  993. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  994. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  995. private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
  996. private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
  997. private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
  998. private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
  999. private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
  1000. private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
  1001. private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
  1002. private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
  1003. private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
  1004. private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
  1005. }
  1006. }