123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463 |
- namespace LYFZ.Software.UI.StatisticalInquiry
- {
- partial class FrmResponsiblePersonDetails
- {
- /// <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(FrmResponsiblePersonDetails));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.dgvDetail = new LYFZ.ComponentLibrary.DataGridViewEx();
- 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.引导师助理 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.重拍责任人 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.责任描述 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
- this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
- this.cbxPhotograph = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.cbxPhotographAssist = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.cbxMakeup = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.cbxMakeupAssist = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.cbxBoot = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.cbxBootAssist = new LYFZ.ComponentLibrary.CheckBoxEx();
- this.lab_dutyName = new LYFZ.ComponentLibrary.LabelEx();
- this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
- this.panelEx1.SuspendLayout();
- this.panelEx2.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.dgvDetail);
- this.plExMainContainer.Controls.Add(this.panelEx1);
- this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
- this.plExMainContainer.Size = new System.Drawing.Size(919, 635);
- //
- // plFormMainContent
- //
- this.plFormMainContent.Size = new System.Drawing.Size(919, 635);
- //
- // btnAppFormMaximize
- //
- this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
- this.btnAppFormMaximize.Location = new System.Drawing.Point(860, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- this.btnAppFormExit.Location = new System.Drawing.Point(887, 0);
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- this.btnAppFormMinimize.Location = new System.Drawing.Point(833, 0);
- //
- // dgvDetail
- //
- this.dgvDetail.AllowUserToAddRows = false;
- this.dgvDetail.AllowUserToDeleteRows = false;
- this.dgvDetail.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvDetail.BackgroundColor = System.Drawing.Color.White;
- this.dgvDetail.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgvDetail.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.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvDetail.ColumnHeadersHeight = 24;
- this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.订单号,
- this.客户姓名,
- this.客户性别,
- this.客户电话,
- this.订单类型,
- this.摄影师,
- this.摄影师助理,
- this.化妆师,
- this.化妆师助理,
- this.引导师,
- this.引导师助理,
- this.重拍责任人,
- this.责任描述});
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvDetail.DefaultCellStyle = dataGridViewCellStyle4;
- this.dgvDetail.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvDetail.EnableHeadersVisualStyles = false;
- this.dgvDetail.EraseCell = false;
- this.dgvDetail.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvDetail.GridViewUniquelyIdentify = "_panelEx2_dgvStatistics_dgvStatistics_dgvStatistics_dgvStatistics_dgvStatistics_d" +
- "gvStatistics_dgvStatistics_dgvStatistics_dgvDetail_dgvDetail";
- this.dgvDetail.IsCompleteBonding = false;
- this.dgvDetail.IsCopyCellValue = true;
- this.dgvDetail.Location = new System.Drawing.Point(5, 48);
- this.dgvDetail.Margin = new System.Windows.Forms.Padding(0);
- this.dgvDetail.Name = "dgvDetail";
- this.dgvDetail.ReadOnly = true;
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvDetail.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvDetail.RowHeadersVisible = false;
- this.dgvDetail.RowTemplate.Height = 23;
- this.dgvDetail.RowTemplate.ReadOnly = true;
- this.dgvDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvDetail.Size = new System.Drawing.Size(909, 582);
- this.dgvDetail.TabIndex = 199;
- //
- // 订单号
- //
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.订单号.DefaultCellStyle = dataGridViewCellStyle3;
- this.订单号.FillWeight = 1.433349F;
- this.订单号.HeaderText = "订单号";
- this.订单号.Name = "订单号";
- this.订单号.ReadOnly = true;
- //
- // 客户姓名
- //
- this.客户姓名.FillWeight = 2.815883F;
- this.客户姓名.HeaderText = "客户姓名";
- this.客户姓名.Name = "客户姓名";
- this.客户姓名.ReadOnly = true;
- this.客户姓名.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // 客户性别
- //
- this.客户性别.FillWeight = 5.652044F;
- this.客户性别.HeaderText = "客户性别";
- this.客户性别.Name = "客户性别";
- this.客户性别.ReadOnly = true;
- this.客户性别.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // 客户电话
- //
- this.客户电话.FillWeight = 11.42549F;
- this.客户电话.HeaderText = "客户电话";
- this.客户电话.Name = "客户电话";
- this.客户电话.ReadOnly = true;
- this.客户电话.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // 订单类型
- //
- this.订单类型.FillWeight = 23.16447F;
- this.订单类型.HeaderText = "订单类型";
- this.订单类型.Name = "订单类型";
- this.订单类型.ReadOnly = true;
- this.订单类型.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // 摄影师
- //
- this.摄影师.HeaderText = "摄影师";
- this.摄影师.Name = "摄影师";
- this.摄影师.ReadOnly = true;
- this.摄影师.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // 摄影师助理
- //
- 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;
- //
- // 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.panelEx2);
- this.panelEx1.Controls.Add(this.lab_dutyName);
- this.panelEx1.Controls.Add(this.labelEx1);
- 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(909, 43);
- this.panelEx1.TabIndex = 200;
- //
- // panelEx2
- //
- this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
- this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
- this.panelEx2.BorderWidth = 1;
- this.panelEx2.Controls.Add(this.cbxPhotograph);
- this.panelEx2.Controls.Add(this.cbxPhotographAssist);
- this.panelEx2.Controls.Add(this.cbxMakeup);
- this.panelEx2.Controls.Add(this.cbxMakeupAssist);
- this.panelEx2.Controls.Add(this.cbxBoot);
- this.panelEx2.Controls.Add(this.cbxBootAssist);
- this.panelEx2.Dock = System.Windows.Forms.DockStyle.Right;
- this.panelEx2.Location = new System.Drawing.Point(271, 0);
- this.panelEx2.Name = "panelEx2";
- this.panelEx2.Size = new System.Drawing.Size(638, 43);
- this.panelEx2.TabIndex = 1;
- //
- // cbxPhotograph
- //
- this.cbxPhotograph.AutoSize = true;
- this.cbxPhotograph.BackColor = System.Drawing.Color.Transparent;
- this.cbxPhotograph.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.cbxPhotograph.Dock = System.Windows.Forms.DockStyle.Right;
- this.cbxPhotograph.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.cbxPhotograph.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.cbxPhotograph.Fourstates = false;
- this.cbxPhotograph.IsGreenTick = false;
- this.cbxPhotograph.Location = new System.Drawing.Point(188, 0);
- this.cbxPhotograph.Name = "cbxPhotograph";
- this.cbxPhotograph.Size = new System.Drawing.Size(63, 43);
- this.cbxPhotograph.TabIndex = 3;
- this.cbxPhotograph.Text = "摄影师";
- this.cbxPhotograph.UseVisualStyleBackColor = false;
- //
- // cbxPhotographAssist
- //
- this.cbxPhotographAssist.AutoSize = true;
- this.cbxPhotographAssist.BackColor = System.Drawing.Color.Transparent;
- this.cbxPhotographAssist.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.cbxPhotographAssist.Dock = System.Windows.Forms.DockStyle.Right;
- this.cbxPhotographAssist.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.cbxPhotographAssist.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.cbxPhotographAssist.Fourstates = false;
- this.cbxPhotographAssist.IsGreenTick = false;
- this.cbxPhotographAssist.Location = new System.Drawing.Point(251, 0);
- this.cbxPhotographAssist.Name = "cbxPhotographAssist";
- this.cbxPhotographAssist.Size = new System.Drawing.Size(87, 43);
- this.cbxPhotographAssist.TabIndex = 4;
- this.cbxPhotographAssist.Text = "摄影师助理";
- this.cbxPhotographAssist.UseVisualStyleBackColor = false;
- //
- // cbxMakeup
- //
- this.cbxMakeup.AutoSize = true;
- this.cbxMakeup.BackColor = System.Drawing.Color.Transparent;
- this.cbxMakeup.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.cbxMakeup.Dock = System.Windows.Forms.DockStyle.Right;
- this.cbxMakeup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.cbxMakeup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.cbxMakeup.Fourstates = false;
- this.cbxMakeup.IsGreenTick = false;
- this.cbxMakeup.Location = new System.Drawing.Point(338, 0);
- this.cbxMakeup.Name = "cbxMakeup";
- this.cbxMakeup.Size = new System.Drawing.Size(63, 43);
- this.cbxMakeup.TabIndex = 1;
- this.cbxMakeup.Text = "化妆师";
- this.cbxMakeup.UseVisualStyleBackColor = false;
- //
- // cbxMakeupAssist
- //
- this.cbxMakeupAssist.AutoSize = true;
- this.cbxMakeupAssist.BackColor = System.Drawing.Color.Transparent;
- this.cbxMakeupAssist.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.cbxMakeupAssist.Dock = System.Windows.Forms.DockStyle.Right;
- this.cbxMakeupAssist.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.cbxMakeupAssist.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.cbxMakeupAssist.Fourstates = false;
- this.cbxMakeupAssist.IsGreenTick = false;
- this.cbxMakeupAssist.Location = new System.Drawing.Point(401, 0);
- this.cbxMakeupAssist.Name = "cbxMakeupAssist";
- this.cbxMakeupAssist.Size = new System.Drawing.Size(87, 43);
- this.cbxMakeupAssist.TabIndex = 2;
- this.cbxMakeupAssist.Text = "化妆师助理";
- this.cbxMakeupAssist.UseVisualStyleBackColor = false;
- //
- // cbxBoot
- //
- this.cbxBoot.AutoSize = true;
- this.cbxBoot.BackColor = System.Drawing.Color.Transparent;
- this.cbxBoot.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.cbxBoot.Dock = System.Windows.Forms.DockStyle.Right;
- this.cbxBoot.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.cbxBoot.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.cbxBoot.Fourstates = false;
- this.cbxBoot.IsGreenTick = false;
- this.cbxBoot.Location = new System.Drawing.Point(488, 0);
- this.cbxBoot.Name = "cbxBoot";
- this.cbxBoot.Size = new System.Drawing.Size(63, 43);
- this.cbxBoot.TabIndex = 0;
- this.cbxBoot.Text = "引导师";
- this.cbxBoot.UseVisualStyleBackColor = false;
- //
- // cbxBootAssist
- //
- this.cbxBootAssist.AutoSize = true;
- this.cbxBootAssist.BackColor = System.Drawing.Color.Transparent;
- this.cbxBootAssist.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
- this.cbxBootAssist.Dock = System.Windows.Forms.DockStyle.Right;
- this.cbxBootAssist.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.cbxBootAssist.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.cbxBootAssist.Fourstates = false;
- this.cbxBootAssist.IsGreenTick = false;
- this.cbxBootAssist.Location = new System.Drawing.Point(551, 0);
- this.cbxBootAssist.Name = "cbxBootAssist";
- this.cbxBootAssist.Size = new System.Drawing.Size(87, 43);
- this.cbxBootAssist.TabIndex = 0;
- this.cbxBootAssist.Text = "引导师助理";
- this.cbxBootAssist.UseVisualStyleBackColor = false;
- //
- // lab_dutyName
- //
- this.lab_dutyName.Dock = System.Windows.Forms.DockStyle.Left;
- this.lab_dutyName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
- this.lab_dutyName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.lab_dutyName.Location = new System.Drawing.Point(68, 0);
- this.lab_dutyName.Name = "lab_dutyName";
- this.lab_dutyName.Size = new System.Drawing.Size(63, 43);
- this.lab_dutyName.TabIndex = 0;
- this.lab_dutyName.Text = "人员名";
- this.lab_dutyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // labelEx1
- //
- this.labelEx1.Dock = System.Windows.Forms.DockStyle.Left;
- 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(0, 0);
- this.labelEx1.Name = "labelEx1";
- this.labelEx1.Padding = new System.Windows.Forms.Padding(5);
- this.labelEx1.Size = new System.Drawing.Size(68, 43);
- this.labelEx1.TabIndex = 0;
- this.labelEx1.Text = "责任人:";
- this.labelEx1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // FrmResponsiblePersonDetails
- //
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(919, 700);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.Name = "FrmResponsiblePersonDetails";
- 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);
- ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
- this.panelEx1.ResumeLayout(false);
- this.panelEx2.ResumeLayout(false);
- this.panelEx2.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- public ComponentLibrary.DataGridViewEx dgvDetail;
- 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 System.Windows.Forms.DataGridViewTextBoxColumn 引导师助理;
- private System.Windows.Forms.DataGridViewTextBoxColumn 重拍责任人;
- private System.Windows.Forms.DataGridViewTextBoxColumn 责任描述;
- private ComponentLibrary.PanelEx panelEx1;
- private ComponentLibrary.LabelEx labelEx1;
- private ComponentLibrary.PanelEx panelEx2;
- public ComponentLibrary.CheckBoxEx cbxPhotograph;
- public ComponentLibrary.CheckBoxEx cbxPhotographAssist;
- public ComponentLibrary.CheckBoxEx cbxMakeup;
- public ComponentLibrary.CheckBoxEx cbxMakeupAssist;
- public ComponentLibrary.CheckBoxEx cbxBoot;
- public ComponentLibrary.CheckBoxEx cbxBootAssist;
- public ComponentLibrary.LabelEx lab_dutyName;
-
- }
- }
|