123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- namespace RF_TRIO_PLL_ZIG
- {
- partial class Main_Form
- {
- /// <summary>
- /// 필수 디자이너 변수입니다.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 사용 중인 모든 리소스를 정리합니다.
- /// </summary>
- /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form 디자이너에서 생성한 코드
- /// <summary>
- /// 디자이너 지원에 필요한 메서드입니다.
- /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
- /// </summary>
- private void InitializeComponent()
- {
- this.groupBox9 = new System.Windows.Forms.GroupBox();
- this.button3 = new System.Windows.Forms.Button();
- this.button_terminal = new System.Windows.Forms.Button();
- this.Ascii_checkBox = new System.Windows.Forms.CheckBox();
- this.cmCom_Port = new System.Windows.Forms.Label();
- this.button_PortOpen = new System.Windows.Forms.Button();
- this.comboBox_Port = new System.Windows.Forms.ComboBox();
- this.cmBaudRate = new System.Windows.Forms.Label();
- this.comboBox_baudrate = new System.Windows.Forms.ComboBox();
- this.Crc16_Check = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.groupBox9.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox9
- //
- this.groupBox9.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox9.Controls.Add(this.button3);
- this.groupBox9.Controls.Add(this.button_terminal);
- this.groupBox9.Controls.Add(this.Ascii_checkBox);
- this.groupBox9.Controls.Add(this.cmCom_Port);
- this.groupBox9.Controls.Add(this.button_PortOpen);
- this.groupBox9.Controls.Add(this.comboBox_Port);
- this.groupBox9.Controls.Add(this.cmBaudRate);
- this.groupBox9.Controls.Add(this.comboBox_baudrate);
- this.groupBox9.Location = new System.Drawing.Point(12, 23);
- this.groupBox9.Name = "groupBox9";
- this.groupBox9.Size = new System.Drawing.Size(225, 223);
- this.groupBox9.TabIndex = 82;
- this.groupBox9.TabStop = false;
- this.groupBox9.Text = "Connection";
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(14, 171);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(197, 34);
- this.button3.TabIndex = 93;
- this.button3.Text = "Firmware Update";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.Firmware_Update_Click);
- //
- // button_terminal
- //
- this.button_terminal.Location = new System.Drawing.Point(14, 131);
- this.button_terminal.Name = "button_terminal";
- this.button_terminal.Size = new System.Drawing.Size(197, 34);
- this.button_terminal.TabIndex = 94;
- this.button_terminal.Text = "Terminal";
- this.button_terminal.UseVisualStyleBackColor = true;
- this.button_terminal.Click += new System.EventHandler(this.Button_terminal_Click);
- //
- // Ascii_checkBox
- //
- this.Ascii_checkBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.Ascii_checkBox.AutoSize = true;
- this.Ascii_checkBox.Location = new System.Drawing.Point(14, 69);
- this.Ascii_checkBox.Name = "Ascii_checkBox";
- this.Ascii_checkBox.Size = new System.Drawing.Size(55, 16);
- this.Ascii_checkBox.TabIndex = 92;
- this.Ascii_checkBox.Text = "ASCII";
- this.Ascii_checkBox.UseVisualStyleBackColor = true;
- //
- // cmCom_Port
- //
- this.cmCom_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.cmCom_Port.AutoSize = true;
- this.cmCom_Port.Location = new System.Drawing.Point(11, 18);
- this.cmCom_Port.Name = "cmCom_Port";
- this.cmCom_Port.Size = new System.Drawing.Size(58, 12);
- this.cmCom_Port.TabIndex = 89;
- this.cmCom_Port.Text = "Com Port";
- //
- // button_PortOpen
- //
- this.button_PortOpen.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.button_PortOpen.Location = new System.Drawing.Point(13, 91);
- this.button_PortOpen.Name = "button_PortOpen";
- this.button_PortOpen.Size = new System.Drawing.Size(197, 34);
- this.button_PortOpen.TabIndex = 86;
- this.button_PortOpen.Text = "Port Open";
- this.button_PortOpen.UseVisualStyleBackColor = true;
- this.button_PortOpen.Click += new System.EventHandler(this.Button_PortOpen_Click);
- //
- // comboBox_Port
- //
- this.comboBox_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.comboBox_Port.Cursor = System.Windows.Forms.Cursors.Default;
- this.comboBox_Port.FormattingEnabled = true;
- this.comboBox_Port.Location = new System.Drawing.Point(109, 15);
- this.comboBox_Port.Name = "comboBox_Port";
- this.comboBox_Port.Size = new System.Drawing.Size(101, 20);
- this.comboBox_Port.TabIndex = 88;
- this.comboBox_Port.SelectedIndexChanged += new System.EventHandler(this.ComboBox_Port_SelectedIndexChanged);
- //
- // cmBaudRate
- //
- this.cmBaudRate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.cmBaudRate.AutoSize = true;
- this.cmBaudRate.Location = new System.Drawing.Point(11, 47);
- this.cmBaudRate.Name = "cmBaudRate";
- this.cmBaudRate.Size = new System.Drawing.Size(94, 12);
- this.cmBaudRate.TabIndex = 90;
- this.cmBaudRate.Text = "Baud Rate(bps)";
- //
- // comboBox_baudrate
- //
- this.comboBox_baudrate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.comboBox_baudrate.FormattingEnabled = true;
- this.comboBox_baudrate.Items.AddRange(new object[] {
- "9600",
- "14400",
- "19200",
- "38400",
- "57600",
- "115200",
- "128000"});
- this.comboBox_baudrate.Location = new System.Drawing.Point(110, 45);
- this.comboBox_baudrate.Name = "comboBox_baudrate";
- this.comboBox_baudrate.Size = new System.Drawing.Size(101, 20);
- this.comboBox_baudrate.TabIndex = 91;
- this.comboBox_baudrate.Text = "115200";
- //
- // Crc16_Check
- //
- this.Crc16_Check.Location = new System.Drawing.Point(12, 285);
- this.Crc16_Check.Name = "Crc16_Check";
- this.Crc16_Check.Size = new System.Drawing.Size(96, 23);
- this.Crc16_Check.TabIndex = 83;
- this.Crc16_Check.Text = "Crc16 Check";
- this.Crc16_Check.UseVisualStyleBackColor = true;
- this.Crc16_Check.Click += new System.EventHandler(this.Crc16_Check_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(127, 290);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(110, 12);
- this.label1.TabIndex = 84;
- this.label1.Text = "Check Sum Result";
- //
- // Main_Form
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.Crc16_Check);
- this.Controls.Add(this.groupBox9);
- this.Name = "Main_Form";
- this.Text = "Terminal";
- this.groupBox9.ResumeLayout(false);
- this.groupBox9.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox9;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button_terminal;
- private System.Windows.Forms.CheckBox Ascii_checkBox;
- private System.Windows.Forms.Label cmCom_Port;
- private System.Windows.Forms.Button button_PortOpen;
- private System.Windows.Forms.Label cmBaudRate;
- private System.Windows.Forms.ComboBox comboBox_baudrate;
- private System.Windows.Forms.Button Crc16_Check;
- private System.Windows.Forms.Label label1;
- public System.Windows.Forms.ComboBox comboBox_Port;
- }
- }
|