FrmWarehousing.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. namespace LYFZ.Software.UI.InventoryManagement.Receipt
  2. {
  3. partial class FrmWarehousing
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmWarehousing));
  34. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  36. this.cmbFactory = new LYFZ.ComponentLibrary.ComboBoxEx();
  37. this.CtvSelect = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  38. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  41. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Ir_ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Prod_Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Sc_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.Prod_AlarmQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Prod_PreSaleQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Pis_PurchasePrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Pis_PurchaseVendor = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Pis_PurchaseQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Pis_Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Pis_ProductCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Pis_ProductNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.contextMenuStripEx1 = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  54. this.选择商品厂商ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  55. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  56. this.btnWarehousing = new LYFZ.ComponentLibrary.ButtonEx();
  57. this.plExMainContainer.SuspendLayout();
  58. this.plFormMainContent.SuspendLayout();
  59. this.panelEx2.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  61. this.contextMenuStripEx1.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // plExMainContainer
  65. //
  66. this.plExMainContainer.Controls.Add(this.panelEx2);
  67. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  68. //
  69. // btnAppFormExit
  70. //
  71. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  72. //
  73. // btnAppFormMinimize
  74. //
  75. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  76. //
  77. // panelEx2
  78. //
  79. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  80. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  81. this.panelEx2.BorderWidth = 1;
  82. this.panelEx2.Controls.Add(this.ucPagerEx1);
  83. this.panelEx2.Controls.Add(this.cmbFactory);
  84. this.panelEx2.Controls.Add(this.CtvSelect);
  85. this.panelEx2.Controls.Add(this.labelEx11);
  86. this.panelEx2.Controls.Add(this.panelEx3);
  87. this.panelEx2.Controls.Add(this.dgv1);
  88. this.panelEx2.Controls.Add(this.btnClose);
  89. this.panelEx2.Controls.Add(this.btnWarehousing);
  90. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  92. this.panelEx2.Name = "panelEx2";
  93. this.panelEx2.Size = new System.Drawing.Size(890, 525);
  94. this.panelEx2.TabIndex = 199;
  95. //
  96. // ucPagerEx1
  97. //
  98. this.ucPagerEx1.CurrentPageCount = 0;
  99. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  100. this.ucPagerEx1.Location = new System.Drawing.Point(0, 499);
  101. this.ucPagerEx1.Name = "ucPagerEx1";
  102. this.ucPagerEx1.NMax = 0;
  103. this.ucPagerEx1.PageCount = 0;
  104. this.ucPagerEx1.PageCurrent = 1;
  105. this.ucPagerEx1.PageSize = 20;
  106. this.ucPagerEx1.Size = new System.Drawing.Size(888, 24);
  107. this.ucPagerEx1.TabIndex = 238;
  108. this.ucPagerEx1.TbDataSource = null;
  109. //
  110. // cmbFactory
  111. //
  112. this.cmbFactory.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  113. this.cmbFactory.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  114. this.cmbFactory.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  115. this.cmbFactory.Font = new System.Drawing.Font("宋体", 10.5F);
  116. this.cmbFactory.FormattingEnabled = true;
  117. this.cmbFactory.IsCustomColor = false;
  118. this.cmbFactory.Location = new System.Drawing.Point(442, 83);
  119. this.cmbFactory.Name = "cmbFactory";
  120. this.cmbFactory.ReadOnly = true;
  121. this.cmbFactory.Size = new System.Drawing.Size(157, 22);
  122. this.cmbFactory.TabIndex = 237;
  123. this.cmbFactory.Visible = false;
  124. //
  125. // CtvSelect
  126. //
  127. this.CtvSelect.AfterSelectLevelFirstNode = true;
  128. this.CtvSelect.DropDownHeight = 220;
  129. this.CtvSelect.DropDownShow = false;
  130. this.CtvSelect.FormattingEnabled = true;
  131. this.CtvSelect.IntegralHeight = false;
  132. this.CtvSelect.IsNodeMouseClick = true;
  133. this.CtvSelect.IsSelectParentNode = false;
  134. this.CtvSelect.Location = new System.Drawing.Point(82, 11);
  135. this.CtvSelect.Name = "CtvSelect";
  136. this.CtvSelect.ReadOnly = true;
  137. this.CtvSelect.SelectedNode = null;
  138. this.CtvSelect.Size = new System.Drawing.Size(164, 20);
  139. this.CtvSelect.StrGetName = "";
  140. this.CtvSelect.StrKey = null;
  141. this.CtvSelect.TabIndex = 236;
  142. //
  143. // labelEx11
  144. //
  145. this.labelEx11.AutoSize = true;
  146. this.labelEx11.BackColor = System.Drawing.Color.Transparent;
  147. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  148. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  149. this.labelEx11.Location = new System.Drawing.Point(19, 13);
  150. this.labelEx11.Name = "labelEx11";
  151. this.labelEx11.Size = new System.Drawing.Size(68, 17);
  152. this.labelEx11.TabIndex = 235;
  153. this.labelEx11.Text = "商品查询:";
  154. //
  155. // panelEx3
  156. //
  157. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  158. | System.Windows.Forms.AnchorStyles.Right)));
  159. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  160. this.panelEx3.BorderWidth = 1;
  161. this.panelEx3.Location = new System.Drawing.Point(0, 40);
  162. this.panelEx3.Name = "panelEx3";
  163. this.panelEx3.Size = new System.Drawing.Size(890, 1);
  164. this.panelEx3.TabIndex = 232;
  165. //
  166. // dgv1
  167. //
  168. this.dgv1.AllowUserToAddRows = false;
  169. this.dgv1.AllowUserToDeleteRows = false;
  170. this.dgv1.AllowUserToOrderColumns = true;
  171. this.dgv1.AllowUserToResizeRows = false;
  172. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  173. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  174. this.dgv1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  175. | System.Windows.Forms.AnchorStyles.Left)
  176. | System.Windows.Forms.AnchorStyles.Right)));
  177. this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  178. this.dgv1.BackgroundColor = System.Drawing.Color.White;
  179. this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  180. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  181. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  182. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  183. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  185. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  186. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  187. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  188. this.dgv1.ColumnHeadersHeight = 24;
  189. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  190. this.ID,
  191. this.Ir_ProductName,
  192. this.Prod_Quantity,
  193. this.Sc_ClassName,
  194. this.Prod_AlarmQuantity,
  195. this.Prod_PreSaleQuantity,
  196. this.Pis_PurchasePrice,
  197. this.Pis_PurchaseVendor,
  198. this.Pis_PurchaseQuantity,
  199. this.Pis_Remark,
  200. this.Pis_ProductCategory,
  201. this.Pis_ProductNumber});
  202. this.dgv1.ContextMenuStrip = this.contextMenuStripEx1;
  203. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  204. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  205. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  207. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  208. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  209. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  210. this.dgv1.DefaultCellStyle = dataGridViewCellStyle3;
  211. this.dgv1.EnableHeadersVisualStyles = false;
  212. this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  213. this.dgv1.GridViewUniquelyIdentify = "_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_" +
  214. "dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1";
  215. this.dgv1.IsCompleteBonding = false;
  216. this.dgv1.IsCopyCellValue = true;
  217. this.dgv1.Location = new System.Drawing.Point(10, 48);
  218. this.dgv1.Name = "dgv1";
  219. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  220. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  221. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  223. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  224. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  225. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  226. this.dgv1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  227. this.dgv1.RowHeadersVisible = false;
  228. this.dgv1.RowTemplate.Height = 23;
  229. this.dgv1.RowTemplate.ReadOnly = true;
  230. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  231. this.dgv1.Size = new System.Drawing.Size(870, 450);
  232. this.dgv1.TabIndex = 231;
  233. //
  234. // ID
  235. //
  236. this.ID.HeaderText = "ID";
  237. this.ID.Name = "ID";
  238. this.ID.Visible = false;
  239. //
  240. // Ir_ProductName
  241. //
  242. this.Ir_ProductName.HeaderText = "商品名称";
  243. this.Ir_ProductName.Name = "Ir_ProductName";
  244. this.Ir_ProductName.ReadOnly = true;
  245. //
  246. // Prod_Quantity
  247. //
  248. this.Prod_Quantity.HeaderText = "库存";
  249. this.Prod_Quantity.Name = "Prod_Quantity";
  250. this.Prod_Quantity.ReadOnly = true;
  251. //
  252. // Sc_ClassName
  253. //
  254. this.Sc_ClassName.HeaderText = "商品类别";
  255. this.Sc_ClassName.Name = "Sc_ClassName";
  256. this.Sc_ClassName.ReadOnly = true;
  257. //
  258. // Prod_AlarmQuantity
  259. //
  260. this.Prod_AlarmQuantity.HeaderText = "报警数量";
  261. this.Prod_AlarmQuantity.Name = "Prod_AlarmQuantity";
  262. this.Prod_AlarmQuantity.ReadOnly = true;
  263. //
  264. // Prod_PreSaleQuantity
  265. //
  266. this.Prod_PreSaleQuantity.HeaderText = "预售数量";
  267. this.Prod_PreSaleQuantity.Name = "Prod_PreSaleQuantity";
  268. this.Prod_PreSaleQuantity.ReadOnly = true;
  269. //
  270. // Pis_PurchasePrice
  271. //
  272. this.Pis_PurchasePrice.HeaderText = "商品单价";
  273. this.Pis_PurchasePrice.Name = "Pis_PurchasePrice";
  274. //
  275. // Pis_PurchaseVendor
  276. //
  277. this.Pis_PurchaseVendor.HeaderText = "商品厂商";
  278. this.Pis_PurchaseVendor.Name = "Pis_PurchaseVendor";
  279. //
  280. // Pis_PurchaseQuantity
  281. //
  282. this.Pis_PurchaseQuantity.HeaderText = "入库数量";
  283. this.Pis_PurchaseQuantity.Name = "Pis_PurchaseQuantity";
  284. //
  285. // Pis_Remark
  286. //
  287. this.Pis_Remark.HeaderText = "备注";
  288. this.Pis_Remark.Name = "Pis_Remark";
  289. //
  290. // Pis_ProductCategory
  291. //
  292. this.Pis_ProductCategory.HeaderText = "商品类别编码";
  293. this.Pis_ProductCategory.Name = "Pis_ProductCategory";
  294. this.Pis_ProductCategory.ReadOnly = true;
  295. this.Pis_ProductCategory.Visible = false;
  296. //
  297. // Pis_ProductNumber
  298. //
  299. this.Pis_ProductNumber.HeaderText = "商品编号";
  300. this.Pis_ProductNumber.Name = "Pis_ProductNumber";
  301. this.Pis_ProductNumber.ReadOnly = true;
  302. this.Pis_ProductNumber.Visible = false;
  303. //
  304. // contextMenuStripEx1
  305. //
  306. this.contextMenuStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  307. this.选择商品厂商ToolStripMenuItem});
  308. this.contextMenuStripEx1.Name = "contextMenuStripEx1";
  309. this.contextMenuStripEx1.Size = new System.Drawing.Size(149, 26);
  310. //
  311. // 选择商品厂商ToolStripMenuItem
  312. //
  313. this.选择商品厂商ToolStripMenuItem.Name = "选择商品厂商ToolStripMenuItem";
  314. this.选择商品厂商ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
  315. this.选择商品厂商ToolStripMenuItem.Text = "选择商品厂商";
  316. //
  317. // btnClose
  318. //
  319. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  320. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  321. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  322. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  323. this.btnClose.ForeColor = System.Drawing.Color.White;
  324. this.btnClose.IsCustomBackImg = false;
  325. this.btnClose.IsShowText = true;
  326. this.btnClose.Location = new System.Drawing.Point(366, 9);
  327. this.btnClose.Name = "btnClose";
  328. this.btnClose.Size = new System.Drawing.Size(80, 26);
  329. this.btnClose.TabIndex = 228;
  330. this.btnClose.Text = " 取 消";
  331. this.btnClose.UseVisualStyleBackColor = false;
  332. //
  333. // btnWarehousing
  334. //
  335. this.btnWarehousing.BackColor = System.Drawing.Color.Transparent;
  336. this.btnWarehousing.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWarehousing.BackImg")));
  337. this.btnWarehousing.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  338. this.btnWarehousing.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  339. this.btnWarehousing.ForeColor = System.Drawing.Color.White;
  340. this.btnWarehousing.IsCustomBackImg = false;
  341. this.btnWarehousing.IsShowText = true;
  342. this.btnWarehousing.Location = new System.Drawing.Point(270, 9);
  343. this.btnWarehousing.Name = "btnWarehousing";
  344. this.btnWarehousing.Size = new System.Drawing.Size(80, 26);
  345. this.btnWarehousing.TabIndex = 211;
  346. this.btnWarehousing.Text = " 保 存";
  347. this.btnWarehousing.UseVisualStyleBackColor = false;
  348. //
  349. // FrmWarehousing
  350. //
  351. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  352. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  353. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  354. this.ClientSize = new System.Drawing.Size(910, 610);
  355. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  356. this.Name = "FrmWarehousing";
  357. this.Text = "入库单";
  358. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  359. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  360. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  361. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  362. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  363. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  364. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  365. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  366. this.plExMainContainer.ResumeLayout(false);
  367. this.plFormMainContent.ResumeLayout(false);
  368. this.panelEx2.ResumeLayout(false);
  369. this.panelEx2.PerformLayout();
  370. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  371. this.contextMenuStripEx1.ResumeLayout(false);
  372. this.ResumeLayout(false);
  373. }
  374. #endregion
  375. private ComponentLibrary.PanelEx panelEx2;
  376. protected ComponentLibrary.ButtonEx btnWarehousing;
  377. protected ComponentLibrary.ButtonEx btnClose;
  378. protected ComponentLibrary.DataGridViewEx dgv1;
  379. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  380. private System.Windows.Forms.DataGridViewTextBoxColumn Ir_ProductName;
  381. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Quantity;
  382. private System.Windows.Forms.DataGridViewTextBoxColumn Sc_ClassName;
  383. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_AlarmQuantity;
  384. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_PreSaleQuantity;
  385. private System.Windows.Forms.DataGridViewTextBoxColumn Pis_PurchasePrice;
  386. private System.Windows.Forms.DataGridViewTextBoxColumn Pis_PurchaseVendor;
  387. private System.Windows.Forms.DataGridViewTextBoxColumn Pis_PurchaseQuantity;
  388. private System.Windows.Forms.DataGridViewTextBoxColumn Pis_Remark;
  389. private System.Windows.Forms.DataGridViewTextBoxColumn Pis_ProductCategory;
  390. private System.Windows.Forms.DataGridViewTextBoxColumn Pis_ProductNumber;
  391. protected ComponentLibrary.ComboBoxTreeViewEx CtvSelect;
  392. private ComponentLibrary.LabelEx labelEx11;
  393. private ComponentLibrary.PanelEx panelEx3;
  394. protected ComponentLibrary.ComboBoxEx cmbFactory;
  395. protected ComponentLibrary.ContextMenuStripEx contextMenuStripEx1;
  396. private System.Windows.Forms.ToolStripMenuItem 选择商品厂商ToolStripMenuItem;
  397. protected UCPager.ucPagerEx ucPagerEx1;
  398. }
  399. }