namespace ClientsLibrary.Configuration { partial class GeneralConfiguration { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.checkBox1 = new System.Windows.Forms.CheckBox(); this.panel1 = new System.Windows.Forms.Panel(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.userButton2 = new HslCommunication.Controls.UserButton(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(3, 3); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(247, 21); this.checkBox1.TabIndex = 0; this.checkBox1.Text = "是否允许一个账户重复登录 (admin 除外)"; this.checkBox1.UseVisualStyleBackColor = true; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.AutoScroll = true; this.panel1.Controls.Add(this.checkBox2); this.panel1.Controls.Add(this.checkBox1); this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(561, 397); this.panel1.TabIndex = 1; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(3, 30); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(231, 21); this.checkBox2.TabIndex = 1; this.checkBox2.Text = "是否允许框架版本不匹配的客户端登录"; this.checkBox2.UseVisualStyleBackColor = true; // // userButton2 // this.userButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.userButton2.BackColor = System.Drawing.Color.Transparent; this.userButton2.CustomerInformation = ""; this.userButton2.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190))))); this.userButton2.Font = new System.Drawing.Font("微软雅黑", 9F); this.userButton2.Location = new System.Drawing.Point(480, 404); this.userButton2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.userButton2.Name = "userButton2"; this.userButton2.Size = new System.Drawing.Size(78, 25); this.userButton2.TabIndex = 10; this.userButton2.UIText = "保存"; this.userButton2.Click += new System.EventHandler(this.userButton2_Click); // // GeneralConfiguration // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.userButton2); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "GeneralConfiguration"; this.Size = new System.Drawing.Size(561, 433); this.Load += new System.EventHandler(this.GeneralConfiguration_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Panel panel1; private HslCommunication.Controls.UserButton userButton2; private System.Windows.Forms.CheckBox checkBox2; } }