FrmResponsibleStatistics.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmResponsibleStatistics
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmResponsibleStatistics));
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.dgvStatistics = new LYFZ.ComponentLibrary.DataGridViewEx();
  37. this.dtpStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  38. this.dtpEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  39. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.责任人 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.摄影师 = 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.plExMainContainer.SuspendLayout();
  49. this.plFormMainContent.SuspendLayout();
  50. this.panelEx2.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.dgvStatistics)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // plExMainContainer
  55. //
  56. this.plExMainContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  57. | System.Windows.Forms.AnchorStyles.Left)
  58. | System.Windows.Forms.AnchorStyles.Right)));
  59. this.plExMainContainer.Controls.Add(this.panelEx2);
  60. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  61. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  62. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  63. //
  64. // plFormMainContent
  65. //
  66. this.plFormMainContent.Controls.Add(this.labelEx1);
  67. this.plFormMainContent.Controls.Add(this.dtpEnd);
  68. this.plFormMainContent.Controls.Add(this.dtpStart);
  69. this.plFormMainContent.Controls.Add(this.btnQuery);
  70. this.plFormMainContent.Controls.Add(this.btnClose);
  71. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  72. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  73. this.plFormMainContent.Controls.SetChildIndex(this.btnQuery, 0);
  74. this.plFormMainContent.Controls.SetChildIndex(this.dtpStart, 0);
  75. this.plFormMainContent.Controls.SetChildIndex(this.dtpEnd, 0);
  76. this.plFormMainContent.Controls.SetChildIndex(this.labelEx1, 0);
  77. //
  78. // btnAppFormMaximize
  79. //
  80. this.btnAppFormMaximize.BackImg = null;
  81. //
  82. // btnAppFormExit
  83. //
  84. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  85. //
  86. // btnAppFormMinimize
  87. //
  88. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  89. //
  90. // btnClose
  91. //
  92. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  93. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  94. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  95. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  96. this.btnClose.ForeColor = System.Drawing.Color.White;
  97. this.btnClose.IsCustomBackImg = false;
  98. this.btnClose.IsShowText = true;
  99. this.btnClose.Location = new System.Drawing.Point(557, 7);
  100. this.btnClose.Name = "btnClose";
  101. this.btnClose.Size = new System.Drawing.Size(85, 26);
  102. this.btnClose.TabIndex = 212;
  103. this.btnClose.Text = " 关 闭";
  104. this.btnClose.UseVisualStyleBackColor = false;
  105. //
  106. // panelEx2
  107. //
  108. this.panelEx2.BorderColor = System.Drawing.Color.DimGray;
  109. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  110. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  111. this.panelEx2.BorderWidth = 1;
  112. this.panelEx2.Controls.Add(this.dgvStatistics);
  113. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  114. this.panelEx2.Location = new System.Drawing.Point(5, 5);
  115. this.panelEx2.Margin = new System.Windows.Forms.Padding(0);
  116. this.panelEx2.Name = "panelEx2";
  117. this.panelEx2.Padding = new System.Windows.Forms.Padding(2);
  118. this.panelEx2.Size = new System.Drawing.Size(900, 495);
  119. this.panelEx2.TabIndex = 195;
  120. //
  121. // dgvStatistics
  122. //
  123. this.dgvStatistics.AllowUserToAddRows = false;
  124. this.dgvStatistics.AllowUserToDeleteRows = false;
  125. this.dgvStatistics.AllowUserToResizeRows = false;
  126. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  127. this.dgvStatistics.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  128. this.dgvStatistics.BackgroundColor = System.Drawing.Color.White;
  129. this.dgvStatistics.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  130. this.dgvStatistics.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  131. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  132. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  133. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  135. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  136. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  137. this.dgvStatistics.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  138. this.dgvStatistics.ColumnHeadersHeight = 24;
  139. this.dgvStatistics.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  140. this.dgvStatistics.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  141. this.责任人,
  142. this.摄影师,
  143. this.摄影师助理,
  144. this.化妆师,
  145. this.化妆师助理,
  146. this.引导师,
  147. this.引导师助理});
  148. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  149. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  150. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  152. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  153. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  154. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  155. this.dgvStatistics.DefaultCellStyle = dataGridViewCellStyle4;
  156. this.dgvStatistics.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.dgvStatistics.EnableHeadersVisualStyles = false;
  158. this.dgvStatistics.EraseCell = false;
  159. this.dgvStatistics.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  160. this.dgvStatistics.GridViewUniquelyIdentify = "_panelEx2_dgvStatistics_dgvStatistics_dgvStatistics_dgvStatistics_dgvStatistics";
  161. this.dgvStatistics.IsCompleteBonding = false;
  162. this.dgvStatistics.IsCopyCellValue = true;
  163. this.dgvStatistics.Location = new System.Drawing.Point(2, 2);
  164. this.dgvStatistics.Margin = new System.Windows.Forms.Padding(0);
  165. this.dgvStatistics.Name = "dgvStatistics";
  166. this.dgvStatistics.ReadOnly = true;
  167. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  168. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
  169. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
  171. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  172. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  173. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  174. this.dgvStatistics.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
  175. this.dgvStatistics.RowHeadersVisible = false;
  176. this.dgvStatistics.RowTemplate.Height = 23;
  177. this.dgvStatistics.RowTemplate.ReadOnly = true;
  178. this.dgvStatistics.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  179. this.dgvStatistics.Size = new System.Drawing.Size(894, 489);
  180. this.dgvStatistics.TabIndex = 198;
  181. //
  182. // dtpStart
  183. //
  184. this.dtpStart.CustomFormat = " ";
  185. this.dtpStart.DateValue = "";
  186. this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  187. this.dtpStart.IsShowTime = false;
  188. this.dtpStart.Location = new System.Drawing.Point(232, 10);
  189. this.dtpStart.Name = "dtpStart";
  190. this.dtpStart.Size = new System.Drawing.Size(100, 21);
  191. this.dtpStart.TabIndex = 226;
  192. //
  193. // dtpEnd
  194. //
  195. this.dtpEnd.CustomFormat = " ";
  196. this.dtpEnd.DateValue = "";
  197. this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  198. this.dtpEnd.IsShowTime = false;
  199. this.dtpEnd.Location = new System.Drawing.Point(357, 10);
  200. this.dtpEnd.Name = "dtpEnd";
  201. this.dtpEnd.Size = new System.Drawing.Size(100, 21);
  202. this.dtpEnd.TabIndex = 227;
  203. //
  204. // labelEx1
  205. //
  206. this.labelEx1.AutoSize = true;
  207. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  208. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  209. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  210. this.labelEx1.Location = new System.Drawing.Point(334, 12);
  211. this.labelEx1.Name = "labelEx1";
  212. this.labelEx1.Size = new System.Drawing.Size(21, 17);
  213. this.labelEx1.TabIndex = 228;
  214. this.labelEx1.Text = "—";
  215. //
  216. // btnQuery
  217. //
  218. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  219. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  220. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  221. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  222. this.btnQuery.ForeColor = System.Drawing.Color.White;
  223. this.btnQuery.IsCustomBackImg = false;
  224. this.btnQuery.IsShowText = true;
  225. this.btnQuery.Location = new System.Drawing.Point(466, 7);
  226. this.btnQuery.Name = "btnQuery";
  227. this.btnQuery.Size = new System.Drawing.Size(85, 26);
  228. this.btnQuery.TabIndex = 229;
  229. this.btnQuery.Text = " 查 询";
  230. this.btnQuery.UseVisualStyleBackColor = false;
  231. //
  232. // 责任人
  233. //
  234. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  235. this.责任人.DefaultCellStyle = dataGridViewCellStyle3;
  236. this.责任人.FillWeight = 1.433349F;
  237. this.责任人.HeaderText = "责任人";
  238. this.责任人.Name = "责任人";
  239. this.责任人.ReadOnly = true;
  240. //
  241. // 摄影师
  242. //
  243. this.摄影师.FillWeight = 2.815883F;
  244. this.摄影师.HeaderText = "摄影师";
  245. this.摄影师.Name = "摄影师";
  246. this.摄影师.ReadOnly = true;
  247. this.摄影师.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  248. //
  249. // 摄影师助理
  250. //
  251. this.摄影师助理.FillWeight = 5.652044F;
  252. this.摄影师助理.HeaderText = "摄影师助理";
  253. this.摄影师助理.Name = "摄影师助理";
  254. this.摄影师助理.ReadOnly = true;
  255. this.摄影师助理.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  256. //
  257. // 化妆师
  258. //
  259. this.化妆师.FillWeight = 11.42549F;
  260. this.化妆师.HeaderText = "化妆师";
  261. this.化妆师.Name = "化妆师";
  262. this.化妆师.ReadOnly = true;
  263. this.化妆师.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  264. //
  265. // 化妆师助理
  266. //
  267. this.化妆师助理.FillWeight = 23.16447F;
  268. this.化妆师助理.HeaderText = "化妆师助理";
  269. this.化妆师助理.Name = "化妆师助理";
  270. this.化妆师助理.ReadOnly = true;
  271. this.化妆师助理.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  272. //
  273. // 引导师
  274. //
  275. this.引导师.HeaderText = "引导师";
  276. this.引导师.Name = "引导师";
  277. this.引导师.ReadOnly = true;
  278. this.引导师.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  279. //
  280. // 引导师助理
  281. //
  282. this.引导师助理.HeaderText = "引导师助理";
  283. this.引导师助理.Name = "引导师助理";
  284. this.引导师助理.ReadOnly = true;
  285. //
  286. // FrmResponsibleStatistics
  287. //
  288. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  289. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  290. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  291. this.ClientSize = new System.Drawing.Size(910, 610);
  292. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  293. this.IsShowUcNavigationTool = true;
  294. this.Name = "FrmResponsibleStatistics";
  295. this.Text = "重拍责任人统计";
  296. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  297. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  298. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  299. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  300. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  301. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  302. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  303. this.plExMainContainer.ResumeLayout(false);
  304. this.plFormMainContent.ResumeLayout(false);
  305. this.plFormMainContent.PerformLayout();
  306. this.panelEx2.ResumeLayout(false);
  307. ((System.ComponentModel.ISupportInitialize)(this.dgvStatistics)).EndInit();
  308. this.ResumeLayout(false);
  309. }
  310. #endregion
  311. protected ComponentLibrary.ButtonEx btnClose;
  312. private ComponentLibrary.PanelEx panelEx2;
  313. public ComponentLibrary.DataGridViewEx dgvStatistics;
  314. private ComponentLibrary.LabelEx labelEx1;
  315. protected ComponentLibrary.ButtonEx btnQuery;
  316. protected internal ComponentLibrary.DateTimePickerEx dtpEnd;
  317. protected internal ComponentLibrary.DateTimePickerEx dtpStart;
  318. private System.Windows.Forms.DataGridViewTextBoxColumn ServiceName;
  319. private System.Windows.Forms.DataGridViewTextBoxColumn Photographer;
  320. private System.Windows.Forms.DataGridViewTextBoxColumn PhotographArtist;
  321. private System.Windows.Forms.DataGridViewTextBoxColumn MakeupName;
  322. private System.Windows.Forms.DataGridViewTextBoxColumn MakeupArtistName;
  323. private System.Windows.Forms.DataGridViewTextBoxColumn BootDivisionName;
  324. private System.Windows.Forms.DataGridViewTextBoxColumn BootDivisionArtist;
  325. private System.Windows.Forms.DataGridViewTextBoxColumn EarlyRepairName;
  326. private System.Windows.Forms.DataGridViewTextBoxColumn FilmSelection;
  327. private System.Windows.Forms.DataGridViewTextBoxColumn RefinementName;
  328. private System.Windows.Forms.DataGridViewTextBoxColumn LookDesignName;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn DesignName;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn ClothingName;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn 责任人;
  332. private System.Windows.Forms.DataGridViewTextBoxColumn 摄影师;
  333. private System.Windows.Forms.DataGridViewTextBoxColumn 摄影师助理;
  334. private System.Windows.Forms.DataGridViewTextBoxColumn 化妆师;
  335. private System.Windows.Forms.DataGridViewTextBoxColumn 化妆师助理;
  336. private System.Windows.Forms.DataGridViewTextBoxColumn 引导师;
  337. private System.Windows.Forms.DataGridViewTextBoxColumn 引导师助理;
  338. }
  339. }