namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_0203 { /// /// 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_MST_0203)); 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.chkFunctionSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.btnFunctionExpandAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnFunctionCollapseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tvwFunction = new System.Windows.Forms.TreeView(); this.dgvFunctionUsers = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.chkFunctionCodeAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.chkFunctionCodeAll2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.lblUserCode2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.chkFunctionSelect2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.btnFunctionCollapseAll2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnFunctionExpandAll2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.splitContainer2 = new System.Windows.Forms.SplitContainer(); this.tvwFunction2 = new System.Windows.Forms.TreeView(); this.dgvFunctionUsers2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.UserCode2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserName2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.OrganizationName2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvFunctionUsers)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); this.splitContainer2.Panel1.SuspendLayout(); this.splitContainer2.Panel2.SuspendLayout(); this.splitContainer2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvFunctionUsers2)).BeginInit(); this.SuspendLayout(); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(697, 571); this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 5; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(788, 571); this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 6; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // chkFunctionSelect // this.chkFunctionSelect.AutoSize = true; this.chkFunctionSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkFunctionSelect.Location = new System.Drawing.Point(17, 482); this.chkFunctionSelect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.chkFunctionSelect.Name = "chkFunctionSelect"; this.chkFunctionSelect.Size = new System.Drawing.Size(48, 16); this.chkFunctionSelect.TabIndex = 2; this.chkFunctionSelect.Text = "全选"; this.chkFunctionSelect.UseVisualStyleBackColor = true; this.chkFunctionSelect.CheckedChanged += new System.EventHandler(this.chkFunctionSelect_CheckedChanged); // // btnFunctionExpandAll // this.btnFunctionExpandAll.BackColor = System.Drawing.Color.Transparent; this.btnFunctionExpandAll.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFunctionExpandAll.BackgroundImage"))); this.btnFunctionExpandAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnFunctionExpandAll.ForeColor = System.Drawing.Color.White; this.btnFunctionExpandAll.Location = new System.Drawing.Point(71, 478); this.btnFunctionExpandAll.Name = "btnFunctionExpandAll"; this.btnFunctionExpandAll.Size = new System.Drawing.Size(23, 23); this.btnFunctionExpandAll.TabIndex = 7; this.btnFunctionExpandAll.Text = "+"; this.btnFunctionExpandAll.UseVisualStyleBackColor = false; this.btnFunctionExpandAll.Click += new System.EventHandler(this.btnFunctionExpandAll_Click); // // btnFunctionCollapseAll // this.btnFunctionCollapseAll.BackColor = System.Drawing.Color.Transparent; this.btnFunctionCollapseAll.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFunctionCollapseAll.BackgroundImage"))); this.btnFunctionCollapseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnFunctionCollapseAll.ForeColor = System.Drawing.Color.White; this.btnFunctionCollapseAll.Location = new System.Drawing.Point(100, 478); this.btnFunctionCollapseAll.Name = "btnFunctionCollapseAll"; this.btnFunctionCollapseAll.Size = new System.Drawing.Size(23, 23); this.btnFunctionCollapseAll.TabIndex = 8; this.btnFunctionCollapseAll.Text = "-"; this.btnFunctionCollapseAll.UseVisualStyleBackColor = false; this.btnFunctionCollapseAll.Click += new System.EventHandler(this.btnFunctionCollapseAll_Click); // // splitContainer1 // this.splitContainer1.Location = new System.Drawing.Point(6, 7); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.tvwFunction); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.dgvFunctionUsers); this.splitContainer1.Size = new System.Drawing.Size(841, 460); this.splitContainer1.SplitterDistance = 473; this.splitContainer1.TabIndex = 9; // // tvwFunction // this.tvwFunction.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.tvwFunction.CheckBoxes = true; this.tvwFunction.Indent = 24; this.tvwFunction.ItemHeight = 20; this.tvwFunction.Location = new System.Drawing.Point(3, 3); this.tvwFunction.Name = "tvwFunction"; this.tvwFunction.Size = new System.Drawing.Size(465, 454); this.tvwFunction.TabIndex = 2; this.tvwFunction.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvwFunction_AfterCheck); this.tvwFunction.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwFunction_AfterSelect); // // dgvFunctionUsers // this.dgvFunctionUsers.AllowUserToAddRows = false; this.dgvFunctionUsers.AllowUserToDeleteRows = false; this.dgvFunctionUsers.AllowUserToModifyRows = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvFunctionUsers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvFunctionUsers.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.dgvFunctionUsers.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvFunctionUsers.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvFunctionUsers.CellHeight = 23; this.dgvFunctionUsers.ChildNodeColumnName = null; this.dgvFunctionUsers.ChildNodeColumnText = null; this.dgvFunctionUsers.ColumnDeep = 1; this.dgvFunctionUsers.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.dgvFunctionUsers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvFunctionUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvFunctionUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.UserCode, this.UserName, this.OrganizationName}); this.dgvFunctionUsers.ColumnTreeView = null; this.dgvFunctionUsers.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.dgvFunctionUsers.DefaultCellStyle = dataGridViewCellStyle3; this.dgvFunctionUsers.DynamicColumnName = ""; this.dgvFunctionUsers.EnableHeadersVisualStyles = false; this.dgvFunctionUsers.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvFunctionUsers.HorizontalMergeColumn = null; this.dgvFunctionUsers.IsAutoCountSum = true; this.dgvFunctionUsers.IsAutoResizeColumns = false; this.dgvFunctionUsers.IsClickF12 = false; this.dgvFunctionUsers.IsOpenMergeCellFlag = false; this.dgvFunctionUsers.IsSubTotalFlag = false; this.dgvFunctionUsers.IsTopDeep = false; this.dgvFunctionUsers.Location = new System.Drawing.Point(9, 4); this.dgvFunctionUsers.MergeColumnNames = null; this.dgvFunctionUsers.MergeDetailColumnNames = null; this.dgvFunctionUsers.MergeDetailOnlyColumn = null; this.dgvFunctionUsers.MergeOnlyColumn = null; this.dgvFunctionUsers.MultiSelect = false; this.dgvFunctionUsers.Name = "dgvFunctionUsers"; this.dgvFunctionUsers.RefreshAtHscroll = false; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvFunctionUsers.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgvFunctionUsers.RowHeadersWidth = 50; this.dgvFunctionUsers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvFunctionUsers.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvFunctionUsers.RowTemplate.Height = 21; this.dgvFunctionUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvFunctionUsers.Size = new System.Drawing.Size(352, 453); this.dgvFunctionUsers.SortOrderColumnName = null; this.dgvFunctionUsers.TabIndex = 2; this.dgvFunctionUsers.Tag = true; this.dgvFunctionUsers.TotalSumColumns = null; this.dgvFunctionUsers.ViewRowFilter = ""; // // UserCode // this.UserCode.DataPropertyName = "UserCode"; this.UserCode.HeaderText = "用户编码"; this.UserCode.Name = "UserCode"; this.UserCode.ReadOnly = true; this.UserCode.Width = 80; // // UserName // this.UserName.DataPropertyName = "UserName"; this.UserName.HeaderText = "用户名称"; this.UserName.Name = "UserName"; this.UserName.ReadOnly = true; this.UserName.Width = 80; // // OrganizationName // this.OrganizationName.DataPropertyName = "OrganizationName"; this.OrganizationName.HeaderText = "组织机构"; this.OrganizationName.Name = "OrganizationName"; this.OrganizationName.Width = 120; // // lblUserCode // this.lblUserCode.AutoSize = true; this.lblUserCode.BackColor = System.Drawing.Color.Transparent; this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUserCode.Location = new System.Drawing.Point(236, 483); this.lblUserCode.Name = "lblUserCode"; this.lblUserCode.Size = new System.Drawing.Size(65, 12); this.lblUserCode.TabIndex = 10; this.lblUserCode.Text = "用户编码:"; // // chkFunctionCodeAll // this.chkFunctionCodeAll.AutoSize = true; this.chkFunctionCodeAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkFunctionCodeAll.Location = new System.Drawing.Point(129, 482); this.chkFunctionCodeAll.Name = "chkFunctionCodeAll"; this.chkFunctionCodeAll.Size = new System.Drawing.Size(108, 16); this.chkFunctionCodeAll.TabIndex = 11; this.chkFunctionCodeAll.Text = "不限制功能权限"; this.chkFunctionCodeAll.UseVisualStyleBackColor = true; this.chkFunctionCodeAll.CheckedChanged += new System.EventHandler(this.chkFunctionCodeAll_CheckedChanged); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Location = new System.Drawing.Point(12, 12); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(861, 541); this.tabControl1.TabIndex = 12; // // tabPage1 // this.tabPage1.Controls.Add(this.splitContainer1); this.tabPage1.Controls.Add(this.chkFunctionCodeAll); this.tabPage1.Controls.Add(this.lblUserCode); this.tabPage1.Controls.Add(this.chkFunctionSelect); this.tabPage1.Controls.Add(this.btnFunctionCollapseAll); this.tabPage1.Controls.Add(this.btnFunctionExpandAll); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(853, 515); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "生产系统"; this.tabPage1.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(this.chkFunctionCodeAll2); this.tabPage2.Controls.Add(this.lblUserCode2); this.tabPage2.Controls.Add(this.chkFunctionSelect2); this.tabPage2.Controls.Add(this.btnFunctionCollapseAll2); this.tabPage2.Controls.Add(this.btnFunctionExpandAll2); this.tabPage2.Controls.Add(this.splitContainer2); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(853, 515); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "二期"; this.tabPage2.UseVisualStyleBackColor = true; // // chkFunctionCodeAll2 // this.chkFunctionCodeAll2.AutoSize = true; this.chkFunctionCodeAll2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkFunctionCodeAll2.Location = new System.Drawing.Point(136, 481); this.chkFunctionCodeAll2.Name = "chkFunctionCodeAll2"; this.chkFunctionCodeAll2.Size = new System.Drawing.Size(108, 16); this.chkFunctionCodeAll2.TabIndex = 16; this.chkFunctionCodeAll2.Text = "不限制功能权限"; this.chkFunctionCodeAll2.UseVisualStyleBackColor = true; this.chkFunctionCodeAll2.CheckedChanged += new System.EventHandler(this.chkFunctionCodeAll2_CheckedChanged); // // lblUserCode2 // this.lblUserCode2.AutoSize = true; this.lblUserCode2.BackColor = System.Drawing.Color.Transparent; this.lblUserCode2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUserCode2.Location = new System.Drawing.Point(243, 482); this.lblUserCode2.Name = "lblUserCode2"; this.lblUserCode2.Size = new System.Drawing.Size(65, 12); this.lblUserCode2.TabIndex = 15; this.lblUserCode2.Text = "用户编码:"; // // chkFunctionSelect2 // this.chkFunctionSelect2.AutoSize = true; this.chkFunctionSelect2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkFunctionSelect2.Location = new System.Drawing.Point(24, 481); this.chkFunctionSelect2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.chkFunctionSelect2.Name = "chkFunctionSelect2"; this.chkFunctionSelect2.Size = new System.Drawing.Size(48, 16); this.chkFunctionSelect2.TabIndex = 12; this.chkFunctionSelect2.Text = "全选"; this.chkFunctionSelect2.UseVisualStyleBackColor = true; this.chkFunctionSelect2.CheckedChanged += new System.EventHandler(this.chkFunctionSelect2_CheckedChanged); // // btnFunctionCollapseAll2 // this.btnFunctionCollapseAll2.BackColor = System.Drawing.Color.Transparent; this.btnFunctionCollapseAll2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFunctionCollapseAll2.BackgroundImage"))); this.btnFunctionCollapseAll2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnFunctionCollapseAll2.ForeColor = System.Drawing.Color.White; this.btnFunctionCollapseAll2.Location = new System.Drawing.Point(107, 477); this.btnFunctionCollapseAll2.Name = "btnFunctionCollapseAll2"; this.btnFunctionCollapseAll2.Size = new System.Drawing.Size(23, 23); this.btnFunctionCollapseAll2.TabIndex = 14; this.btnFunctionCollapseAll2.Text = "-"; this.btnFunctionCollapseAll2.UseVisualStyleBackColor = false; this.btnFunctionCollapseAll2.Click += new System.EventHandler(this.btnFunctionCollapseAll2_Click); // // btnFunctionExpandAll2 // this.btnFunctionExpandAll2.BackColor = System.Drawing.Color.Transparent; this.btnFunctionExpandAll2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnFunctionExpandAll2.BackgroundImage"))); this.btnFunctionExpandAll2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnFunctionExpandAll2.ForeColor = System.Drawing.Color.White; this.btnFunctionExpandAll2.Location = new System.Drawing.Point(78, 477); this.btnFunctionExpandAll2.Name = "btnFunctionExpandAll2"; this.btnFunctionExpandAll2.Size = new System.Drawing.Size(23, 23); this.btnFunctionExpandAll2.TabIndex = 13; this.btnFunctionExpandAll2.Text = "+"; this.btnFunctionExpandAll2.UseVisualStyleBackColor = false; this.btnFunctionExpandAll2.Click += new System.EventHandler(this.btnFunctionExpandAll2_Click); // // splitContainer2 // this.splitContainer2.Location = new System.Drawing.Point(6, 6); this.splitContainer2.Name = "splitContainer2"; // // splitContainer2.Panel1 // this.splitContainer2.Panel1.Controls.Add(this.tvwFunction2); // // splitContainer2.Panel2 // this.splitContainer2.Panel2.Controls.Add(this.dgvFunctionUsers2); this.splitContainer2.Size = new System.Drawing.Size(841, 460); this.splitContainer2.SplitterDistance = 473; this.splitContainer2.TabIndex = 10; // // tvwFunction2 // this.tvwFunction2.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.tvwFunction2.CheckBoxes = true; this.tvwFunction2.Indent = 24; this.tvwFunction2.ItemHeight = 20; this.tvwFunction2.Location = new System.Drawing.Point(3, 3); this.tvwFunction2.Name = "tvwFunction2"; this.tvwFunction2.Size = new System.Drawing.Size(465, 454); this.tvwFunction2.TabIndex = 2; this.tvwFunction2.AfterCheck += new System.Windows.Forms.TreeViewEventHandler(this.tvwFunction2_AfterCheck); this.tvwFunction2.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwFunction2_AfterSelect); // // dgvFunctionUsers2 // this.dgvFunctionUsers2.AllowUserToAddRows = false; this.dgvFunctionUsers2.AllowUserToDeleteRows = false; this.dgvFunctionUsers2.AllowUserToModifyRows = true; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvFunctionUsers2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvFunctionUsers2.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.dgvFunctionUsers2.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvFunctionUsers2.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvFunctionUsers2.CellHeight = 23; this.dgvFunctionUsers2.ChildNodeColumnName = null; this.dgvFunctionUsers2.ChildNodeColumnText = null; this.dgvFunctionUsers2.ColumnDeep = 1; this.dgvFunctionUsers2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvFunctionUsers2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; this.dgvFunctionUsers2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvFunctionUsers2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.UserCode2, this.UserName2, this.OrganizationName2}); this.dgvFunctionUsers2.ColumnTreeView = null; this.dgvFunctionUsers2.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))); dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvFunctionUsers2.DefaultCellStyle = dataGridViewCellStyle8; this.dgvFunctionUsers2.DynamicColumnName = ""; this.dgvFunctionUsers2.EnableHeadersVisualStyles = false; this.dgvFunctionUsers2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvFunctionUsers2.HorizontalMergeColumn = null; this.dgvFunctionUsers2.IsAutoCountSum = true; this.dgvFunctionUsers2.IsAutoResizeColumns = false; this.dgvFunctionUsers2.IsClickF12 = false; this.dgvFunctionUsers2.IsOpenMergeCellFlag = false; this.dgvFunctionUsers2.IsSubTotalFlag = false; this.dgvFunctionUsers2.IsTopDeep = false; this.dgvFunctionUsers2.Location = new System.Drawing.Point(9, 4); this.dgvFunctionUsers2.MergeColumnNames = null; this.dgvFunctionUsers2.MergeDetailColumnNames = null; this.dgvFunctionUsers2.MergeDetailOnlyColumn = null; this.dgvFunctionUsers2.MergeOnlyColumn = null; this.dgvFunctionUsers2.MultiSelect = false; this.dgvFunctionUsers2.Name = "dgvFunctionUsers2"; this.dgvFunctionUsers2.RefreshAtHscroll = false; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvFunctionUsers2.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; this.dgvFunctionUsers2.RowHeadersWidth = 50; this.dgvFunctionUsers2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvFunctionUsers2.RowsDefaultCellStyle = dataGridViewCellStyle10; this.dgvFunctionUsers2.RowTemplate.Height = 21; this.dgvFunctionUsers2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvFunctionUsers2.Size = new System.Drawing.Size(352, 453); this.dgvFunctionUsers2.SortOrderColumnName = null; this.dgvFunctionUsers2.TabIndex = 2; this.dgvFunctionUsers2.Tag = true; this.dgvFunctionUsers2.TotalSumColumns = null; this.dgvFunctionUsers2.ViewRowFilter = ""; // // UserCode2 // this.UserCode2.DataPropertyName = "UserCode"; this.UserCode2.HeaderText = "用户编码"; this.UserCode2.Name = "UserCode2"; this.UserCode2.ReadOnly = true; this.UserCode2.Width = 80; // // UserName2 // this.UserName2.DataPropertyName = "UserName"; this.UserName2.HeaderText = "用户名称"; this.UserName2.Name = "UserName2"; this.UserName2.ReadOnly = true; this.UserName2.Width = 80; // // OrganizationName2 // this.OrganizationName2.DataPropertyName = "OrganizationName"; this.OrganizationName2.HeaderText = "组织机构"; this.OrganizationName2.Name = "OrganizationName2"; this.OrganizationName2.Width = 120; // // F_MST_0203 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(896, 625); this.Controls.Add(this.tabControl1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_MST_0203"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "F_MST_0203"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0203_FormClosing); this.Load += new System.EventHandler(this.F_MST_0203_Load); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.tabControl1, 0); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvFunctionUsers)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.splitContainer2.Panel1.ResumeLayout(false); this.splitContainer2.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit(); this.splitContainer2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvFunctionUsers2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_CheckBox chkFunctionSelect; private Basics.BaseControls.C_Button btnFunctionExpandAll; private Basics.BaseControls.C_Button btnFunctionCollapseAll; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TreeView tvwFunction; private Basics.BaseControls.C_DataGridView dgvFunctionUsers; private Basics.BaseControls.C_Label lblUserCode; private Basics.BaseControls.C_CheckBox chkFunctionCodeAll; private System.Windows.Forms.DataGridViewTextBoxColumn UserCode; private System.Windows.Forms.DataGridViewTextBoxColumn UserName; private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.SplitContainer splitContainer2; private System.Windows.Forms.TreeView tvwFunction2; private Basics.BaseControls.C_DataGridView dgvFunctionUsers2; private Basics.BaseControls.C_CheckBox chkFunctionCodeAll2; private Basics.BaseControls.C_Label lblUserCode2; private Basics.BaseControls.C_CheckBox chkFunctionSelect2; private Basics.BaseControls.C_Button btnFunctionCollapseAll2; private Basics.BaseControls.C_Button btnFunctionExpandAll2; private System.Windows.Forms.DataGridViewTextBoxColumn UserCode2; private System.Windows.Forms.DataGridViewTextBoxColumn UserName2; private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName2; } }