FrmStock.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. namespace LYFZ.Software.UI.InventoryManagement
  2. {
  3. partial class FrmStock
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStock));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx();
  40. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.spmc = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.CgSl = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Prod_Class = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Prod_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  48. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  49. this.lblNr = new LYFZ.ComponentLibrary.LabelEx();
  50. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  51. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  53. this.CtvSelect = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  54. this.btnInventory = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.btndelete = new LYFZ.ComponentLibrary.ButtonEx();
  56. this.btnPurchaseOrder = new LYFZ.ComponentLibrary.ButtonEx();
  57. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  58. this.btnProcurementApplication = new LYFZ.ComponentLibrary.ButtonEx();
  59. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Sp_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Ir_ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Prod_Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Sc_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Prod_AlarmQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.Prod_PreSaleQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.Sp_Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.plExMainContainer.SuspendLayout();
  69. this.plFormMainContent.SuspendLayout();
  70. this.panelEx2.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  73. this.panelEx3.SuspendLayout();
  74. this.SuspendLayout();
  75. //
  76. // plExMainContainer
  77. //
  78. this.plExMainContainer.Controls.Add(this.panelEx2);
  79. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  80. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
  81. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  82. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  83. //
  84. // btnAppFormMaximize
  85. //
  86. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  87. //
  88. // btnAppFormExit
  89. //
  90. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  91. //
  92. // btnAppFormMinimize
  93. //
  94. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  95. //
  96. // panelEx2
  97. //
  98. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  99. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  100. this.panelEx2.BorderWidth = 1;
  101. this.panelEx2.Controls.Add(this.panelEx1);
  102. this.panelEx2.Controls.Add(this.dgv2);
  103. this.panelEx2.Controls.Add(this.dgv1);
  104. this.panelEx2.Controls.Add(this.ucPagerEx1);
  105. this.panelEx2.Controls.Add(this.lblNr);
  106. this.panelEx2.Controls.Add(this.panelEx3);
  107. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  109. this.panelEx2.Name = "panelEx2";
  110. this.panelEx2.Size = new System.Drawing.Size(904, 499);
  111. this.panelEx2.TabIndex = 194;
  112. //
  113. // panelEx1
  114. //
  115. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  116. this.panelEx1.BorderWidth = 1;
  117. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Left;
  118. this.panelEx1.Location = new System.Drawing.Point(590, 40);
  119. this.panelEx1.Name = "panelEx1";
  120. this.panelEx1.Size = new System.Drawing.Size(5, 433);
  121. this.panelEx1.TabIndex = 233;
  122. //
  123. // dgv2
  124. //
  125. this.dgv2.AllowUserToAddRows = false;
  126. this.dgv2.AllowUserToDeleteRows = false;
  127. this.dgv2.AllowUserToOrderColumns = true;
  128. this.dgv2.AllowUserToResizeRows = false;
  129. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  130. this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  131. this.dgv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  132. this.dgv2.BackgroundColor = System.Drawing.Color.White;
  133. this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  134. this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  135. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  136. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  137. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  139. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  140. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  141. this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  142. this.dgv2.ColumnHeadersHeight = 24;
  143. this.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  144. this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  145. this.dataGridViewTextBoxColumn1,
  146. this.spmc,
  147. this.CgSl,
  148. this.dataGridViewTextBoxColumn4,
  149. this.Prod_Class,
  150. this.Prod_Number,
  151. this.Status});
  152. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  153. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  154. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  156. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  157. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  158. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  159. this.dgv2.DefaultCellStyle = dataGridViewCellStyle3;
  160. this.dgv2.Dock = System.Windows.Forms.DockStyle.Fill;
  161. this.dgv2.EnableHeadersVisualStyles = false;
  162. this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  163. this.dgv2.GridViewUniquelyIdentify = resources.GetString("dgv2.GridViewUniquelyIdentify");
  164. this.dgv2.IsCompleteBonding = false;
  165. this.dgv2.IsCopyCellValue = true;
  166. this.dgv2.Location = new System.Drawing.Point(590, 40);
  167. this.dgv2.Name = "dgv2";
  168. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  169. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  170. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  172. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  173. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  174. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  175. this.dgv2.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  176. this.dgv2.RowHeadersVisible = false;
  177. this.dgv2.RowTemplate.Height = 23;
  178. this.dgv2.RowTemplate.ReadOnly = true;
  179. this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  180. this.dgv2.Size = new System.Drawing.Size(312, 433);
  181. this.dgv2.TabIndex = 222;
  182. //
  183. // dataGridViewTextBoxColumn1
  184. //
  185. this.dataGridViewTextBoxColumn1.HeaderText = "ID";
  186. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  187. this.dataGridViewTextBoxColumn1.Visible = false;
  188. //
  189. // spmc
  190. //
  191. this.spmc.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  192. this.spmc.HeaderText = "商品名称";
  193. this.spmc.Name = "spmc";
  194. this.spmc.ReadOnly = true;
  195. //
  196. // CgSl
  197. //
  198. this.CgSl.HeaderText = "采购数量";
  199. this.CgSl.Name = "CgSl";
  200. //
  201. // dataGridViewTextBoxColumn4
  202. //
  203. this.dataGridViewTextBoxColumn4.HeaderText = "商品类别";
  204. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  205. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  206. //
  207. // Prod_Class
  208. //
  209. this.Prod_Class.HeaderText = "商品类别编号";
  210. this.Prod_Class.Name = "Prod_Class";
  211. this.Prod_Class.ReadOnly = true;
  212. this.Prod_Class.Visible = false;
  213. //
  214. // Prod_Number
  215. //
  216. this.Prod_Number.HeaderText = "商品编号";
  217. this.Prod_Number.Name = "Prod_Number";
  218. this.Prod_Number.ReadOnly = true;
  219. this.Prod_Number.Visible = false;
  220. //
  221. // Status
  222. //
  223. this.Status.HeaderText = "采购状态";
  224. this.Status.Name = "Status";
  225. this.Status.ReadOnly = true;
  226. this.Status.Visible = false;
  227. //
  228. // dgv1
  229. //
  230. this.dgv1.AllowUserToAddRows = false;
  231. this.dgv1.AllowUserToDeleteRows = false;
  232. this.dgv1.AllowUserToOrderColumns = true;
  233. this.dgv1.AllowUserToResizeRows = false;
  234. dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
  235. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  236. this.dgv1.BackgroundColor = System.Drawing.Color.White;
  237. this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  238. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  239. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  240. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  241. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Navy;
  243. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  244. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  245. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  246. this.dgv1.ColumnHeadersHeight = 24;
  247. this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  248. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  249. this.ID,
  250. this.Sp_Number,
  251. this.Ir_ProductName,
  252. this.Prod_Quantity,
  253. this.Sc_ClassName,
  254. this.Prod_AlarmQuantity,
  255. this.Prod_PreSaleQuantity,
  256. this.Sp_Status});
  257. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  258. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  259. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  261. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  262. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  263. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  264. this.dgv1.DefaultCellStyle = dataGridViewCellStyle7;
  265. this.dgv1.Dock = System.Windows.Forms.DockStyle.Left;
  266. this.dgv1.EnableHeadersVisualStyles = false;
  267. this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  268. this.dgv1.GridViewUniquelyIdentify = "_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_" +
  269. "dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_" +
  270. "dgv1_dgv1_dgv1";
  271. this.dgv1.IsCompleteBonding = false;
  272. this.dgv1.IsCopyCellValue = true;
  273. this.dgv1.Location = new System.Drawing.Point(0, 40);
  274. this.dgv1.Name = "dgv1";
  275. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  276. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  277. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  279. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  280. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  281. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  282. this.dgv1.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  283. this.dgv1.RowHeadersVisible = false;
  284. this.dgv1.RowTemplate.Height = 23;
  285. this.dgv1.RowTemplate.ReadOnly = true;
  286. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  287. this.dgv1.Size = new System.Drawing.Size(590, 433);
  288. this.dgv1.TabIndex = 207;
  289. //
  290. // ucPagerEx1
  291. //
  292. this.ucPagerEx1.CurrentPageCount = 0;
  293. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  294. this.ucPagerEx1.Location = new System.Drawing.Point(0, 473);
  295. this.ucPagerEx1.Name = "ucPagerEx1";
  296. this.ucPagerEx1.NMax = 0;
  297. this.ucPagerEx1.PageCount = 0;
  298. this.ucPagerEx1.PageCurrent = 1;
  299. this.ucPagerEx1.PageSize = 20;
  300. this.ucPagerEx1.Size = new System.Drawing.Size(902, 24);
  301. this.ucPagerEx1.TabIndex = 232;
  302. this.ucPagerEx1.TbDataSource = null;
  303. //
  304. // lblNr
  305. //
  306. this.lblNr.AutoSize = true;
  307. this.lblNr.BackColor = System.Drawing.Color.Transparent;
  308. this.lblNr.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  309. this.lblNr.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  310. this.lblNr.Location = new System.Drawing.Point(6, 56);
  311. this.lblNr.Name = "lblNr";
  312. this.lblNr.Size = new System.Drawing.Size(56, 17);
  313. this.lblNr.TabIndex = 220;
  314. this.lblNr.Text = "商品库存";
  315. //
  316. // panelEx3
  317. //
  318. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  319. this.panelEx3.BorderWidth = 1;
  320. this.panelEx3.Controls.Add(this.btnClose);
  321. this.panelEx3.Controls.Add(this.labelEx11);
  322. this.panelEx3.Controls.Add(this.CtvSelect);
  323. this.panelEx3.Controls.Add(this.btnInventory);
  324. this.panelEx3.Controls.Add(this.btndelete);
  325. this.panelEx3.Controls.Add(this.btnPurchaseOrder);
  326. this.panelEx3.Controls.Add(this.btnSave);
  327. this.panelEx3.Controls.Add(this.btnProcurementApplication);
  328. this.panelEx3.Controls.Add(this.labelEx1);
  329. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  330. this.panelEx3.Location = new System.Drawing.Point(0, 0);
  331. this.panelEx3.Name = "panelEx3";
  332. this.panelEx3.Size = new System.Drawing.Size(902, 40);
  333. this.panelEx3.TabIndex = 197;
  334. //
  335. // btnClose
  336. //
  337. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  338. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  339. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  340. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  341. this.btnClose.ForeColor = System.Drawing.Color.White;
  342. this.btnClose.IsCustomBackImg = false;
  343. this.btnClose.IsShowText = true;
  344. this.btnClose.Location = new System.Drawing.Point(826, 8);
  345. this.btnClose.Name = "btnClose";
  346. this.btnClose.Size = new System.Drawing.Size(70, 25);
  347. this.btnClose.TabIndex = 204;
  348. this.btnClose.Text = " 关 闭";
  349. this.btnClose.UseVisualStyleBackColor = false;
  350. //
  351. // labelEx11
  352. //
  353. this.labelEx11.AutoSize = true;
  354. this.labelEx11.BackColor = System.Drawing.Color.Transparent;
  355. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  356. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  357. this.labelEx11.Location = new System.Drawing.Point(5, 12);
  358. this.labelEx11.Name = "labelEx11";
  359. this.labelEx11.Size = new System.Drawing.Size(68, 17);
  360. this.labelEx11.TabIndex = 230;
  361. this.labelEx11.Text = "商品查询:";
  362. //
  363. // CtvSelect
  364. //
  365. this.CtvSelect.AfterSelectLevelFirstNode = true;
  366. this.CtvSelect.DropDownHeight = 220;
  367. this.CtvSelect.DropDownShow = false;
  368. this.CtvSelect.FormattingEnabled = true;
  369. this.CtvSelect.IntegralHeight = false;
  370. this.CtvSelect.IsNodeMouseClick = true;
  371. this.CtvSelect.IsSelectParentNode = false;
  372. this.CtvSelect.Location = new System.Drawing.Point(76, 11);
  373. this.CtvSelect.Name = "CtvSelect";
  374. this.CtvSelect.ReadOnly = true;
  375. this.CtvSelect.SelectedNode = null;
  376. this.CtvSelect.Size = new System.Drawing.Size(164, 20);
  377. this.CtvSelect.StrGetName = "";
  378. this.CtvSelect.StrKey = null;
  379. this.CtvSelect.TabIndex = 231;
  380. //
  381. // btnInventory
  382. //
  383. this.btnInventory.BackColor = System.Drawing.Color.Transparent;
  384. this.btnInventory.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnInventory.BackImg")));
  385. this.btnInventory.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  386. this.btnInventory.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  387. this.btnInventory.ForeColor = System.Drawing.Color.White;
  388. this.btnInventory.IsCustomBackImg = false;
  389. this.btnInventory.IsShowText = true;
  390. this.btnInventory.Location = new System.Drawing.Point(446, 8);
  391. this.btnInventory.Name = "btnInventory";
  392. this.btnInventory.Size = new System.Drawing.Size(60, 25);
  393. this.btnInventory.TabIndex = 206;
  394. this.btnInventory.Text = " 盘 点";
  395. this.btnInventory.UseVisualStyleBackColor = false;
  396. //
  397. // btndelete
  398. //
  399. this.btndelete.BackColor = System.Drawing.Color.Transparent;
  400. this.btndelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btndelete.BackImg")));
  401. this.btndelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  402. this.btndelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  403. this.btndelete.ForeColor = System.Drawing.Color.White;
  404. this.btndelete.IsCustomBackImg = false;
  405. this.btndelete.IsShowText = true;
  406. this.btndelete.Location = new System.Drawing.Point(739, 8);
  407. this.btndelete.Name = "btndelete";
  408. this.btndelete.Size = new System.Drawing.Size(80, 25);
  409. this.btndelete.TabIndex = 224;
  410. this.btndelete.Text = " 删 除";
  411. this.btndelete.UseVisualStyleBackColor = false;
  412. //
  413. // btnPurchaseOrder
  414. //
  415. this.btnPurchaseOrder.BackColor = System.Drawing.Color.Transparent;
  416. this.btnPurchaseOrder.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnPurchaseOrder.BackImg")));
  417. this.btnPurchaseOrder.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  418. this.btnPurchaseOrder.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  419. this.btnPurchaseOrder.ForeColor = System.Drawing.Color.White;
  420. this.btnPurchaseOrder.IsCustomBackImg = false;
  421. this.btnPurchaseOrder.IsShowText = true;
  422. this.btnPurchaseOrder.Location = new System.Drawing.Point(252, 8);
  423. this.btnPurchaseOrder.Name = "btnPurchaseOrder";
  424. this.btnPurchaseOrder.Size = new System.Drawing.Size(80, 25);
  425. this.btnPurchaseOrder.TabIndex = 208;
  426. this.btnPurchaseOrder.Text = " 报警商品";
  427. this.btnPurchaseOrder.UseVisualStyleBackColor = false;
  428. //
  429. // btnSave
  430. //
  431. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  432. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  433. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  434. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  435. this.btnSave.ForeColor = System.Drawing.Color.White;
  436. this.btnSave.IsCustomBackImg = false;
  437. this.btnSave.IsShowText = true;
  438. this.btnSave.Location = new System.Drawing.Point(652, 8);
  439. this.btnSave.Name = "btnSave";
  440. this.btnSave.Size = new System.Drawing.Size(80, 25);
  441. this.btnSave.TabIndex = 223;
  442. this.btnSave.Text = " 增加采购";
  443. this.btnSave.UseVisualStyleBackColor = false;
  444. //
  445. // btnProcurementApplication
  446. //
  447. this.btnProcurementApplication.BackColor = System.Drawing.Color.Transparent;
  448. this.btnProcurementApplication.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnProcurementApplication.BackImg")));
  449. this.btnProcurementApplication.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  450. this.btnProcurementApplication.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  451. this.btnProcurementApplication.ForeColor = System.Drawing.Color.White;
  452. this.btnProcurementApplication.IsCustomBackImg = false;
  453. this.btnProcurementApplication.IsShowText = true;
  454. this.btnProcurementApplication.Location = new System.Drawing.Point(338, 8);
  455. this.btnProcurementApplication.Name = "btnProcurementApplication";
  456. this.btnProcurementApplication.Size = new System.Drawing.Size(102, 25);
  457. this.btnProcurementApplication.TabIndex = 219;
  458. this.btnProcurementApplication.Text = " 申请采购管理";
  459. this.btnProcurementApplication.UseVisualStyleBackColor = false;
  460. //
  461. // labelEx1
  462. //
  463. this.labelEx1.AutoSize = true;
  464. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  465. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  466. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  467. this.labelEx1.Location = new System.Drawing.Point(590, 12);
  468. this.labelEx1.Name = "labelEx1";
  469. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  470. this.labelEx1.TabIndex = 221;
  471. this.labelEx1.Text = "采购商品";
  472. //
  473. // ID
  474. //
  475. this.ID.HeaderText = "ID";
  476. this.ID.Name = "ID";
  477. this.ID.Visible = false;
  478. this.ID.Width = 22;
  479. //
  480. // Sp_Number
  481. //
  482. this.Sp_Number.HeaderText = "商品编号";
  483. this.Sp_Number.Name = "Sp_Number";
  484. this.Sp_Number.Visible = false;
  485. this.Sp_Number.Width = 58;
  486. //
  487. // Ir_ProductName
  488. //
  489. this.Ir_ProductName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  490. this.Ir_ProductName.HeaderText = "商品名称";
  491. this.Ir_ProductName.Name = "Ir_ProductName";
  492. this.Ir_ProductName.ReadOnly = true;
  493. //
  494. // Prod_Quantity
  495. //
  496. this.Prod_Quantity.HeaderText = "库存";
  497. this.Prod_Quantity.Name = "Prod_Quantity";
  498. this.Prod_Quantity.ReadOnly = true;
  499. this.Prod_Quantity.Width = 53;
  500. //
  501. // Sc_ClassName
  502. //
  503. this.Sc_ClassName.HeaderText = "商品类别";
  504. this.Sc_ClassName.Name = "Sc_ClassName";
  505. this.Sc_ClassName.ReadOnly = true;
  506. this.Sc_ClassName.Width = 130;
  507. //
  508. // Prod_AlarmQuantity
  509. //
  510. this.Prod_AlarmQuantity.HeaderText = "报警数量";
  511. this.Prod_AlarmQuantity.Name = "Prod_AlarmQuantity";
  512. this.Prod_AlarmQuantity.ReadOnly = true;
  513. this.Prod_AlarmQuantity.Width = 60;
  514. //
  515. // Prod_PreSaleQuantity
  516. //
  517. this.Prod_PreSaleQuantity.HeaderText = "预售数量";
  518. this.Prod_PreSaleQuantity.Name = "Prod_PreSaleQuantity";
  519. this.Prod_PreSaleQuantity.ReadOnly = true;
  520. this.Prod_PreSaleQuantity.Width = 60;
  521. //
  522. // Sp_Status
  523. //
  524. this.Sp_Status.HeaderText = "申请状态";
  525. this.Sp_Status.Name = "Sp_Status";
  526. this.Sp_Status.ReadOnly = true;
  527. this.Sp_Status.Width = 70;
  528. //
  529. // FrmStock
  530. //
  531. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  532. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  533. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  534. this.ClientSize = new System.Drawing.Size(910, 610);
  535. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  536. this.IsShowUcNavigationTool = true;
  537. this.Name = "FrmStock";
  538. this.Text = "库存查询";
  539. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  540. this.plExMainContainer.ResumeLayout(false);
  541. this.plFormMainContent.ResumeLayout(false);
  542. this.panelEx2.ResumeLayout(false);
  543. this.panelEx2.PerformLayout();
  544. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
  545. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  546. this.panelEx3.ResumeLayout(false);
  547. this.panelEx3.PerformLayout();
  548. this.ResumeLayout(false);
  549. }
  550. #endregion
  551. private ComponentLibrary.PanelEx panelEx2;
  552. protected ComponentLibrary.DataGridViewEx dgv1;
  553. protected ComponentLibrary.ButtonEx btnInventory;
  554. protected ComponentLibrary.ButtonEx btnClose;
  555. private ComponentLibrary.PanelEx panelEx3;
  556. protected ComponentLibrary.ButtonEx btnPurchaseOrder;
  557. protected ComponentLibrary.ButtonEx btnProcurementApplication;
  558. protected ComponentLibrary.LabelEx lblNr;
  559. protected ComponentLibrary.LabelEx labelEx1;
  560. protected ComponentLibrary.DataGridViewEx dgv2;
  561. protected ComponentLibrary.ButtonEx btndelete;
  562. protected ComponentLibrary.ButtonEx btnSave;
  563. protected ComponentLibrary.ComboBoxTreeViewEx CtvSelect;
  564. private ComponentLibrary.LabelEx labelEx11;
  565. protected UCPager.ucPagerEx ucPagerEx1;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn spmc;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn CgSl;
  569. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Class;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Number;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn Status;
  573. private ComponentLibrary.PanelEx panelEx1;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn Sp_Number;
  576. private System.Windows.Forms.DataGridViewTextBoxColumn Ir_ProductName;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Quantity;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn Sc_ClassName;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_AlarmQuantity;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_PreSaleQuantity;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn Sp_Status;
  582. }
  583. }