FrmSliceStatistics.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmSliceStatistics
  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(FrmSliceStatistics));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.cbx_Level = new LYFZ.ComponentLibrary.ComboBoxEx();
  34. this.cbx_Scenery = new LYFZ.ComponentLibrary.ComboBoxEx();
  35. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.btn_Search = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.dtp_EndTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
  39. this.dtp_StartTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
  40. this.lab_SelectTime = new LYFZ.ComponentLibrary.LabelEx();
  41. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
  42. this.EmployeeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.摄影师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.摄影助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.化妆师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.化妆助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.引导师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.引导助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.初修师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.精修师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.选片师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.设计师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.plExMainContainer.SuspendLayout();
  54. this.plFormMainContent.SuspendLayout();
  55. this.panelEx1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // plExMainContainer
  60. //
  61. this.plExMainContainer.Controls.Add(this.dgvData);
  62. this.plExMainContainer.Controls.Add(this.panelEx1);
  63. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  64. this.plExMainContainer.Size = new System.Drawing.Size(1046, 641);
  65. //
  66. // plFormMainContent
  67. //
  68. this.plFormMainContent.Size = new System.Drawing.Size(1046, 641);
  69. //
  70. // btnAppFormMaximize
  71. //
  72. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  73. this.btnAppFormMaximize.Location = new System.Drawing.Point(987, 0);
  74. //
  75. // btnAppFormExit
  76. //
  77. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  78. this.btnAppFormExit.Location = new System.Drawing.Point(1014, 0);
  79. //
  80. // btnAppFormMinimize
  81. //
  82. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  83. this.btnAppFormMinimize.Location = new System.Drawing.Point(960, 0);
  84. //
  85. // panelEx1
  86. //
  87. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  88. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  89. this.panelEx1.BorderWidth = 1;
  90. this.panelEx1.Controls.Add(this.labelEx3);
  91. this.panelEx1.Controls.Add(this.cbx_Level);
  92. this.panelEx1.Controls.Add(this.cbx_Scenery);
  93. this.panelEx1.Controls.Add(this.labelEx2);
  94. this.panelEx1.Controls.Add(this.btn_Search);
  95. this.panelEx1.Controls.Add(this.labelEx1);
  96. this.panelEx1.Controls.Add(this.dtp_EndTime);
  97. this.panelEx1.Controls.Add(this.dtp_StartTime);
  98. this.panelEx1.Controls.Add(this.lab_SelectTime);
  99. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  100. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  101. this.panelEx1.Name = "panelEx1";
  102. this.panelEx1.Size = new System.Drawing.Size(1036, 40);
  103. this.panelEx1.TabIndex = 0;
  104. //
  105. // labelEx3
  106. //
  107. this.labelEx3.AutoSize = true;
  108. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  109. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  110. this.labelEx3.Location = new System.Drawing.Point(144, 12);
  111. this.labelEx3.Name = "labelEx3";
  112. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  113. this.labelEx3.TabIndex = 6;
  114. this.labelEx3.Text = "景点等级:";
  115. //
  116. // cbx_Level
  117. //
  118. this.cbx_Level.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  119. this.cbx_Level.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  120. this.cbx_Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  121. this.cbx_Level.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  122. this.cbx_Level.Font = new System.Drawing.Font("宋体", 10.5F);
  123. this.cbx_Level.FormattingEnabled = true;
  124. this.cbx_Level.IsCustomColor = false;
  125. this.cbx_Level.Location = new System.Drawing.Point(212, 9);
  126. this.cbx_Level.Name = "cbx_Level";
  127. this.cbx_Level.ReadOnly = false;
  128. this.cbx_Level.Size = new System.Drawing.Size(89, 22);
  129. this.cbx_Level.TabIndex = 5;
  130. //
  131. // cbx_Scenery
  132. //
  133. this.cbx_Scenery.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  134. this.cbx_Scenery.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  135. this.cbx_Scenery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  136. this.cbx_Scenery.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  137. this.cbx_Scenery.Font = new System.Drawing.Font("宋体", 10.5F);
  138. this.cbx_Scenery.FormattingEnabled = true;
  139. this.cbx_Scenery.IsCustomColor = false;
  140. this.cbx_Scenery.Items.AddRange(new object[] {
  141. "全部",
  142. "外景",
  143. "内景"});
  144. this.cbx_Scenery.Location = new System.Drawing.Point(49, 9);
  145. this.cbx_Scenery.Name = "cbx_Scenery";
  146. this.cbx_Scenery.ReadOnly = false;
  147. this.cbx_Scenery.Size = new System.Drawing.Size(89, 22);
  148. this.cbx_Scenery.TabIndex = 5;
  149. //
  150. // labelEx2
  151. //
  152. this.labelEx2.AutoSize = true;
  153. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  154. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  155. this.labelEx2.Location = new System.Drawing.Point(5, 12);
  156. this.labelEx2.Name = "labelEx2";
  157. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  158. this.labelEx2.TabIndex = 4;
  159. this.labelEx2.Text = "类型:";
  160. //
  161. // btn_Search
  162. //
  163. this.btn_Search.BackColor = System.Drawing.Color.Transparent;
  164. this.btn_Search.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Search.BackImg")));
  165. this.btn_Search.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  166. this.btn_Search.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  167. this.btn_Search.ForeColor = System.Drawing.Color.White;
  168. this.btn_Search.IsCustomBackImg = false;
  169. this.btn_Search.IsShowText = true;
  170. this.btn_Search.Location = new System.Drawing.Point(618, 6);
  171. this.btn_Search.Name = "btn_Search";
  172. this.btn_Search.Size = new System.Drawing.Size(85, 28);
  173. this.btn_Search.TabIndex = 3;
  174. this.btn_Search.Text = "查询";
  175. this.btn_Search.UseVisualStyleBackColor = false;
  176. //
  177. // labelEx1
  178. //
  179. this.labelEx1.AutoSize = true;
  180. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  181. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  182. this.labelEx1.Location = new System.Drawing.Point(485, 12);
  183. this.labelEx1.Name = "labelEx1";
  184. this.labelEx1.Size = new System.Drawing.Size(17, 17);
  185. this.labelEx1.TabIndex = 2;
  186. this.labelEx1.Text = "~";
  187. //
  188. // dtp_EndTime
  189. //
  190. this.dtp_EndTime.CustomFormat = " ";
  191. this.dtp_EndTime.DateValue = "";
  192. this.dtp_EndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  193. this.dtp_EndTime.IsShowTime = false;
  194. this.dtp_EndTime.Location = new System.Drawing.Point(503, 10);
  195. this.dtp_EndTime.Name = "dtp_EndTime";
  196. this.dtp_EndTime.Size = new System.Drawing.Size(109, 21);
  197. this.dtp_EndTime.TabIndex = 1;
  198. //
  199. // dtp_StartTime
  200. //
  201. this.dtp_StartTime.CustomFormat = " ";
  202. this.dtp_StartTime.DateValue = "";
  203. this.dtp_StartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  204. this.dtp_StartTime.IsShowTime = false;
  205. this.dtp_StartTime.Location = new System.Drawing.Point(375, 10);
  206. this.dtp_StartTime.Name = "dtp_StartTime";
  207. this.dtp_StartTime.Size = new System.Drawing.Size(109, 21);
  208. this.dtp_StartTime.TabIndex = 1;
  209. //
  210. // lab_SelectTime
  211. //
  212. this.lab_SelectTime.AutoSize = true;
  213. this.lab_SelectTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  214. this.lab_SelectTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  215. this.lab_SelectTime.Location = new System.Drawing.Point(307, 12);
  216. this.lab_SelectTime.Name = "lab_SelectTime";
  217. this.lab_SelectTime.Size = new System.Drawing.Size(68, 17);
  218. this.lab_SelectTime.TabIndex = 0;
  219. this.lab_SelectTime.Text = "选片时间:";
  220. //
  221. // dgvData
  222. //
  223. this.dgvData.AllowUserToAddRows = false;
  224. this.dgvData.AllowUserToDeleteRows = false;
  225. this.dgvData.AllowUserToResizeRows = false;
  226. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  227. this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  228. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  229. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  230. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  231. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  232. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  234. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  235. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  236. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  237. this.dgvData.ColumnHeadersHeight = 25;
  238. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  239. this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  240. this.EmployeeName,
  241. this.摄影师,
  242. this.摄影助理,
  243. this.化妆师,
  244. this.化妆助理,
  245. this.引导师,
  246. this.引导助理,
  247. this.初修师,
  248. this.精修师,
  249. this.选片师,
  250. this.设计师});
  251. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  252. this.dgvData.EnableHeadersVisualStyles = false;
  253. this.dgvData.EraseCell = false;
  254. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  255. this.dgvData.GridViewUniquelyIdentify = "_dataGridViewEx1_dgvData_dgvData_dgvData_dgvData_dgvData";
  256. this.dgvData.IsCompleteBonding = false;
  257. this.dgvData.IsCopyCellValue = true;
  258. this.dgvData.Location = new System.Drawing.Point(5, 45);
  259. this.dgvData.Name = "dgvData";
  260. this.dgvData.RowHeadersVisible = false;
  261. this.dgvData.RowTemplate.Height = 23;
  262. this.dgvData.RowTemplate.ReadOnly = true;
  263. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  264. this.dgvData.Size = new System.Drawing.Size(1036, 591);
  265. this.dgvData.TabIndex = 1;
  266. //
  267. // EmployeeName
  268. //
  269. this.EmployeeName.HeaderText = "员工名称";
  270. this.EmployeeName.Name = "EmployeeName";
  271. this.EmployeeName.ReadOnly = true;
  272. //
  273. // 摄影师
  274. //
  275. this.摄影师.HeaderText = "摄影师";
  276. this.摄影师.Name = "摄影师";
  277. this.摄影师.ReadOnly = true;
  278. //
  279. // 摄影助理
  280. //
  281. this.摄影助理.HeaderText = "摄影助理";
  282. this.摄影助理.Name = "摄影助理";
  283. this.摄影助理.ReadOnly = true;
  284. //
  285. // 化妆师
  286. //
  287. this.化妆师.HeaderText = "化妆师";
  288. this.化妆师.Name = "化妆师";
  289. this.化妆师.ReadOnly = true;
  290. //
  291. // 化妆助理
  292. //
  293. this.化妆助理.HeaderText = "化妆助理";
  294. this.化妆助理.Name = "化妆助理";
  295. this.化妆助理.ReadOnly = true;
  296. //
  297. // 引导师
  298. //
  299. this.引导师.HeaderText = "引导师";
  300. this.引导师.Name = "引导师";
  301. this.引导师.ReadOnly = true;
  302. //
  303. // 引导助理
  304. //
  305. this.引导助理.HeaderText = "引导助理";
  306. this.引导助理.Name = "引导助理";
  307. this.引导助理.ReadOnly = true;
  308. //
  309. // 初修师
  310. //
  311. this.初修师.HeaderText = "初修师";
  312. this.初修师.Name = "初修师";
  313. this.初修师.ReadOnly = true;
  314. //
  315. // 精修师
  316. //
  317. this.精修师.HeaderText = "精修师";
  318. this.精修师.Name = "精修师";
  319. this.精修师.ReadOnly = true;
  320. //
  321. // 选片师
  322. //
  323. this.选片师.HeaderText = "选片师";
  324. this.选片师.Name = "选片师";
  325. this.选片师.ReadOnly = true;
  326. //
  327. // 设计师
  328. //
  329. this.设计师.HeaderText = "设计师";
  330. this.设计师.Name = "设计师";
  331. this.设计师.ReadOnly = true;
  332. //
  333. // FrmSliceStatistics
  334. //
  335. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  336. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  337. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  338. this.ClientSize = new System.Drawing.Size(1046, 706);
  339. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  340. this.Name = "FrmSliceStatistics";
  341. this.Text = "选片数据统计";
  342. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  343. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  344. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  345. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  346. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  347. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  348. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  349. this.plExMainContainer.ResumeLayout(false);
  350. this.plFormMainContent.ResumeLayout(false);
  351. this.panelEx1.ResumeLayout(false);
  352. this.panelEx1.PerformLayout();
  353. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  354. this.ResumeLayout(false);
  355. }
  356. #endregion
  357. private ComponentLibrary.PanelEx panelEx1;
  358. protected internal ComponentLibrary.ButtonEx btn_Search;
  359. private ComponentLibrary.LabelEx labelEx1;
  360. private ComponentLibrary.LabelEx lab_SelectTime;
  361. protected internal ComponentLibrary.DateTimePickerEx dtp_EndTime;
  362. protected internal ComponentLibrary.DateTimePickerEx dtp_StartTime;
  363. protected internal ComponentLibrary.DataGridViewEx dgvData;
  364. private System.Windows.Forms.DataGridViewTextBoxColumn EmployeeName;
  365. private System.Windows.Forms.DataGridViewTextBoxColumn 摄影师;
  366. private System.Windows.Forms.DataGridViewTextBoxColumn 摄影助理;
  367. private System.Windows.Forms.DataGridViewTextBoxColumn 化妆师;
  368. private System.Windows.Forms.DataGridViewTextBoxColumn 化妆助理;
  369. private System.Windows.Forms.DataGridViewTextBoxColumn 引导师;
  370. private System.Windows.Forms.DataGridViewTextBoxColumn 引导助理;
  371. private System.Windows.Forms.DataGridViewTextBoxColumn 初修师;
  372. private System.Windows.Forms.DataGridViewTextBoxColumn 精修师;
  373. private System.Windows.Forms.DataGridViewTextBoxColumn 选片师;
  374. private System.Windows.Forms.DataGridViewTextBoxColumn 设计师;
  375. private ComponentLibrary.LabelEx labelEx2;
  376. private ComponentLibrary.LabelEx labelEx3;
  377. protected ComponentLibrary.ComboBoxEx cbx_Scenery;
  378. protected ComponentLibrary.ComboBoxEx cbx_Level;
  379. }
  380. }