namespace LYFZ.Software.UI.MembershipManage.SuperSmallForm { partial class FindGuestSuperSmallForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FindGuestSuperSmallForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.btnOK = new LYFZ.ComponentLibrary.ButtonEx(); this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.btnFind = new LYFZ.ComponentLibrary.ButtonForm(); this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc(); this.txtTextQuery = new LYFZ.ComponentLibrary.TextBoxEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx2); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10); this.plExMainContainer.Size = new System.Drawing.Size(800, 545); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(800, 545); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(510, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(768, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.Location = new System.Drawing.Point(510, 0); // // btnOK // this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg"))); this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.IsCustomBackImg = false; this.btnOK.IsShowText = true; this.btnOK.Location = new System.Drawing.Point(584, 9); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 28); this.btnOK.TabIndex = 5; this.btnOK.Text = " 确 定"; this.btnOK.UseVisualStyleBackColor = false; // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg"))); this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.IsCustomBackImg = false; this.btnCancel.IsShowText = true; this.btnCancel.Location = new System.Drawing.Point(677, 9); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 28); this.btnCancel.TabIndex = 6; this.btnCancel.Text = " 取 消"; this.btnCancel.UseVisualStyleBackColor = false; // // 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(9, 15); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(68, 17); this.labelEx1.TabIndex = 19; this.labelEx1.Text = "查找客人:"; // // panelEx2 // this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderWidth = 1; this.panelEx2.Controls.Add(this.btnCancel); this.panelEx2.Controls.Add(this.btnOK); this.panelEx2.Controls.Add(this.btnFind); this.panelEx2.Controls.Add(this.dgvData); this.panelEx2.Controls.Add(this.txtTextQuery); this.panelEx2.Controls.Add(this.labelEx1); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx2.Location = new System.Drawing.Point(10, 10); this.panelEx2.Name = "panelEx2"; this.panelEx2.Padding = new System.Windows.Forms.Padding(5); this.panelEx2.Size = new System.Drawing.Size(780, 525); this.panelEx2.TabIndex = 23; // // btnFind // this.btnFind.BackColor = System.Drawing.Color.Transparent; this.btnFind.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnFind.BackImg"))); this.btnFind.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnFind.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnFind.ForeColor = System.Drawing.Color.White; this.btnFind.IsCustomBackImg = false; this.btnFind.IsShowText = true; this.btnFind.Location = new System.Drawing.Point(356, 11); this.btnFind.Name = "btnFind"; this.btnFind.Size = new System.Drawing.Size(60, 25); this.btnFind.TabIndex = 25; this.btnFind.Text = " 查 找"; this.btnFind.UseVisualStyleBackColor = false; // // dgvData // this.dgvData.AllowUserToAddRows = false; this.dgvData.AllowUserToDeleteRows = false; 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.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.Bottom; 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.IsCopyCellValue = true; this.dgvData.IsShowSerialNumber = false; this.dgvData.IsSortedRedraw = true; this.dgvData.IsSortMode = false; this.dgvData.Location = new System.Drawing.Point(5, 43); this.dgvData.MultiSelect = false; 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(770, 477); this.dgvData.TabIndex = 24; this.dgvData.ViceCount = 1; // // 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(77, 11); 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(270, 25); this.txtTextQuery.TabIndex = 23; this.txtTextQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtTextQuery.WaterColor = System.Drawing.Color.DarkGray; this.txtTextQuery.WaterText = "客人姓名,拼音或电话"; this.txtTextQuery.WordWrap = true; // // FindGuestSuperSmallForm // 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(800, 610); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsUserControlsSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FindGuestSuperSmallForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "查找客人"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx2.ResumeLayout(false); this.panelEx2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.ResumeLayout(false); } #endregion protected ComponentLibrary.ButtonEx btnCancel; protected ComponentLibrary.ButtonEx btnOK; private ComponentLibrary.LabelEx labelEx1; private ComponentLibrary.PanelEx panelEx2; protected ComponentLibrary.TextBoxEx txtTextQuery; protected internal ComponentLibrary.ButtonForm btnFind; protected internal ComponentLibrary.DataGridViewEc dgvData; } }