FrmInventory.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. namespace LYFZ.Software.UI.InventoryManagement
  2. {
  3. partial class FrmInventory
  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(FrmInventory));
  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. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  36. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Ir_ProductName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Prod_Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Sc_ClassName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.lblcount = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  44. this.plExMainContainer.SuspendLayout();
  45. this.plFormMainContent.SuspendLayout();
  46. this.panelEx2.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // plExMainContainer
  51. //
  52. this.plExMainContainer.Controls.Add(this.panelEx2);
  53. this.plExMainContainer.Size = new System.Drawing.Size(886, 567);
  54. //
  55. // plFormMainContent
  56. //
  57. this.plFormMainContent.Size = new System.Drawing.Size(886, 567);
  58. //
  59. // btnAppFormMaximize
  60. //
  61. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  62. this.btnAppFormMaximize.Location = new System.Drawing.Point(651, 0);
  63. //
  64. // btnAppFormExit
  65. //
  66. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  67. this.btnAppFormExit.Location = new System.Drawing.Point(854, 0);
  68. //
  69. // btnAppFormMinimize
  70. //
  71. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  72. this.btnAppFormMinimize.Location = new System.Drawing.Point(827, 0);
  73. //
  74. // panelEx2
  75. //
  76. this.panelEx2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  77. | System.Windows.Forms.AnchorStyles.Left)
  78. | System.Windows.Forms.AnchorStyles.Right)));
  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.btnClose);
  83. this.panelEx2.Controls.Add(this.dgv1);
  84. this.panelEx2.Controls.Add(this.btnSave);
  85. this.panelEx2.Controls.Add(this.lblcount);
  86. this.panelEx2.Controls.Add(this.labelEx2);
  87. this.panelEx2.Controls.Add(this.panelEx3);
  88. this.panelEx2.Location = new System.Drawing.Point(20, 30);
  89. this.panelEx2.Name = "panelEx2";
  90. this.panelEx2.Size = new System.Drawing.Size(854, 521);
  91. this.panelEx2.TabIndex = 195;
  92. //
  93. // btnClose
  94. //
  95. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  96. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  97. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  98. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  99. this.btnClose.ForeColor = System.Drawing.Color.White;
  100. this.btnClose.IsCustomBackImg = false;
  101. this.btnClose.IsShowText = true;
  102. this.btnClose.Location = new System.Drawing.Point(252, 16);
  103. this.btnClose.Name = "btnClose";
  104. this.btnClose.Size = new System.Drawing.Size(80, 25);
  105. this.btnClose.TabIndex = 204;
  106. this.btnClose.Text = "关闭";
  107. this.btnClose.UseVisualStyleBackColor = false;
  108. //
  109. // dgv1
  110. //
  111. this.dgv1.AllowUserToAddRows = false;
  112. this.dgv1.AllowUserToDeleteRows = false;
  113. this.dgv1.AllowUserToOrderColumns = true;
  114. this.dgv1.AllowUserToResizeRows = false;
  115. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  116. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  117. this.dgv1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  118. | System.Windows.Forms.AnchorStyles.Left)
  119. | System.Windows.Forms.AnchorStyles.Right)));
  120. this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  121. this.dgv1.BackgroundColor = System.Drawing.Color.White;
  122. this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  123. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  124. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  125. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  126. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  128. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  129. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  130. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  131. this.dgv1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  132. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  133. this.ID,
  134. this.Ir_ProductName,
  135. this.Prod_Quantity,
  136. this.Sc_ClassName});
  137. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  138. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  139. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  141. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  142. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  143. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  144. this.dgv1.DefaultCellStyle = dataGridViewCellStyle3;
  145. this.dgv1.EnableHeadersVisualStyles = false;
  146. this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  147. this.dgv1.GridViewUniquelyIdentify = "_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1_dgv1";
  148. this.dgv1.IsCompleteBonding = false;
  149. this.dgv1.Location = new System.Drawing.Point(3, 59);
  150. this.dgv1.Name = "dgv1";
  151. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  152. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  153. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  155. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  156. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  157. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  158. this.dgv1.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  159. this.dgv1.RowHeadersVisible = false;
  160. this.dgv1.RowTemplate.Height = 23;
  161. this.dgv1.RowTemplate.ReadOnly = true;
  162. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  163. this.dgv1.Size = new System.Drawing.Size(845, 452);
  164. this.dgv1.TabIndex = 207;
  165. //
  166. // ID
  167. //
  168. this.ID.HeaderText = "ID";
  169. this.ID.Name = "ID";
  170. this.ID.Visible = false;
  171. this.ID.Width = 22;
  172. //
  173. // Ir_ProductName
  174. //
  175. this.Ir_ProductName.HeaderText = "商品名称";
  176. this.Ir_ProductName.Name = "Ir_ProductName";
  177. this.Ir_ProductName.ReadOnly = true;
  178. this.Ir_ProductName.Width = 77;
  179. //
  180. // Prod_Quantity
  181. //
  182. this.Prod_Quantity.HeaderText = "库存";
  183. this.Prod_Quantity.Name = "Prod_Quantity";
  184. this.Prod_Quantity.Width = 53;
  185. //
  186. // Sc_ClassName
  187. //
  188. this.Sc_ClassName.HeaderText = "商品类别";
  189. this.Sc_ClassName.Name = "Sc_ClassName";
  190. this.Sc_ClassName.ReadOnly = true;
  191. this.Sc_ClassName.Width = 77;
  192. //
  193. // btnSave
  194. //
  195. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  196. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  197. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  198. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  199. this.btnSave.ForeColor = System.Drawing.Color.White;
  200. this.btnSave.IsCustomBackImg = false;
  201. this.btnSave.IsShowText = true;
  202. this.btnSave.Location = new System.Drawing.Point(157, 16);
  203. this.btnSave.Name = "btnSave";
  204. this.btnSave.Size = new System.Drawing.Size(80, 25);
  205. this.btnSave.TabIndex = 205;
  206. this.btnSave.Text = "保存";
  207. this.btnSave.UseVisualStyleBackColor = false;
  208. //
  209. // lblcount
  210. //
  211. this.lblcount.AutoSize = true;
  212. this.lblcount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  213. this.lblcount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  214. this.lblcount.Location = new System.Drawing.Point(68, 20);
  215. this.lblcount.Name = "lblcount";
  216. this.lblcount.Size = new System.Drawing.Size(15, 17);
  217. this.lblcount.TabIndex = 199;
  218. this.lblcount.Text = "0";
  219. //
  220. // labelEx2
  221. //
  222. this.labelEx2.AutoSize = true;
  223. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  224. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  225. this.labelEx2.Location = new System.Drawing.Point(15, 19);
  226. this.labelEx2.Name = "labelEx2";
  227. this.labelEx2.Size = new System.Drawing.Size(47, 17);
  228. this.labelEx2.TabIndex = 198;
  229. this.labelEx2.Text = "项目数:";
  230. //
  231. // panelEx3
  232. //
  233. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  234. | System.Windows.Forms.AnchorStyles.Right)));
  235. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  236. this.panelEx3.BorderWidth = 1;
  237. this.panelEx3.Location = new System.Drawing.Point(1, 52);
  238. this.panelEx3.Name = "panelEx3";
  239. this.panelEx3.Size = new System.Drawing.Size(851, 1);
  240. this.panelEx3.TabIndex = 197;
  241. //
  242. // FrmInventory
  243. //
  244. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  245. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  246. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  247. this.ClientSize = new System.Drawing.Size(886, 632);
  248. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  249. this.MaximizeBox = false;
  250. this.Name = "FrmInventory";
  251. this.Text = "商品盘点";
  252. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  253. this.plExMainContainer.ResumeLayout(false);
  254. this.plFormMainContent.ResumeLayout(false);
  255. this.panelEx2.ResumeLayout(false);
  256. this.panelEx2.PerformLayout();
  257. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  258. this.ResumeLayout(false);
  259. }
  260. #endregion
  261. private ComponentLibrary.PanelEx panelEx2;
  262. protected ComponentLibrary.ButtonEx btnClose;
  263. protected ComponentLibrary.DataGridViewEx dgv1;
  264. protected ComponentLibrary.ButtonEx btnSave;
  265. protected ComponentLibrary.LabelEx lblcount;
  266. private ComponentLibrary.LabelEx labelEx2;
  267. private ComponentLibrary.PanelEx panelEx3;
  268. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  269. private System.Windows.Forms.DataGridViewTextBoxColumn Ir_ProductName;
  270. private System.Windows.Forms.DataGridViewTextBoxColumn Prod_Quantity;
  271. private System.Windows.Forms.DataGridViewTextBoxColumn Sc_ClassName;
  272. }
  273. }