namespace Cyberpipe { partial class FrmUserInfoRole { /// <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() { this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.combo_role = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.btnOk = new DevComponents.DotNetBar.ButtonX(); this.SuspendLayout(); // // labelX1 // this.labelX1.AutoSize = true; // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(13, 26); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(32, 16); this.labelX1.TabIndex = 0; this.labelX1.Text = "角色*"; // // combo_role // this.combo_role.DisplayMember = "Text"; this.combo_role.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.combo_role.FormattingEnabled = true; this.combo_role.ItemHeight = 15; this.combo_role.Location = new System.Drawing.Point(64, 21); this.combo_role.Name = "combo_role"; this.combo_role.Size = new System.Drawing.Size(177, 21); this.combo_role.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.combo_role.TabIndex = 1; // // btnOk // this.btnOk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnOk.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnOk.Location = new System.Drawing.Point(165, 64); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnOk.TabIndex = 2; this.btnOk.Text = "确定"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // FrmUserInfoRole // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(266, 107); this.Controls.Add(this.btnOk); this.Controls.Add(this.combo_role); this.Controls.Add(this.labelX1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmUserInfoRole"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "用户授权"; this.Load += new System.EventHandler(this.FrmUserInfoRole_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.Controls.ComboBoxEx combo_role; private DevComponents.DotNetBar.ButtonX btnOk; } }