namespace LYFZ.Software.UI.CameraControlBook.SmallForm { partial class WeddingReservationSmallForm { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WeddingReservationSmallForm)); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.lstTextQuery = new LYFZ.ComponentLibrary.ListBoxEx(); this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx(); this.txtIntCount = new LYFZ.ComponentLibrary.TextBoxEx(); this.mskdgv = new LYFZ.ComponentLibrary.MaskedTextTimeEx(this.components); this.txtdgv = new LYFZ.ComponentLibrary.TextBoxEx(); this.dtpcdgv = new LYFZ.ComponentLibrary.DateTimePickerEx(); this.cmbdgv = new LYFZ.ComponentLibrary.ComboBoxEx(); this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.cmbtreevdgv = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.panelWedding = new LYFZ.ComponentLibrary.PanelEx(); this.txtWedding = new LYFZ.ComponentLibrary.TextBoxEx(); this.chkWedding = new LYFZ.ComponentLibrary.CheckBoxEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm(); this.btnAddService = new LYFZ.ComponentLibrary.ButtonForm(); this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx(); this.btnSave = new LYFZ.ComponentLibrary.ButtonEx(); this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx(); this.txtOrdersPerson = new LYFZ.ComponentLibrary.TextBoxEx(); this.txtName2 = new LYFZ.ComponentLibrary.TextBoxEx(); this.txtName1 = new LYFZ.ComponentLibrary.TextBoxEx(); this.tx_serial_price = new LYFZ.ComponentLibrary.TextBoxEx(); this.tx_rdrc = new LYFZ.ComponentLibrary.TextBoxEx(); this.txtSeriesName = new LYFZ.ComponentLibrary.TextBoxEx(); this.txtOrderNumber = new LYFZ.ComponentLibrary.TextBoxEx(); this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx(); this.lblName2 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx(); this.lblName1 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.btnUpdate = new LYFZ.ComponentLibrary.ButtonForm(); this.btnAddingGuests = new LYFZ.ComponentLibrary.ButtonForm(); this.txtTextQuery = new LYFZ.ComponentLibrary.TextBoxEx(); this.btnQuery = new LYFZ.ComponentLibrary.ButtonForm(); this.lbSelectDateInfo = new LYFZ.ComponentLibrary.LabelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelEx4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.panelEx3.SuspendLayout(); this.panelWedding.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // 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(998, 545); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(998, 545); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(939, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(966, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(912, 0); // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.BackColor = System.Drawing.Color.Transparent; 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(20, 24); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(68, 17); this.labelEx1.TabIndex = 8; this.labelEx1.Text = "查找客人:"; // // 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.lstTextQuery); this.panelEx1.Controls.Add(this.panelEx4); this.panelEx1.Controls.Add(this.btnUpdate); this.panelEx1.Controls.Add(this.btnAddingGuests); this.panelEx1.Controls.Add(this.txtTextQuery); this.panelEx1.Controls.Add(this.labelEx1); this.panelEx1.Controls.Add(this.btnQuery); 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(2); this.panelEx1.Size = new System.Drawing.Size(988, 525); this.panelEx1.TabIndex = 24; // // lstTextQuery // this.lstTextQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.lstTextQuery.FormattingEnabled = true; this.lstTextQuery.ItemHeight = 17; this.lstTextQuery.Location = new System.Drawing.Point(90, 44); this.lstTextQuery.Name = "lstTextQuery"; this.lstTextQuery.Size = new System.Drawing.Size(389, 38); this.lstTextQuery.TabIndex = 290; this.lstTextQuery.Visible = false; // // panelEx4 // this.panelEx4.BackColor = System.Drawing.Color.Transparent; 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.txtIntCount); this.panelEx4.Controls.Add(this.mskdgv); this.panelEx4.Controls.Add(this.txtdgv); this.panelEx4.Controls.Add(this.dtpcdgv); this.panelEx4.Controls.Add(this.cmbdgv); this.panelEx4.Controls.Add(this.cmbtreevStoreName); this.panelEx4.Controls.Add(this.cmbtreevdgv); this.panelEx4.Controls.Add(this.dgvData); this.panelEx4.Controls.Add(this.panelEx3); this.panelEx4.Controls.Add(this.panelEx2); this.panelEx4.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx4.Location = new System.Drawing.Point(2, 68); this.panelEx4.Name = "panelEx4"; this.panelEx4.Padding = new System.Windows.Forms.Padding(5, 2, 5, 5); this.panelEx4.Size = new System.Drawing.Size(984, 455); this.panelEx4.TabIndex = 53; // // txtIntCount // this.txtIntCount.BackColor = System.Drawing.Color.Transparent; this.txtIntCount.Icon = null; this.txtIntCount.IconIsButton = false; this.txtIntCount.IsPasswordChat = '\0'; this.txtIntCount.IsSystemPasswordChar = false; this.txtIntCount.Lines = new string[0]; this.txtIntCount.Location = new System.Drawing.Point(530, 317); this.txtIntCount.Margin = new System.Windows.Forms.Padding(0); this.txtIntCount.MaxLength = 32767; this.txtIntCount.MinimumSize = new System.Drawing.Size(0, 26); this.txtIntCount.MouseBack = null; this.txtIntCount.Multiline = false; this.txtIntCount.Name = "txtIntCount"; this.txtIntCount.NormlBack = null; this.txtIntCount.Padding = new System.Windows.Forms.Padding(5); this.txtIntCount.ReadOnly = false; this.txtIntCount.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtIntCount.Size = new System.Drawing.Size(95, 26); this.txtIntCount.TabIndex = 317; this.txtIntCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtIntCount.Visible = false; this.txtIntCount.WaterColor = System.Drawing.Color.DarkGray; this.txtIntCount.WaterText = ""; this.txtIntCount.WordWrap = true; // // mskdgv // this.mskdgv.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.mskdgv.Location = new System.Drawing.Point(130, 376); this.mskdgv.Mask = "00:00"; this.mskdgv.Name = "mskdgv"; this.mskdgv.PromptChar = ' '; this.mskdgv.Size = new System.Drawing.Size(100, 23); this.mskdgv.TabIndex = 316; this.mskdgv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.mskdgv.Visible = false; // // txtdgv // this.txtdgv.BackColor = System.Drawing.Color.Transparent; this.txtdgv.Icon = null; this.txtdgv.IconIsButton = false; this.txtdgv.IsPasswordChat = '\0'; this.txtdgv.IsSystemPasswordChar = false; this.txtdgv.Lines = new string[0]; this.txtdgv.Location = new System.Drawing.Point(319, 338); this.txtdgv.Margin = new System.Windows.Forms.Padding(0); this.txtdgv.MaxLength = 32767; this.txtdgv.MinimumSize = new System.Drawing.Size(0, 26); this.txtdgv.MouseBack = null; this.txtdgv.Multiline = false; this.txtdgv.Name = "txtdgv"; this.txtdgv.NormlBack = null; this.txtdgv.Padding = new System.Windows.Forms.Padding(5); this.txtdgv.ReadOnly = false; this.txtdgv.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtdgv.Size = new System.Drawing.Size(185, 26); this.txtdgv.TabIndex = 315; this.txtdgv.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtdgv.Visible = false; this.txtdgv.WaterColor = System.Drawing.Color.DarkGray; this.txtdgv.WaterText = ""; this.txtdgv.WordWrap = true; // // dtpcdgv // this.dtpcdgv.CustomFormat = " "; this.dtpcdgv.DateValue = ""; this.dtpcdgv.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpcdgv.IsShowTime = false; this.dtpcdgv.Location = new System.Drawing.Point(14, 317); this.dtpcdgv.Name = "dtpcdgv"; this.dtpcdgv.Size = new System.Drawing.Size(123, 21); this.dtpcdgv.TabIndex = 314; this.dtpcdgv.Visible = false; // // cmbdgv // this.cmbdgv.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80))))); this.cmbdgv.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.cmbdgv.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168))))); this.cmbdgv.Font = new System.Drawing.Font("宋体", 10.5F); this.cmbdgv.FormattingEnabled = true; this.cmbdgv.IsCustomColor = false; this.cmbdgv.Location = new System.Drawing.Point(748, 210); this.cmbdgv.Name = "cmbdgv"; this.cmbdgv.ReadOnly = true; this.cmbdgv.Size = new System.Drawing.Size(121, 22); this.cmbdgv.TabIndex = 313; this.cmbdgv.Visible = false; // // cmbtreevStoreName // this.cmbtreevStoreName.AfterSelectLevelFirstNode = false; this.cmbtreevStoreName.DropDownHeight = 220; this.cmbtreevStoreName.DropDownShow = false; this.cmbtreevStoreName.FormattingEnabled = true; this.cmbtreevStoreName.IntegralHeight = false; this.cmbtreevStoreName.IsNodeMouseClick = false; this.cmbtreevStoreName.IsSelectParentNode = false; this.cmbtreevStoreName.Location = new System.Drawing.Point(616, 212); this.cmbtreevStoreName.Name = "cmbtreevStoreName"; this.cmbtreevStoreName.ReadOnly = true; this.cmbtreevStoreName.SelectedNode = null; this.cmbtreevStoreName.Size = new System.Drawing.Size(114, 20); this.cmbtreevStoreName.StrGetName = ""; this.cmbtreevStoreName.StrGetTagName = ""; this.cmbtreevStoreName.StrKey = null; this.cmbtreevStoreName.TabIndex = 309; this.cmbtreevStoreName.Visible = false; // // cmbtreevdgv // this.cmbtreevdgv.AfterSelectLevelFirstNode = false; this.cmbtreevdgv.DropDownHeight = 220; this.cmbtreevdgv.DropDownShow = false; this.cmbtreevdgv.FormattingEnabled = true; this.cmbtreevdgv.IntegralHeight = false; this.cmbtreevdgv.IsNodeMouseClick = false; this.cmbtreevdgv.IsSelectParentNode = false; this.cmbtreevdgv.Location = new System.Drawing.Point(396, 265); this.cmbtreevdgv.Name = "cmbtreevdgv"; this.cmbtreevdgv.ReadOnly = true; this.cmbtreevdgv.SelectedNode = null; this.cmbtreevdgv.Size = new System.Drawing.Size(82, 20); this.cmbtreevdgv.StrGetName = ""; this.cmbtreevdgv.StrGetTagName = ""; this.cmbtreevdgv.StrKey = null; this.cmbtreevdgv.TabIndex = 308; this.cmbtreevdgv.Visible = false; // // dgvData // this.dgvData.AllowUserToAddRows = false; this.dgvData.AllowUserToDeleteRows = false; this.dgvData.AllowUserToOrderColumns = true; this.dgvData.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan; this.dgvData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvData.BackgroundColor = System.Drawing.Color.White; this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 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 = resources.GetString("dgvData.GridViewUniquelyIdentify"); this.dgvData.IsCompleteBonding = false; this.dgvData.IsCopyCellValue = true; this.dgvData.Location = new System.Drawing.Point(5, 189); 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.CellSelect; this.dgvData.Size = new System.Drawing.Size(974, 261); this.dgvData.TabIndex = 62; // // 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.lbSelectDateInfo); this.panelEx3.Controls.Add(this.panelWedding); this.panelEx3.Controls.Add(this.btnDelete); this.panelEx3.Controls.Add(this.btnAddService); this.panelEx3.Controls.Add(this.labelEx6); this.panelEx3.Controls.Add(this.btnSave); this.panelEx3.Controls.Add(this.labelEx5); this.panelEx3.Controls.Add(this.txtOrdersPerson); this.panelEx3.Controls.Add(this.txtName2); this.panelEx3.Controls.Add(this.txtName1); this.panelEx3.Controls.Add(this.tx_serial_price); this.panelEx3.Controls.Add(this.tx_rdrc); this.panelEx3.Controls.Add(this.txtSeriesName); this.panelEx3.Controls.Add(this.txtOrderNumber); this.panelEx3.Controls.Add(this.labelEx7); this.panelEx3.Controls.Add(this.lblName2); this.panelEx3.Controls.Add(this.labelEx8); this.panelEx3.Controls.Add(this.labelEx9); this.panelEx3.Controls.Add(this.lblName1); this.panelEx3.Controls.Add(this.labelEx4); this.panelEx3.Controls.Add(this.labelEx3); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx3.Location = new System.Drawing.Point(5, 3); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(974, 186); this.panelEx3.TabIndex = 294; // // panelWedding // this.panelWedding.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelWedding.BorderType = LYFZ.ComponentLibrary.PlBorderType.all; this.panelWedding.BorderWidth = 1; this.panelWedding.Controls.Add(this.txtWedding); this.panelWedding.Controls.Add(this.chkWedding); this.panelWedding.Controls.Add(this.labelEx2); this.panelWedding.Location = new System.Drawing.Point(730, 81); this.panelWedding.Name = "panelWedding"; this.panelWedding.Size = new System.Drawing.Size(230, 32); this.panelWedding.TabIndex = 308; // // txtWedding // this.txtWedding.BackColor = System.Drawing.Color.Transparent; this.txtWedding.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtWedding.Icon = null; this.txtWedding.IconIsButton = false; this.txtWedding.IsPasswordChat = '\0'; this.txtWedding.IsSystemPasswordChar = false; this.txtWedding.Lines = new string[0]; this.txtWedding.Location = new System.Drawing.Point(68, 3); this.txtWedding.Margin = new System.Windows.Forms.Padding(0); this.txtWedding.MaxLength = 32767; this.txtWedding.MinimumSize = new System.Drawing.Size(0, 24); this.txtWedding.MouseBack = null; this.txtWedding.Multiline = false; this.txtWedding.Name = "txtWedding"; this.txtWedding.NormlBack = null; this.txtWedding.Padding = new System.Windows.Forms.Padding(5); this.txtWedding.ReadOnly = true; this.txtWedding.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtWedding.Size = new System.Drawing.Size(100, 26); this.txtWedding.TabIndex = 291; this.txtWedding.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtWedding.WaterColor = System.Drawing.Color.DarkGray; this.txtWedding.WaterText = ""; this.txtWedding.WordWrap = true; // // chkWedding // this.chkWedding.AutoSize = true; this.chkWedding.BackColor = System.Drawing.Color.Transparent; this.chkWedding.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkWedding.Enabled = false; this.chkWedding.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); 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(173, 6); this.chkWedding.Name = "chkWedding"; this.chkWedding.Size = new System.Drawing.Size(51, 21); this.chkWedding.TabIndex = 293; this.chkWedding.Text = "农历"; this.chkWedding.UseVisualStyleBackColor = false; // // 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(26, 8); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(44, 17); this.labelEx2.TabIndex = 290; this.labelEx2.Text = "婚期:"; // // btnDelete // this.btnDelete.BackColor = System.Drawing.Color.Transparent; this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg"))); this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnDelete.ForeColor = System.Drawing.Color.White; this.btnDelete.IsCustomBackImg = false; this.btnDelete.IsShowText = true; this.btnDelete.Location = new System.Drawing.Point(696, 150); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(85, 28); this.btnDelete.TabIndex = 307; this.btnDelete.Text = " 删 除"; this.btnDelete.UseVisualStyleBackColor = false; // // btnAddService // this.btnAddService.BackColor = System.Drawing.Color.Transparent; this.btnAddService.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddService.BackImg"))); this.btnAddService.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnAddService.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnAddService.ForeColor = System.Drawing.Color.White; this.btnAddService.IsCustomBackImg = false; this.btnAddService.IsShowText = true; this.btnAddService.Location = new System.Drawing.Point(789, 150); this.btnAddService.Name = "btnAddService"; this.btnAddService.Size = new System.Drawing.Size(85, 28); this.btnAddService.TabIndex = 306; this.btnAddService.Text = " 添 加"; this.btnAddService.UseVisualStyleBackColor = false; // // labelEx6 // this.labelEx6.AutoSize = true; this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx6.Location = new System.Drawing.Point(6, 160); this.labelEx6.Name = "labelEx6"; this.labelEx6.Size = new System.Drawing.Size(56, 17); this.labelEx6.TabIndex = 304; this.labelEx6.Text = "服务资料"; // // btnSave // this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg"))); this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.IsCustomBackImg = false; this.btnSave.IsShowText = true; this.btnSave.Location = new System.Drawing.Point(882, 150); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 28); this.btnSave.TabIndex = 305; this.btnSave.Text = " 保 存"; this.btnSave.UseVisualStyleBackColor = false; // // labelEx5 // this.labelEx5.AutoSize = true; this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx5.Location = new System.Drawing.Point(6, 23); this.labelEx5.Name = "labelEx5"; this.labelEx5.Size = new System.Drawing.Size(56, 17); this.labelEx5.TabIndex = 303; this.labelEx5.Text = "订单资料"; // // txtOrdersPerson // this.txtOrdersPerson.BackColor = System.Drawing.Color.Transparent; this.txtOrdersPerson.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtOrdersPerson.Icon = null; this.txtOrdersPerson.IconIsButton = false; this.txtOrdersPerson.IsPasswordChat = '\0'; this.txtOrdersPerson.IsSystemPasswordChar = false; this.txtOrdersPerson.Lines = new string[0]; this.txtOrdersPerson.Location = new System.Drawing.Point(307, 47); this.txtOrdersPerson.Margin = new System.Windows.Forms.Padding(0); this.txtOrdersPerson.MaxLength = 32767; this.txtOrdersPerson.MinimumSize = new System.Drawing.Size(0, 24); this.txtOrdersPerson.MouseBack = null; this.txtOrdersPerson.Multiline = false; this.txtOrdersPerson.Name = "txtOrdersPerson"; this.txtOrdersPerson.NormlBack = null; this.txtOrdersPerson.Padding = new System.Windows.Forms.Padding(5); this.txtOrdersPerson.ReadOnly = true; this.txtOrdersPerson.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtOrdersPerson.Size = new System.Drawing.Size(150, 26); this.txtOrdersPerson.TabIndex = 302; this.txtOrdersPerson.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtOrdersPerson.WaterColor = System.Drawing.Color.DarkGray; this.txtOrdersPerson.WaterText = ""; this.txtOrdersPerson.WordWrap = true; // // txtName2 // this.txtName2.BackColor = System.Drawing.Color.Transparent; this.txtName2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtName2.Icon = null; this.txtName2.IconIsButton = false; this.txtName2.IsPasswordChat = '\0'; this.txtName2.IsSystemPasswordChar = false; this.txtName2.Lines = new string[0]; this.txtName2.Location = new System.Drawing.Point(307, 84); this.txtName2.Margin = new System.Windows.Forms.Padding(0); this.txtName2.MaxLength = 32767; this.txtName2.MinimumSize = new System.Drawing.Size(0, 24); this.txtName2.MouseBack = null; this.txtName2.Multiline = false; this.txtName2.Name = "txtName2"; this.txtName2.NormlBack = null; this.txtName2.Padding = new System.Windows.Forms.Padding(5); this.txtName2.ReadOnly = true; this.txtName2.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtName2.Size = new System.Drawing.Size(150, 26); this.txtName2.TabIndex = 301; this.txtName2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtName2.WaterColor = System.Drawing.Color.DarkGray; this.txtName2.WaterText = ""; this.txtName2.WordWrap = true; // // txtName1 // this.txtName1.BackColor = System.Drawing.Color.Transparent; this.txtName1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtName1.Icon = null; this.txtName1.IconIsButton = false; this.txtName1.IsPasswordChat = '\0'; this.txtName1.IsSystemPasswordChar = false; this.txtName1.Lines = new string[0]; this.txtName1.Location = new System.Drawing.Point(72, 84); this.txtName1.Margin = new System.Windows.Forms.Padding(0); this.txtName1.MaxLength = 32767; this.txtName1.MinimumSize = new System.Drawing.Size(0, 24); this.txtName1.MouseBack = null; this.txtName1.Multiline = false; this.txtName1.Name = "txtName1"; this.txtName1.NormlBack = null; this.txtName1.Padding = new System.Windows.Forms.Padding(5); this.txtName1.ReadOnly = true; this.txtName1.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtName1.Size = new System.Drawing.Size(150, 26); this.txtName1.TabIndex = 300; this.txtName1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtName1.WaterColor = System.Drawing.Color.DarkGray; this.txtName1.WaterText = ""; this.txtName1.WordWrap = true; // // tx_serial_price // this.tx_serial_price.BackColor = System.Drawing.Color.Transparent; this.tx_serial_price.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.tx_serial_price.Icon = null; this.tx_serial_price.IconIsButton = false; this.tx_serial_price.IsPasswordChat = '\0'; this.tx_serial_price.IsSystemPasswordChar = false; this.tx_serial_price.Lines = new string[0]; this.tx_serial_price.Location = new System.Drawing.Point(797, 47); this.tx_serial_price.Margin = new System.Windows.Forms.Padding(0); this.tx_serial_price.MaxLength = 32767; this.tx_serial_price.MinimumSize = new System.Drawing.Size(0, 24); this.tx_serial_price.MouseBack = null; this.tx_serial_price.Multiline = false; this.tx_serial_price.Name = "tx_serial_price"; this.tx_serial_price.NormlBack = null; this.tx_serial_price.Padding = new System.Windows.Forms.Padding(5); this.tx_serial_price.ReadOnly = true; this.tx_serial_price.ScrollBars = System.Windows.Forms.ScrollBars.None; this.tx_serial_price.Size = new System.Drawing.Size(150, 26); this.tx_serial_price.TabIndex = 299; this.tx_serial_price.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.tx_serial_price.WaterColor = System.Drawing.Color.DarkGray; this.tx_serial_price.WaterText = ""; this.tx_serial_price.WordWrap = true; // // tx_rdrc // this.tx_rdrc.BackColor = System.Drawing.Color.Transparent; this.tx_rdrc.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.tx_rdrc.Icon = null; this.tx_rdrc.IconIsButton = false; this.tx_rdrc.IsPasswordChat = '\0'; this.tx_rdrc.IsSystemPasswordChar = false; this.tx_rdrc.Lines = new string[0]; this.tx_rdrc.Location = new System.Drawing.Point(545, 84); this.tx_rdrc.Margin = new System.Windows.Forms.Padding(0); this.tx_rdrc.MaxLength = 32767; this.tx_rdrc.MinimumSize = new System.Drawing.Size(0, 24); this.tx_rdrc.MouseBack = null; this.tx_rdrc.Multiline = false; this.tx_rdrc.Name = "tx_rdrc"; this.tx_rdrc.NormlBack = null; this.tx_rdrc.Padding = new System.Windows.Forms.Padding(5); this.tx_rdrc.ReadOnly = true; this.tx_rdrc.ScrollBars = System.Windows.Forms.ScrollBars.None; this.tx_rdrc.Size = new System.Drawing.Size(150, 26); this.tx_rdrc.TabIndex = 299; this.tx_rdrc.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.tx_rdrc.WaterColor = System.Drawing.Color.DarkGray; this.tx_rdrc.WaterText = ""; this.tx_rdrc.WordWrap = true; // // txtSeriesName // this.txtSeriesName.BackColor = System.Drawing.Color.Transparent; this.txtSeriesName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtSeriesName.Icon = null; this.txtSeriesName.IconIsButton = false; this.txtSeriesName.IsPasswordChat = '\0'; this.txtSeriesName.IsSystemPasswordChar = false; this.txtSeriesName.Lines = new string[0]; this.txtSeriesName.Location = new System.Drawing.Point(545, 47); this.txtSeriesName.Margin = new System.Windows.Forms.Padding(0); this.txtSeriesName.MaxLength = 32767; this.txtSeriesName.MinimumSize = new System.Drawing.Size(0, 24); this.txtSeriesName.MouseBack = null; this.txtSeriesName.Multiline = false; this.txtSeriesName.Name = "txtSeriesName"; this.txtSeriesName.NormlBack = null; this.txtSeriesName.Padding = new System.Windows.Forms.Padding(5); this.txtSeriesName.ReadOnly = true; this.txtSeriesName.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtSeriesName.Size = new System.Drawing.Size(150, 26); this.txtSeriesName.TabIndex = 299; this.txtSeriesName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtSeriesName.WaterColor = System.Drawing.Color.DarkGray; this.txtSeriesName.WaterText = ""; this.txtSeriesName.WordWrap = true; // // txtOrderNumber // this.txtOrderNumber.BackColor = System.Drawing.Color.Transparent; this.txtOrderNumber.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtOrderNumber.Icon = null; this.txtOrderNumber.IconIsButton = false; this.txtOrderNumber.IsPasswordChat = '\0'; this.txtOrderNumber.IsSystemPasswordChar = false; this.txtOrderNumber.Lines = new string[0]; this.txtOrderNumber.Location = new System.Drawing.Point(72, 47); this.txtOrderNumber.Margin = new System.Windows.Forms.Padding(0); this.txtOrderNumber.MaxLength = 32767; this.txtOrderNumber.MinimumSize = new System.Drawing.Size(0, 24); this.txtOrderNumber.MouseBack = null; this.txtOrderNumber.Multiline = false; this.txtOrderNumber.Name = "txtOrderNumber"; this.txtOrderNumber.NormlBack = null; this.txtOrderNumber.Padding = new System.Windows.Forms.Padding(5); this.txtOrderNumber.ReadOnly = true; this.txtOrderNumber.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtOrderNumber.Size = new System.Drawing.Size(150, 26); this.txtOrderNumber.TabIndex = 298; this.txtOrderNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtOrderNumber.WaterColor = System.Drawing.Color.DarkGray; this.txtOrderNumber.WaterText = ""; this.txtOrderNumber.WordWrap = true; // // labelEx7 // this.labelEx7.AutoSize = true; this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx7.Location = new System.Drawing.Point(241, 52); this.labelEx7.Name = "labelEx7"; this.labelEx7.Size = new System.Drawing.Size(68, 17); this.labelEx7.TabIndex = 297; this.labelEx7.Text = "门市接单:"; // // lblName2 // this.lblName2.AutoSize = true; this.lblName2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.lblName2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lblName2.Location = new System.Drawing.Point(241, 89); this.lblName2.Name = "lblName2"; this.lblName2.Size = new System.Drawing.Size(68, 17); this.lblName2.TabIndex = 296; this.lblName2.Text = "女宾姓名:"; // // labelEx8 // this.labelEx8.AutoSize = true; this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx8.Location = new System.Drawing.Point(731, 52); this.labelEx8.Name = "labelEx8"; this.labelEx8.Size = new System.Drawing.Size(68, 17); this.labelEx8.TabIndex = 294; this.labelEx8.Text = "套系金额:"; // // labelEx9 // this.labelEx9.AutoSize = true; this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx9.Location = new System.Drawing.Point(479, 89); this.labelEx9.Name = "labelEx9"; this.labelEx9.Size = new System.Drawing.Size(73, 17); this.labelEx9.TabIndex = 294; this.labelEx9.Text = "入底\\入册:"; // // lblName1 // this.lblName1.AutoSize = true; this.lblName1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.lblName1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.lblName1.Location = new System.Drawing.Point(6, 89); this.lblName1.Name = "lblName1"; this.lblName1.Size = new System.Drawing.Size(68, 17); this.lblName1.TabIndex = 295; this.lblName1.Text = "男宾姓名:"; // // labelEx4 // this.labelEx4.AutoSize = true; this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx4.Location = new System.Drawing.Point(479, 52); this.labelEx4.Name = "labelEx4"; this.labelEx4.Size = new System.Drawing.Size(68, 17); this.labelEx4.TabIndex = 294; this.labelEx4.Text = "套系名称:"; // // 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(18, 52); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(56, 17); this.labelEx3.TabIndex = 293; this.labelEx3.Text = "订单号:"; // // 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.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx2.Location = new System.Drawing.Point(5, 2); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(974, 1); this.panelEx2.TabIndex = 30; // // btnUpdate // this.btnUpdate.BackColor = System.Drawing.Color.Transparent; this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg"))); this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnUpdate.ForeColor = System.Drawing.Color.White; this.btnUpdate.IsCustomBackImg = false; this.btnUpdate.IsShowText = true; this.btnUpdate.Location = new System.Drawing.Point(679, 18); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(85, 28); this.btnUpdate.TabIndex = 289; this.btnUpdate.Text = " 修改资料"; this.btnUpdate.UseVisualStyleBackColor = false; this.btnUpdate.Visible = false; // // btnAddingGuests // this.btnAddingGuests.BackColor = System.Drawing.Color.Transparent; this.btnAddingGuests.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddingGuests.BackImg"))); this.btnAddingGuests.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnAddingGuests.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnAddingGuests.ForeColor = System.Drawing.Color.White; this.btnAddingGuests.IsCustomBackImg = false; this.btnAddingGuests.IsShowText = true; this.btnAddingGuests.Location = new System.Drawing.Point(584, 18); this.btnAddingGuests.Name = "btnAddingGuests"; this.btnAddingGuests.Size = new System.Drawing.Size(85, 28); this.btnAddingGuests.TabIndex = 286; this.btnAddingGuests.Text = " 添加客人"; this.btnAddingGuests.UseVisualStyleBackColor = false; // // txtTextQuery // this.txtTextQuery.BackColor = System.Drawing.Color.Transparent; this.txtTextQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.txtTextQuery.Icon = null; this.txtTextQuery.IconIsButton = false; this.txtTextQuery.IsPasswordChat = '\0'; this.txtTextQuery.IsSystemPasswordChar = false; this.txtTextQuery.Lines = new string[0]; this.txtTextQuery.Location = new System.Drawing.Point(89, 19); this.txtTextQuery.Margin = new System.Windows.Forms.Padding(0); this.txtTextQuery.MaxLength = 32767; this.txtTextQuery.MinimumSize = new System.Drawing.Size(0, 24); this.txtTextQuery.MouseBack = null; this.txtTextQuery.Multiline = false; this.txtTextQuery.Name = "txtTextQuery"; this.txtTextQuery.NormlBack = null; this.txtTextQuery.Padding = new System.Windows.Forms.Padding(5); this.txtTextQuery.ReadOnly = false; this.txtTextQuery.ScrollBars = System.Windows.Forms.ScrollBars.None; this.txtTextQuery.Size = new System.Drawing.Size(390, 25); this.txtTextQuery.TabIndex = 40; this.txtTextQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtTextQuery.WaterColor = System.Drawing.Color.DarkGray; this.txtTextQuery.WaterText = "输入客人姓名(拼音)、电话或订单号 按回车键查询"; this.txtTextQuery.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(489, 18); this.btnQuery.Name = "btnQuery"; this.btnQuery.Size = new System.Drawing.Size(85, 28); this.btnQuery.TabIndex = 291; this.btnQuery.Text = " 查 询"; this.btnQuery.UseVisualStyleBackColor = false; // // lbSelectDateInfo // this.lbSelectDateInfo.AutoSize = true; this.lbSelectDateInfo.BackColor = System.Drawing.Color.Transparent; this.lbSelectDateInfo.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel); this.lbSelectDateInfo.ForeColor = System.Drawing.Color.DodgerBlue; this.lbSelectDateInfo.Location = new System.Drawing.Point(12, 124); this.lbSelectDateInfo.Margin = new System.Windows.Forms.Padding(1, 4, 1, 0); this.lbSelectDateInfo.Name = "lbSelectDateInfo"; this.lbSelectDateInfo.Size = new System.Drawing.Size(15, 19); this.lbSelectDateInfo.TabIndex = 309; this.lbSelectDateInfo.Text = "-"; // // WeddingReservationSmallForm // 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(998, 610); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsUserControlsSize = false; this.Name = "WeddingReservationSmallForm"; 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); this.panelEx1.PerformLayout(); this.panelEx4.ResumeLayout(false); this.panelEx4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.panelEx3.ResumeLayout(false); this.panelEx3.PerformLayout(); this.panelWedding.ResumeLayout(false); this.panelWedding.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.LabelEx labelEx1; protected ComponentLibrary.TextBoxEx txtTextQuery; protected ComponentLibrary.DataGridViewEx dgvData; protected ComponentLibrary.PanelEx panelEx4; protected ComponentLibrary.PanelEx panelEx1; protected ComponentLibrary.ButtonForm btnUpdate; protected ComponentLibrary.ButtonForm btnAddingGuests; protected ComponentLibrary.ListBoxEx lstTextQuery; protected internal ComponentLibrary.ButtonForm btnQuery; protected internal ComponentLibrary.PanelEx panelWedding; protected internal ComponentLibrary.CheckBoxEx chkWedding; protected ComponentLibrary.LabelEx labelEx2; protected internal ComponentLibrary.TextBoxEx txtWedding; protected ComponentLibrary.ButtonForm btnDelete; protected ComponentLibrary.ButtonForm btnAddService; private ComponentLibrary.LabelEx labelEx6; protected ComponentLibrary.ButtonEx btnSave; private ComponentLibrary.LabelEx labelEx5; protected ComponentLibrary.TextBoxEx txtOrdersPerson; protected ComponentLibrary.TextBoxEx txtName2; protected ComponentLibrary.TextBoxEx txtName1; protected ComponentLibrary.TextBoxEx txtSeriesName; protected ComponentLibrary.TextBoxEx txtOrderNumber; private ComponentLibrary.LabelEx labelEx7; protected ComponentLibrary.LabelEx lblName2; protected ComponentLibrary.LabelEx lblName1; private ComponentLibrary.LabelEx labelEx4; private ComponentLibrary.LabelEx labelEx3; protected internal ComponentLibrary.PanelEx panelEx2; protected internal ComponentLibrary.PanelEx panelEx3; protected internal ComponentLibrary.ComboBoxEx cmbdgv; protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName; protected ComponentLibrary.ComboBoxTreeViewEx cmbtreevdgv; protected internal ComponentLibrary.DateTimePickerEx dtpcdgv; protected internal ComponentLibrary.TextBoxEx txtdgv; protected internal ComponentLibrary.MaskedTextTimeEx mskdgv; protected internal ComponentLibrary.TextBoxEx txtIntCount; protected ComponentLibrary.TextBoxEx tx_serial_price; private ComponentLibrary.LabelEx labelEx8; protected ComponentLibrary.TextBoxEx tx_rdrc; private ComponentLibrary.LabelEx labelEx9; public ComponentLibrary.LabelEx lbSelectDateInfo; } }