123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386 |
- namespace LYFZ.Software.UI.StatisticalInquiry
- {
- partial class FrmSliceStatistics
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSliceStatistics));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
- this.cbx_Level = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.cbx_Scenery = new LYFZ.ComponentLibrary.ComboBoxEx();
- this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
- this.btn_Search = new LYFZ.ComponentLibrary.ButtonEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.dtp_EndTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.dtp_StartTime = new LYFZ.ComponentLibrary.DateTimePickerEx();
- this.lab_SelectTime = new LYFZ.ComponentLibrary.LabelEx();
- this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.EmployeeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.摄影师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.摄影助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.化妆师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.化妆助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.引导师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.引导助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.初修师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.精修师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.选片师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.设计师 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.panelEx1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.dgvData);
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
- this.plExMainContainer.Size = new System.Drawing.Size(1046, 641);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(1046, 641);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(987, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(1014, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(960, 0);
- //
- // panelEx1
- //
- this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx1.BorderWidth = 1;
- this.panelEx1.Controls.Add(this.labelEx3);
- this.panelEx1.Controls.Add(this.cbx_Level);
- this.panelEx1.Controls.Add(this.cbx_Scenery);
- this.panelEx1.Controls.Add(this.labelEx2);
- this.panelEx1.Controls.Add(this.btn_Search);
- this.panelEx1.Controls.Add(this.labelEx1);
- this.panelEx1.Controls.Add(this.dtp_EndTime);
- this.panelEx1.Controls.Add(this.dtp_StartTime);
- this.panelEx1.Controls.Add(this.lab_SelectTime);
- this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelEx1.Location = new System.Drawing.Point(5, 5);
- this.panelEx1.Name = "panelEx1";
- this.panelEx1.Size = new System.Drawing.Size(1036, 40);
- this.panelEx1.TabIndex = 0;
- //
- // labelEx3
- //
- this.labelEx3.AutoSize = true;
- this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx3.Location = new System.Drawing.Point(144, 12);
- this.labelEx3.Name = "labelEx3";
- this.labelEx3.Size = new System.Drawing.Size(68, 17);
- this.labelEx3.TabIndex = 6;
- this.labelEx3.Text = "景点等级:";
- //
- // cbx_Level
- //
- this.cbx_Level.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cbx_Level.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cbx_Level.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cbx_Level.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbx_Level.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cbx_Level.FormattingEnabled = true;
- this.cbx_Level.IsCustomColor = false;
- this.cbx_Level.Location = new System.Drawing.Point(212, 9);
- this.cbx_Level.Name = "cbx_Level";
- this.cbx_Level.ReadOnly = false;
- this.cbx_Level.Size = new System.Drawing.Size(89, 22);
- this.cbx_Level.TabIndex = 5;
- //
- // cbx_Scenery
- //
- this.cbx_Scenery.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
- this.cbx_Scenery.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.cbx_Scenery.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
- this.cbx_Scenery.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbx_Scenery.Font = new System.Drawing.Font("宋体", 10.5F);
- this.cbx_Scenery.FormattingEnabled = true;
- this.cbx_Scenery.IsCustomColor = false;
- this.cbx_Scenery.Items.AddRange(new object[] {
- "全部",
- "外景",
- "内景"});
- this.cbx_Scenery.Location = new System.Drawing.Point(49, 9);
- this.cbx_Scenery.Name = "cbx_Scenery";
- this.cbx_Scenery.ReadOnly = false;
- this.cbx_Scenery.Size = new System.Drawing.Size(89, 22);
- this.cbx_Scenery.TabIndex = 5;
- //
- // labelEx2
- //
- this.labelEx2.AutoSize = true;
- this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx2.Location = new System.Drawing.Point(5, 12);
- this.labelEx2.Name = "labelEx2";
- this.labelEx2.Size = new System.Drawing.Size(44, 17);
- this.labelEx2.TabIndex = 4;
- this.labelEx2.Text = "类型:";
- //
- // btn_Search
- //
- this.btn_Search.BackColor = System.Drawing.Color.Transparent;
- this.btn_Search.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Search.BackImg")));
- this.btn_Search.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btn_Search.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btn_Search.ForeColor = System.Drawing.Color.White;
- this.btn_Search.IsCustomBackImg = false;
- this.btn_Search.IsShowText = true;
- this.btn_Search.Location = new System.Drawing.Point(618, 6);
- this.btn_Search.Name = "btn_Search";
- this.btn_Search.Size = new System.Drawing.Size(85, 28);
- this.btn_Search.TabIndex = 3;
- this.btn_Search.Text = "查询";
- this.btn_Search.UseVisualStyleBackColor = false;
- //
- // labelEx1
- //
- this.labelEx1.AutoSize = true;
- this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.labelEx1.Location = new System.Drawing.Point(485, 12);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Size = new System.Drawing.Size(17, 17);
- this.labelEx1.TabIndex = 2;
- this.labelEx1.Text = "~";
- //
- // dtp_EndTime
- //
- this.dtp_EndTime.CustomFormat = " ";
- this.dtp_EndTime.DateValue = "";
- this.dtp_EndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtp_EndTime.IsShowTime = false;
- this.dtp_EndTime.Location = new System.Drawing.Point(503, 10);
- this.dtp_EndTime.Name = "dtp_EndTime";
- this.dtp_EndTime.Size = new System.Drawing.Size(109, 21);
- this.dtp_EndTime.TabIndex = 1;
- //
- // dtp_StartTime
- //
- this.dtp_StartTime.CustomFormat = " ";
- this.dtp_StartTime.DateValue = "";
- this.dtp_StartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtp_StartTime.IsShowTime = false;
- this.dtp_StartTime.Location = new System.Drawing.Point(375, 10);
- this.dtp_StartTime.Name = "dtp_StartTime";
- this.dtp_StartTime.Size = new System.Drawing.Size(109, 21);
- this.dtp_StartTime.TabIndex = 1;
- //
- // lab_SelectTime
- //
- this.lab_SelectTime.AutoSize = true;
- this.lab_SelectTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_SelectTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lab_SelectTime.Location = new System.Drawing.Point(307, 12);
- this.lab_SelectTime.Name = "lab_SelectTime";
- this.lab_SelectTime.Size = new System.Drawing.Size(68, 17);
- this.lab_SelectTime.TabIndex = 0;
- this.lab_SelectTime.Text = "选片时间:";
- //
- // dgvData
- //
- this.dgvData.AllowUserToAddRows = false;
- this.dgvData.AllowUserToDeleteRows = false;
- this.dgvData.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvData.BackgroundColor = System.Drawing.Color.White;
- this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvData.ColumnHeadersHeight = 25;
- this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.EmployeeName,
- this.摄影师,
- this.摄影助理,
- this.化妆师,
- this.化妆助理,
- this.引导师,
- this.引导助理,
- this.初修师,
- this.精修师,
- this.选片师,
- this.设计师});
- this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvData.EnableHeadersVisualStyles = false;
- this.dgvData.EraseCell = false;
- this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvData.GridViewUniquelyIdentify = "_dataGridViewEx1_dgvData_dgvData_dgvData_dgvData_dgvData";
- this.dgvData.IsCompleteBonding = false;
- this.dgvData.IsCopyCellValue = true;
- this.dgvData.Location = new System.Drawing.Point(5, 45);
- this.dgvData.Name = "dgvData";
- this.dgvData.RowHeadersVisible = false;
- this.dgvData.RowTemplate.Height = 23;
- this.dgvData.RowTemplate.ReadOnly = true;
- this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvData.Size = new System.Drawing.Size(1036, 591);
- this.dgvData.TabIndex = 1;
- //
- // EmployeeName
- //
- this.EmployeeName.HeaderText = "员工名称";
- this.EmployeeName.Name = "EmployeeName";
- this.EmployeeName.ReadOnly = true;
- //
- // 摄影师
- //
- this.摄影师.HeaderText = "摄影师";
- this.摄影师.Name = "摄影师";
- this.摄影师.ReadOnly = true;
- //
- // 摄影助理
- //
- this.摄影助理.HeaderText = "摄影助理";
- this.摄影助理.Name = "摄影助理";
- this.摄影助理.ReadOnly = true;
- //
- // 化妆师
- //
- this.化妆师.HeaderText = "化妆师";
- this.化妆师.Name = "化妆师";
- this.化妆师.ReadOnly = true;
- //
- // 化妆助理
- //
- this.化妆助理.HeaderText = "化妆助理";
- this.化妆助理.Name = "化妆助理";
- this.化妆助理.ReadOnly = true;
- //
- // 引导师
- //
- this.引导师.HeaderText = "引导师";
- this.引导师.Name = "引导师";
- this.引导师.ReadOnly = true;
- //
- // 引导助理
- //
- this.引导助理.HeaderText = "引导助理";
- this.引导助理.Name = "引导助理";
- this.引导助理.ReadOnly = true;
- //
- // 初修师
- //
- this.初修师.HeaderText = "初修师";
- this.初修师.Name = "初修师";
- this.初修师.ReadOnly = true;
- //
- // 精修师
- //
- this.精修师.HeaderText = "精修师";
- this.精修师.Name = "精修师";
- this.精修师.ReadOnly = true;
- //
- // 选片师
- //
- this.选片师.HeaderText = "选片师";
- this.选片师.Name = "选片师";
- this.选片师.ReadOnly = true;
- //
- // 设计师
- //
- this.设计师.HeaderText = "设计师";
- this.设计师.Name = "设计师";
- this.设计师.ReadOnly = true;
- //
- // FrmSliceStatistics
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(1046, 706);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "FrmSliceStatistics";
- this.Text = "选片数据统计";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
- this.Controls.SetChildIndex(this.btnAppFormExit, 0);
- this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
- this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
- this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
- this.Controls.SetChildIndex(this.plFormMainContent, 0);
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.panelEx1.ResumeLayout(false);
- this.panelEx1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentLibrary.PanelEx panelEx1;
- protected internal ComponentLibrary.ButtonEx btn_Search;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.LabelEx lab_SelectTime;
- protected internal ComponentLibrary.DateTimePickerEx dtp_EndTime;
- protected internal ComponentLibrary.DateTimePickerEx dtp_StartTime;
- protected internal ComponentLibrary.DataGridViewEx dgvData;
- private System.Windows.Forms.DataGridViewTextBoxColumn EmployeeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn 摄影师;
- private System.Windows.Forms.DataGridViewTextBoxColumn 摄影助理;
- private System.Windows.Forms.DataGridViewTextBoxColumn 化妆师;
- private System.Windows.Forms.DataGridViewTextBoxColumn 化妆助理;
- private System.Windows.Forms.DataGridViewTextBoxColumn 引导师;
- private System.Windows.Forms.DataGridViewTextBoxColumn 引导助理;
- private System.Windows.Forms.DataGridViewTextBoxColumn 初修师;
- private System.Windows.Forms.DataGridViewTextBoxColumn 精修师;
- private System.Windows.Forms.DataGridViewTextBoxColumn 选片师;
- private System.Windows.Forms.DataGridViewTextBoxColumn 设计师;
- private ComponentLibrary.LabelEx labelEx2;
- private ComponentLibrary.LabelEx labelEx3;
- protected ComponentLibrary.ComboBoxEx cbx_Scenery;
- protected ComponentLibrary.ComboBoxEx cbx_Level;
- }
- }
|