namespace Dongke.IBOSS.PRD.Client.TATModule { partial class F_TAT_0703 { /// /// 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(F_TAT_0703)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton(); this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.txtPost = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblPost = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtManagersName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblManagersName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_GroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox(); this.dgvMembers = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.ManagersID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.PostName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrOperate.SuspendLayout(); this.c_GroupBox1.SuspendLayout(); this.c_GroupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvMembers)).BeginInit(); this.SuspendLayout(); // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.SystemColors.Control; this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.functionbackground; this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnAdaptive}); this.tsrOperate.Location = new System.Drawing.Point(0, 0); this.tsrOperate.Name = "tsrOperate"; this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.tsrOperate.ShowItemToolTips = false; this.tsrOperate.Size = new System.Drawing.Size(752, 35); this.tsrOperate.TabIndex = 4; // // tsbtnAdaptive // this.tsbtnAdaptive.AutoSize = false; this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdaptive.Name = "tsbtnAdaptive"; this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25); this.tsbtnAdaptive.Text = "自适应列宽(&A)"; this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click); // // c_GroupBox1 // this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent; this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage"))); this.c_GroupBox1.Controls.Add(this.txtPost); this.c_GroupBox1.Controls.Add(this.lblPost); this.c_GroupBox1.Controls.Add(this.txtOrganization); this.c_GroupBox1.Controls.Add(this.lblOrganization); this.c_GroupBox1.Controls.Add(this.txtManagersName); this.c_GroupBox1.Controls.Add(this.lblManagersName); this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_GroupBox1.IsMustInput = false; this.c_GroupBox1.Location = new System.Drawing.Point(12, 38); this.c_GroupBox1.Name = "c_GroupBox1"; this.c_GroupBox1.OriginalHeight = -1; this.c_GroupBox1.Size = new System.Drawing.Size(728, 51); this.c_GroupBox1.TabIndex = 5; this.c_GroupBox1.TabStop = false; this.c_GroupBox1.Text = "管理人信息 ▼"; // // txtPost // this.txtPost.BackColor = System.Drawing.SystemColors.Window; this.txtPost.BackgroundColor = System.Drawing.SystemColors.Window; this.txtPost.Enabled = false; this.txtPost.ErrorMessage = ""; this.txtPost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPost.Location = new System.Drawing.Point(505, 18); this.txtPost.MaxLength = 70; this.txtPost.Name = "txtPost"; this.txtPost.Size = new System.Drawing.Size(149, 21); this.txtPost.TabIndex = 119; // // lblPost // this.lblPost.AutoSize = true; this.lblPost.BackColor = System.Drawing.Color.Transparent; this.lblPost.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblPost.ForeColor = System.Drawing.SystemColors.ControlText; this.lblPost.Location = new System.Drawing.Point(446, 23); this.lblPost.Name = "lblPost"; this.lblPost.Size = new System.Drawing.Size(53, 12); this.lblPost.TabIndex = 118; this.lblPost.Text = "部门职务"; // // txtOrganization // this.txtOrganization.BackColor = System.Drawing.SystemColors.Window; this.txtOrganization.BackgroundColor = System.Drawing.SystemColors.Window; this.txtOrganization.Enabled = false; this.txtOrganization.ErrorMessage = ""; this.txtOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtOrganization.Location = new System.Drawing.Point(291, 18); this.txtOrganization.MaxLength = 70; this.txtOrganization.Name = "txtOrganization"; this.txtOrganization.Size = new System.Drawing.Size(149, 21); this.txtOrganization.TabIndex = 117; // // lblOrganization // this.lblOrganization.AutoSize = true; this.lblOrganization.BackColor = System.Drawing.Color.Transparent; this.lblOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblOrganization.ForeColor = System.Drawing.SystemColors.ControlText; this.lblOrganization.Location = new System.Drawing.Point(232, 23); this.lblOrganization.Name = "lblOrganization"; this.lblOrganization.Size = new System.Drawing.Size(53, 12); this.lblOrganization.TabIndex = 116; this.lblOrganization.Text = "所属部门"; // // txtManagersName // this.txtManagersName.BackColor = System.Drawing.SystemColors.Window; this.txtManagersName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtManagersName.Enabled = false; this.txtManagersName.ErrorMessage = ""; this.txtManagersName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtManagersName.Location = new System.Drawing.Point(77, 18); this.txtManagersName.MaxLength = 70; this.txtManagersName.Name = "txtManagersName"; this.txtManagersName.Size = new System.Drawing.Size(149, 21); this.txtManagersName.TabIndex = 1; // // lblManagersName // this.lblManagersName.AutoSize = true; this.lblManagersName.BackColor = System.Drawing.Color.Transparent; this.lblManagersName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblManagersName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblManagersName.Location = new System.Drawing.Point(6, 23); this.lblManagersName.Name = "lblManagersName"; this.lblManagersName.Size = new System.Drawing.Size(65, 12); this.lblManagersName.TabIndex = 0; this.lblManagersName.Text = "管理人姓名"; // // c_GroupBox2 // this.c_GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.c_GroupBox2.BackColor = System.Drawing.Color.Transparent; this.c_GroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox2.BackgroundImage"))); this.c_GroupBox2.CanExpand = false; this.c_GroupBox2.Controls.Add(this.dgvMembers); this.c_GroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_GroupBox2.ForeColor = System.Drawing.SystemColors.ControlText; this.c_GroupBox2.IsMustInput = false; this.c_GroupBox2.Location = new System.Drawing.Point(12, 95); this.c_GroupBox2.Name = "c_GroupBox2"; this.c_GroupBox2.OriginalHeight = -1; this.c_GroupBox2.Size = new System.Drawing.Size(728, 389); this.c_GroupBox2.TabIndex = 119; this.c_GroupBox2.TabStop = false; this.c_GroupBox2.Text = "组内成员 ▼"; // // dgvMembers // this.dgvMembers.AllowUserToModifyRows = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvMembers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvMembers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvMembers.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvMembers.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvMembers.CellHeight = 23; this.dgvMembers.ChildNodeColumnName = null; this.dgvMembers.ChildNodeColumnText = null; this.dgvMembers.ColumnDeep = 1; this.dgvMembers.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvMembers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvMembers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvMembers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ManagersID, this.StaffCode, this.StaffName, this.OrganizationName, this.PostName, this.isHave}); this.dgvMembers.ColumnTreeView = null; this.dgvMembers.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut))); dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvMembers.DefaultCellStyle = dataGridViewCellStyle3; this.dgvMembers.DynamicColumnName = ""; this.dgvMembers.EnableHeadersVisualStyles = false; this.dgvMembers.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvMembers.IsAutoCountSum = true; this.dgvMembers.IsAutoResizeColumns = false; this.dgvMembers.IsClickF12 = false; this.dgvMembers.IsSubTotalFlag = false; this.dgvMembers.Location = new System.Drawing.Point(8, 20); this.dgvMembers.MultiSelect = false; this.dgvMembers.Name = "dgvMembers"; this.dgvMembers.RefreshAtHscroll = false; this.dgvMembers.RowHeadersWidth = 50; this.dgvMembers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvMembers.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvMembers.RowTemplate.Height = 21; this.dgvMembers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvMembers.Size = new System.Drawing.Size(714, 363); this.dgvMembers.SortOrderColumnName = null; this.dgvMembers.TabIndex = 23; this.dgvMembers.Tag = true; this.dgvMembers.TotalSumColumns = null; this.dgvMembers.ViewRowFilter = ""; this.dgvMembers.VirtualMode = true; this.dgvMembers.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvMembers_CellValueChanged); // // btnSubmit // this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnSubmit.BackColor = System.Drawing.Color.Transparent; this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage"))); this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSubmit.ForeColor = System.Drawing.Color.White; this.btnSubmit.Location = new System.Drawing.Point(558, 490); this.btnSubmit.Name = "btnSubmit"; this.btnSubmit.Size = new System.Drawing.Size(85, 30); this.btnSubmit.TabIndex = 120; this.btnSubmit.Text = "提交(&S)"; this.btnSubmit.UseVisualStyleBackColor = false; this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click); // // btnClose // this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None; this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage"))); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(649, 490); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 121; this.btnClose.Text = "关闭(&C)"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // ManagersID // this.ManagersID.DataPropertyName = "ManagersID"; this.ManagersID.HeaderText = "管理岗位人员ID"; this.ManagersID.Name = "ManagersID"; this.ManagersID.Visible = false; // // StaffCode // this.StaffCode.DataPropertyName = "StaffCode"; this.StaffCode.HeaderText = "成员编码"; this.StaffCode.Name = "StaffCode"; this.StaffCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.StaffCode.Width = 120; // // StaffName // this.StaffName.DataPropertyName = "StaffName"; this.StaffName.HeaderText = "成员姓名"; this.StaffName.Name = "StaffName"; this.StaffName.ReadOnly = true; this.StaffName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.StaffName.Width = 120; // // OrganizationName // this.OrganizationName.DataPropertyName = "OrganizationName"; this.OrganizationName.HeaderText = "所属部门"; this.OrganizationName.Name = "OrganizationName"; this.OrganizationName.ReadOnly = true; this.OrganizationName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.OrganizationName.Width = 120; // // PostName // this.PostName.DataPropertyName = "PostName"; this.PostName.HeaderText = "部门职务"; this.PostName.Name = "PostName"; this.PostName.ReadOnly = true; this.PostName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.PostName.Width = 120; // // isHave // this.isHave.DataPropertyName = "isHave"; this.isHave.HeaderText = "isHave"; this.isHave.Name = "isHave"; this.isHave.Visible = false; // // F_TAT_0703 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(752, 545); this.Controls.Add(this.btnSubmit); this.Controls.Add(this.btnClose); this.Controls.Add(this.c_GroupBox2); this.Controls.Add(this.c_GroupBox1); this.Controls.Add(this.tsrOperate); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.IsSaveFormSize = false; this.Name = "F_TAT_0703"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_TAT_0703"; this.Load += new System.EventHandler(this.F_TAT_0703_Load); this.Controls.SetChildIndex(this.tsrOperate, 0); this.Controls.SetChildIndex(this.c_GroupBox1, 0); this.Controls.SetChildIndex(this.c_GroupBox2, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.btnSubmit, 0); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.c_GroupBox1.ResumeLayout(false); this.c_GroupBox1.PerformLayout(); this.c_GroupBox2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvMembers)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnAdaptive; private Basics.BaseControls.C_GroupBox c_GroupBox1; private Basics.BaseControls.C_TextBox txtPost; private Basics.BaseControls.C_Label lblPost; private Basics.BaseControls.C_TextBox txtOrganization; private Basics.BaseControls.C_Label lblOrganization; private Basics.BaseControls.C_TextBox txtManagersName; private Basics.BaseControls.C_Label lblManagersName; private Basics.BaseControls.C_GroupBox c_GroupBox2; private Basics.BaseControls.C_DataGridView dgvMembers; private Basics.BaseControls.C_Button btnSubmit; private Basics.BaseControls.C_Button btnClose; private System.Windows.Forms.DataGridViewTextBoxColumn ManagersID; private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode; private System.Windows.Forms.DataGridViewTextBoxColumn StaffName; private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName; private System.Windows.Forms.DataGridViewTextBoxColumn PostName; private System.Windows.Forms.DataGridViewTextBoxColumn isHave; } }