namespace centralController { partial class FormSysInfo { /// /// 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.lbx_sysInfo = new DevComponents.DotNetBar.LabelX(); this.btnx_close = new DevComponents.DotNetBar.ButtonX(); this.SuspendLayout(); // // lbx_sysInfo // this.lbx_sysInfo.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; // // // this.lbx_sysInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lbx_sysInfo.ForeColor = System.Drawing.Color.Black; this.lbx_sysInfo.Location = new System.Drawing.Point(12, 10); this.lbx_sysInfo.Name = "lbx_sysInfo"; this.lbx_sysInfo.Size = new System.Drawing.Size(285, 264); this.lbx_sysInfo.TabIndex = 3; this.lbx_sysInfo.Text = "sample"; this.lbx_sysInfo.TextAlignment = System.Drawing.StringAlignment.Center; this.lbx_sysInfo.TextLineAlignment = System.Drawing.StringAlignment.Near; // // btnx_close // this.btnx_close.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnx_close.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnx_close.Location = new System.Drawing.Point(119, 286); this.btnx_close.Name = "btnx_close"; this.btnx_close.Size = new System.Drawing.Size(75, 23); this.btnx_close.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003; this.btnx_close.TabIndex = 2; this.btnx_close.Text = "关闭"; this.btnx_close.Click += new System.EventHandler(this.btnx_close_Click); // // FormSysInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption; this.ClientSize = new System.Drawing.Size(309, 315); this.Controls.Add(this.lbx_sysInfo); this.Controls.Add(this.btnx_close); this.Name = "FormSysInfo"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "系统信息"; this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.LabelX lbx_sysInfo; private DevComponents.DotNetBar.ButtonX btnx_close; } }