namespace SOH.BasicSettings { partial class JueSeWeiHu { /// /// 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() { this.components = new System.ComponentModel.Container(); this.dgvRolelist = new System.Windows.Forms.DataGridView(); this.roleBindingSource = new System.Windows.Forms.BindingSource(this.components); this.panel1 = new System.Windows.Forms.Panel(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.udJXZL = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.udTCZL = new System.Windows.Forms.NumericUpDown(); this.label12 = new System.Windows.Forms.Label(); this.button4 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.tbid = new System.Windows.Forms.TextBox(); this.cbbfdmc = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.tbrolename = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.state = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.zhuxiao = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.id = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.rolenmae = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tczl = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.jxzl = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.fddm = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.fendianDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.checkedDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvRolelist)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).BeginInit(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.udJXZL)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.udTCZL)).BeginInit(); this.SuspendLayout(); // // dgvRolelist // this.dgvRolelist.AllowUserToAddRows = false; this.dgvRolelist.AllowUserToDeleteRows = false; this.dgvRolelist.AllowUserToResizeColumns = false; this.dgvRolelist.AllowUserToResizeRows = false; this.dgvRolelist.AutoGenerateColumns = false; this.dgvRolelist.BackgroundColor = System.Drawing.Color.White; this.dgvRolelist.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvRolelist.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.state, this.zhuxiao, this.id, this.rolenmae, this.tczl, this.jxzl, this.fddm, this.fendianDataGridViewTextBoxColumn, this.checkedDataGridViewCheckBoxColumn}); this.dgvRolelist.DataSource = this.roleBindingSource; this.dgvRolelist.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvRolelist.Location = new System.Drawing.Point(0, 39); this.dgvRolelist.Name = "dgvRolelist"; this.dgvRolelist.ReadOnly = true; this.dgvRolelist.RowTemplate.Height = 23; this.dgvRolelist.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvRolelist.Size = new System.Drawing.Size(510, 242); this.dgvRolelist.TabIndex = 0; this.dgvRolelist.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRolelist_CellClick); // // roleBindingSource // this.roleBindingSource.DataSource = typeof(SOH.Entities.Role); // // panel1 // this.panel1.Controls.Add(this.textBox1); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(510, 39); this.panel1.TabIndex = 1; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(97, 10); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(122, 21); this.textBox1.TabIndex = 1; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(89, 12); this.label1.TabIndex = 0; this.label1.Text = "角色名称查询:"; // // panel2 // this.panel2.Controls.Add(this.udJXZL); this.panel2.Controls.Add(this.label4); this.panel2.Controls.Add(this.udTCZL); this.panel2.Controls.Add(this.label12); this.panel2.Controls.Add(this.button4); this.panel2.Controls.Add(this.button3); this.panel2.Controls.Add(this.button2); this.panel2.Controls.Add(this.button1); this.panel2.Controls.Add(this.tbid); this.panel2.Controls.Add(this.cbbfdmc); this.panel2.Controls.Add(this.label3); this.panel2.Controls.Add(this.tbrolename); this.panel2.Controls.Add(this.label2); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 281); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(510, 107); this.panel2.TabIndex = 2; // // udJXZL // this.udJXZL.Location = new System.Drawing.Point(308, 43); this.udJXZL.Name = "udJXZL"; this.udJXZL.Size = new System.Drawing.Size(97, 21); this.udJXZL.TabIndex = 12; this.udJXZL.Value = new decimal(new int[] { 100, 0, 0, 0}); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(239, 45); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 11; this.label4.Text = "加项折率:"; // // udTCZL // this.udTCZL.Location = new System.Drawing.Point(308, 11); this.udTCZL.Name = "udTCZL"; this.udTCZL.Size = new System.Drawing.Size(97, 21); this.udTCZL.TabIndex = 10; this.udTCZL.Value = new decimal(new int[] { 100, 0, 0, 0}); // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(239, 13); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(65, 12); this.label12.TabIndex = 9; this.label12.Text = "套餐折率:"; // // button4 // this.button4.Location = new System.Drawing.Point(352, 71); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 8; this.button4.Text = "注销"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // button3 // this.button3.Location = new System.Drawing.Point(250, 71); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 7; this.button3.Text = "保存"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.Location = new System.Drawing.Point(149, 71); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 6; this.button2.Text = "增加"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.Location = new System.Drawing.Point(49, 71); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 5; this.button1.Text = "新建"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // tbid // this.tbid.Location = new System.Drawing.Point(450, 71); this.tbid.Name = "tbid"; this.tbid.Size = new System.Drawing.Size(48, 21); this.tbid.TabIndex = 4; this.tbid.Visible = false; // // cbbfdmc // this.cbbfdmc.DisplayMember = "fdmc"; this.cbbfdmc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbfdmc.FormattingEnabled = true; this.cbbfdmc.Location = new System.Drawing.Point(97, 45); this.cbbfdmc.Name = "cbbfdmc"; this.cbbfdmc.Size = new System.Drawing.Size(121, 20); this.cbbfdmc.TabIndex = 3; this.cbbfdmc.ValueMember = "fddm"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(13, 45); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 2; this.label3.Text = "所属分店:"; // // tbrolename // this.tbrolename.Location = new System.Drawing.Point(97, 10); this.tbrolename.Name = "tbrolename"; this.tbrolename.Size = new System.Drawing.Size(122, 21); this.tbrolename.TabIndex = 1; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 13); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 0; this.label2.Text = "角色名称:"; // // state // this.state.DataPropertyName = "state"; this.state.HeaderText = "角色状态"; this.state.Name = "state"; this.state.ReadOnly = true; this.state.Visible = false; // // zhuxiao // this.zhuxiao.DataPropertyName = "zhuxiao1"; this.zhuxiao.HeaderText = "角色状态"; this.zhuxiao.Name = "zhuxiao"; this.zhuxiao.ReadOnly = true; // // id // this.id.DataPropertyName = "id"; this.id.HeaderText = "编码"; this.id.Name = "id"; this.id.ReadOnly = true; // // rolenmae // this.rolenmae.DataPropertyName = "RoleNmae"; this.rolenmae.HeaderText = "角色名称"; this.rolenmae.Name = "rolenmae"; this.rolenmae.ReadOnly = true; // // tczl // this.tczl.DataPropertyName = "tczl"; this.tczl.HeaderText = "套餐折率"; this.tczl.Name = "tczl"; this.tczl.ReadOnly = true; // // jxzl // this.jxzl.DataPropertyName = "jxzl"; this.jxzl.HeaderText = "加项折率"; this.jxzl.Name = "jxzl"; this.jxzl.ReadOnly = true; // // fddm // this.fddm.DataPropertyName = "fddm"; this.fddm.HeaderText = "分店代码"; this.fddm.Name = "fddm"; this.fddm.ReadOnly = true; this.fddm.Visible = false; // // fendianDataGridViewTextBoxColumn // this.fendianDataGridViewTextBoxColumn.DataPropertyName = "fendian"; this.fendianDataGridViewTextBoxColumn.HeaderText = "所属分店"; this.fendianDataGridViewTextBoxColumn.Name = "fendianDataGridViewTextBoxColumn"; this.fendianDataGridViewTextBoxColumn.ReadOnly = true; // // checkedDataGridViewCheckBoxColumn // this.checkedDataGridViewCheckBoxColumn.DataPropertyName = "Checked"; this.checkedDataGridViewCheckBoxColumn.HeaderText = "选择"; this.checkedDataGridViewCheckBoxColumn.Name = "checkedDataGridViewCheckBoxColumn"; this.checkedDataGridViewCheckBoxColumn.ReadOnly = true; this.checkedDataGridViewCheckBoxColumn.Visible = false; // // JueSeWeiHu // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(510, 388); this.Controls.Add(this.dgvRolelist); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "JueSeWeiHu"; this.Text = "角色维护"; this.Load += new System.EventHandler(this.JueSeWeiHu_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvRolelist)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.roleBindingSource)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.udJXZL)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.udTCZL)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dgvRolelist; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.TextBox tbrolename; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tbid; private System.Windows.Forms.ComboBox cbbfdmc; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.BindingSource roleBindingSource; private System.Windows.Forms.NumericUpDown udJXZL; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown udTCZL; private System.Windows.Forms.Label label12; private System.Windows.Forms.DataGridViewTextBoxColumn state; private System.Windows.Forms.DataGridViewTextBoxColumn zhuxiao; private System.Windows.Forms.DataGridViewTextBoxColumn id; private System.Windows.Forms.DataGridViewTextBoxColumn rolenmae; private System.Windows.Forms.DataGridViewTextBoxColumn tczl; private System.Windows.Forms.DataGridViewTextBoxColumn jxzl; private System.Windows.Forms.DataGridViewTextBoxColumn fddm; private System.Windows.Forms.DataGridViewTextBoxColumn fendianDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewCheckBoxColumn checkedDataGridViewCheckBoxColumn; } }