?? testpanel.designer.cs
字號:
namespace USBXpress_TestPanel
{
partial class TestPanel
{
/// <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.components = new System.ComponentModel.Container();
this.checkBox_LED1 = new System.Windows.Forms.CheckBox();
this.checkBox_LED2 = new System.Windows.Forms.CheckBox();
this.groupBoxLEDs = new System.Windows.Forms.GroupBox();
this.groupBox_Switches = new System.Windows.Forms.GroupBox();
this.checkBox_Switch2 = new System.Windows.Forms.CheckBox();
this.checkBox_Switch1 = new System.Windows.Forms.CheckBox();
this.groupBox_Port0 = new System.Windows.Forms.GroupBox();
this.checkBox_P00 = new System.Windows.Forms.CheckBox();
this.checkBox_P01 = new System.Windows.Forms.CheckBox();
this.checkBox_P02 = new System.Windows.Forms.CheckBox();
this.checkBox_P03 = new System.Windows.Forms.CheckBox();
this.groupBox_Potentiometer = new System.Windows.Forms.GroupBox();
this.progressBar_Pot = new System.Windows.Forms.ProgressBar();
this.groupBox_Temperature = new System.Windows.Forms.GroupBox();
this.checkBox_P10 = new System.Windows.Forms.CheckBox();
this.checkBox_P11 = new System.Windows.Forms.CheckBox();
this.checkBox_P12 = new System.Windows.Forms.CheckBox();
this.groupBox_Port1 = new System.Windows.Forms.GroupBox();
this.checkBox_P13 = new System.Windows.Forms.CheckBox();
this.button_Exit = new System.Windows.Forms.Button();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.progressBar_Temp = new System.Windows.Forms.ProgressBar();
this.label_Pot = new System.Windows.Forms.Label();
this.label_Temp = new System.Windows.Forms.Label();
this.groupBoxLEDs.SuspendLayout();
this.groupBox_Switches.SuspendLayout();
this.groupBox_Port0.SuspendLayout();
this.groupBox_Potentiometer.SuspendLayout();
this.groupBox_Temperature.SuspendLayout();
this.groupBox_Port1.SuspendLayout();
this.SuspendLayout();
//
// checkBox_LED1
//
this.checkBox_LED1.AutoSize = true;
this.checkBox_LED1.Location = new System.Drawing.Point(26, 19);
this.checkBox_LED1.Name = "checkBox_LED1";
this.checkBox_LED1.Size = new System.Drawing.Size(53, 17);
this.checkBox_LED1.TabIndex = 0;
this.checkBox_LED1.Text = "LED1";
this.checkBox_LED1.UseVisualStyleBackColor = true;
//
// checkBox_LED2
//
this.checkBox_LED2.AutoSize = true;
this.checkBox_LED2.Location = new System.Drawing.Point(26, 42);
this.checkBox_LED2.Name = "checkBox_LED2";
this.checkBox_LED2.Size = new System.Drawing.Size(53, 17);
this.checkBox_LED2.TabIndex = 1;
this.checkBox_LED2.Text = "LED2";
this.checkBox_LED2.UseVisualStyleBackColor = true;
//
// groupBoxLEDs
//
this.groupBoxLEDs.Controls.Add(this.checkBox_LED2);
this.groupBoxLEDs.Controls.Add(this.checkBox_LED1);
this.groupBoxLEDs.Location = new System.Drawing.Point(139, 12);
this.groupBoxLEDs.Name = "groupBoxLEDs";
this.groupBoxLEDs.Size = new System.Drawing.Size(108, 73);
this.groupBoxLEDs.TabIndex = 2;
this.groupBoxLEDs.TabStop = false;
this.groupBoxLEDs.Text = "LED States";
//
// groupBox_Switches
//
this.groupBox_Switches.Controls.Add(this.checkBox_Switch2);
this.groupBox_Switches.Controls.Add(this.checkBox_Switch1);
this.groupBox_Switches.Cursor = System.Windows.Forms.Cursors.No;
this.groupBox_Switches.Location = new System.Drawing.Point(25, 12);
this.groupBox_Switches.Name = "groupBox_Switches";
this.groupBox_Switches.Size = new System.Drawing.Size(108, 72);
this.groupBox_Switches.TabIndex = 3;
this.groupBox_Switches.TabStop = false;
this.groupBox_Switches.Text = "Switch States";
//
// checkBox_Switch2
//
this.checkBox_Switch2.Appearance = System.Windows.Forms.Appearance.Button;
this.checkBox_Switch2.AutoCheck = false;
this.checkBox_Switch2.AutoSize = true;
this.checkBox_Switch2.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.checkBox_Switch2.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.checkBox_Switch2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.checkBox_Switch2.Location = new System.Drawing.Point(27, 42);
this.checkBox_Switch2.Name = "checkBox_Switch2";
this.checkBox_Switch2.Size = new System.Drawing.Size(55, 23);
this.checkBox_Switch2.TabIndex = 1;
this.checkBox_Switch2.Text = "Switch2";
this.checkBox_Switch2.UseVisualStyleBackColor = true;
//
// checkBox_Switch1
//
this.checkBox_Switch1.Appearance = System.Windows.Forms.Appearance.Button;
this.checkBox_Switch1.AutoCheck = false;
this.checkBox_Switch1.AutoSize = true;
this.checkBox_Switch1.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.checkBox_Switch1.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.checkBox_Switch1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.checkBox_Switch1.Location = new System.Drawing.Point(27, 15);
this.checkBox_Switch1.Name = "checkBox_Switch1";
this.checkBox_Switch1.Size = new System.Drawing.Size(55, 23);
this.checkBox_Switch1.TabIndex = 0;
this.checkBox_Switch1.Text = "Switch1";
this.checkBox_Switch1.UseVisualStyleBackColor = true;
//
// groupBox_Port0
//
this.groupBox_Port0.Controls.Add(this.checkBox_P00);
this.groupBox_Port0.Controls.Add(this.checkBox_P01);
this.groupBox_Port0.Controls.Add(this.checkBox_P02);
this.groupBox_Port0.Controls.Add(this.checkBox_P03);
this.groupBox_Port0.Cursor = System.Windows.Forms.Cursors.No;
this.groupBox_Port0.Location = new System.Drawing.Point(25, 91);
this.groupBox_Port0.Name = "groupBox_Port0";
this.groupBox_Port0.Size = new System.Drawing.Size(108, 138);
this.groupBox_Port0.TabIndex = 4;
this.groupBox_Port0.TabStop = false;
this.groupBox_Port0.Text = "Port 0 (Input)";
//
// checkBox_P00
//
this.checkBox_P00.AutoCheck = false;
this.checkBox_P00.AutoSize = true;
this.checkBox_P00.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.checkBox_P00.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.checkBox_P00.Location = new System.Drawing.Point(27, 108);
this.checkBox_P00.Name = "checkBox_P00";
this.checkBox_P00.Size = new System.Drawing.Size(48, 17);
this.checkBox_P00.TabIndex = 5;
this.checkBox_P00.Text = "P0.0";
this.checkBox_P00.UseVisualStyleBackColor = true;
//
// checkBox_P01
//
this.checkBox_P01.AutoCheck = false;
this.checkBox_P01.AutoSize = true;
this.checkBox_P01.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.checkBox_P01.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.checkBox_P01.Location = new System.Drawing.Point(27, 79);
this.checkBox_P01.Name = "checkBox_P01";
this.checkBox_P01.Size = new System.Drawing.Size(48, 17);
this.checkBox_P01.TabIndex = 4;
this.checkBox_P01.Text = "P0.1";
this.checkBox_P01.UseVisualStyleBackColor = true;
//
// checkBox_P02
//
this.checkBox_P02.AutoCheck = false;
this.checkBox_P02.AutoSize = true;
this.checkBox_P02.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.checkBox_P02.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.checkBox_P02.Location = new System.Drawing.Point(27, 50);
this.checkBox_P02.Name = "checkBox_P02";
this.checkBox_P02.Size = new System.Drawing.Size(48, 17);
this.checkBox_P02.TabIndex = 3;
this.checkBox_P02.Text = "P0.2";
this.checkBox_P02.UseVisualStyleBackColor = true;
//
// checkBox_P03
//
this.checkBox_P03.AutoCheck = false;
this.checkBox_P03.AutoSize = true;
this.checkBox_P03.FlatAppearance.BorderColor = System.Drawing.Color.Black;
this.checkBox_P03.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.checkBox_P03.Location = new System.Drawing.Point(27, 18);
this.checkBox_P03.Name = "checkBox_P03";
this.checkBox_P03.Size = new System.Drawing.Size(48, 17);
this.checkBox_P03.TabIndex = 2;
this.checkBox_P03.Text = "P0.3";
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -