namespace UAS_MES_NEW.Employee { partial class Employee_PowerSarch { /// /// 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(Employee_PowerSarch)); this.Group_label = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.sn_module = new System.Windows.Forms.ComboBox(); this.PowerSearchDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum(); this.ug_group = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ugp_id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sn_displayname = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Em_GroupCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ugp_ifread = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ugp_ifwrite = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ugp_ifdelete = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ugp_ifspecial = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Screen = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton(); this.ug_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox(); ((System.ComponentModel.ISupportInitialize)(this.PowerSearchDGV)).BeginInit(); this.SuspendLayout(); // // Group_label // this.Group_label.AutoSize = true; this.Group_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Group_label.Location = new System.Drawing.Point(13, 31); this.Group_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.Group_label.Name = "Group_label"; this.Group_label.Size = new System.Drawing.Size(92, 27); this.Group_label.TabIndex = 214; this.Group_label.Text = "选择分组"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(357, 31); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(92, 27); this.label1.TabIndex = 216; this.label1.Text = "选择模块"; // // sn_module // this.sn_module.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.sn_module.FormattingEnabled = true; this.sn_module.Location = new System.Drawing.Point(469, 32); this.sn_module.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.sn_module.Name = "sn_module"; this.sn_module.Size = new System.Drawing.Size(167, 23); this.sn_module.TabIndex = 217; this.sn_module.SelectedIndexChanged += new System.EventHandler(this.sn_module_SelectedIndexChanged); // // PowerSearchDGV // this.PowerSearchDGV.AllowUserToAddRows = false; this.PowerSearchDGV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.PowerSearchDGV.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight; this.PowerSearchDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.PowerSearchDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ug_group, this.ugp_id, this.sn_displayname, this.Em_GroupCode, this.ugp_ifread, this.ugp_ifwrite, this.ugp_ifdelete, this.ugp_ifspecial, this.Column1, this.Column2, this.Column3}); this.PowerSearchDGV.Location = new System.Drawing.Point(0, 89); this.PowerSearchDGV.Margin = new System.Windows.Forms.Padding(4); this.PowerSearchDGV.Name = "PowerSearchDGV"; this.PowerSearchDGV.ReadOnly = true; this.PowerSearchDGV.RowTemplate.Height = 23; this.PowerSearchDGV.Size = new System.Drawing.Size(1089, 606); this.PowerSearchDGV.TabIndex = 220; // // ug_group // this.ug_group.DataPropertyName = "ug_code"; this.ug_group.HeaderText = "用户组"; this.ug_group.Name = "ug_group"; this.ug_group.ReadOnly = true; // // ugp_id // this.ugp_id.DataPropertyName = "ugp_id"; this.ugp_id.HeaderText = "ugp_id"; this.ugp_id.Name = "ugp_id"; this.ugp_id.ReadOnly = true; this.ugp_id.Visible = false; // // sn_displayname // this.sn_displayname.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.sn_displayname.DataPropertyName = "sn_displayname"; this.sn_displayname.HeaderText = "对应模块"; this.sn_displayname.Name = "sn_displayname"; this.sn_displayname.ReadOnly = true; this.sn_displayname.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.sn_displayname.Width = 200; // // Em_GroupCode // this.Em_GroupCode.DataPropertyName = "sn_module"; this.Em_GroupCode.HeaderText = "功能模块"; this.Em_GroupCode.Name = "Em_GroupCode"; this.Em_GroupCode.ReadOnly = true; // // ugp_ifread // this.ugp_ifread.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.ugp_ifread.DataPropertyName = "ugp_ifread"; this.ugp_ifread.HeaderText = "读权限"; this.ugp_ifread.Name = "ugp_ifread"; this.ugp_ifread.ReadOnly = true; this.ugp_ifread.Width = 80; // // ugp_ifwrite // this.ugp_ifwrite.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.ugp_ifwrite.DataPropertyName = "ugp_ifwrite"; this.ugp_ifwrite.HeaderText = "写权限"; this.ugp_ifwrite.Name = "ugp_ifwrite"; this.ugp_ifwrite.ReadOnly = true; this.ugp_ifwrite.Width = 80; // // ugp_ifdelete // this.ugp_ifdelete.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.ugp_ifdelete.DataPropertyName = "ugp_ifdelete"; this.ugp_ifdelete.HeaderText = "删除权限"; this.ugp_ifdelete.Name = "ugp_ifdelete"; this.ugp_ifdelete.ReadOnly = true; this.ugp_ifdelete.Width = 80; // // ugp_ifspecial // this.ugp_ifspecial.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.ugp_ifspecial.DataPropertyName = "ugp_ifspecial"; this.ugp_ifspecial.HeaderText = "特殊权限"; this.ugp_ifspecial.Name = "ugp_ifspecial"; this.ugp_ifspecial.ReadOnly = true; this.ugp_ifspecial.Width = 80; // // Column1 // this.Column1.HeaderText = ""; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // Column2 // this.Column2.HeaderText = ""; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // Column3 // this.Column3.HeaderText = ""; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // Screen // this.Screen.AllPower = ""; this.Screen.BackColor = System.Drawing.Color.Transparent; this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage"))); this.Screen.Image = null; this.Screen.IsShowBorder = true; this.Screen.Location = new System.Drawing.Point(686, 31); this.Screen.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Screen.MoveImage = ((System.Drawing.Image)(resources.GetObject("Screen.MoveImage"))); this.Screen.Name = "Screen"; this.Screen.NormalImage = ((System.Drawing.Image)(resources.GetObject("Screen.NormalImage"))); this.Screen.Power = ""; this.Screen.Size = new System.Drawing.Size(75, 28); this.Screen.TabIndex = 219; this.Screen.Text = "筛选"; this.Screen.UseVisualStyleBackColor = false; this.Screen.Click += new System.EventHandler(this.Screen_Click); // // ug_code // this.ug_code.AllPower = null; this.ug_code.Caller = null; this.ug_code.Condition = null; this.ug_code.DBTitle = null; this.ug_code.FormName = null; this.ug_code.Location = new System.Drawing.Point(112, 32); this.ug_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ug_code.Name = "ug_code"; this.ug_code.Power = null; this.ug_code.SelectField = null; this.ug_code.SetValueField = null; this.ug_code.Size = new System.Drawing.Size(204, 25); this.ug_code.TabIndex = 218; this.ug_code.TableName = null; this.ug_code.Tag = "ug_code"; this.ug_code.TextBoxEnable = true; this.ug_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ug_code_UserControlTextChanged); this.ug_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ug_code_KeyDown); // // Employee_PowerSarch // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1093, 698); this.Controls.Add(this.PowerSearchDGV); this.Controls.Add(this.Screen); this.Controls.Add(this.ug_code); this.Controls.Add(this.sn_module); this.Controls.Add(this.label1); this.Controls.Add(this.Group_label); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "Employee_PowerSarch"; this.Tag = "Employee!PowerSarch"; this.Text = "权限查看"; this.Load += new System.EventHandler(this.权限查看_Load); this.SizeChanged += new System.EventHandler(this.权限查看_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.PowerSearchDGV)).EndInit(); this.ResumeLayout(true); this.PerformLayout(); } #endregion private System.Windows.Forms.Label Group_label; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox sn_module; private CustomControl.TextBoxWithIcon.SearchTextBox ug_code; private CustomControl.ButtonUtil.NormalButton Screen; private CustomControl.DataGrid_View.DataGridViewWithSerialNum PowerSearchDGV; private System.Windows.Forms.DataGridViewTextBoxColumn ug_group; private System.Windows.Forms.DataGridViewTextBoxColumn ugp_id; private System.Windows.Forms.DataGridViewTextBoxColumn sn_displayname; private System.Windows.Forms.DataGridViewTextBoxColumn Em_GroupCode; private System.Windows.Forms.DataGridViewCheckBoxColumn ugp_ifread; private System.Windows.Forms.DataGridViewCheckBoxColumn ugp_ifwrite; private System.Windows.Forms.DataGridViewCheckBoxColumn ugp_ifdelete; private System.Windows.Forms.DataGridViewCheckBoxColumn ugp_ifspecial; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; } }