123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237 |
- namespace UAS_MES_NEW.Employee
- {
- partial class Employee_Power
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Employee_Power));
- this.sn_module_label = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.sn_module = new System.Windows.Forms.ComboBox();
- this.ug_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.Screen = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.SavePower = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.GroupPowerDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.Em_GroupCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Sn_ClassName1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ugp_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.GroupPowerDGV)).BeginInit();
- this.SuspendLayout();
- //
- // sn_module_label
- //
- this.sn_module_label.AutoSize = true;
- this.sn_module_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sn_module_label.Location = new System.Drawing.Point(363, 18);
- this.sn_module_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.sn_module_label.Name = "sn_module_label";
- this.sn_module_label.Size = new System.Drawing.Size(92, 27);
- this.sn_module_label.TabIndex = 211;
- this.sn_module_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(21, 18);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(72, 27);
- this.label1.TabIndex = 212;
- 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(491, 20);
- 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(185, 23);
- this.sn_module.TabIndex = 237;
- this.sn_module.Tag = "sn_classname";
- this.sn_module.SelectedIndexChanged += new System.EventHandler(this.sn_module_SelectedIndexChanged);
- //
- // 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(127, 20);
- 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(205, 25);
- this.ug_code.TabIndex = 236;
- 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);
- //
- // Screen
- //
- this.Screen.AllPower = "ifall";
- this.Screen.BackColor = System.Drawing.Color.Transparent;
- this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
- this.Screen.Image = ((System.Drawing.Image)(resources.GetObject("Screen.Image")));
- this.Screen.IsShowBorder = true;
- this.Screen.Location = new System.Drawing.Point(707, 19);
- this.Screen.Margin = new System.Windows.Forms.Padding(4);
- 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 = null;
- this.Screen.Size = new System.Drawing.Size(69, 30);
- this.Screen.TabIndex = 232;
- this.Screen.Tag = "IfRead|ifAll";
- this.Screen.Text = "筛选";
- this.Screen.UseVisualStyleBackColor = true;
- this.Screen.Click += new System.EventHandler(this.Screen_Click);
- //
- // SavePower
- //
- this.SavePower.AllPower = "";
- this.SavePower.BackColor = System.Drawing.Color.Transparent;
- this.SavePower.DownImage = ((System.Drawing.Image)(resources.GetObject("SavePower.DownImage")));
- this.SavePower.Image = ((System.Drawing.Image)(resources.GetObject("SavePower.Image")));
- this.SavePower.IsShowBorder = true;
- this.SavePower.Location = new System.Drawing.Point(484, 575);
- this.SavePower.Margin = new System.Windows.Forms.Padding(4);
- this.SavePower.MoveImage = ((System.Drawing.Image)(resources.GetObject("SavePower.MoveImage")));
- this.SavePower.Name = "SavePower";
- this.SavePower.NormalImage = ((System.Drawing.Image)(resources.GetObject("SavePower.NormalImage")));
- this.SavePower.Power = "";
- this.SavePower.Size = new System.Drawing.Size(80, 30);
- this.SavePower.TabIndex = 1;
- this.SavePower.Tag = "";
- this.SavePower.Text = "保存";
- this.SavePower.UseVisualStyleBackColor = true;
- this.SavePower.Click += new System.EventHandler(this.SavePower_Click);
- //
- // GroupPowerDGV
- //
- this.GroupPowerDGV.AllowUserToAddRows = false;
- this.GroupPowerDGV.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
- this.GroupPowerDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.GroupPowerDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Em_GroupCode,
- this.Sn_ClassName1,
- this.ugp_id,
- this.Column1,
- this.Column2});
- this.GroupPowerDGV.Location = new System.Drawing.Point(4, 63);
- this.GroupPowerDGV.Margin = new System.Windows.Forms.Padding(4);
- this.GroupPowerDGV.Name = "GroupPowerDGV";
- this.GroupPowerDGV.RowTemplate.Height = 23;
- this.GroupPowerDGV.Size = new System.Drawing.Size(1038, 500);
- this.GroupPowerDGV.TabIndex = 0;
- this.GroupPowerDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.GroupPower_DataError);
- //
- // Em_GroupCode
- //
- this.Em_GroupCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.Em_GroupCode.DataPropertyName = "sn_module";
- this.Em_GroupCode.HeaderText = "所属模块";
- this.Em_GroupCode.Name = "Em_GroupCode";
- this.Em_GroupCode.ReadOnly = true;
- this.Em_GroupCode.Width = 120;
- //
- // Sn_ClassName1
- //
- this.Sn_ClassName1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.Sn_ClassName1.DataPropertyName = "sn_displayname";
- this.Sn_ClassName1.HeaderText = "功能模块";
- this.Sn_ClassName1.Name = "Sn_ClassName1";
- this.Sn_ClassName1.ReadOnly = true;
- this.Sn_ClassName1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.Sn_ClassName1.Width = 200;
- //
- // ugp_id
- //
- this.ugp_id.DataPropertyName = "ugp_id";
- this.ugp_id.HeaderText = "ugp_id";
- this.ugp_id.Name = "ugp_id";
- this.ugp_id.Visible = false;
- //
- // Column1
- //
- this.Column1.HeaderText = "";
- this.Column1.Name = "Column1";
- this.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- //
- // Column2
- //
- this.Column2.HeaderText = "";
- this.Column2.Name = "Column2";
- //
- // Employee_Power
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1045, 619);
- this.Controls.Add(this.sn_module);
- this.Controls.Add(this.ug_code);
- this.Controls.Add(this.Screen);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.sn_module_label);
- this.Controls.Add(this.SavePower);
- this.Controls.Add(this.GroupPowerDGV);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "Employee_Power";
- this.Tag = "Employee!Power";
- this.Text = "权限控制";
- this.Load += new System.EventHandler(this.权限控制_Load);
- this.SizeChanged += new System.EventHandler(this.权限控制_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.GroupPowerDGV)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum GroupPowerDGV;
- private CustomControl.ButtonUtil.NormalButton SavePower;
- private System.Windows.Forms.Label sn_module_label;
- private System.Windows.Forms.Label label1;
- private CustomControl.ButtonUtil.NormalButton Screen;
- private CustomControl.TextBoxWithIcon.SearchTextBox ug_code;
- private System.Windows.Forms.ComboBox sn_module;
- private System.Windows.Forms.DataGridViewTextBoxColumn Em_GroupCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn Sn_ClassName1;
- private System.Windows.Forms.DataGridViewTextBoxColumn ugp_id;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- }
- }
|