226 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			C#
		
	
		
		
			
		
	
	
			226 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			C#
		
	
|  | namespace ITC81DB.Controls | |||
|  | { | |||
|  |     partial class ControlMainStartMenu | |||
|  |     { | |||
|  |         /// <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 Component 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() | |||
|  |         { | |||
|  |             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlMainStartMenu)); | |||
|  |             this.pictureBox1 = new System.Windows.Forms.PictureBox(); | |||
|  |             this.buttonConnect = new SmartX.SmartButton(); | |||
|  |             this.buttonDisconnect = new SmartX.SmartButton(); | |||
|  |             this.buttonTimerON = new SmartX.SmartButton(); | |||
|  |             this.labelTimer = new SmartX.SmartLabel(); | |||
|  |             this.buttonTimerOFF = new SmartX.SmartButton(); | |||
|  |             this.SuspendLayout(); | |||
|  |             //  | |||
|  |             // pictureBox1 | |||
|  |             //  | |||
|  |             this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); | |||
|  |             this.pictureBox1.Location = new System.Drawing.Point(0, 0); | |||
|  |             this.pictureBox1.Name = "pictureBox1"; | |||
|  |             this.pictureBox1.Size = new System.Drawing.Size(710, 220); | |||
|  |             //  | |||
|  |             // buttonConnect | |||
|  |             //  | |||
|  |             this.buttonConnect.BackPictureBox = null; | |||
|  |             this.buttonConnect.BackPictureBox1 = null; | |||
|  |             this.buttonConnect.BackPictureBox2 = null; | |||
|  |             this.buttonConnect.ButtonColor = System.Drawing.Color.Gray; | |||
|  |             this.buttonConnect.ButtonImageAutoSize = true; | |||
|  |             this.buttonConnect.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | |||
|  |             this.buttonConnect.DisableImage = null; | |||
|  |             this.buttonConnect.DownImage = null; | |||
|  |             this.buttonConnect.GroupID = 0; | |||
|  |             this.buttonConnect.InitVisible = true; | |||
|  |             this.buttonConnect.Location = new System.Drawing.Point(220, 67); | |||
|  |             this.buttonConnect.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; | |||
|  |             this.buttonConnect.Name = "buttonConnect"; | |||
|  |             this.buttonConnect.NestedClickEventPrevent = false; | |||
|  |             this.buttonConnect.OutlinePixel = 1; | |||
|  |             this.buttonConnect.RepeatInterval = 200; | |||
|  |             this.buttonConnect.RepeatIntervalAccelerate = null; | |||
|  |             this.buttonConnect.SafeInterval = 200; | |||
|  |             this.buttonConnect.Size = new System.Drawing.Size(95, 84); | |||
|  |             this.buttonConnect.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | |||
|  |             this.buttonConnect.TabIndex = 1; | |||
|  |             this.buttonConnect.Text = "Connect"; | |||
|  |             this.buttonConnect.TextColor = System.Drawing.Color.Black; | |||
|  |             this.buttonConnect.TextDownColor = System.Drawing.Color.White; | |||
|  |             this.buttonConnect.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; | |||
|  |             this.buttonConnect.TextLocation = new System.Drawing.Point(0, 0); | |||
|  |             this.buttonConnect.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; | |||
|  |             this.buttonConnect.UpImage = null; | |||
|  |             this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click); | |||
|  |             //  | |||
|  |             // buttonDisconnect | |||
|  |             //  | |||
|  |             this.buttonDisconnect.BackPictureBox = null; | |||
|  |             this.buttonDisconnect.BackPictureBox1 = null; | |||
|  |             this.buttonDisconnect.BackPictureBox2 = null; | |||
|  |             this.buttonDisconnect.ButtonColor = System.Drawing.Color.Gray; | |||
|  |             this.buttonDisconnect.ButtonImageAutoSize = true; | |||
|  |             this.buttonDisconnect.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | |||
|  |             this.buttonDisconnect.DisableImage = null; | |||
|  |             this.buttonDisconnect.DownImage = null; | |||
|  |             this.buttonDisconnect.GroupID = 0; | |||
|  |             this.buttonDisconnect.InitVisible = true; | |||
|  |             this.buttonDisconnect.Location = new System.Drawing.Point(386, 67); | |||
|  |             this.buttonDisconnect.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; | |||
|  |             this.buttonDisconnect.Name = "buttonDisconnect"; | |||
|  |             this.buttonDisconnect.NestedClickEventPrevent = false; | |||
|  |             this.buttonDisconnect.OutlinePixel = 1; | |||
|  |             this.buttonDisconnect.RepeatInterval = 200; | |||
|  |             this.buttonDisconnect.RepeatIntervalAccelerate = null; | |||
|  |             this.buttonDisconnect.SafeInterval = 200; | |||
|  |             this.buttonDisconnect.Size = new System.Drawing.Size(95, 84); | |||
|  |             this.buttonDisconnect.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | |||
|  |             this.buttonDisconnect.TabIndex = 2; | |||
|  |             this.buttonDisconnect.Text = "Disconnect"; | |||
|  |             this.buttonDisconnect.TextColor = System.Drawing.Color.Black; | |||
|  |             this.buttonDisconnect.TextDownColor = System.Drawing.Color.White; | |||
|  |             this.buttonDisconnect.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; | |||
|  |             this.buttonDisconnect.TextLocation = new System.Drawing.Point(0, 0); | |||
|  |             this.buttonDisconnect.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; | |||
|  |             this.buttonDisconnect.UpImage = null; | |||
|  |             this.buttonDisconnect.Click += new System.EventHandler(this.buttonDisconnect_Click); | |||
|  |             //  | |||
|  |             // buttonTimerON | |||
|  |             //  | |||
|  |             this.buttonTimerON.BackPictureBox = null; | |||
|  |             this.buttonTimerON.BackPictureBox1 = null; | |||
|  |             this.buttonTimerON.BackPictureBox2 = null; | |||
|  |             this.buttonTimerON.ButtonColor = System.Drawing.Color.Gray; | |||
|  |             this.buttonTimerON.ButtonImageAutoSize = true; | |||
|  |             this.buttonTimerON.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | |||
|  |             this.buttonTimerON.DisableImage = null; | |||
|  |             this.buttonTimerON.DownImage = null; | |||
|  |             this.buttonTimerON.GroupID = 0; | |||
|  |             this.buttonTimerON.InitVisible = true; | |||
|  |             this.buttonTimerON.Location = new System.Drawing.Point(594, 55); | |||
|  |             this.buttonTimerON.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; | |||
|  |             this.buttonTimerON.Name = "buttonTimerON"; | |||
|  |             this.buttonTimerON.NestedClickEventPrevent = false; | |||
|  |             this.buttonTimerON.OutlinePixel = 1; | |||
|  |             this.buttonTimerON.RepeatInterval = 200; | |||
|  |             this.buttonTimerON.RepeatIntervalAccelerate = null; | |||
|  |             this.buttonTimerON.SafeInterval = 200; | |||
|  |             this.buttonTimerON.Size = new System.Drawing.Size(95, 48); | |||
|  |             this.buttonTimerON.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | |||
|  |             this.buttonTimerON.TabIndex = 3; | |||
|  |             this.buttonTimerON.Text = "Timer ON"; | |||
|  |             this.buttonTimerON.TextColor = System.Drawing.Color.Black; | |||
|  |             this.buttonTimerON.TextDownColor = System.Drawing.Color.White; | |||
|  |             this.buttonTimerON.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; | |||
|  |             this.buttonTimerON.TextLocation = new System.Drawing.Point(0, 0); | |||
|  |             this.buttonTimerON.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; | |||
|  |             this.buttonTimerON.UpImage = null; | |||
|  |             this.buttonTimerON.Visible = false; | |||
|  |             this.buttonTimerON.Click += new System.EventHandler(this.buttonTimerON_Click); | |||
|  |             //  | |||
|  |             // labelTimer | |||
|  |             //  | |||
|  |             this.labelTimer.BackColor = System.Drawing.Color.White; | |||
|  |             this.labelTimer.BackPictureBox = null; | |||
|  |             this.labelTimer.BackPictureBox1 = null; | |||
|  |             this.labelTimer.BackPictureBox2 = null; | |||
|  |             this.labelTimer.BorderColor = System.Drawing.Color.Black; | |||
|  |             this.labelTimer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; | |||
|  |             this.labelTimer.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); | |||
|  |             this.labelTimer.InitVisible = true; | |||
|  |             this.labelTimer.LineSpacing = 0F; | |||
|  |             this.labelTimer.Location = new System.Drawing.Point(594, 19); | |||
|  |             this.labelTimer.Name = "labelTimer"; | |||
|  |             this.labelTimer.Size = new System.Drawing.Size(95, 30); | |||
|  |             this.labelTimer.TabIndex = 137; | |||
|  |             this.labelTimer.Text = "3000"; | |||
|  |             this.labelTimer.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; | |||
|  |             this.labelTimer.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; | |||
|  |             this.labelTimer.Visible = false; | |||
|  |             this.labelTimer.Wordwrap = false; | |||
|  |             this.labelTimer.Click += new System.EventHandler(this.labelTimer_Click); | |||
|  |             //  | |||
|  |             // buttonTimerOFF | |||
|  |             //  | |||
|  |             this.buttonTimerOFF.BackPictureBox = null; | |||
|  |             this.buttonTimerOFF.BackPictureBox1 = null; | |||
|  |             this.buttonTimerOFF.BackPictureBox2 = null; | |||
|  |             this.buttonTimerOFF.ButtonColor = System.Drawing.Color.Gray; | |||
|  |             this.buttonTimerOFF.ButtonImageAutoSize = true; | |||
|  |             this.buttonTimerOFF.ColorKeySamplePosition = new System.Drawing.Point(0, 0); | |||
|  |             this.buttonTimerOFF.DisableImage = null; | |||
|  |             this.buttonTimerOFF.DownImage = null; | |||
|  |             this.buttonTimerOFF.GroupID = 0; | |||
|  |             this.buttonTimerOFF.InitVisible = true; | |||
|  |             this.buttonTimerOFF.Location = new System.Drawing.Point(594, 115); | |||
|  |             this.buttonTimerOFF.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL; | |||
|  |             this.buttonTimerOFF.Name = "buttonTimerOFF"; | |||
|  |             this.buttonTimerOFF.NestedClickEventPrevent = false; | |||
|  |             this.buttonTimerOFF.OutlinePixel = 1; | |||
|  |             this.buttonTimerOFF.RepeatInterval = 200; | |||
|  |             this.buttonTimerOFF.RepeatIntervalAccelerate = null; | |||
|  |             this.buttonTimerOFF.SafeInterval = 200; | |||
|  |             this.buttonTimerOFF.Size = new System.Drawing.Size(95, 84); | |||
|  |             this.buttonTimerOFF.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; | |||
|  |             this.buttonTimerOFF.TabIndex = 139; | |||
|  |             this.buttonTimerOFF.Text = "Timer OFF"; | |||
|  |             this.buttonTimerOFF.TextColor = System.Drawing.Color.Black; | |||
|  |             this.buttonTimerOFF.TextDownColor = System.Drawing.Color.White; | |||
|  |             this.buttonTimerOFF.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; | |||
|  |             this.buttonTimerOFF.TextLocation = new System.Drawing.Point(0, 0); | |||
|  |             this.buttonTimerOFF.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; | |||
|  |             this.buttonTimerOFF.UpImage = null; | |||
|  |             this.buttonTimerOFF.Visible = false; | |||
|  |             this.buttonTimerOFF.Click += new System.EventHandler(this.buttonTimerOFF_Click); | |||
|  |             //  | |||
|  |             // ControlMainStartMenu | |||
|  |             //  | |||
|  |             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); | |||
|  |             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; | |||
|  |             this.Controls.Add(this.buttonTimerOFF); | |||
|  |             this.Controls.Add(this.labelTimer); | |||
|  |             this.Controls.Add(this.buttonTimerON); | |||
|  |             this.Controls.Add(this.buttonDisconnect); | |||
|  |             this.Controls.Add(this.buttonConnect); | |||
|  |             this.Controls.Add(this.pictureBox1); | |||
|  |             this.Name = "ControlMainStartMenu"; | |||
|  |             this.Size = new System.Drawing.Size(710, 220); | |||
|  |             this.ResumeLayout(false); | |||
|  | 
 | |||
|  |         } | |||
|  | 
 | |||
|  |         #endregion | |||
|  | 
 | |||
|  |         private System.Windows.Forms.PictureBox pictureBox1; | |||
|  |         private SmartX.SmartButton buttonConnect; | |||
|  |         private SmartX.SmartButton buttonDisconnect; | |||
|  |         private SmartX.SmartButton buttonTimerON; | |||
|  |         public SmartX.SmartLabel labelTimer; | |||
|  |         private SmartX.SmartButton buttonTimerOFF; | |||
|  | 
 | |||
|  |     } | |||
|  | } |