namespace UAS_LabelMachine { partial class PowerSetting { /// /// 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(PowerSetting)); this.PowerSetDGV = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum(); this.SaveGrid = new UAS_LabelMachine.CustomControl.NormalButton(); this.em_name = new UAS_LabelMachine.CustomControl.EnterTextBox(); this.si_expression4_label = new System.Windows.Forms.Label(); this.em_code = new UAS_LabelMachine.CustomControl.EnterTextBox(); this.label1 = new System.Windows.Forms.Label(); this.Screen = new UAS_LabelMachine.CustomControl.ChooseAllButton(); this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.lpp_emcode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lpp_id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.em_na = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.lpp_manual = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.lpp_cleandetail = new System.Windows.Forms.DataGridViewCheckBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.PowerSetDGV)).BeginInit(); this.SuspendLayout(); // // PowerSetDGV // this.PowerSetDGV.AllowUserToAddRows = false; this.PowerSetDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.PowerSetDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Choose, this.lpp_emcode, this.lpp_id, this.em_na, this.lpp_manual, this.lpp_cleandetail}); this.PowerSetDGV.Location = new System.Drawing.Point(0, 55); this.PowerSetDGV.Name = "PowerSetDGV"; this.PowerSetDGV.RowTemplate.Height = 23; this.PowerSetDGV.Size = new System.Drawing.Size(1056, 441); this.PowerSetDGV.TabIndex = 0; // // SaveGrid // this.SaveGrid.Image = ((System.Drawing.Image)(resources.GetObject("SaveGrid.Image"))); this.SaveGrid.Location = new System.Drawing.Point(491, 504); this.SaveGrid.Name = "SaveGrid"; this.SaveGrid.Size = new System.Drawing.Size(75, 29); this.SaveGrid.TabIndex = 1; this.SaveGrid.Text = "保存"; this.SaveGrid.UseVisualStyleBackColor = true; this.SaveGrid.Click += new System.EventHandler(this.SaveGrid_Click); // // em_name // this.em_name.ID = null; this.em_name.Location = new System.Drawing.Point(366, 20); this.em_name.Name = "em_name"; this.em_name.Size = new System.Drawing.Size(157, 21); this.em_name.Str = null; this.em_name.Str1 = null; this.em_name.Str2 = null; this.em_name.TabIndex = 58; this.em_name.Tag = "em_name"; // // si_expression4_label // this.si_expression4_label.AutoSize = true; this.si_expression4_label.BackColor = System.Drawing.Color.Transparent; this.si_expression4_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.si_expression4_label.Location = new System.Drawing.Point(276, 19); this.si_expression4_label.Name = "si_expression4_label"; this.si_expression4_label.Size = new System.Drawing.Size(74, 21); this.si_expression4_label.TabIndex = 57; this.si_expression4_label.Text = "员工姓名"; // // em_code // this.em_code.ID = null; this.em_code.Location = new System.Drawing.Point(100, 20); this.em_code.Name = "em_code"; this.em_code.Size = new System.Drawing.Size(157, 21); this.em_code.Str = null; this.em_code.Str1 = null; this.em_code.Str2 = null; this.em_code.TabIndex = 60; this.em_code.Tag = "em_code"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; 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(9, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(74, 21); this.label1.TabIndex = 59; this.label1.Text = "员工编号"; // // Screen // this.Screen.Location = new System.Drawing.Point(550, 20); this.Screen.Name = "Screen"; this.Screen.Size = new System.Drawing.Size(40, 22); this.Screen.TabIndex = 61; this.Screen.Text = "筛选"; this.Screen.UseVisualStyleBackColor = true; this.Screen.Click += new System.EventHandler(this.Screen_Click); // // Choose // this.Choose.HeaderText = "勾选"; this.Choose.Name = "Choose"; this.Choose.Width = 50; // // lpp_emcode // this.lpp_emcode.DataPropertyName = "em_code"; this.lpp_emcode.HeaderText = "员工编号"; this.lpp_emcode.Name = "lpp_emcode"; // // lpp_id // this.lpp_id.DataPropertyName = "lpp_id"; this.lpp_id.HeaderText = "lpp_id"; this.lpp_id.Name = "lpp_id"; this.lpp_id.Visible = false; // // em_na // this.em_na.DataPropertyName = "em_name"; this.em_na.HeaderText = "员工姓名"; this.em_na.Name = "em_na"; this.em_na.ReadOnly = true; // // lpp_manual // this.lpp_manual.DataPropertyName = "lpp_manual"; this.lpp_manual.HeaderText = "允许手动采集"; this.lpp_manual.Name = "lpp_manual"; // // lpp_cleandetail // this.lpp_cleandetail.DataPropertyName = "lpp_cleandetail"; this.lpp_cleandetail.HeaderText = "允许重置条码"; this.lpp_cleandetail.Name = "lpp_cleandetail"; this.lpp_cleandetail.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.lpp_cleandetail.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; // // PowerSetting // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1057, 541); this.Controls.Add(this.Screen); this.Controls.Add(this.em_code); this.Controls.Add(this.label1); this.Controls.Add(this.em_name); this.Controls.Add(this.si_expression4_label); this.Controls.Add(this.SaveGrid); this.Controls.Add(this.PowerSetDGV); this.Name = "PowerSetting"; this.Text = "权限设置"; this.Load += new System.EventHandler(this.PowerSetting_Load); ((System.ComponentModel.ISupportInitialize)(this.PowerSetDGV)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CustomControl.DataGridViewWithSerialNum PowerSetDGV; private CustomControl.NormalButton SaveGrid; private CustomControl.EnterTextBox em_name; private System.Windows.Forms.Label si_expression4_label; private CustomControl.EnterTextBox em_code; private System.Windows.Forms.Label label1; private CustomControl.ChooseAllButton Screen; private System.Windows.Forms.DataGridViewCheckBoxColumn Choose; private System.Windows.Forms.DataGridViewTextBoxColumn lpp_emcode; private System.Windows.Forms.DataGridViewTextBoxColumn lpp_id; private System.Windows.Forms.DataGridViewTextBoxColumn em_na; private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_manual; private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_cleandetail; } }