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.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_cleandetail = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.lpp_savedetail = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.lpp_gencode = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.lpp_collectstrategy = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.lpp_allcollect = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.lpp_labelmatain = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.SaveGrid = new UAS_LabelMachine.CustomControl.NormalButton(); this.AddRow = new UAS_LabelMachine.CustomControl.NormalButton(); this.Delete = new UAS_LabelMachine.CustomControl.NormalButton(); this.ChooseAll = new UAS_LabelMachine.CustomControl.ChooseAllButton(); 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(); ((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_cleandetail, this.lpp_savedetail, this.lpp_gencode, this.lpp_collectstrategy, this.lpp_allcollect, this.lpp_labelmatain}); 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; // // Choose // this.Choose.HeaderText = "勾选"; this.Choose.Name = "Choose"; this.Choose.Width = 50; // // lpp_emcode // this.lpp_emcode.DataPropertyName = "lpp_emcode"; 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_cleandetail // this.lpp_cleandetail.DataPropertyName = "lpp_cleandetail"; this.lpp_cleandetail.HeaderText = "清除明细"; this.lpp_cleandetail.Name = "lpp_cleandetail"; // // lpp_savedetail // this.lpp_savedetail.DataPropertyName = "lpp_savedetail"; this.lpp_savedetail.HeaderText = "保存明细"; this.lpp_savedetail.Name = "lpp_savedetail"; // // lpp_gencode // this.lpp_gencode.DataPropertyName = "lpp_gencode"; this.lpp_gencode.HeaderText = "生成条码"; this.lpp_gencode.Name = "lpp_gencode"; // // lpp_collectstrategy // this.lpp_collectstrategy.DataPropertyName = "lpp_collectstrategy"; this.lpp_collectstrategy.HeaderText = "查看采集策略"; this.lpp_collectstrategy.Name = "lpp_collectstrategy"; this.lpp_collectstrategy.Width = 110; // // lpp_allcollect // this.lpp_allcollect.DataPropertyName = "lpp_allcollect"; this.lpp_allcollect.HeaderText = "全部采集"; this.lpp_allcollect.Name = "lpp_allcollect"; // // lpp_labelmatain // this.lpp_labelmatain.DataPropertyName = "lpp_labelmatain"; this.lpp_labelmatain.HeaderText = "标签维护"; this.lpp_labelmatain.Name = "lpp_labelmatain"; // // SaveGrid // this.SaveGrid.Image = ((System.Drawing.Image)(resources.GetObject("SaveGrid.Image"))); this.SaveGrid.Location = new System.Drawing.Point(578, 503); 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); // // AddRow // this.AddRow.Image = ((System.Drawing.Image)(resources.GetObject("AddRow.Image"))); this.AddRow.Location = new System.Drawing.Point(407, 503); this.AddRow.Name = "AddRow"; this.AddRow.Size = new System.Drawing.Size(75, 29); this.AddRow.TabIndex = 2; this.AddRow.Text = "新增"; this.AddRow.UseVisualStyleBackColor = true; this.AddRow.Click += new System.EventHandler(this.AddRow_Click); // // Delete // this.Delete.Image = ((System.Drawing.Image)(resources.GetObject("Delete.Image"))); this.Delete.Location = new System.Drawing.Point(491, 503); this.Delete.Name = "Delete"; this.Delete.Size = new System.Drawing.Size(75, 29); this.Delete.TabIndex = 3; this.Delete.Text = "删除"; this.Delete.UseVisualStyleBackColor = true; this.Delete.Click += new System.EventHandler(this.Delete_Click); // // ChooseAll // this.ChooseAll.Location = new System.Drawing.Point(1, 55); this.ChooseAll.Name = "ChooseAll"; this.ChooseAll.Size = new System.Drawing.Size(40, 22); this.ChooseAll.TabIndex = 4; this.ChooseAll.Text = "全选"; this.ChooseAll.UseVisualStyleBackColor = true; // // 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(286, 20); 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(107, 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, 20); 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); // // 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.ChooseAll); this.Controls.Add(this.Delete); this.Controls.Add(this.AddRow); 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.NormalButton AddRow; private CustomControl.NormalButton Delete; private CustomControl.ChooseAllButton ChooseAll; 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_cleandetail; private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_savedetail; private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_gencode; private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_collectstrategy; private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_allcollect; private System.Windows.Forms.DataGridViewCheckBoxColumn lpp_labelmatain; } }