FrmReceipt.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. namespace LYFZ.Software.UI.InventoryManagement
  2. {
  3. partial class FrmReceipt
  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(FrmReceipt));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx();
  35. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  36. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.btnWarehousing = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.CtvSelect = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  41. this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Pro_number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.Quantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.plExMainContainer.SuspendLayout();
  53. this.plFormMainContent.SuspendLayout();
  54. this.panelEx2.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
  56. this.panelEx3.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // plExMainContainer
  60. //
  61. this.plExMainContainer.Controls.Add(this.panelEx2);
  62. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  63. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  64. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  65. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  66. //
  67. // btnAppFormMaximize
  68. //
  69. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  70. //
  71. // btnAppFormExit
  72. //
  73. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  74. //
  75. // btnAppFormMinimize
  76. //
  77. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  78. //
  79. // panelEx2
  80. //
  81. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  82. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  83. this.panelEx2.BorderWidth = 1;
  84. this.panelEx2.Controls.Add(this.dgv2);
  85. this.panelEx2.Controls.Add(this.ucPagerEx1);
  86. this.panelEx2.Controls.Add(this.panelEx3);
  87. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  89. this.panelEx2.Name = "panelEx2";
  90. this.panelEx2.Size = new System.Drawing.Size(890, 485);
  91. this.panelEx2.TabIndex = 198;
  92. //
  93. // dgv2
  94. //
  95. this.dgv2.AllowUserToAddRows = false;
  96. this.dgv2.AllowUserToDeleteRows = false;
  97. this.dgv2.AllowUserToOrderColumns = true;
  98. this.dgv2.AllowUserToResizeRows = false;
  99. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  100. this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  101. this.dgv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  102. this.dgv2.BackgroundColor = System.Drawing.Color.White;
  103. this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  104. this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  105. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  106. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  107. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  109. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  110. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  111. this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  112. this.dgv2.ColumnHeadersHeight = 24;
  113. this.dgv2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  114. this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  115. this.ID,
  116. this.dataGridViewTextBoxColumn8,
  117. this.Pro_number,
  118. this.dataGridViewTextBoxColumn5,
  119. this.dataGridViewTextBoxColumn3,
  120. this.Quantity,
  121. this.dataGridViewTextBoxColumn11,
  122. this.dataGridViewTextBoxColumn10,
  123. this.Remark,
  124. this.dataGridViewTextBoxColumn13,
  125. this.dataGridViewTextBoxColumn14});
  126. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  127. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  128. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  130. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  131. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  132. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  133. this.dgv2.DefaultCellStyle = dataGridViewCellStyle3;
  134. this.dgv2.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.dgv2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  136. this.dgv2.EnableHeadersVisualStyles = false;
  137. this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  138. this.dgv2.GridViewUniquelyIdentify = resources.GetString("dgv2.GridViewUniquelyIdentify");
  139. this.dgv2.IsCompleteBonding = false;
  140. this.dgv2.IsCopyCellValue = true;
  141. this.dgv2.Location = new System.Drawing.Point(0, 43);
  142. this.dgv2.MultiSelect = false;
  143. this.dgv2.Name = "dgv2";
  144. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  145. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  146. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  148. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  149. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  150. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  151. this.dgv2.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  152. this.dgv2.RowHeadersVisible = false;
  153. this.dgv2.RowTemplate.Height = 23;
  154. this.dgv2.RowTemplate.ReadOnly = true;
  155. this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  156. this.dgv2.Size = new System.Drawing.Size(888, 416);
  157. this.dgv2.TabIndex = 227;
  158. //
  159. // ucPagerEx1
  160. //
  161. this.ucPagerEx1.CurrentPageCount = 0;
  162. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  163. this.ucPagerEx1.Location = new System.Drawing.Point(0, 459);
  164. this.ucPagerEx1.Name = "ucPagerEx1";
  165. this.ucPagerEx1.NMax = 0;
  166. this.ucPagerEx1.PageCount = 0;
  167. this.ucPagerEx1.PageCurrent = 1;
  168. this.ucPagerEx1.PageSize = 20;
  169. this.ucPagerEx1.Size = new System.Drawing.Size(888, 24);
  170. this.ucPagerEx1.TabIndex = 233;
  171. this.ucPagerEx1.TbDataSource = null;
  172. //
  173. // panelEx3
  174. //
  175. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  176. this.panelEx3.BorderWidth = 1;
  177. this.panelEx3.Controls.Add(this.btnDelete);
  178. this.panelEx3.Controls.Add(this.labelEx11);
  179. this.panelEx3.Controls.Add(this.btnWarehousing);
  180. this.panelEx3.Controls.Add(this.CtvSelect);
  181. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  182. this.panelEx3.Location = new System.Drawing.Point(0, 0);
  183. this.panelEx3.Name = "panelEx3";
  184. this.panelEx3.Size = new System.Drawing.Size(888, 43);
  185. this.panelEx3.TabIndex = 222;
  186. //
  187. // btnDelete
  188. //
  189. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  190. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  191. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  192. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  193. this.btnDelete.ForeColor = System.Drawing.Color.White;
  194. this.btnDelete.IsCustomBackImg = false;
  195. this.btnDelete.IsShowText = true;
  196. this.btnDelete.Location = new System.Drawing.Point(365, 9);
  197. this.btnDelete.Name = "btnDelete";
  198. this.btnDelete.Size = new System.Drawing.Size(80, 25);
  199. this.btnDelete.TabIndex = 234;
  200. this.btnDelete.Text = " 删 除";
  201. this.btnDelete.UseVisualStyleBackColor = false;
  202. //
  203. // labelEx11
  204. //
  205. this.labelEx11.AutoSize = true;
  206. this.labelEx11.BackColor = System.Drawing.Color.Transparent;
  207. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  208. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  209. this.labelEx11.Location = new System.Drawing.Point(5, 12);
  210. this.labelEx11.Name = "labelEx11";
  211. this.labelEx11.Size = new System.Drawing.Size(68, 17);
  212. this.labelEx11.TabIndex = 228;
  213. this.labelEx11.Text = "商品查询:";
  214. //
  215. // btnWarehousing
  216. //
  217. this.btnWarehousing.BackColor = System.Drawing.Color.Transparent;
  218. this.btnWarehousing.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWarehousing.BackImg")));
  219. this.btnWarehousing.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  220. this.btnWarehousing.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  221. this.btnWarehousing.ForeColor = System.Drawing.Color.White;
  222. this.btnWarehousing.IsCustomBackImg = false;
  223. this.btnWarehousing.IsShowText = true;
  224. this.btnWarehousing.Location = new System.Drawing.Point(270, 9);
  225. this.btnWarehousing.Name = "btnWarehousing";
  226. this.btnWarehousing.Size = new System.Drawing.Size(80, 25);
  227. this.btnWarehousing.TabIndex = 211;
  228. this.btnWarehousing.Text = " 入 库";
  229. this.btnWarehousing.UseVisualStyleBackColor = false;
  230. //
  231. // CtvSelect
  232. //
  233. this.CtvSelect.AfterSelectLevelFirstNode = true;
  234. this.CtvSelect.DropDownHeight = 220;
  235. this.CtvSelect.DropDownShow = false;
  236. this.CtvSelect.FormattingEnabled = true;
  237. this.CtvSelect.IntegralHeight = false;
  238. this.CtvSelect.IsNodeMouseClick = true;
  239. this.CtvSelect.IsSelectParentNode = false;
  240. this.CtvSelect.Location = new System.Drawing.Point(76, 11);
  241. this.CtvSelect.Name = "CtvSelect";
  242. this.CtvSelect.ReadOnly = true;
  243. this.CtvSelect.SelectedNode = null;
  244. this.CtvSelect.Size = new System.Drawing.Size(164, 20);
  245. this.CtvSelect.StrGetName = "";
  246. this.CtvSelect.StrKey = null;
  247. this.CtvSelect.TabIndex = 229;
  248. //
  249. // ID
  250. //
  251. this.ID.HeaderText = "ID";
  252. this.ID.Name = "ID";
  253. this.ID.Visible = false;
  254. //
  255. // dataGridViewTextBoxColumn8
  256. //
  257. this.dataGridViewTextBoxColumn8.HeaderText = "商品类别编号";
  258. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  259. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  260. this.dataGridViewTextBoxColumn8.Visible = false;
  261. //
  262. // Pro_number
  263. //
  264. this.Pro_number.HeaderText = "商品编号";
  265. this.Pro_number.Name = "Pro_number";
  266. this.Pro_number.ReadOnly = true;
  267. this.Pro_number.Visible = false;
  268. //
  269. // dataGridViewTextBoxColumn5
  270. //
  271. this.dataGridViewTextBoxColumn5.HeaderText = "商品类别";
  272. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  273. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  274. //
  275. // dataGridViewTextBoxColumn3
  276. //
  277. this.dataGridViewTextBoxColumn3.HeaderText = "商品名称";
  278. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  279. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  280. //
  281. // Quantity
  282. //
  283. this.Quantity.HeaderText = "采购数量";
  284. this.Quantity.Name = "Quantity";
  285. this.Quantity.ReadOnly = true;
  286. //
  287. // dataGridViewTextBoxColumn11
  288. //
  289. this.dataGridViewTextBoxColumn11.HeaderText = "商品厂商";
  290. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  291. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  292. this.dataGridViewTextBoxColumn11.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  293. //
  294. // dataGridViewTextBoxColumn10
  295. //
  296. this.dataGridViewTextBoxColumn10.HeaderText = "商品单价";
  297. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  298. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  299. //
  300. // Remark
  301. //
  302. this.Remark.HeaderText = "入库备注";
  303. this.Remark.Name = "Remark";
  304. this.Remark.ReadOnly = true;
  305. //
  306. // dataGridViewTextBoxColumn13
  307. //
  308. this.dataGridViewTextBoxColumn13.HeaderText = "入库人";
  309. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  310. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  311. //
  312. // dataGridViewTextBoxColumn14
  313. //
  314. this.dataGridViewTextBoxColumn14.HeaderText = "入库时间";
  315. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  316. this.dataGridViewTextBoxColumn14.ReadOnly = true;
  317. //
  318. // FrmReceipt
  319. //
  320. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  321. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  322. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  323. this.ClientSize = new System.Drawing.Size(910, 610);
  324. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  325. this.IsShowUcNavigationTool = true;
  326. this.Name = "FrmReceipt";
  327. this.Text = "入库单";
  328. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  329. this.plExMainContainer.ResumeLayout(false);
  330. this.plFormMainContent.ResumeLayout(false);
  331. this.panelEx2.ResumeLayout(false);
  332. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
  333. this.panelEx3.ResumeLayout(false);
  334. this.panelEx3.PerformLayout();
  335. this.ResumeLayout(false);
  336. }
  337. #endregion
  338. private ComponentLibrary.PanelEx panelEx2;
  339. protected ComponentLibrary.ButtonEx btnWarehousing;
  340. private ComponentLibrary.PanelEx panelEx3;
  341. protected ComponentLibrary.DataGridViewEx dgv2;
  342. protected ComponentLibrary.ComboBoxTreeViewEx CtvSelect;
  343. private ComponentLibrary.LabelEx labelEx11;
  344. protected UCPager.ucPagerEx ucPagerEx1;
  345. protected ComponentLibrary.ButtonEx btnDelete;
  346. private System.Windows.Forms.DataGridViewTextBoxColumn ID;
  347. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  348. private System.Windows.Forms.DataGridViewTextBoxColumn Pro_number;
  349. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  350. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  351. private System.Windows.Forms.DataGridViewTextBoxColumn Quantity;
  352. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  353. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  354. private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
  355. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  356. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  357. }
  358. }