12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- namespace centralController
- {
- partial class FormSysInfo
- {
- /// <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.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;
- }
- }
|