123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- namespace RF_TRIO_PLL_ZIG
- {
- partial class Debug
- {
- /// <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.tbReceived = new System.Windows.Forms.RichTextBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.checkBox2 = new System.Windows.Forms.CheckBox();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.radioButton_ascii = new System.Windows.Forms.RadioButton();
- this.radioButton_hex = new System.Windows.Forms.RadioButton();
- this.button_Clear = new System.Windows.Forms.Button();
- this.button_Send = new System.Windows.Forms.Button();
- this.textBox_senddata = new System.Windows.Forms.TextBox();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // tbReceived
- //
- this.tbReceived.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.tbReceived.ForeColor = System.Drawing.SystemColors.Window;
- this.tbReceived.Location = new System.Drawing.Point(0, 0);
- this.tbReceived.MaxLength = 0;
- this.tbReceived.Name = "tbReceived";
- this.tbReceived.ReadOnly = true;
- this.tbReceived.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
- this.tbReceived.Size = new System.Drawing.Size(800, 403);
- this.tbReceived.TabIndex = 63;
- this.tbReceived.Text = "";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.checkBox2);
- this.groupBox1.Controls.Add(this.checkBox1);
- this.groupBox1.Controls.Add(this.radioButton_ascii);
- this.groupBox1.Controls.Add(this.radioButton_hex);
- this.groupBox1.Controls.Add(this.button_Clear);
- this.groupBox1.Controls.Add(this.button_Send);
- this.groupBox1.Controls.Add(this.textBox_senddata);
- this.groupBox1.Location = new System.Drawing.Point(13, 410);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(787, 89);
- this.groupBox1.TabIndex = 64;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "보내는 문자열";
- //
- // checkBox2
- //
- this.checkBox2.AutoSize = true;
- this.checkBox2.Location = new System.Drawing.Point(254, 20);
- this.checkBox2.Name = "checkBox2";
- this.checkBox2.Size = new System.Drawing.Size(116, 16);
- this.checkBox2.TabIndex = 4;
- this.checkBox2.Text = "수신 문자열 표시";
- this.checkBox2.UseVisualStyleBackColor = true;
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Location = new System.Drawing.Point(131, 20);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(116, 16);
- this.checkBox1.TabIndex = 4;
- this.checkBox1.Text = "송신 문자열 표시";
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // radioButton_ascii
- //
- this.radioButton_ascii.AutoSize = true;
- this.radioButton_ascii.Checked = true;
- this.radioButton_ascii.Location = new System.Drawing.Point(71, 20);
- this.radioButton_ascii.Name = "radioButton_ascii";
- this.radioButton_ascii.Size = new System.Drawing.Size(54, 16);
- this.radioButton_ascii.TabIndex = 3;
- this.radioButton_ascii.TabStop = true;
- this.radioButton_ascii.Text = "ASCII";
- this.radioButton_ascii.UseVisualStyleBackColor = true;
- //
- // radioButton_hex
- //
- this.radioButton_hex.AutoSize = true;
- this.radioButton_hex.Location = new System.Drawing.Point(7, 20);
- this.radioButton_hex.Name = "radioButton_hex";
- this.radioButton_hex.Size = new System.Drawing.Size(45, 16);
- this.radioButton_hex.TabIndex = 3;
- this.radioButton_hex.Text = "Hex";
- this.radioButton_hex.UseVisualStyleBackColor = true;
- //
- // button_Clear
- //
- this.button_Clear.Location = new System.Drawing.Point(702, 20);
- this.button_Clear.Name = "button_Clear";
- this.button_Clear.Size = new System.Drawing.Size(71, 23);
- this.button_Clear.TabIndex = 2;
- this.button_Clear.Text = "삭제";
- this.button_Clear.UseVisualStyleBackColor = true;
- this.button_Clear.Click += new System.EventHandler(this.Button_Clear_Click);
- //
- // button_Send
- //
- this.button_Send.Location = new System.Drawing.Point(702, 53);
- this.button_Send.Name = "button_Send";
- this.button_Send.Size = new System.Drawing.Size(71, 23);
- this.button_Send.TabIndex = 1;
- this.button_Send.Text = "보내기";
- this.button_Send.UseVisualStyleBackColor = true;
- this.button_Send.Click += new System.EventHandler(this.Button_Send_Click);
- //
- // textBox_senddata
- //
- this.textBox_senddata.Location = new System.Drawing.Point(7, 54);
- this.textBox_senddata.Name = "textBox_senddata";
- this.textBox_senddata.Size = new System.Drawing.Size(688, 21);
- this.textBox_senddata.TabIndex = 0;
- //
- // Debug
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(802, 511);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.tbReceived);
- this.Name = "Debug";
- this.Text = "Debug";
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- public System.Windows.Forms.RichTextBox tbReceived;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button button_Send;
- private System.Windows.Forms.TextBox textBox_senddata;
- private System.Windows.Forms.Button button_Clear;
- private System.Windows.Forms.CheckBox checkBox2;
- private System.Windows.Forms.CheckBox checkBox1;
- private System.Windows.Forms.RadioButton radioButton_ascii;
- private System.Windows.Forms.RadioButton radioButton_hex;
- }
- }
|