namespace RF_TRIO_PLL_ZIG { partial class Main_Form { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. /// 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; } }