frmBalanceChangeLogSearch.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691
  1. namespace NXWMS.Forms.Balance
  2. {
  3. partial class frmBalanceChangeLogSearch
  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(frmBalanceChangeLogSearch));
  29. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  30. this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  44. this.kryptonPanelSearch = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  45. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  46. this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  47. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  48. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  49. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  50. this.kryptonLabel9 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  51. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  52. this.txtSearchMaterielTypeInfo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  53. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  54. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  55. this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  56. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  57. this.txtSearchMaterielInfo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  58. this.cmbSearchRegionCode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  59. this.txtSearchWarehouseInfo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  60. this.cmbSearchInspectionStatus = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  61. this.cmbSearchBalanceStatus = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  62. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  63. this.txtSearchPalletInfo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  64. this.kryptonLabel7 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  65. this.txtSearchBinInfo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  66. this.txtSearchBatchInfo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  67. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  68. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  82. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  85. this.kryptonGroupBox2.Panel.SuspendLayout();
  86. this.kryptonGroupBox2.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).BeginInit();
  88. this.kryptonPanelSearch.SuspendLayout();
  89. this.tableLayoutPanel3.SuspendLayout();
  90. this.tableLayoutPanel2.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchRegionCode)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchInspectionStatus)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchBalanceStatus)).BeginInit();
  94. this.SuspendLayout();
  95. //
  96. // dataGridView
  97. //
  98. this.dataGridView.AllowUserToAddRows = false;
  99. this.dataGridView.AllowUserToDeleteRows = false;
  100. this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  101. | System.Windows.Forms.AnchorStyles.Left)
  102. | System.Windows.Forms.AnchorStyles.Right)));
  103. this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  104. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  105. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  106. this.Column15,
  107. this.Column16,
  108. this.Column17,
  109. this.Column18,
  110. this.Column19,
  111. this.Column20,
  112. this.Column21,
  113. this.Column22,
  114. this.Column23,
  115. this.Column24,
  116. this.Column27,
  117. this.Column25,
  118. this.Column26});
  119. this.dataGridView.Location = new System.Drawing.Point(2, 176);
  120. this.dataGridView.Name = "dataGridView";
  121. this.dataGridView.ReadOnly = true;
  122. this.dataGridView.RowTemplate.Height = 23;
  123. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  124. this.dataGridView.Size = new System.Drawing.Size(1163, 548);
  125. this.dataGridView.StateCommon.Background.Color1 = System.Drawing.Color.White;
  126. this.dataGridView.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
  127. this.dataGridView.TabIndex = 74;
  128. //
  129. // Column15
  130. //
  131. this.Column15.HeaderText = "用户编码";
  132. this.Column15.Name = "Column15";
  133. this.Column15.ReadOnly = true;
  134. //
  135. // Column16
  136. //
  137. this.Column16.HeaderText = "用户名称";
  138. this.Column16.Name = "Column16";
  139. this.Column16.ReadOnly = true;
  140. //
  141. // Column17
  142. //
  143. this.Column17.HeaderText = "用户昵称";
  144. this.Column17.Name = "Column17";
  145. this.Column17.ReadOnly = true;
  146. //
  147. // Column18
  148. //
  149. this.Column18.HeaderText = "职位名称";
  150. this.Column18.Name = "Column18";
  151. this.Column18.ReadOnly = true;
  152. //
  153. // Column19
  154. //
  155. this.Column19.HeaderText = "性别";
  156. this.Column19.Name = "Column19";
  157. this.Column19.ReadOnly = true;
  158. //
  159. // Column20
  160. //
  161. this.Column20.HeaderText = "所属角色";
  162. this.Column20.Name = "Column20";
  163. this.Column20.ReadOnly = true;
  164. //
  165. // Column21
  166. //
  167. this.Column21.HeaderText = "手机号码";
  168. this.Column21.Name = "Column21";
  169. this.Column21.ReadOnly = true;
  170. //
  171. // Column22
  172. //
  173. this.Column22.HeaderText = "邮箱";
  174. this.Column22.Name = "Column22";
  175. this.Column22.ReadOnly = true;
  176. //
  177. // Column23
  178. //
  179. this.Column23.HeaderText = "地址";
  180. this.Column23.Name = "Column23";
  181. this.Column23.ReadOnly = true;
  182. //
  183. // Column24
  184. //
  185. this.Column24.HeaderText = "是否启用";
  186. this.Column24.Name = "Column24";
  187. this.Column24.ReadOnly = true;
  188. //
  189. // Column27
  190. //
  191. this.Column27.HeaderText = "创建人";
  192. this.Column27.Name = "Column27";
  193. this.Column27.ReadOnly = true;
  194. //
  195. // Column25
  196. //
  197. this.Column25.HeaderText = "创建时间";
  198. this.Column25.Name = "Column25";
  199. this.Column25.ReadOnly = true;
  200. //
  201. // Column26
  202. //
  203. this.Column26.HeaderText = "更新人";
  204. this.Column26.Name = "Column26";
  205. this.Column26.ReadOnly = true;
  206. //
  207. // kryptonGroupBox2
  208. //
  209. this.kryptonGroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  210. | System.Windows.Forms.AnchorStyles.Right)));
  211. this.kryptonGroupBox2.CaptionOverlap = 0D;
  212. this.kryptonGroupBox2.Location = new System.Drawing.Point(2, 3);
  213. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  214. //
  215. // kryptonGroupBox2.Panel
  216. //
  217. this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonPanelSearch);
  218. this.kryptonGroupBox2.Size = new System.Drawing.Size(1163, 170);
  219. this.kryptonGroupBox2.TabIndex = 73;
  220. this.kryptonGroupBox2.Values.Heading = "查询";
  221. this.kryptonGroupBox2.Values.Image = global::NXWMS.Properties.Resources.cx;
  222. //
  223. // kryptonPanelSearch
  224. //
  225. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel3);
  226. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel2);
  227. this.kryptonPanelSearch.Dock = System.Windows.Forms.DockStyle.Top;
  228. this.kryptonPanelSearch.Location = new System.Drawing.Point(0, 0);
  229. this.kryptonPanelSearch.Name = "kryptonPanelSearch";
  230. this.kryptonPanelSearch.Size = new System.Drawing.Size(1159, 147);
  231. this.kryptonPanelSearch.TabIndex = 46;
  232. //
  233. // tableLayoutPanel3
  234. //
  235. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  236. this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
  237. this.tableLayoutPanel3.ColumnCount = 3;
  238. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  239. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  240. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  241. this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0);
  242. this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 1, 0);
  243. this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0);
  244. this.tableLayoutPanel3.Location = new System.Drawing.Point(884, 107);
  245. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  246. this.tableLayoutPanel3.RowCount = 1;
  247. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  248. this.tableLayoutPanel3.Size = new System.Drawing.Size(272, 37);
  249. this.tableLayoutPanel3.TabIndex = 1;
  250. //
  251. // btnSearchImport
  252. //
  253. this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  254. | System.Windows.Forms.AnchorStyles.Left)
  255. | System.Windows.Forms.AnchorStyles.Right)));
  256. this.btnSearchImport.Location = new System.Drawing.Point(183, 3);
  257. this.btnSearchImport.Name = "btnSearchImport";
  258. this.btnSearchImport.Size = new System.Drawing.Size(86, 31);
  259. this.btnSearchImport.TabIndex = 2;
  260. this.btnSearchImport.Values.Image = global::NXWMS.Properties.Resources.import;
  261. this.btnSearchImport.Values.Text = "导入";
  262. //
  263. // btnSearchExport
  264. //
  265. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  266. | System.Windows.Forms.AnchorStyles.Left)
  267. | System.Windows.Forms.AnchorStyles.Right)));
  268. this.btnSearchExport.Location = new System.Drawing.Point(93, 3);
  269. this.btnSearchExport.Name = "btnSearchExport";
  270. this.btnSearchExport.Size = new System.Drawing.Size(84, 31);
  271. this.btnSearchExport.TabIndex = 1;
  272. this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
  273. this.btnSearchExport.Values.Text = "导出";
  274. this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
  275. //
  276. // btnSearch
  277. //
  278. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  279. | System.Windows.Forms.AnchorStyles.Left)
  280. | System.Windows.Forms.AnchorStyles.Right)));
  281. this.btnSearch.Location = new System.Drawing.Point(3, 3);
  282. this.btnSearch.Name = "btnSearch";
  283. this.btnSearch.Size = new System.Drawing.Size(84, 31);
  284. this.btnSearch.TabIndex = 0;
  285. this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.search2;
  286. this.btnSearch.Values.Text = "查询";
  287. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  288. //
  289. // tableLayoutPanel2
  290. //
  291. this.tableLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  292. | System.Windows.Forms.AnchorStyles.Right)));
  293. this.tableLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  294. this.tableLayoutPanel2.ColumnCount = 8;
  295. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  296. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  297. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  298. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  299. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  300. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  301. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  302. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  303. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel9, 2, 0);
  304. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel10, 0, 0);
  305. this.tableLayoutPanel2.Controls.Add(this.txtSearchMaterielTypeInfo, 1, 0);
  306. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel3, 4, 0);
  307. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel4, 6, 0);
  308. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel6, 0, 1);
  309. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel1, 2, 1);
  310. this.tableLayoutPanel2.Controls.Add(this.txtSearchMaterielInfo, 3, 0);
  311. this.tableLayoutPanel2.Controls.Add(this.cmbSearchRegionCode, 7, 0);
  312. this.tableLayoutPanel2.Controls.Add(this.txtSearchWarehouseInfo, 5, 0);
  313. this.tableLayoutPanel2.Controls.Add(this.cmbSearchInspectionStatus, 1, 1);
  314. this.tableLayoutPanel2.Controls.Add(this.cmbSearchBalanceStatus, 3, 1);
  315. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel2, 4, 1);
  316. this.tableLayoutPanel2.Controls.Add(this.txtSearchPalletInfo, 5, 1);
  317. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel7, 6, 1);
  318. this.tableLayoutPanel2.Controls.Add(this.txtSearchBinInfo, 7, 1);
  319. this.tableLayoutPanel2.Controls.Add(this.txtSearchBatchInfo, 1, 2);
  320. this.tableLayoutPanel2.Controls.Add(this.kryptonLabel5, 0, 2);
  321. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 8);
  322. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  323. this.tableLayoutPanel2.RowCount = 3;
  324. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  325. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  326. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  327. this.tableLayoutPanel2.Size = new System.Drawing.Size(1159, 93);
  328. this.tableLayoutPanel2.TabIndex = 0;
  329. //
  330. // kryptonLabel9
  331. //
  332. this.kryptonLabel9.AutoSize = false;
  333. this.kryptonLabel9.Dock = System.Windows.Forms.DockStyle.Fill;
  334. this.kryptonLabel9.Location = new System.Drawing.Point(292, 3);
  335. this.kryptonLabel9.Name = "kryptonLabel9";
  336. this.kryptonLabel9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  337. this.kryptonLabel9.Size = new System.Drawing.Size(94, 24);
  338. this.kryptonLabel9.TabIndex = 2;
  339. this.kryptonLabel9.Values.Text = "物料信息";
  340. //
  341. // kryptonLabel10
  342. //
  343. this.kryptonLabel10.AutoSize = false;
  344. this.kryptonLabel10.Dock = System.Windows.Forms.DockStyle.Fill;
  345. this.kryptonLabel10.Location = new System.Drawing.Point(3, 3);
  346. this.kryptonLabel10.Name = "kryptonLabel10";
  347. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  348. this.kryptonLabel10.Size = new System.Drawing.Size(94, 24);
  349. this.kryptonLabel10.TabIndex = 0;
  350. this.kryptonLabel10.Values.Text = "物料类型";
  351. //
  352. // txtSearchMaterielTypeInfo
  353. //
  354. this.txtSearchMaterielTypeInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  355. this.txtSearchMaterielTypeInfo.Location = new System.Drawing.Point(103, 3);
  356. this.txtSearchMaterielTypeInfo.Name = "txtSearchMaterielTypeInfo";
  357. this.txtSearchMaterielTypeInfo.Size = new System.Drawing.Size(183, 23);
  358. this.txtSearchMaterielTypeInfo.TabIndex = 1;
  359. //
  360. // kryptonLabel3
  361. //
  362. this.kryptonLabel3.AutoSize = false;
  363. this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
  364. this.kryptonLabel3.Location = new System.Drawing.Point(581, 3);
  365. this.kryptonLabel3.Name = "kryptonLabel3";
  366. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  367. this.kryptonLabel3.Size = new System.Drawing.Size(94, 24);
  368. this.kryptonLabel3.TabIndex = 11;
  369. this.kryptonLabel3.Values.Text = "仓库信息";
  370. //
  371. // kryptonLabel4
  372. //
  373. this.kryptonLabel4.AutoSize = false;
  374. this.kryptonLabel4.Dock = System.Windows.Forms.DockStyle.Fill;
  375. this.kryptonLabel4.Location = new System.Drawing.Point(870, 3);
  376. this.kryptonLabel4.Name = "kryptonLabel4";
  377. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  378. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  379. this.kryptonLabel4.TabIndex = 13;
  380. this.kryptonLabel4.Values.Text = "所属库区";
  381. //
  382. // kryptonLabel6
  383. //
  384. this.kryptonLabel6.AutoSize = false;
  385. this.kryptonLabel6.Dock = System.Windows.Forms.DockStyle.Fill;
  386. this.kryptonLabel6.Location = new System.Drawing.Point(3, 33);
  387. this.kryptonLabel6.Name = "kryptonLabel6";
  388. this.kryptonLabel6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  389. this.kryptonLabel6.Size = new System.Drawing.Size(94, 24);
  390. this.kryptonLabel6.TabIndex = 15;
  391. this.kryptonLabel6.Values.Text = "质检状态";
  392. //
  393. // kryptonLabel1
  394. //
  395. this.kryptonLabel1.AutoSize = false;
  396. this.kryptonLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
  397. this.kryptonLabel1.Location = new System.Drawing.Point(292, 33);
  398. this.kryptonLabel1.Name = "kryptonLabel1";
  399. this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  400. this.kryptonLabel1.Size = new System.Drawing.Size(94, 24);
  401. this.kryptonLabel1.TabIndex = 26;
  402. this.kryptonLabel1.Values.Text = "库存状态";
  403. //
  404. // txtSearchMaterielInfo
  405. //
  406. this.txtSearchMaterielInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  407. this.txtSearchMaterielInfo.Location = new System.Drawing.Point(392, 3);
  408. this.txtSearchMaterielInfo.Name = "txtSearchMaterielInfo";
  409. this.txtSearchMaterielInfo.Size = new System.Drawing.Size(183, 23);
  410. this.txtSearchMaterielInfo.TabIndex = 28;
  411. //
  412. // cmbSearchRegionCode
  413. //
  414. this.cmbSearchRegionCode.Dock = System.Windows.Forms.DockStyle.Fill;
  415. this.cmbSearchRegionCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  416. this.cmbSearchRegionCode.DropDownWidth = 183;
  417. this.cmbSearchRegionCode.Location = new System.Drawing.Point(970, 3);
  418. this.cmbSearchRegionCode.Name = "cmbSearchRegionCode";
  419. this.cmbSearchRegionCode.Size = new System.Drawing.Size(186, 21);
  420. this.cmbSearchRegionCode.TabIndex = 29;
  421. //
  422. // txtSearchWarehouseInfo
  423. //
  424. this.txtSearchWarehouseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  425. this.txtSearchWarehouseInfo.Location = new System.Drawing.Point(681, 3);
  426. this.txtSearchWarehouseInfo.Name = "txtSearchWarehouseInfo";
  427. this.txtSearchWarehouseInfo.Size = new System.Drawing.Size(183, 23);
  428. this.txtSearchWarehouseInfo.TabIndex = 30;
  429. //
  430. // cmbSearchInspectionStatus
  431. //
  432. this.cmbSearchInspectionStatus.Dock = System.Windows.Forms.DockStyle.Fill;
  433. this.cmbSearchInspectionStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  434. this.cmbSearchInspectionStatus.DropDownWidth = 183;
  435. this.cmbSearchInspectionStatus.Location = new System.Drawing.Point(103, 33);
  436. this.cmbSearchInspectionStatus.Name = "cmbSearchInspectionStatus";
  437. this.cmbSearchInspectionStatus.Size = new System.Drawing.Size(183, 21);
  438. this.cmbSearchInspectionStatus.TabIndex = 27;
  439. //
  440. // cmbSearchBalanceStatus
  441. //
  442. this.cmbSearchBalanceStatus.Dock = System.Windows.Forms.DockStyle.Fill;
  443. this.cmbSearchBalanceStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  444. this.cmbSearchBalanceStatus.DropDownWidth = 183;
  445. this.cmbSearchBalanceStatus.Location = new System.Drawing.Point(392, 33);
  446. this.cmbSearchBalanceStatus.Name = "cmbSearchBalanceStatus";
  447. this.cmbSearchBalanceStatus.Size = new System.Drawing.Size(183, 21);
  448. this.cmbSearchBalanceStatus.TabIndex = 32;
  449. //
  450. // kryptonLabel2
  451. //
  452. this.kryptonLabel2.AutoSize = false;
  453. this.kryptonLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
  454. this.kryptonLabel2.Location = new System.Drawing.Point(581, 33);
  455. this.kryptonLabel2.Name = "kryptonLabel2";
  456. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  457. this.kryptonLabel2.Size = new System.Drawing.Size(94, 24);
  458. this.kryptonLabel2.TabIndex = 33;
  459. this.kryptonLabel2.Values.Text = "托盘信息";
  460. //
  461. // txtSearchPalletInfo
  462. //
  463. this.txtSearchPalletInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  464. this.txtSearchPalletInfo.Location = new System.Drawing.Point(681, 33);
  465. this.txtSearchPalletInfo.Name = "txtSearchPalletInfo";
  466. this.txtSearchPalletInfo.Size = new System.Drawing.Size(183, 23);
  467. this.txtSearchPalletInfo.TabIndex = 31;
  468. //
  469. // kryptonLabel7
  470. //
  471. this.kryptonLabel7.AutoSize = false;
  472. this.kryptonLabel7.Dock = System.Windows.Forms.DockStyle.Fill;
  473. this.kryptonLabel7.Location = new System.Drawing.Point(870, 33);
  474. this.kryptonLabel7.Name = "kryptonLabel7";
  475. this.kryptonLabel7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  476. this.kryptonLabel7.Size = new System.Drawing.Size(94, 24);
  477. this.kryptonLabel7.TabIndex = 35;
  478. this.kryptonLabel7.Values.Text = "库位信息";
  479. //
  480. // txtSearchBinInfo
  481. //
  482. this.txtSearchBinInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  483. this.txtSearchBinInfo.Location = new System.Drawing.Point(970, 33);
  484. this.txtSearchBinInfo.Name = "txtSearchBinInfo";
  485. this.txtSearchBinInfo.Size = new System.Drawing.Size(186, 23);
  486. this.txtSearchBinInfo.TabIndex = 25;
  487. //
  488. // txtSearchBatchInfo
  489. //
  490. this.txtSearchBatchInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  491. this.txtSearchBatchInfo.Location = new System.Drawing.Point(103, 63);
  492. this.txtSearchBatchInfo.Name = "txtSearchBatchInfo";
  493. this.txtSearchBatchInfo.Size = new System.Drawing.Size(183, 23);
  494. this.txtSearchBatchInfo.TabIndex = 36;
  495. //
  496. // kryptonLabel5
  497. //
  498. this.kryptonLabel5.AutoSize = false;
  499. this.kryptonLabel5.Dock = System.Windows.Forms.DockStyle.Fill;
  500. this.kryptonLabel5.Location = new System.Drawing.Point(3, 63);
  501. this.kryptonLabel5.Name = "kryptonLabel5";
  502. this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  503. this.kryptonLabel5.Size = new System.Drawing.Size(94, 27);
  504. this.kryptonLabel5.TabIndex = 34;
  505. this.kryptonLabel5.Values.Text = "批次信息";
  506. //
  507. // dataGridViewTextBoxColumn1
  508. //
  509. this.dataGridViewTextBoxColumn1.HeaderText = "用户编码";
  510. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  511. this.dataGridViewTextBoxColumn1.Width = 86;
  512. //
  513. // dataGridViewTextBoxColumn2
  514. //
  515. this.dataGridViewTextBoxColumn2.HeaderText = "用户名称";
  516. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  517. this.dataGridViewTextBoxColumn2.Width = 87;
  518. //
  519. // dataGridViewTextBoxColumn3
  520. //
  521. this.dataGridViewTextBoxColumn3.HeaderText = "用户昵称";
  522. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  523. this.dataGridViewTextBoxColumn3.Width = 86;
  524. //
  525. // dataGridViewTextBoxColumn4
  526. //
  527. this.dataGridViewTextBoxColumn4.HeaderText = "职位名称";
  528. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  529. this.dataGridViewTextBoxColumn4.Width = 86;
  530. //
  531. // dataGridViewTextBoxColumn5
  532. //
  533. this.dataGridViewTextBoxColumn5.HeaderText = "性别";
  534. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  535. this.dataGridViewTextBoxColumn5.Width = 87;
  536. //
  537. // dataGridViewTextBoxColumn6
  538. //
  539. this.dataGridViewTextBoxColumn6.HeaderText = "所属角色";
  540. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  541. this.dataGridViewTextBoxColumn6.Width = 86;
  542. //
  543. // dataGridViewTextBoxColumn7
  544. //
  545. this.dataGridViewTextBoxColumn7.HeaderText = "手机号码";
  546. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  547. this.dataGridViewTextBoxColumn7.Width = 86;
  548. //
  549. // dataGridViewTextBoxColumn8
  550. //
  551. this.dataGridViewTextBoxColumn8.HeaderText = "邮箱";
  552. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  553. this.dataGridViewTextBoxColumn8.Width = 86;
  554. //
  555. // dataGridViewTextBoxColumn9
  556. //
  557. this.dataGridViewTextBoxColumn9.HeaderText = "地址";
  558. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  559. this.dataGridViewTextBoxColumn9.Width = 87;
  560. //
  561. // dataGridViewTextBoxColumn10
  562. //
  563. this.dataGridViewTextBoxColumn10.HeaderText = "是否启用";
  564. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  565. this.dataGridViewTextBoxColumn10.Width = 86;
  566. //
  567. // dataGridViewTextBoxColumn11
  568. //
  569. this.dataGridViewTextBoxColumn11.HeaderText = "创建人";
  570. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  571. this.dataGridViewTextBoxColumn11.Width = 86;
  572. //
  573. // dataGridViewTextBoxColumn12
  574. //
  575. this.dataGridViewTextBoxColumn12.HeaderText = "创建时间";
  576. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  577. this.dataGridViewTextBoxColumn12.Width = 87;
  578. //
  579. // dataGridViewTextBoxColumn13
  580. //
  581. this.dataGridViewTextBoxColumn13.HeaderText = "更新人";
  582. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  583. this.dataGridViewTextBoxColumn13.Width = 86;
  584. //
  585. // pageTool
  586. //
  587. this.pageTool._execActionMessgae = null;
  588. this.pageTool._execActionOperation = null;
  589. this.pageTool._LastOperation = null;
  590. this.pageTool.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  591. | System.Windows.Forms.AnchorStyles.Right)));
  592. this.pageTool.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
  593. this.pageTool.DataCount = 0;
  594. this.pageTool.LoadMessage = null;
  595. this.pageTool.Location = new System.Drawing.Point(2, 729);
  596. this.pageTool.Name = "pageTool";
  597. this.pageTool.PageDefault = "{0}/{1}";
  598. this.pageTool.PageIndexSelectDefault = 1;
  599. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  600. this.pageTool.PageSize = 30;
  601. this.pageTool.PageSizeSelectList = ((System.Collections.Generic.List<string>)(resources.GetObject("pageTool.PageSizeSelectList")));
  602. this.pageTool.Size = new System.Drawing.Size(1158, 27);
  603. this.pageTool.TabIndex = 75;
  604. //
  605. // frmBalanceChangeLogSearch
  606. //
  607. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  608. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  609. this.ClientSize = new System.Drawing.Size(1167, 759);
  610. this.Controls.Add(this.pageTool);
  611. this.Controls.Add(this.dataGridView);
  612. this.Controls.Add(this.kryptonGroupBox2);
  613. this.Name = "frmBalanceChangeLogSearch";
  614. this.Text = "库存改变记录查询";
  615. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  616. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  617. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  618. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  619. this.kryptonGroupBox2.ResumeLayout(false);
  620. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).EndInit();
  621. this.kryptonPanelSearch.ResumeLayout(false);
  622. this.tableLayoutPanel3.ResumeLayout(false);
  623. this.tableLayoutPanel2.ResumeLayout(false);
  624. this.tableLayoutPanel2.PerformLayout();
  625. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchRegionCode)).EndInit();
  626. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchInspectionStatus)).EndInit();
  627. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchBalanceStatus)).EndInit();
  628. this.ResumeLayout(false);
  629. }
  630. #endregion
  631. private Client.FrmCustom.PageToolbar pageTool;
  632. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  633. private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
  634. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  635. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  636. private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
  637. private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
  638. private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
  639. private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
  640. private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
  641. private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
  642. private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
  643. private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
  644. private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
  645. private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
  646. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  647. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelSearch;
  648. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  649. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
  650. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  651. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  652. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  653. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel9;
  654. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  655. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchMaterielTypeInfo;
  656. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  657. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  658. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
  659. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchBinInfo;
  660. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  661. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchInspectionStatus;
  662. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchMaterielInfo;
  663. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchRegionCode;
  664. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchWarehouseInfo;
  665. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchBalanceStatus;
  666. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  667. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchPalletInfo;
  668. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel7;
  669. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchBatchInfo;
  670. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  671. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  672. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  673. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  674. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  682. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  684. }
  685. }