namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm { partial class SelectWorkPersonSuperSmallForm { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectWorkPersonSuperSmallForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.cmbtreevDepartment = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx(); this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit(); this.panelEx3.SuspendLayout(); this.panelEx2.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10); this.plExMainContainer.Size = new System.Drawing.Size(556, 545); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(556, 545); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(351, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(524, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(351, 0); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.dgvData); this.panelEx1.Controls.Add(this.panelEx3); this.panelEx1.Controls.Add(this.panelEx2); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(10, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(536, 525); this.panelEx1.TabIndex = 0; // // dgvData // this.dgvData.AllowUserToAddRows = false; this.dgvData.AllowUserToDeleteRows = false; this.dgvData.AllowUserToResizeRows = false; this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; 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(0, 34); 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.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvData.Size = new System.Drawing.Size(536, 451); this.dgvData.TabIndex = 0; this.dgvData.ViceCount = 1; // // panelEx3 // this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderWidth = 1; this.panelEx3.Controls.Add(this.cmbtreevStoreName); this.panelEx3.Controls.Add(this.labelEx2); this.panelEx3.Controls.Add(this.cmbtreevDepartment); this.panelEx3.Controls.Add(this.labelEx1); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx3.Location = new System.Drawing.Point(0, 0); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(536, 34); this.panelEx3.TabIndex = 2; // // cmbtreevStoreName // this.cmbtreevStoreName.AfterSelectLevelFirstNode = true; this.cmbtreevStoreName.DropDownHeight = 220; this.cmbtreevStoreName.DropDownShow = false; this.cmbtreevStoreName.FormattingEnabled = true; this.cmbtreevStoreName.IntegralHeight = false; this.cmbtreevStoreName.IsNodeMouseClick = true; this.cmbtreevStoreName.IsSelectParentNode = false; this.cmbtreevStoreName.Location = new System.Drawing.Point(317, 8); this.cmbtreevStoreName.Name = "cmbtreevStoreName"; this.cmbtreevStoreName.ReadOnly = true; this.cmbtreevStoreName.SelectedNode = null; this.cmbtreevStoreName.Size = new System.Drawing.Size(170, 20); this.cmbtreevStoreName.StrGetName = ""; this.cmbtreevStoreName.StrGetTagName = ""; this.cmbtreevStoreName.StrKey = null; this.cmbtreevStoreName.TabIndex = 3; // // 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(270, 10); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(44, 17); this.labelEx2.TabIndex = 2; this.labelEx2.Text = "分店:"; // // cmbtreevDepartment // this.cmbtreevDepartment.AfterSelectLevelFirstNode = true; this.cmbtreevDepartment.DropDownHeight = 220; this.cmbtreevDepartment.DropDownShow = false; this.cmbtreevDepartment.FormattingEnabled = true; this.cmbtreevDepartment.IntegralHeight = false; this.cmbtreevDepartment.IsNodeMouseClick = true; this.cmbtreevDepartment.IsSelectParentNode = false; this.cmbtreevDepartment.Location = new System.Drawing.Point(59, 8); this.cmbtreevDepartment.Name = "cmbtreevDepartment"; this.cmbtreevDepartment.ReadOnly = true; this.cmbtreevDepartment.SelectedNode = null; this.cmbtreevDepartment.Size = new System.Drawing.Size(160, 20); this.cmbtreevDepartment.StrGetName = ""; this.cmbtreevDepartment.StrGetTagName = ""; this.cmbtreevDepartment.StrKey = null; this.cmbtreevDepartment.TabIndex = 1; // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(12, 10); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(44, 17); this.labelEx1.TabIndex = 0; 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.btnSaveed); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panelEx2.Location = new System.Drawing.Point(0, 485); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(536, 40); this.panelEx2.TabIndex = 1; // // 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(318, 6); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 28); this.btnCancel.TabIndex = 3; this.btnCancel.Text = " 取 消"; this.btnCancel.UseVisualStyleBackColor = false; // // btnSaveed // this.btnSaveed.BackColor = System.Drawing.Color.Transparent; this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg"))); this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSaveed.ForeColor = System.Drawing.Color.White; this.btnSaveed.IsCustomBackImg = false; this.btnSaveed.IsShowText = true; this.btnSaveed.Location = new System.Drawing.Point(152, 6); this.btnSaveed.Name = "btnSaveed"; this.btnSaveed.Size = new System.Drawing.Size(85, 28); this.btnSaveed.TabIndex = 2; this.btnSaveed.Text = " 确 定"; this.btnSaveed.UseVisualStyleBackColor = false; // // SelectWorkPersonSuperSmallForm // 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(556, 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 = "SelectWorkPersonSuperSmallForm"; this.Text = "选择人员"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit(); this.panelEx3.ResumeLayout(false); this.panelEx3.PerformLayout(); this.panelEx2.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentLibrary.PanelEx panelEx1; private ComponentLibrary.PanelEx panelEx2; protected internal ComponentLibrary.ButtonEx btnCancel; protected internal ComponentLibrary.ButtonEx btnSaveed; protected internal ComponentLibrary.DataGridViewEc dgvData; private ComponentLibrary.PanelEx panelEx3; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDepartment; private ComponentLibrary.LabelEx labelEx1; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName; protected internal ComponentLibrary.LabelEx labelEx2; } }