namespace SA_LTT_UI.Screen { partial class ScreenMaintenance { /// /// 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() { this.pnl_Main = new System.Windows.Forms.Panel(); this.rb_Setting = new System.Windows.Forms.RadioButton(); this.rb_IO = new System.Windows.Forms.RadioButton(); this.rb_Motor = new System.Windows.Forms.RadioButton(); this.rb_Laser = new System.Windows.Forms.RadioButton(); this.rb_Parameter = new System.Windows.Forms.RadioButton(); this.SuspendLayout(); // // pnl_Main // this.pnl_Main.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnl_Main.Location = new System.Drawing.Point(3, 3); this.pnl_Main.Name = "pnl_Main"; this.pnl_Main.Size = new System.Drawing.Size(1764, 803); this.pnl_Main.TabIndex = 6; // // rb_Setting // this.rb_Setting.Appearance = System.Windows.Forms.Appearance.Button; this.rb_Setting.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.rb_Setting.Location = new System.Drawing.Point(1771, 70); this.rb_Setting.Name = "rb_Setting"; this.rb_Setting.Size = new System.Drawing.Size(142, 61); this.rb_Setting.TabIndex = 7; this.rb_Setting.Text = "SETTING"; this.rb_Setting.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rb_Setting.UseVisualStyleBackColor = true; this.rb_Setting.CheckedChanged += new System.EventHandler(this.rb_IO_CheckedChanged); // // rb_IO // this.rb_IO.Appearance = System.Windows.Forms.Appearance.Button; this.rb_IO.Checked = true; this.rb_IO.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.rb_IO.Location = new System.Drawing.Point(1771, 3); this.rb_IO.Name = "rb_IO"; this.rb_IO.Size = new System.Drawing.Size(142, 61); this.rb_IO.TabIndex = 8; this.rb_IO.TabStop = true; this.rb_IO.Text = "IO"; this.rb_IO.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rb_IO.UseVisualStyleBackColor = true; this.rb_IO.CheckedChanged += new System.EventHandler(this.rb_IO_CheckedChanged); // // rb_Motor // this.rb_Motor.Appearance = System.Windows.Forms.Appearance.Button; this.rb_Motor.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.rb_Motor.Location = new System.Drawing.Point(1771, 137); this.rb_Motor.Name = "rb_Motor"; this.rb_Motor.Size = new System.Drawing.Size(142, 61); this.rb_Motor.TabIndex = 9; this.rb_Motor.Text = "MOTOR"; this.rb_Motor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rb_Motor.UseVisualStyleBackColor = true; this.rb_Motor.CheckedChanged += new System.EventHandler(this.rb_IO_CheckedChanged); // // rb_Laser // this.rb_Laser.Appearance = System.Windows.Forms.Appearance.Button; this.rb_Laser.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.rb_Laser.Location = new System.Drawing.Point(1771, 204); this.rb_Laser.Name = "rb_Laser"; this.rb_Laser.Size = new System.Drawing.Size(142, 61); this.rb_Laser.TabIndex = 9; this.rb_Laser.Text = "LASER"; this.rb_Laser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rb_Laser.UseVisualStyleBackColor = true; this.rb_Laser.CheckedChanged += new System.EventHandler(this.rb_IO_CheckedChanged); // // rb_Parameter // this.rb_Parameter.Appearance = System.Windows.Forms.Appearance.Button; this.rb_Parameter.Font = new System.Drawing.Font("Gulim", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.rb_Parameter.Location = new System.Drawing.Point(1771, 271); this.rb_Parameter.Name = "rb_Parameter"; this.rb_Parameter.Size = new System.Drawing.Size(142, 61); this.rb_Parameter.TabIndex = 9; this.rb_Parameter.Text = "PARAMETER"; this.rb_Parameter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.rb_Parameter.UseVisualStyleBackColor = true; this.rb_Parameter.CheckedChanged += new System.EventHandler(this.rb_IO_CheckedChanged); // // ScreenMaintenance // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.rb_Parameter); this.Controls.Add(this.rb_Laser); this.Controls.Add(this.rb_Motor); this.Controls.Add(this.rb_Setting); this.Controls.Add(this.pnl_Main); this.Controls.Add(this.rb_IO); this.Name = "ScreenMaintenance"; this.Size = new System.Drawing.Size(1916, 809); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel pnl_Main; private System.Windows.Forms.RadioButton rb_Setting; private System.Windows.Forms.RadioButton rb_IO; private System.Windows.Forms.RadioButton rb_Motor; private System.Windows.Forms.RadioButton rb_Laser; private System.Windows.Forms.RadioButton rb_Parameter; } }