namespace ITC81DB.Controls { partial class ControlCenterInforHelp { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterInforHelp)); this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.buttonAS = new SmartX.SmartButton(); this.buttonInformation = new SmartX.SmartButton(); this.smartGroupBox1.SuspendLayout(); this.SuspendLayout(); // // smartGroupBox1 // this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.Controls.Add(this.buttonAS); this.smartGroupBox1.Controls.Add(this.buttonInformation); this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None; this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image"))); this.smartGroupBox1.InitVisible = true; this.smartGroupBox1.Location = new System.Drawing.Point(0, 0); this.smartGroupBox1.Name = "smartGroupBox1"; this.smartGroupBox1.RoundRadius = 10; this.smartGroupBox1.Size = new System.Drawing.Size(710, 470); this.smartGroupBox1.TabIndex = 176; this.smartGroupBox1.TextColor = System.Drawing.Color.Black; // // buttonAS // this.buttonAS.BackPictureBox = null; this.buttonAS.BackPictureBox1 = null; this.buttonAS.BackPictureBox2 = null; this.buttonAS.ButtonColor = System.Drawing.Color.Gray; this.buttonAS.ButtonImageAutoSize = true; this.buttonAS.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonAS.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonAS.DisableImage"))); this.buttonAS.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonAS.DownImage"))); this.buttonAS.GroupID = 0; this.buttonAS.InitVisible = true; this.buttonAS.Location = new System.Drawing.Point(194, 17); this.buttonAS.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonAS.Name = "buttonAS"; this.buttonAS.NestedClickEventPrevent = false; this.buttonAS.OutlinePixel = 1; this.buttonAS.RepeatInterval = 200; this.buttonAS.RepeatIntervalAccelerate = null; this.buttonAS.SafeInterval = 200; this.buttonAS.Size = new System.Drawing.Size(160, 208); this.buttonAS.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonAS.TabIndex = 178; this.buttonAS.TextColor = System.Drawing.Color.Black; this.buttonAS.TextDownColor = System.Drawing.Color.White; this.buttonAS.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonAS.TextLocation = new System.Drawing.Point(0, 0); this.buttonAS.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonAS.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonAS.UpImage"))); this.buttonAS.Click += new System.EventHandler(this.buttonMenu_Click); // // buttonInformation // this.buttonInformation.BackPictureBox = null; this.buttonInformation.BackPictureBox1 = null; this.buttonInformation.BackPictureBox2 = null; this.buttonInformation.ButtonColor = System.Drawing.Color.Gray; this.buttonInformation.ButtonImageAutoSize = true; this.buttonInformation.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonInformation.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.DisableImage"))); this.buttonInformation.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.DownImage"))); this.buttonInformation.GroupID = 0; this.buttonInformation.InitVisible = true; this.buttonInformation.Location = new System.Drawing.Point(28, 17); this.buttonInformation.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; this.buttonInformation.Name = "buttonInformation"; this.buttonInformation.NestedClickEventPrevent = false; this.buttonInformation.OutlinePixel = 1; this.buttonInformation.RepeatInterval = 200; this.buttonInformation.RepeatIntervalAccelerate = null; this.buttonInformation.SafeInterval = 200; this.buttonInformation.Size = new System.Drawing.Size(160, 208); this.buttonInformation.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonInformation.TabIndex = 177; this.buttonInformation.TextColor = System.Drawing.Color.Black; this.buttonInformation.TextDownColor = System.Drawing.Color.White; this.buttonInformation.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonInformation.TextLocation = new System.Drawing.Point(0, 0); this.buttonInformation.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonInformation.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonInformation.UpImage"))); this.buttonInformation.Click += new System.EventHandler(this.buttonMenu_Click); // // ControlCenterInforHelp // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); this.Controls.Add(this.smartGroupBox1); this.Name = "ControlCenterInforHelp"; this.Size = new System.Drawing.Size(710, 470); this.smartGroupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private SmartX.SmartGroupBox smartGroupBox1; private SmartX.SmartButton buttonAS; private SmartX.SmartButton buttonInformation; } }