WorkStatisticalStoreOpenSingle.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. namespace LYFZ.Software.UI.StatisticalEmployeeWork
  2. {
  3. partial class WorkStatisticalStoreOpenSingle
  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(WorkStatisticalStoreOpenSingle));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.txtStatisticalText = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.cmbtreevperson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  37. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.dtDataTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  39. this.dtDataTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  40. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  42. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  43. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  44. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.panelClose = new LYFZ.ComponentLibrary.PanelEx();
  47. this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
  48. this.cmbtreevStatisticalType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  49. this.plExMainContainer.SuspendLayout();
  50. this.plFormMainContent.SuspendLayout();
  51. this.panelEx1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  53. this.flowLayoutPanel1.SuspendLayout();
  54. this.panelEx2.SuspendLayout();
  55. this.panelEx3.SuspendLayout();
  56. this.panelEx4.SuspendLayout();
  57. this.panelEx5.SuspendLayout();
  58. this.panelClose.SuspendLayout();
  59. this.panelEx7.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // plExMainContainer
  63. //
  64. this.plExMainContainer.Controls.Add(this.panelEx1);
  65. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  66. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  67. this.plExMainContainer.Size = new System.Drawing.Size(950, 505);
  68. //
  69. // plFormMainContent
  70. //
  71. this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
  72. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  73. //
  74. // btnAppFormMaximize
  75. //
  76. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  77. this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0);
  78. //
  79. // btnAppFormExit
  80. //
  81. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  82. this.btnAppFormExit.Location = new System.Drawing.Point(918, 0);
  83. //
  84. // btnAppFormMinimize
  85. //
  86. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  87. this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0);
  88. //
  89. // panelEx1
  90. //
  91. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  92. this.panelEx1.BorderWidth = 1;
  93. this.panelEx1.Controls.Add(this.dgvData);
  94. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  95. this.panelEx1.Controls.Add(this.txtStatisticalText);
  96. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  98. this.panelEx1.Name = "panelEx1";
  99. this.panelEx1.Padding = new System.Windows.Forms.Padding(3);
  100. this.panelEx1.Size = new System.Drawing.Size(940, 485);
  101. this.panelEx1.TabIndex = 5;
  102. //
  103. // dgvData
  104. //
  105. this.dgvData.AllowUserToAddRows = false;
  106. this.dgvData.AllowUserToDeleteRows = false;
  107. this.dgvData.AllowUserToOrderColumns = true;
  108. this.dgvData.AllowUserToResizeRows = false;
  109. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  110. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  111. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  112. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  113. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  115. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  116. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  117. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  118. this.dgvData.ColumnHeadersHeight = 24;
  119. this.dgvData.dgvColumnHeadersHeight = 24;
  120. this.dgvData.dgvCurrentColumnOriginalSet = "";
  121. this.dgvData.dgvCurrentColumnWidth = "";
  122. this.dgvData.dgvCurrentHideColumn = null;
  123. this.dgvData.dgvFixedHideColumn = null;
  124. this.dgvData.dgvGuidName = null;
  125. this.dgvData.dgvUserEmployeeID = null;
  126. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.dgvData.EnableHeadersVisualStyles = false;
  128. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  129. this.dgvData.ImageHeight = 15;
  130. this.dgvData.ImageWidth = 15;
  131. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  132. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  133. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  134. this.dgvData.IsCopyCellValue = true;
  135. this.dgvData.IsShowSerialNumber = true;
  136. this.dgvData.IsSortedRedraw = true;
  137. this.dgvData.IsSortMode = false;
  138. this.dgvData.Location = new System.Drawing.Point(3, 42);
  139. this.dgvData.Name = "dgvData";
  140. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  141. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  142. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  144. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  145. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  146. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  147. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  148. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  149. this.dgvData.RowHeadersWidth = 30;
  150. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  151. this.dgvData.RowTemplate.Height = 23;
  152. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  153. this.dgvData.Size = new System.Drawing.Size(934, 415);
  154. this.dgvData.TabIndex = 25;
  155. this.dgvData.ViceCount = 1;
  156. //
  157. // txtStatisticalText
  158. //
  159. this.txtStatisticalText.BackColor = System.Drawing.Color.Transparent;
  160. this.txtStatisticalText.Dock = System.Windows.Forms.DockStyle.Bottom;
  161. this.txtStatisticalText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  162. this.txtStatisticalText.Icon = null;
  163. this.txtStatisticalText.IconIsButton = false;
  164. this.txtStatisticalText.IsPasswordChat = '\0';
  165. this.txtStatisticalText.IsSystemPasswordChar = false;
  166. this.txtStatisticalText.Lines = new string[0];
  167. this.txtStatisticalText.Location = new System.Drawing.Point(3, 457);
  168. this.txtStatisticalText.Margin = new System.Windows.Forms.Padding(0);
  169. this.txtStatisticalText.MaxLength = 32767;
  170. this.txtStatisticalText.MinimumSize = new System.Drawing.Size(0, 24);
  171. this.txtStatisticalText.MouseBack = null;
  172. this.txtStatisticalText.Multiline = false;
  173. this.txtStatisticalText.Name = "txtStatisticalText";
  174. this.txtStatisticalText.NormlBack = null;
  175. this.txtStatisticalText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  176. this.txtStatisticalText.ReadOnly = true;
  177. this.txtStatisticalText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  178. this.txtStatisticalText.Size = new System.Drawing.Size(934, 25);
  179. this.txtStatisticalText.TabIndex = 2232;
  180. this.txtStatisticalText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  181. this.txtStatisticalText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  182. this.txtStatisticalText.WaterText = "";
  183. this.txtStatisticalText.WordWrap = true;
  184. //
  185. // btnExport
  186. //
  187. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  188. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  189. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  190. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  191. this.btnExport.ForeColor = System.Drawing.Color.White;
  192. this.btnExport.IsCustomBackImg = false;
  193. this.btnExport.IsShowText = true;
  194. this.btnExport.Location = new System.Drawing.Point(1, 1);
  195. this.btnExport.Name = "btnExport";
  196. this.btnExport.Size = new System.Drawing.Size(85, 28);
  197. this.btnExport.TabIndex = 2247;
  198. this.btnExport.Text = " 导 出";
  199. this.btnExport.UseVisualStyleBackColor = false;
  200. //
  201. // btnClose
  202. //
  203. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  204. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  205. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  206. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  207. this.btnClose.ForeColor = System.Drawing.Color.White;
  208. this.btnClose.IsCustomBackImg = false;
  209. this.btnClose.IsShowText = true;
  210. this.btnClose.Location = new System.Drawing.Point(1, 1);
  211. this.btnClose.Name = "btnClose";
  212. this.btnClose.Size = new System.Drawing.Size(85, 28);
  213. this.btnClose.TabIndex = 2245;
  214. this.btnClose.Text = " 关 闭";
  215. this.btnClose.UseVisualStyleBackColor = false;
  216. //
  217. // cmbtreevperson
  218. //
  219. this.cmbtreevperson.AfterSelectLevelFirstNode = true;
  220. this.cmbtreevperson.DropDownHeight = 220;
  221. this.cmbtreevperson.DropDownShow = false;
  222. this.cmbtreevperson.FormattingEnabled = true;
  223. this.cmbtreevperson.IntegralHeight = false;
  224. this.cmbtreevperson.IsNodeMouseClick = true;
  225. this.cmbtreevperson.IsSelectParentNode = false;
  226. this.cmbtreevperson.Location = new System.Drawing.Point(1, 5);
  227. this.cmbtreevperson.Name = "cmbtreevperson";
  228. this.cmbtreevperson.ReadOnly = true;
  229. this.cmbtreevperson.SelectedNode = null;
  230. this.cmbtreevperson.Size = new System.Drawing.Size(180, 20);
  231. this.cmbtreevperson.StrGetName = "";
  232. this.cmbtreevperson.StrGetTagName = "";
  233. this.cmbtreevperson.StrKey = null;
  234. this.cmbtreevperson.TabIndex = 2246;
  235. //
  236. // btnQuery
  237. //
  238. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  239. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  240. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  241. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  242. this.btnQuery.ForeColor = System.Drawing.Color.White;
  243. this.btnQuery.IsCustomBackImg = false;
  244. this.btnQuery.IsShowText = true;
  245. this.btnQuery.Location = new System.Drawing.Point(1, 1);
  246. this.btnQuery.Name = "btnQuery";
  247. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  248. this.btnQuery.TabIndex = 2244;
  249. this.btnQuery.Text = " 查 询";
  250. this.btnQuery.UseVisualStyleBackColor = false;
  251. //
  252. // dtDataTimeEnd
  253. //
  254. this.dtDataTimeEnd.CustomFormat = " ";
  255. this.dtDataTimeEnd.DateValue = "";
  256. this.dtDataTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  257. this.dtDataTimeEnd.IsShowTime = false;
  258. this.dtDataTimeEnd.Location = new System.Drawing.Point(125, 4);
  259. this.dtDataTimeEnd.Name = "dtDataTimeEnd";
  260. this.dtDataTimeEnd.Size = new System.Drawing.Size(100, 21);
  261. this.dtDataTimeEnd.TabIndex = 2242;
  262. //
  263. // dtDataTimeStart
  264. //
  265. this.dtDataTimeStart.CustomFormat = " ";
  266. this.dtDataTimeStart.DateValue = "";
  267. this.dtDataTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  268. this.dtDataTimeStart.IsShowTime = false;
  269. this.dtDataTimeStart.Location = new System.Drawing.Point(2, 4);
  270. this.dtDataTimeStart.Name = "dtDataTimeStart";
  271. this.dtDataTimeStart.Size = new System.Drawing.Size(100, 21);
  272. this.dtDataTimeStart.TabIndex = 2241;
  273. //
  274. // labelEx1
  275. //
  276. this.labelEx1.AutoSize = true;
  277. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  278. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  279. this.labelEx1.Location = new System.Drawing.Point(103, 5);
  280. this.labelEx1.Name = "labelEx1";
  281. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  282. this.labelEx1.TabIndex = 2243;
  283. this.labelEx1.Text = "—";
  284. //
  285. // flowLayoutPanel1
  286. //
  287. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  288. this.flowLayoutPanel1.Controls.Add(this.panelEx3);
  289. this.flowLayoutPanel1.Controls.Add(this.panelEx7);
  290. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  291. this.flowLayoutPanel1.Controls.Add(this.panelEx5);
  292. this.flowLayoutPanel1.Controls.Add(this.panelClose);
  293. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  294. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  295. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  296. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
  297. this.flowLayoutPanel1.Size = new System.Drawing.Size(934, 39);
  298. this.flowLayoutPanel1.TabIndex = 2233;
  299. //
  300. // panelEx2
  301. //
  302. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  303. this.panelEx2.BorderWidth = 1;
  304. this.panelEx2.Controls.Add(this.dtDataTimeStart);
  305. this.panelEx2.Controls.Add(this.dtDataTimeEnd);
  306. this.panelEx2.Controls.Add(this.labelEx1);
  307. this.panelEx2.Location = new System.Drawing.Point(1, 4);
  308. this.panelEx2.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  309. this.panelEx2.Name = "panelEx2";
  310. this.panelEx2.Size = new System.Drawing.Size(232, 30);
  311. this.panelEx2.TabIndex = 2234;
  312. //
  313. // panelEx3
  314. //
  315. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  316. this.panelEx3.BorderWidth = 1;
  317. this.panelEx3.Controls.Add(this.cmbtreevperson);
  318. this.panelEx3.Location = new System.Drawing.Point(235, 4);
  319. this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  320. this.panelEx3.Name = "panelEx3";
  321. this.panelEx3.Size = new System.Drawing.Size(190, 30);
  322. this.panelEx3.TabIndex = 2235;
  323. //
  324. // panelEx4
  325. //
  326. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  327. this.panelEx4.BorderWidth = 1;
  328. this.panelEx4.Controls.Add(this.btnQuery);
  329. this.panelEx4.Location = new System.Drawing.Point(619, 4);
  330. this.panelEx4.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  331. this.panelEx4.Name = "panelEx4";
  332. this.panelEx4.Size = new System.Drawing.Size(90, 30);
  333. this.panelEx4.TabIndex = 2236;
  334. //
  335. // panelEx5
  336. //
  337. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  338. this.panelEx5.BorderWidth = 1;
  339. this.panelEx5.Controls.Add(this.btnExport);
  340. this.panelEx5.Location = new System.Drawing.Point(711, 4);
  341. this.panelEx5.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  342. this.panelEx5.Name = "panelEx5";
  343. this.panelEx5.Size = new System.Drawing.Size(90, 30);
  344. this.panelEx5.TabIndex = 2237;
  345. //
  346. // panelClose
  347. //
  348. this.panelClose.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  349. this.panelClose.BorderWidth = 1;
  350. this.panelClose.Controls.Add(this.btnClose);
  351. this.panelClose.Location = new System.Drawing.Point(803, 4);
  352. this.panelClose.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  353. this.panelClose.Name = "panelClose";
  354. this.panelClose.Size = new System.Drawing.Size(90, 30);
  355. this.panelClose.TabIndex = 2238;
  356. //
  357. // panelEx7
  358. //
  359. this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  360. this.panelEx7.BorderWidth = 1;
  361. this.panelEx7.Controls.Add(this.cmbtreevStatisticalType);
  362. this.panelEx7.Location = new System.Drawing.Point(427, 4);
  363. this.panelEx7.Margin = new System.Windows.Forms.Padding(1, 2, 1, 2);
  364. this.panelEx7.Name = "panelEx7";
  365. this.panelEx7.Size = new System.Drawing.Size(190, 30);
  366. this.panelEx7.TabIndex = 2239;
  367. //
  368. // cmbtreevStatisticalType
  369. //
  370. this.cmbtreevStatisticalType.AfterSelectLevelFirstNode = true;
  371. this.cmbtreevStatisticalType.DropDownHeight = 220;
  372. this.cmbtreevStatisticalType.DropDownShow = false;
  373. this.cmbtreevStatisticalType.FormattingEnabled = true;
  374. this.cmbtreevStatisticalType.IntegralHeight = false;
  375. this.cmbtreevStatisticalType.IsNodeMouseClick = true;
  376. this.cmbtreevStatisticalType.IsSelectParentNode = false;
  377. this.cmbtreevStatisticalType.Location = new System.Drawing.Point(1, 5);
  378. this.cmbtreevStatisticalType.Name = "cmbtreevStatisticalType";
  379. this.cmbtreevStatisticalType.ReadOnly = true;
  380. this.cmbtreevStatisticalType.SelectedNode = null;
  381. this.cmbtreevStatisticalType.Size = new System.Drawing.Size(180, 20);
  382. this.cmbtreevStatisticalType.StrGetName = "";
  383. this.cmbtreevStatisticalType.StrGetTagName = "";
  384. this.cmbtreevStatisticalType.StrKey = null;
  385. this.cmbtreevStatisticalType.TabIndex = 2247;
  386. //
  387. // WorkStatisticalStoreOpenSingle
  388. //
  389. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  390. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  391. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  392. this.ClientSize = new System.Drawing.Size(950, 610);
  393. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  394. this.ImeMode = System.Windows.Forms.ImeMode.On;
  395. this.IsShowUcNavigationTool = true;
  396. this.Name = "WorkStatisticalStoreOpenSingle";
  397. this.Text = "工作统计—门市接单";
  398. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  399. this.plExMainContainer.ResumeLayout(false);
  400. this.plFormMainContent.ResumeLayout(false);
  401. this.panelEx1.ResumeLayout(false);
  402. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  403. this.flowLayoutPanel1.ResumeLayout(false);
  404. this.panelEx2.ResumeLayout(false);
  405. this.panelEx2.PerformLayout();
  406. this.panelEx3.ResumeLayout(false);
  407. this.panelEx4.ResumeLayout(false);
  408. this.panelEx5.ResumeLayout(false);
  409. this.panelClose.ResumeLayout(false);
  410. this.panelEx7.ResumeLayout(false);
  411. this.ResumeLayout(false);
  412. }
  413. #endregion
  414. private ComponentLibrary.PanelEx panelEx1;
  415. protected internal ComponentLibrary.DataGridViewEc dgvData;
  416. protected internal ComponentLibrary.TextBoxEx txtStatisticalText;
  417. protected internal ComponentLibrary.ButtonEx btnExport;
  418. protected internal ComponentLibrary.ButtonEx btnClose;
  419. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevperson;
  420. protected internal ComponentLibrary.ButtonEx btnQuery;
  421. private ComponentLibrary.LabelEx labelEx1;
  422. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeEnd;
  423. protected internal ComponentLibrary.DateTimePickerEx dtDataTimeStart;
  424. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  425. private ComponentLibrary.PanelEx panelEx2;
  426. private ComponentLibrary.PanelEx panelEx3;
  427. private ComponentLibrary.PanelEx panelEx7;
  428. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStatisticalType;
  429. private ComponentLibrary.PanelEx panelEx4;
  430. private ComponentLibrary.PanelEx panelEx5;
  431. protected internal ComponentLibrary.PanelEx panelClose;
  432. }
  433. }