123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270 |
- namespace UAS_MES_NEW.Employee
- {
- partial class Employee_Group
- {
- /// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Employee_Group));
- this.ug_code_label = new System.Windows.Forms.Label();
- this.ug_name_label = new System.Windows.Forms.Label();
- this.UserGroupDGV = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
- this.ug_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ug_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ug_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.UserSetting = new System.Windows.Forms.DataGridViewLinkColumn();
- this.PowerSetting = new System.Windows.Forms.DataGridViewLinkColumn();
- this.NewGroup = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.DeleteGroup = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.Screen = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.ug_name = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.ug_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- ((System.ComponentModel.ISupportInitialize)(this.UserGroupDGV)).BeginInit();
- this.SuspendLayout();
- //
- // ug_code_label
- //
- this.ug_code_label.AutoSize = true;
- this.ug_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ug_code_label.Location = new System.Drawing.Point(9, 24);
- this.ug_code_label.Name = "ug_code_label";
- this.ug_code_label.Size = new System.Drawing.Size(90, 21);
- this.ug_code_label.TabIndex = 237;
- this.ug_code_label.Text = "用户组代码";
- //
- // ug_name_label
- //
- this.ug_name_label.AutoSize = true;
- this.ug_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ug_name_label.Location = new System.Drawing.Point(264, 24);
- this.ug_name_label.Name = "ug_name_label";
- this.ug_name_label.Size = new System.Drawing.Size(58, 21);
- this.ug_name_label.TabIndex = 239;
- this.ug_name_label.Text = "用户组";
- //
- // UserGroupDGV
- //
- this.UserGroupDGV.AllowUserToAddRows = false;
- this.UserGroupDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.UserGroupDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ug_id,
- this.ug_code1,
- this.ug_name1,
- this.UserSetting,
- this.PowerSetting});
- this.UserGroupDGV.Location = new System.Drawing.Point(9, 57);
- this.UserGroupDGV.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.UserGroupDGV.Name = "UserGroupDGV";
- this.UserGroupDGV.RowTemplate.Height = 27;
- this.UserGroupDGV.Size = new System.Drawing.Size(652, 478);
- this.UserGroupDGV.TabIndex = 244;
- this.UserGroupDGV.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.UserGroupDGV_CellClick);
- //
- // ug_id
- //
- this.ug_id.DataPropertyName = "ug_id";
- this.ug_id.HeaderText = "ug_id";
- this.ug_id.Name = "ug_id";
- this.ug_id.Visible = false;
- //
- // ug_code1
- //
- this.ug_code1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.ug_code1.DataPropertyName = "ug_code";
- this.ug_code1.HeaderText = "用户组代码";
- this.ug_code1.Name = "ug_code1";
- //
- // ug_name1
- //
- this.ug_name1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
- this.ug_name1.DataPropertyName = "ug_name";
- this.ug_name1.HeaderText = "用户组";
- this.ug_name1.Name = "ug_name1";
- //
- // UserSetting
- //
- this.UserSetting.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.UserSetting.DataPropertyName = "UserSetting";
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.UserSetting.DefaultCellStyle = dataGridViewCellStyle1;
- this.UserSetting.HeaderText = "成员设置";
- this.UserSetting.Name = "UserSetting";
- this.UserSetting.Width = 120;
- //
- // PowerSetting
- //
- this.PowerSetting.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
- this.PowerSetting.DataPropertyName = "PowerSetting";
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- this.PowerSetting.DefaultCellStyle = dataGridViewCellStyle2;
- this.PowerSetting.HeaderText = "权限分配";
- this.PowerSetting.Name = "PowerSetting";
- //
- // NewGroup
- //
- this.NewGroup.AllPower = null;
- this.NewGroup.BackColor = System.Drawing.Color.Transparent;
- this.NewGroup.DownImage = ((System.Drawing.Image)(resources.GetObject("NewGroup.DownImage")));
- this.NewGroup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.NewGroup.Image = null;
- this.NewGroup.IsShowBorder = true;
- this.NewGroup.Location = new System.Drawing.Point(557, 23);
- this.NewGroup.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.NewGroup.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewGroup.MoveImage")));
- this.NewGroup.Name = "NewGroup";
- this.NewGroup.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewGroup.NormalImage")));
- this.NewGroup.Power = null;
- this.NewGroup.Size = new System.Drawing.Size(45, 26);
- this.NewGroup.TabIndex = 243;
- this.NewGroup.Tag = "ShowDialogWindow";
- this.NewGroup.Text = "新增";
- this.NewGroup.UseVisualStyleBackColor = false;
- this.NewGroup.Click += new System.EventHandler(this.NewGroup_Click);
- //
- // DeleteGroup
- //
- this.DeleteGroup.AllPower = null;
- this.DeleteGroup.BackColor = System.Drawing.Color.Transparent;
- this.DeleteGroup.DownImage = ((System.Drawing.Image)(resources.GetObject("DeleteGroup.DownImage")));
- this.DeleteGroup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.DeleteGroup.Image = null;
- this.DeleteGroup.IsShowBorder = true;
- this.DeleteGroup.Location = new System.Drawing.Point(616, 23);
- this.DeleteGroup.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.DeleteGroup.MoveImage = ((System.Drawing.Image)(resources.GetObject("DeleteGroup.MoveImage")));
- this.DeleteGroup.Name = "DeleteGroup";
- this.DeleteGroup.NormalImage = ((System.Drawing.Image)(resources.GetObject("DeleteGroup.NormalImage")));
- this.DeleteGroup.Power = null;
- this.DeleteGroup.Size = new System.Drawing.Size(45, 26);
- this.DeleteGroup.TabIndex = 242;
- this.DeleteGroup.Text = "删除";
- this.DeleteGroup.UseVisualStyleBackColor = false;
- this.DeleteGroup.Click += new System.EventHandler(this.DeleteGroup_Click);
- //
- // Screen
- //
- this.Screen.AllPower = null;
- this.Screen.BackColor = System.Drawing.Color.Transparent;
- this.Screen.DownImage = ((System.Drawing.Image)(resources.GetObject("Screen.DownImage")));
- this.Screen.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Screen.Image = null;
- this.Screen.IsShowBorder = true;
- this.Screen.Location = new System.Drawing.Point(500, 23);
- this.Screen.Margin = new System.Windows.Forms.Padding(2, 2, 2, 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 = null;
- this.Screen.Size = new System.Drawing.Size(45, 26);
- this.Screen.TabIndex = 241;
- this.Screen.Text = "筛选";
- this.Screen.UseVisualStyleBackColor = false;
- this.Screen.Click += new System.EventHandler(this.Screen_Click);
- //
- // ug_name
- //
- this.ug_name.AllPower = null;
- this.ug_name.Caller = null;
- this.ug_name.Condition = null;
- this.ug_name.DBTitle = null;
- this.ug_name.FormName = null;
- this.ug_name.Location = new System.Drawing.Point(332, 24);
- this.ug_name.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.ug_name.Name = "ug_name";
- this.ug_name.Power = null;
- this.ug_name.ReturnData = null;
- this.ug_name.SelectField = null;
- this.ug_name.SetValueField = null;
- this.ug_name.Size = new System.Drawing.Size(137, 21);
- this.ug_name.TabIndex = 240;
- this.ug_name.TableName = null;
- this.ug_name.Tag = "ug_name";
- this.ug_name.TextBoxEnable = true;
- //
- // 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(104, 24);
- this.ug_code.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.ug_code.Name = "ug_code";
- this.ug_code.Power = null;
- this.ug_code.ReturnData = null;
- this.ug_code.SelectField = null;
- this.ug_code.SetValueField = null;
- this.ug_code.Size = new System.Drawing.Size(135, 21);
- this.ug_code.TabIndex = 238;
- this.ug_code.TableName = null;
- this.ug_code.Tag = "ug_code";
- this.ug_code.TextBoxEnable = true;
- //
- // Employee_Group
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(719, 556);
- this.Controls.Add(this.UserGroupDGV);
- this.Controls.Add(this.NewGroup);
- this.Controls.Add(this.DeleteGroup);
- this.Controls.Add(this.Screen);
- this.Controls.Add(this.ug_name);
- this.Controls.Add(this.ug_name_label);
- this.Controls.Add(this.ug_code);
- this.Controls.Add(this.ug_code_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "Employee_Group";
- this.Tag = "Employee!Data";
- this.Text = "人员资料";
- this.Load += new System.EventHandler(this.人员分组_Load);
- this.SizeChanged += new System.EventHandler(this.人员分组_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.UserGroupDGV)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.TextBoxWithIcon.SearchTextBox ug_code;
- private System.Windows.Forms.Label ug_code_label;
- private CustomControl.TextBoxWithIcon.SearchTextBox ug_name;
- private System.Windows.Forms.Label ug_name_label;
- private CustomControl.ButtonUtil.NormalButton Screen;
- private CustomControl.ButtonUtil.NormalButton DeleteGroup;
- private CustomControl.ButtonUtil.NormalButton NewGroup;
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum UserGroupDGV;
- private System.Windows.Forms.DataGridViewTextBoxColumn ug_id;
- private System.Windows.Forms.DataGridViewTextBoxColumn ug_code1;
- private System.Windows.Forms.DataGridViewTextBoxColumn ug_name1;
- private System.Windows.Forms.DataGridViewLinkColumn UserSetting;
- private System.Windows.Forms.DataGridViewLinkColumn PowerSetting;
- }
- }
|