FrmInventoryReport.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmInventoryReport
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmInventoryReport));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  32. this.panelDateTime = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dtpTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  34. this.dtpTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  35. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.panelCreateName = new LYFZ.ComponentLibrary.PanelEx();
  38. this.cmbtreevCreateName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  39. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.panelVendor = new LYFZ.ComponentLibrary.PanelEx();
  41. this.cmbtreevVendor = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  42. this.lblCs = new LYFZ.ComponentLibrary.LabelEx();
  43. this.panelSelect = new LYFZ.ComponentLibrary.PanelEx();
  44. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  46. this.txtStatistics = new LYFZ.ComponentLibrary.TextBoxEx();
  47. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  48. this.tabPage_IntStorage = new System.Windows.Forms.TabPage();
  49. this.tabPage_OutStorage = new System.Windows.Forms.TabPage();
  50. this.tabPage_CurrentStorage = new System.Windows.Forms.TabPage();
  51. this.panelExport = new LYFZ.ComponentLibrary.PanelEx();
  52. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.plExMainContainer.SuspendLayout();
  54. this.plFormMainContent.SuspendLayout();
  55. this.flowLayoutPanel1.SuspendLayout();
  56. this.panelDateTime.SuspendLayout();
  57. this.panelCreateName.SuspendLayout();
  58. this.panelVendor.SuspendLayout();
  59. this.panelSelect.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  61. this.tabControlEx1.SuspendLayout();
  62. this.panelExport.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // plExMainContainer
  66. //
  67. this.plExMainContainer.Controls.Add(this.dgvData);
  68. this.plExMainContainer.Controls.Add(this.txtStatistics);
  69. this.plExMainContainer.Controls.Add(this.tabControlEx1);
  70. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  71. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  72. this.plExMainContainer.Size = new System.Drawing.Size(1058, 505);
  73. //
  74. // plFormMainContent
  75. //
  76. this.plFormMainContent.Controls.Add(this.flowLayoutPanel1);
  77. this.plFormMainContent.Size = new System.Drawing.Size(1058, 545);
  78. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  79. this.plFormMainContent.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
  80. //
  81. // btnAppFormMaximize
  82. //
  83. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  84. this.btnAppFormMaximize.Location = new System.Drawing.Point(999, 0);
  85. //
  86. // btnAppFormExit
  87. //
  88. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  89. this.btnAppFormExit.Location = new System.Drawing.Point(1026, 0);
  90. //
  91. // btnAppFormMinimize
  92. //
  93. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  94. this.btnAppFormMinimize.Location = new System.Drawing.Point(972, 0);
  95. //
  96. // flowLayoutPanel1
  97. //
  98. this.flowLayoutPanel1.Controls.Add(this.panelDateTime);
  99. this.flowLayoutPanel1.Controls.Add(this.panelCreateName);
  100. this.flowLayoutPanel1.Controls.Add(this.panelVendor);
  101. this.flowLayoutPanel1.Controls.Add(this.panelSelect);
  102. this.flowLayoutPanel1.Controls.Add(this.panelExport);
  103. this.flowLayoutPanel1.Location = new System.Drawing.Point(189, 6);
  104. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  105. this.flowLayoutPanel1.Size = new System.Drawing.Size(819, 30);
  106. this.flowLayoutPanel1.TabIndex = 2233;
  107. //
  108. // panelDateTime
  109. //
  110. this.panelDateTime.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  111. this.panelDateTime.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  112. this.panelDateTime.BorderWidth = 1;
  113. this.panelDateTime.Controls.Add(this.dtpTimeStart);
  114. this.panelDateTime.Controls.Add(this.dtpTimeEnd);
  115. this.panelDateTime.Controls.Add(this.labelEx2);
  116. this.panelDateTime.Controls.Add(this.labelEx1);
  117. this.panelDateTime.Location = new System.Drawing.Point(0, 0);
  118. this.panelDateTime.Margin = new System.Windows.Forms.Padding(0);
  119. this.panelDateTime.Name = "panelDateTime";
  120. this.panelDateTime.Size = new System.Drawing.Size(252, 28);
  121. this.panelDateTime.TabIndex = 2233;
  122. //
  123. // dtpTimeStart
  124. //
  125. this.dtpTimeStart.CustomFormat = " ";
  126. this.dtpTimeStart.DateValue = "";
  127. this.dtpTimeStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  128. this.dtpTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  129. this.dtpTimeStart.IsShowTime = false;
  130. this.dtpTimeStart.Location = new System.Drawing.Point(45, 2);
  131. this.dtpTimeStart.Name = "dtpTimeStart";
  132. this.dtpTimeStart.Size = new System.Drawing.Size(90, 23);
  133. this.dtpTimeStart.TabIndex = 302;
  134. //
  135. // dtpTimeEnd
  136. //
  137. this.dtpTimeEnd.CustomFormat = " ";
  138. this.dtpTimeEnd.DateValue = "";
  139. this.dtpTimeEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  140. this.dtpTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  141. this.dtpTimeEnd.IsShowTime = false;
  142. this.dtpTimeEnd.Location = new System.Drawing.Point(158, 2);
  143. this.dtpTimeEnd.Name = "dtpTimeEnd";
  144. this.dtpTimeEnd.Size = new System.Drawing.Size(90, 23);
  145. this.dtpTimeEnd.TabIndex = 301;
  146. //
  147. // labelEx2
  148. //
  149. this.labelEx2.AutoSize = true;
  150. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  151. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  152. this.labelEx2.Location = new System.Drawing.Point(4, 6);
  153. this.labelEx2.Name = "labelEx2";
  154. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  155. this.labelEx2.TabIndex = 304;
  156. this.labelEx2.Text = "日期:";
  157. //
  158. // labelEx1
  159. //
  160. this.labelEx1.AutoSize = true;
  161. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  162. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  163. this.labelEx1.Location = new System.Drawing.Point(136, 5);
  164. this.labelEx1.Name = "labelEx1";
  165. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  166. this.labelEx1.TabIndex = 303;
  167. this.labelEx1.Text = "—";
  168. //
  169. // panelCreateName
  170. //
  171. this.panelCreateName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  172. this.panelCreateName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  173. this.panelCreateName.BorderWidth = 1;
  174. this.panelCreateName.Controls.Add(this.cmbtreevCreateName);
  175. this.panelCreateName.Controls.Add(this.labelEx4);
  176. this.panelCreateName.Location = new System.Drawing.Point(252, 0);
  177. this.panelCreateName.Margin = new System.Windows.Forms.Padding(0);
  178. this.panelCreateName.Name = "panelCreateName";
  179. this.panelCreateName.Size = new System.Drawing.Size(182, 28);
  180. this.panelCreateName.TabIndex = 2234;
  181. //
  182. // cmbtreevCreateName
  183. //
  184. this.cmbtreevCreateName.AfterSelectLevelFirstNode = true;
  185. this.cmbtreevCreateName.DropDownHeight = 220;
  186. this.cmbtreevCreateName.DropDownShow = false;
  187. this.cmbtreevCreateName.FormattingEnabled = true;
  188. this.cmbtreevCreateName.IntegralHeight = false;
  189. this.cmbtreevCreateName.IsNodeMouseClick = true;
  190. this.cmbtreevCreateName.IsSelectParentNode = false;
  191. this.cmbtreevCreateName.Location = new System.Drawing.Point(57, 4);
  192. this.cmbtreevCreateName.Name = "cmbtreevCreateName";
  193. this.cmbtreevCreateName.ReadOnly = true;
  194. this.cmbtreevCreateName.SelectedNode = null;
  195. this.cmbtreevCreateName.Size = new System.Drawing.Size(120, 20);
  196. this.cmbtreevCreateName.StrGetName = "";
  197. this.cmbtreevCreateName.StrGetTagName = "";
  198. this.cmbtreevCreateName.StrKey = null;
  199. this.cmbtreevCreateName.TabIndex = 207;
  200. //
  201. // labelEx4
  202. //
  203. this.labelEx4.AutoSize = true;
  204. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  205. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  206. this.labelEx4.Location = new System.Drawing.Point(4, 6);
  207. this.labelEx4.Name = "labelEx4";
  208. this.labelEx4.Size = new System.Drawing.Size(56, 17);
  209. this.labelEx4.TabIndex = 303;
  210. this.labelEx4.Text = "经手人:";
  211. //
  212. // panelVendor
  213. //
  214. this.panelVendor.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  215. this.panelVendor.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  216. this.panelVendor.BorderWidth = 1;
  217. this.panelVendor.Controls.Add(this.cmbtreevVendor);
  218. this.panelVendor.Controls.Add(this.lblCs);
  219. this.panelVendor.Location = new System.Drawing.Point(434, 0);
  220. this.panelVendor.Margin = new System.Windows.Forms.Padding(0);
  221. this.panelVendor.Name = "panelVendor";
  222. this.panelVendor.Size = new System.Drawing.Size(200, 28);
  223. this.panelVendor.TabIndex = 2235;
  224. //
  225. // cmbtreevVendor
  226. //
  227. this.cmbtreevVendor.AfterSelectLevelFirstNode = true;
  228. this.cmbtreevVendor.DropDownHeight = 220;
  229. this.cmbtreevVendor.DropDownShow = false;
  230. this.cmbtreevVendor.FormattingEnabled = true;
  231. this.cmbtreevVendor.IntegralHeight = false;
  232. this.cmbtreevVendor.IsNodeMouseClick = true;
  233. this.cmbtreevVendor.IsSelectParentNode = false;
  234. this.cmbtreevVendor.Location = new System.Drawing.Point(56, 4);
  235. this.cmbtreevVendor.Name = "cmbtreevVendor";
  236. this.cmbtreevVendor.ReadOnly = true;
  237. this.cmbtreevVendor.SelectedNode = null;
  238. this.cmbtreevVendor.Size = new System.Drawing.Size(140, 20);
  239. this.cmbtreevVendor.StrGetName = "";
  240. this.cmbtreevVendor.StrGetTagName = "";
  241. this.cmbtreevVendor.StrKey = null;
  242. this.cmbtreevVendor.TabIndex = 305;
  243. //
  244. // lblCs
  245. //
  246. this.lblCs.AutoSize = true;
  247. this.lblCs.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  248. this.lblCs.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  249. this.lblCs.Location = new System.Drawing.Point(4, 6);
  250. this.lblCs.Name = "lblCs";
  251. this.lblCs.Size = new System.Drawing.Size(56, 17);
  252. this.lblCs.TabIndex = 301;
  253. this.lblCs.Text = "供应商:";
  254. //
  255. // panelSelect
  256. //
  257. this.panelSelect.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  258. this.panelSelect.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  259. this.panelSelect.BorderWidth = 1;
  260. this.panelSelect.Controls.Add(this.btnSelect);
  261. this.panelSelect.Location = new System.Drawing.Point(634, 0);
  262. this.panelSelect.Margin = new System.Windows.Forms.Padding(0);
  263. this.panelSelect.Name = "panelSelect";
  264. this.panelSelect.Size = new System.Drawing.Size(80, 28);
  265. this.panelSelect.TabIndex = 2234;
  266. //
  267. // btnSelect
  268. //
  269. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  270. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  271. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  272. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  273. this.btnSelect.ForeColor = System.Drawing.Color.White;
  274. this.btnSelect.IsCustomBackImg = false;
  275. this.btnSelect.IsShowText = true;
  276. this.btnSelect.Location = new System.Drawing.Point(0, 0);
  277. this.btnSelect.Name = "btnSelect";
  278. this.btnSelect.Size = new System.Drawing.Size(75, 28);
  279. this.btnSelect.TabIndex = 304;
  280. this.btnSelect.Text = " 查 询";
  281. this.btnSelect.UseVisualStyleBackColor = false;
  282. //
  283. // dgvData
  284. //
  285. this.dgvData.AllowUserToAddRows = false;
  286. this.dgvData.AllowUserToDeleteRows = false;
  287. this.dgvData.AllowUserToOrderColumns = true;
  288. this.dgvData.AllowUserToResizeRows = false;
  289. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  290. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  291. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  292. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  293. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  295. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  296. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  297. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  298. this.dgvData.ColumnHeadersHeight = 24;
  299. this.dgvData.dgvColumnHeadersHeight = 24;
  300. this.dgvData.dgvCurrentColumnOriginalSet = "";
  301. this.dgvData.dgvCurrentColumnWidth = "";
  302. this.dgvData.dgvCurrentHideColumn = null;
  303. this.dgvData.dgvFixedHideColumn = null;
  304. this.dgvData.dgvGuidName = null;
  305. this.dgvData.dgvUserEmployeeID = null;
  306. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  307. this.dgvData.EnableHeadersVisualStyles = false;
  308. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  309. this.dgvData.ImageHeight = 15;
  310. this.dgvData.ImageWidth = 15;
  311. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  312. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  313. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  314. this.dgvData.IsCompleteBonding = false;
  315. this.dgvData.IsCopyCellValue = true;
  316. this.dgvData.IsShowSerialNumber = true;
  317. this.dgvData.IsSortedRedraw = true;
  318. this.dgvData.IsSortMode = false;
  319. this.dgvData.Location = new System.Drawing.Point(5, 37);
  320. this.dgvData.Name = "dgvData";
  321. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  322. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  323. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  325. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  326. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  327. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  328. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  329. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  330. this.dgvData.RowHeadersWidth = 50;
  331. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  332. this.dgvData.RowTemplate.Height = 23;
  333. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  334. this.dgvData.Size = new System.Drawing.Size(1048, 438);
  335. this.dgvData.StrSecondStageNull = "";
  336. this.dgvData.StrValueNullColumn = "";
  337. this.dgvData.TabIndex = 2233;
  338. this.dgvData.ViceCount = 1;
  339. //
  340. // txtStatistics
  341. //
  342. this.txtStatistics.BackColor = System.Drawing.Color.Transparent;
  343. this.txtStatistics.Dock = System.Windows.Forms.DockStyle.Bottom;
  344. this.txtStatistics.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  345. this.txtStatistics.Icon = null;
  346. this.txtStatistics.IconIsButton = false;
  347. this.txtStatistics.IsPasswordChat = '\0';
  348. this.txtStatistics.IsSystemPasswordChar = false;
  349. this.txtStatistics.Lines = new string[] {
  350. " 统计:"};
  351. this.txtStatistics.Location = new System.Drawing.Point(5, 475);
  352. this.txtStatistics.Margin = new System.Windows.Forms.Padding(0);
  353. this.txtStatistics.MaxLength = 32767;
  354. this.txtStatistics.MinimumSize = new System.Drawing.Size(0, 24);
  355. this.txtStatistics.MouseBack = null;
  356. this.txtStatistics.Multiline = false;
  357. this.txtStatistics.Name = "txtStatistics";
  358. this.txtStatistics.NormlBack = null;
  359. this.txtStatistics.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  360. this.txtStatistics.ReadOnly = true;
  361. this.txtStatistics.ScrollBars = System.Windows.Forms.ScrollBars.None;
  362. this.txtStatistics.Size = new System.Drawing.Size(1048, 25);
  363. this.txtStatistics.TabIndex = 2234;
  364. this.txtStatistics.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  365. this.txtStatistics.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  366. this.txtStatistics.WaterText = "";
  367. this.txtStatistics.WordWrap = true;
  368. //
  369. // tabControlEx1
  370. //
  371. this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  372. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  373. this.tabControlEx1.Controls.Add(this.tabPage_IntStorage);
  374. this.tabControlEx1.Controls.Add(this.tabPage_OutStorage);
  375. this.tabControlEx1.Controls.Add(this.tabPage_CurrentStorage);
  376. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Top;
  377. this.tabControlEx1.ItemSize = new System.Drawing.Size(90, 30);
  378. this.tabControlEx1.Location = new System.Drawing.Point(5, 5);
  379. this.tabControlEx1.Name = "tabControlEx1";
  380. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  381. this.tabControlEx1.SelectedIndex = 0;
  382. this.tabControlEx1.Size = new System.Drawing.Size(1048, 32);
  383. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  384. this.tabControlEx1.TabIndex = 2232;
  385. //
  386. // tabPage_IntStorage
  387. //
  388. this.tabPage_IntStorage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  389. this.tabPage_IntStorage.Location = new System.Drawing.Point(4, 34);
  390. this.tabPage_IntStorage.Name = "tabPage_IntStorage";
  391. this.tabPage_IntStorage.Padding = new System.Windows.Forms.Padding(3);
  392. this.tabPage_IntStorage.Size = new System.Drawing.Size(1040, 0);
  393. this.tabPage_IntStorage.TabIndex = 0;
  394. this.tabPage_IntStorage.Text = "入库记录";
  395. //
  396. // tabPage_OutStorage
  397. //
  398. this.tabPage_OutStorage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  399. this.tabPage_OutStorage.Location = new System.Drawing.Point(4, 34);
  400. this.tabPage_OutStorage.Name = "tabPage_OutStorage";
  401. this.tabPage_OutStorage.Padding = new System.Windows.Forms.Padding(3);
  402. this.tabPage_OutStorage.Size = new System.Drawing.Size(892, 0);
  403. this.tabPage_OutStorage.TabIndex = 1;
  404. this.tabPage_OutStorage.Text = "出库记录";
  405. //
  406. // tabPage_CurrentStorage
  407. //
  408. this.tabPage_CurrentStorage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  409. this.tabPage_CurrentStorage.Location = new System.Drawing.Point(4, 34);
  410. this.tabPage_CurrentStorage.Name = "tabPage_CurrentStorage";
  411. this.tabPage_CurrentStorage.Size = new System.Drawing.Size(892, 0);
  412. this.tabPage_CurrentStorage.TabIndex = 2;
  413. this.tabPage_CurrentStorage.Text = "当前库存";
  414. //
  415. // panelExport
  416. //
  417. this.panelExport.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  418. this.panelExport.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  419. this.panelExport.BorderWidth = 1;
  420. this.panelExport.Controls.Add(this.btnExport);
  421. this.panelExport.Location = new System.Drawing.Point(714, 0);
  422. this.panelExport.Margin = new System.Windows.Forms.Padding(0);
  423. this.panelExport.Name = "panelExport";
  424. this.panelExport.Size = new System.Drawing.Size(80, 28);
  425. this.panelExport.TabIndex = 2234;
  426. //
  427. // btnExport
  428. //
  429. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  430. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  431. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  432. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  433. this.btnExport.ForeColor = System.Drawing.Color.White;
  434. this.btnExport.IsCustomBackImg = false;
  435. this.btnExport.IsShowText = true;
  436. this.btnExport.Location = new System.Drawing.Point(0, 0);
  437. this.btnExport.Name = "btnExport";
  438. this.btnExport.Size = new System.Drawing.Size(75, 28);
  439. this.btnExport.TabIndex = 304;
  440. this.btnExport.Text = " 导 出";
  441. this.btnExport.UseVisualStyleBackColor = false;
  442. //
  443. // FrmInventoryReport
  444. //
  445. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  446. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  447. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  448. this.ClientSize = new System.Drawing.Size(1058, 610);
  449. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  450. this.IsShowUcNavigationTool = true;
  451. this.Name = "FrmInventoryReport";
  452. this.Text = "库存报表";
  453. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  454. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  455. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  456. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  457. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  458. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  459. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  460. this.plExMainContainer.ResumeLayout(false);
  461. this.plFormMainContent.ResumeLayout(false);
  462. this.flowLayoutPanel1.ResumeLayout(false);
  463. this.panelDateTime.ResumeLayout(false);
  464. this.panelDateTime.PerformLayout();
  465. this.panelCreateName.ResumeLayout(false);
  466. this.panelCreateName.PerformLayout();
  467. this.panelVendor.ResumeLayout(false);
  468. this.panelVendor.PerformLayout();
  469. this.panelSelect.ResumeLayout(false);
  470. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  471. this.tabControlEx1.ResumeLayout(false);
  472. this.panelExport.ResumeLayout(false);
  473. this.ResumeLayout(false);
  474. }
  475. #endregion
  476. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  477. protected internal ComponentLibrary.PanelEx panelDateTime;
  478. protected internal ComponentLibrary.DateTimePickerEx dtpTimeStart;
  479. protected internal ComponentLibrary.DateTimePickerEx dtpTimeEnd;
  480. protected internal ComponentLibrary.LabelEx labelEx2;
  481. private ComponentLibrary.LabelEx labelEx1;
  482. protected internal ComponentLibrary.PanelEx panelCreateName;
  483. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevCreateName;
  484. protected internal ComponentLibrary.LabelEx labelEx4;
  485. protected internal ComponentLibrary.PanelEx panelVendor;
  486. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevVendor;
  487. protected ComponentLibrary.LabelEx lblCs;
  488. protected internal ComponentLibrary.PanelEx panelSelect;
  489. protected internal ComponentLibrary.ButtonEx btnSelect;
  490. protected internal ComponentLibrary.DataGridViewEc dgvData;
  491. protected internal ComponentLibrary.TextBoxEx txtStatistics;
  492. protected internal ComponentLibrary.TabControlEx tabControlEx1;
  493. protected internal System.Windows.Forms.TabPage tabPage_IntStorage;
  494. protected internal System.Windows.Forms.TabPage tabPage_OutStorage;
  495. protected internal System.Windows.Forms.TabPage tabPage_CurrentStorage;
  496. protected internal ComponentLibrary.PanelEx panelExport;
  497. protected internal ComponentLibrary.ButtonEx btnExport;
  498. }
  499. }