namespace GeBoShi.UI.User { partial class NewRoleFrm { /// /// 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.txtCode = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.txtName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.log = new System.Windows.Forms.Label(); this.uiTitel1 = new GeBoShi.UIKits.MaiMuMenu.UITitel_LT(); this.SuspendLayout(); // // txtCode // this.txtCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtCode.Location = new System.Drawing.Point(87, 50); this.txtCode.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.txtCode.Name = "txtCode"; this.txtCode.Size = new System.Drawing.Size(137, 26); this.txtCode.TabIndex = 37; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Location = new System.Drawing.Point(46, 53); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(37, 20); this.label1.TabIndex = 36; this.label1.Text = "编号"; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.Location = new System.Drawing.Point(159, 141); this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(65, 30); this.btnCancel.TabIndex = 34; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnSave // this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.Location = new System.Drawing.Point(87, 141); this.btnSave.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(65, 30); this.btnSave.TabIndex = 35; this.btnSave.Text = "保存"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // txtName // this.txtName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtName.Location = new System.Drawing.Point(87, 92); this.txtName.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(137, 26); this.txtName.TabIndex = 33; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.Color.White; this.label4.Location = new System.Drawing.Point(46, 95); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(37, 20); this.label4.TabIndex = 32; this.label4.Text = "名称"; // // log // this.log.AutoSize = true; this.log.ForeColor = System.Drawing.Color.White; this.log.Location = new System.Drawing.Point(85, 123); this.log.Name = "log"; this.log.Size = new System.Drawing.Size(41, 12); this.log.TabIndex = 38; this.log.Text = "label2"; // // uiTitel1 // this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241))))); this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top; this.uiTitel1.FatherForm = null; this.uiTitel1.Location = new System.Drawing.Point(0, 0); this.uiTitel1.Name = "uiTitel1"; this.uiTitel1.Size = new System.Drawing.Size(296, 46); this.uiTitel1.TabIndex = 39; // // NewRoleFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241))))); this.ClientSize = new System.Drawing.Size(296, 183); this.Controls.Add(this.uiTitel1); this.Controls.Add(this.log); this.Controls.Add(this.txtCode); this.Controls.Add(this.label1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.txtName); this.Controls.Add(this.label4); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "NewRoleFrm"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "创建新权限"; this.Load += new System.EventHandler(this.NewRoleFrm_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtCode; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label log; private GeBoShi.UIKits.MaiMuMenu.UITitel_LT uiTitel1; } }