namespace LYFZ.Software.UI.CameraControlBook.SmallForm
{
partial class FilmsSelectionReservationQuerySmallForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FilmsSelectionReservationQuerySmallForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
this.btnReservation = new LYFZ.ComponentLibrary.ButtonEx();
this.btnSameDate = new LYFZ.ComponentLibrary.ButtonEx();
this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
this.rdoAll = new LYFZ.ComponentLibrary.RadioButtonEx();
this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
this.rdoNo = new LYFZ.ComponentLibrary.RadioButtonEx();
this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
this.rdoOK = new LYFZ.ComponentLibrary.RadioButtonEx();
this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
this.chkPaiOK = new LYFZ.ComponentLibrary.CheckBoxEx();
this.panelEx7 = new LYFZ.ComponentLibrary.PanelEx();
this.chkXiuOK = new LYFZ.ComponentLibrary.CheckBoxEx();
this.panelEx8 = new LYFZ.ComponentLibrary.PanelEx();
this.chkWedding = new LYFZ.ComponentLibrary.CheckBoxEx();
this.panelEx9 = new LYFZ.ComponentLibrary.PanelEx();
this.chkKids = new LYFZ.ComponentLibrary.CheckBoxEx();
this.panelPortrait = new LYFZ.ComponentLibrary.PanelEx();
this.chkPortrait = new LYFZ.ComponentLibrary.CheckBoxEx();
this.cntmenu = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
this.plExMainContainer.SuspendLayout();
this.plFormMainContent.SuspendLayout();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.flowLayoutPanel1.SuspendLayout();
this.panelEx2.SuspendLayout();
this.panelEx4.SuspendLayout();
this.panelEx3.SuspendLayout();
this.panelEx5.SuspendLayout();
this.panelEx6.SuspendLayout();
this.panelEx7.SuspendLayout();
this.panelEx8.SuspendLayout();
this.panelEx9.SuspendLayout();
this.panelPortrait.SuspendLayout();
this.SuspendLayout();
//
// plExMainContainer
//
this.plExMainContainer.AutoScroll = true;
this.plExMainContainer.Controls.Add(this.panelEx1);
this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
this.plExMainContainer.Size = new System.Drawing.Size(950, 545);
//
// plFormMainContent
//
this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
//
// btnAppFormMaximize
//
this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0);
//
// btnAppFormExit
//
this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
this.btnAppFormExit.Location = new System.Drawing.Point(918, 0);
//
// btnAppFormMinimize
//
this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 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.dgvData);
this.panelEx1.Controls.Add(this.dataGridViewStatisticsCount1);
this.panelEx1.Controls.Add(this.flowLayoutPanel1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx1.Location = new System.Drawing.Point(5, 10);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Padding = new System.Windows.Forms.Padding(5);
this.panelEx1.Size = new System.Drawing.Size(940, 525);
this.panelEx1.TabIndex = 2;
//
// dgvData
//
this.dgvData.AllowUserToAddRows = false;
this.dgvData.AllowUserToDeleteRows = false;
this.dgvData.AllowUserToOrderColumns = true;
this.dgvData.AllowUserToResizeRows = false;
this.dgvData.BackgroundColor = System.Drawing.Color.White;
this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dgvData.ColumnHeadersHeight = 24;
this.dgvData.dgvColumnHeadersHeight = 24;
this.dgvData.dgvCurrentColumnOriginalSet = "";
this.dgvData.dgvCurrentColumnWidth = "";
this.dgvData.dgvCurrentHideColumn = null;
this.dgvData.dgvFixedHideColumn = null;
this.dgvData.dgvGuidName = null;
this.dgvData.dgvUserEmployeeID = null;
this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvData.EnableHeadersVisualStyles = false;
this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dgvData.ImageHeight = 15;
this.dgvData.ImageWidth = 15;
this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
this.dgvData.IsCompleteBonding = false;
this.dgvData.IsCopyCellValue = true;
this.dgvData.IsShowSerialNumber = false;
this.dgvData.IsSortedRedraw = true;
this.dgvData.IsSortMode = false;
this.dgvData.Location = new System.Drawing.Point(5, 74);
this.dgvData.Name = "dgvData";
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dgvData.RowHeadersWidth = 25;
this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dgvData.RowTemplate.Height = 23;
this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvData.Size = new System.Drawing.Size(930, 420);
this.dgvData.StrSecondStageNull = "";
this.dgvData.StrValueNullColumn = "";
this.dgvData.TabIndex = 24;
this.dgvData.ViceCount = 1;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.panelEx2);
this.flowLayoutPanel1.Controls.Add(this.btnQuery);
this.flowLayoutPanel1.Controls.Add(this.btnReservation);
this.flowLayoutPanel1.Controls.Add(this.btnSameDate);
this.flowLayoutPanel1.Controls.Add(this.btnClose);
this.flowLayoutPanel1.Controls.Add(this.panelEx4);
this.flowLayoutPanel1.Controls.Add(this.panelEx3);
this.flowLayoutPanel1.Controls.Add(this.panelEx5);
this.flowLayoutPanel1.Controls.Add(this.panelEx6);
this.flowLayoutPanel1.Controls.Add(this.panelEx7);
this.flowLayoutPanel1.Controls.Add(this.panelEx8);
this.flowLayoutPanel1.Controls.Add(this.panelEx9);
this.flowLayoutPanel1.Controls.Add(this.panelPortrait);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.flowLayoutPanel1.Location = new System.Drawing.Point(5, 5);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(930, 69);
this.flowLayoutPanel1.TabIndex = 26;
//
// 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.cmbQueryText);
this.panelEx2.Location = new System.Drawing.Point(3, 3);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(190, 28);
this.panelEx2.TabIndex = 27;
//
// cmbQueryText
//
this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.cmbQueryText.Icon = null;
this.cmbQueryText.IconIsButton = false;
this.cmbQueryText.IsPasswordChat = '\0';
this.cmbQueryText.IsSystemPasswordChar = false;
this.cmbQueryText.Lines = new string[0];
this.cmbQueryText.Location = new System.Drawing.Point(-1, 2);
this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);
this.cmbQueryText.MaxLength = 32767;
this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);
this.cmbQueryText.MouseBack = null;
this.cmbQueryText.Multiline = false;
this.cmbQueryText.Name = "cmbQueryText";
this.cmbQueryText.NormlBack = null;
this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);
this.cmbQueryText.ReadOnly = false;
this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
this.cmbQueryText.Size = new System.Drawing.Size(188, 25);
this.cmbQueryText.TabIndex = 25;
this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;
this.cmbQueryText.WaterText = "订单号、客户姓名、客户电话";
this.cmbQueryText.WordWrap = true;
//
// btnQuery
//
this.btnQuery.BackColor = System.Drawing.Color.Transparent;
this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnQuery.ForeColor = System.Drawing.Color.White;
this.btnQuery.IsCustomBackImg = false;
this.btnQuery.IsShowText = true;
this.btnQuery.Location = new System.Drawing.Point(199, 3);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(85, 28);
this.btnQuery.TabIndex = 1;
this.btnQuery.Text = " 查 询";
this.btnQuery.UseVisualStyleBackColor = false;
//
// btnReservation
//
this.btnReservation.BackColor = System.Drawing.Color.Transparent;
this.btnReservation.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReservation.BackImg")));
this.btnReservation.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnReservation.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnReservation.ForeColor = System.Drawing.Color.White;
this.btnReservation.IsCustomBackImg = false;
this.btnReservation.IsShowText = true;
this.btnReservation.Location = new System.Drawing.Point(290, 3);
this.btnReservation.Name = "btnReservation";
this.btnReservation.Size = new System.Drawing.Size(85, 28);
this.btnReservation.TabIndex = 5;
this.btnReservation.Text = " 预 约";
this.btnReservation.UseVisualStyleBackColor = false;
//
// btnSameDate
//
this.btnSameDate.BackColor = System.Drawing.Color.Transparent;
this.btnSameDate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSameDate.BackImg")));
this.btnSameDate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnSameDate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnSameDate.ForeColor = System.Drawing.Color.White;
this.btnSameDate.IsCustomBackImg = false;
this.btnSameDate.IsShowText = true;
this.btnSameDate.Location = new System.Drawing.Point(381, 3);
this.btnSameDate.Name = "btnSameDate";
this.btnSameDate.Size = new System.Drawing.Size(85, 28);
this.btnSameDate.TabIndex = 4;
this.btnSameDate.Text = " 统一安排";
this.btnSameDate.UseVisualStyleBackColor = false;
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.IsCustomBackImg = false;
this.btnClose.IsShowText = true;
this.btnClose.Location = new System.Drawing.Point(472, 3);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 28);
this.btnClose.TabIndex = 3;
this.btnClose.Text = " 关 闭";
this.btnClose.UseVisualStyleBackColor = false;
//
// panelEx4
//
this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx4.BorderWidth = 1;
this.panelEx4.Controls.Add(this.rdoAll);
this.panelEx4.Location = new System.Drawing.Point(561, 3);
this.panelEx4.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
this.panelEx4.Name = "panelEx4";
this.panelEx4.Size = new System.Drawing.Size(60, 28);
this.panelEx4.TabIndex = 29;
//
// rdoAll
//
this.rdoAll.AutoSize = true;
this.rdoAll.BackColor = System.Drawing.Color.Transparent;
this.rdoAll.Font = new System.Drawing.Font("微软雅黑", 9F);
this.rdoAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.rdoAll.Location = new System.Drawing.Point(4, 4);
this.rdoAll.Name = "rdoAll";
this.rdoAll.Size = new System.Drawing.Size(50, 21);
this.rdoAll.TabIndex = 6;
this.rdoAll.Text = "全部";
this.rdoAll.UseVisualStyleBackColor = false;
//
// panelEx3
//
this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx3.BorderWidth = 1;
this.panelEx3.Controls.Add(this.rdoNo);
this.panelEx3.Location = new System.Drawing.Point(623, 3);
this.panelEx3.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
this.panelEx3.Name = "panelEx3";
this.panelEx3.Size = new System.Drawing.Size(60, 28);
this.panelEx3.TabIndex = 28;
//
// rdoNo
//
this.rdoNo.AutoSize = true;
this.rdoNo.BackColor = System.Drawing.Color.Transparent;
this.rdoNo.Checked = true;
this.rdoNo.Font = new System.Drawing.Font("微软雅黑", 9F);
this.rdoNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.rdoNo.Location = new System.Drawing.Point(4, 4);
this.rdoNo.Name = "rdoNo";
this.rdoNo.Size = new System.Drawing.Size(50, 21);
this.rdoNo.TabIndex = 7;
this.rdoNo.TabStop = true;
this.rdoNo.Text = "未选";
this.rdoNo.UseVisualStyleBackColor = false;
//
// panelEx5
//
this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx5.BorderWidth = 1;
this.panelEx5.Controls.Add(this.rdoOK);
this.panelEx5.Location = new System.Drawing.Point(685, 3);
this.panelEx5.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
this.panelEx5.Name = "panelEx5";
this.panelEx5.Size = new System.Drawing.Size(60, 28);
this.panelEx5.TabIndex = 29;
//
// rdoOK
//
this.rdoOK.AutoSize = true;
this.rdoOK.BackColor = System.Drawing.Color.Transparent;
this.rdoOK.Font = new System.Drawing.Font("微软雅黑", 9F);
this.rdoOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.rdoOK.Location = new System.Drawing.Point(4, 4);
this.rdoOK.Name = "rdoOK";
this.rdoOK.Size = new System.Drawing.Size(50, 21);
this.rdoOK.TabIndex = 8;
this.rdoOK.Text = "已选";
this.rdoOK.UseVisualStyleBackColor = false;
//
// panelEx6
//
this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx6.BorderWidth = 1;
this.panelEx6.Controls.Add(this.chkPaiOK);
this.panelEx6.Location = new System.Drawing.Point(747, 3);
this.panelEx6.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
this.panelEx6.Name = "panelEx6";
this.panelEx6.Size = new System.Drawing.Size(60, 28);
this.panelEx6.TabIndex = 29;
//
// chkPaiOK
//
this.chkPaiOK.AutoSize = true;
this.chkPaiOK.BackColor = System.Drawing.Color.Transparent;
this.chkPaiOK.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chkPaiOK.Font = new System.Drawing.Font("微软雅黑", 9F);
this.chkPaiOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chkPaiOK.Fourstates = false;
this.chkPaiOK.IsGreenTick = false;
this.chkPaiOK.Location = new System.Drawing.Point(4, 4);
this.chkPaiOK.Name = "chkPaiOK";
this.chkPaiOK.Size = new System.Drawing.Size(51, 21);
this.chkPaiOK.TabIndex = 9;
this.chkPaiOK.Text = "已拍";
this.chkPaiOK.UseVisualStyleBackColor = false;
//
// panelEx7
//
this.panelEx7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx7.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx7.BorderWidth = 1;
this.panelEx7.Controls.Add(this.chkXiuOK);
this.panelEx7.Location = new System.Drawing.Point(809, 3);
this.panelEx7.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
this.panelEx7.Name = "panelEx7";
this.panelEx7.Size = new System.Drawing.Size(60, 28);
this.panelEx7.TabIndex = 29;
//
// chkXiuOK
//
this.chkXiuOK.AutoSize = true;
this.chkXiuOK.BackColor = System.Drawing.Color.Transparent;
this.chkXiuOK.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chkXiuOK.Font = new System.Drawing.Font("微软雅黑", 9F);
this.chkXiuOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chkXiuOK.Fourstates = false;
this.chkXiuOK.IsGreenTick = false;
this.chkXiuOK.Location = new System.Drawing.Point(4, 4);
this.chkXiuOK.Name = "chkXiuOK";
this.chkXiuOK.Size = new System.Drawing.Size(51, 21);
this.chkXiuOK.TabIndex = 10;
this.chkXiuOK.Text = "已修";
this.chkXiuOK.UseVisualStyleBackColor = false;
//
// panelEx8
//
this.panelEx8.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx8.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx8.BorderWidth = 1;
this.panelEx8.Controls.Add(this.chkWedding);
this.panelEx8.Location = new System.Drawing.Point(1, 37);
this.panelEx8.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
this.panelEx8.Name = "panelEx8";
this.panelEx8.Size = new System.Drawing.Size(60, 28);
this.panelEx8.TabIndex = 29;
//
// chkWedding
//
this.chkWedding.AutoSize = true;
this.chkWedding.BackColor = System.Drawing.Color.Transparent;
this.chkWedding.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chkWedding.Font = new System.Drawing.Font("微软雅黑", 9F);
this.chkWedding.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chkWedding.Fourstates = false;
this.chkWedding.IsGreenTick = false;
this.chkWedding.Location = new System.Drawing.Point(4, 4);
this.chkWedding.Name = "chkWedding";
this.chkWedding.Size = new System.Drawing.Size(51, 21);
this.chkWedding.TabIndex = 11;
this.chkWedding.Text = "婚纱";
this.chkWedding.UseVisualStyleBackColor = false;
//
// panelEx9
//
this.panelEx9.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelEx9.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelEx9.BorderWidth = 1;
this.panelEx9.Controls.Add(this.chkKids);
this.panelEx9.Location = new System.Drawing.Point(63, 37);
this.panelEx9.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
this.panelEx9.Name = "panelEx9";
this.panelEx9.Size = new System.Drawing.Size(60, 28);
this.panelEx9.TabIndex = 29;
//
// chkKids
//
this.chkKids.AutoSize = true;
this.chkKids.BackColor = System.Drawing.Color.Transparent;
this.chkKids.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chkKids.Font = new System.Drawing.Font("微软雅黑", 9F);
this.chkKids.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chkKids.Fourstates = false;
this.chkKids.IsGreenTick = false;
this.chkKids.Location = new System.Drawing.Point(4, 4);
this.chkKids.Name = "chkKids";
this.chkKids.Size = new System.Drawing.Size(51, 21);
this.chkKids.TabIndex = 12;
this.chkKids.Text = "儿童";
this.chkKids.UseVisualStyleBackColor = false;
//
// panelPortrait
//
this.panelPortrait.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
this.panelPortrait.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
this.panelPortrait.BorderWidth = 1;
this.panelPortrait.Controls.Add(this.chkPortrait);
this.panelPortrait.Location = new System.Drawing.Point(125, 37);
this.panelPortrait.Margin = new System.Windows.Forms.Padding(1, 3, 1, 3);
this.panelPortrait.Name = "panelPortrait";
this.panelPortrait.Size = new System.Drawing.Size(60, 28);
this.panelPortrait.TabIndex = 29;
//
// chkPortrait
//
this.chkPortrait.AutoSize = true;
this.chkPortrait.BackColor = System.Drawing.Color.Transparent;
this.chkPortrait.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
this.chkPortrait.Font = new System.Drawing.Font("微软雅黑", 9F);
this.chkPortrait.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
this.chkPortrait.Fourstates = false;
this.chkPortrait.IsGreenTick = false;
this.chkPortrait.Location = new System.Drawing.Point(4, 4);
this.chkPortrait.Name = "chkPortrait";
this.chkPortrait.Size = new System.Drawing.Size(51, 21);
this.chkPortrait.TabIndex = 21;
this.chkPortrait.Text = "写真";
this.chkPortrait.UseVisualStyleBackColor = false;
//
// cntmenu
//
this.cntmenu.Name = "cntmenu";
this.cntmenu.Size = new System.Drawing.Size(61, 4);
//
// dataGridViewStatisticsCount1
//
this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(5, 494);
this.dataGridViewStatisticsCount1.LocationX = 1;
this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(930, 26);
this.dataGridViewStatisticsCount1.StrUnit = "单";
this.dataGridViewStatisticsCount1.TabIndex = 30;
this.dataGridViewStatisticsCount1.TotalQuantity = 0;
//
// FilmsSelectionReservationQuerySmallForm
//
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(950, 610);
this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
this.IsUserControlsSize = false;
this.Name = "FilmsSelectionReservationQuerySmallForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
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);
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.flowLayoutPanel1.ResumeLayout(false);
this.panelEx2.ResumeLayout(false);
this.panelEx4.ResumeLayout(false);
this.panelEx4.PerformLayout();
this.panelEx3.ResumeLayout(false);
this.panelEx3.PerformLayout();
this.panelEx5.ResumeLayout(false);
this.panelEx5.PerformLayout();
this.panelEx6.ResumeLayout(false);
this.panelEx6.PerformLayout();
this.panelEx7.ResumeLayout(false);
this.panelEx7.PerformLayout();
this.panelEx8.ResumeLayout(false);
this.panelEx8.PerformLayout();
this.panelEx9.ResumeLayout(false);
this.panelEx9.PerformLayout();
this.panelPortrait.ResumeLayout(false);
this.panelPortrait.PerformLayout();
this.ResumeLayout(false);
}
#endregion
protected ComponentLibrary.CheckBoxEx chkKids;
protected ComponentLibrary.CheckBoxEx chkWedding;
protected ComponentLibrary.RadioButtonEx rdoOK;
protected ComponentLibrary.RadioButtonEx rdoNo;
protected ComponentLibrary.RadioButtonEx rdoAll;
protected ComponentLibrary.ButtonEx btnReservation;
protected ComponentLibrary.ButtonEx btnSameDate;
protected ComponentLibrary.ButtonEx btnClose;
protected ComponentLibrary.ButtonEx btnQuery;
protected ComponentLibrary.CheckBoxEx chkXiuOK;
protected ComponentLibrary.CheckBoxEx chkPaiOK;
protected ComponentLibrary.PanelEx panelEx1;
private ComponentLibrary.ContextMenuStripEx cntmenu;
protected ComponentLibrary.CheckBoxEx chkPortrait;
private ComponentLibrary.PanelEx panelEx2;
private ComponentLibrary.PanelEx panelEx3;
private ComponentLibrary.PanelEx panelEx4;
private ComponentLibrary.PanelEx panelEx5;
private ComponentLibrary.PanelEx panelEx6;
private ComponentLibrary.PanelEx panelEx7;
private ComponentLibrary.PanelEx panelEx8;
private ComponentLibrary.PanelEx panelEx9;
protected internal ComponentLibrary.PanelEx panelPortrait;
protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
protected internal ComponentLibrary.TextBoxEx cmbQueryText;
protected internal ComponentLibrary.DataGridViewEc dgvData;
protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
}
}