Debug.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. namespace Jdas_Mbic
  2. {
  3. partial class Debug
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tbReceived = new System.Windows.Forms.RichTextBox();
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.checkBoxRecv = new System.Windows.Forms.CheckBox();
  31. this.checkBoxSend = new System.Windows.Forms.CheckBox();
  32. this.radioButton_ascii = new System.Windows.Forms.RadioButton();
  33. this.radioButton_hex = new System.Windows.Forms.RadioButton();
  34. this.button_Clear = new System.Windows.Forms.Button();
  35. this.button_Send = new System.Windows.Forms.Button();
  36. this.textBox_senddata = new System.Windows.Forms.TextBox();
  37. this.groupBox1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // tbReceived
  41. //
  42. this.tbReceived.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  43. this.tbReceived.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  44. this.tbReceived.ForeColor = System.Drawing.SystemColors.InactiveBorder;
  45. this.tbReceived.Location = new System.Drawing.Point(0, 1);
  46. this.tbReceived.MaxLength = 0;
  47. this.tbReceived.Name = "tbReceived";
  48. this.tbReceived.ReadOnly = true;
  49. this.tbReceived.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
  50. this.tbReceived.Size = new System.Drawing.Size(874, 403);
  51. this.tbReceived.TabIndex = 63;
  52. this.tbReceived.Text = "";
  53. //
  54. // groupBox1
  55. //
  56. this.groupBox1.Controls.Add(this.checkBoxRecv);
  57. this.groupBox1.Controls.Add(this.checkBoxSend);
  58. this.groupBox1.Controls.Add(this.radioButton_ascii);
  59. this.groupBox1.Controls.Add(this.radioButton_hex);
  60. this.groupBox1.Controls.Add(this.button_Clear);
  61. this.groupBox1.Controls.Add(this.button_Send);
  62. this.groupBox1.Controls.Add(this.textBox_senddata);
  63. this.groupBox1.Location = new System.Drawing.Point(13, 410);
  64. this.groupBox1.Name = "groupBox1";
  65. this.groupBox1.Size = new System.Drawing.Size(861, 89);
  66. this.groupBox1.TabIndex = 64;
  67. this.groupBox1.TabStop = false;
  68. this.groupBox1.Text = "보내는 문자열";
  69. //
  70. // checkBoxRecv
  71. //
  72. this.checkBoxRecv.AutoSize = true;
  73. this.checkBoxRecv.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
  74. this.checkBoxRecv.Checked = true;
  75. this.checkBoxRecv.CheckState = System.Windows.Forms.CheckState.Checked;
  76. this.checkBoxRecv.Location = new System.Drawing.Point(254, 20);
  77. this.checkBoxRecv.Name = "checkBoxRecv";
  78. this.checkBoxRecv.Size = new System.Drawing.Size(116, 16);
  79. this.checkBoxRecv.TabIndex = 4;
  80. this.checkBoxRecv.Text = "수신 문자열 표시";
  81. this.checkBoxRecv.UseVisualStyleBackColor = true;
  82. //
  83. // checkBoxSend
  84. //
  85. this.checkBoxSend.AutoSize = true;
  86. this.checkBoxSend.Checked = true;
  87. this.checkBoxSend.CheckState = System.Windows.Forms.CheckState.Checked;
  88. this.checkBoxSend.Location = new System.Drawing.Point(131, 20);
  89. this.checkBoxSend.Name = "checkBoxSend";
  90. this.checkBoxSend.Size = new System.Drawing.Size(116, 16);
  91. this.checkBoxSend.TabIndex = 4;
  92. this.checkBoxSend.Text = "송신 문자열 표시";
  93. this.checkBoxSend.UseVisualStyleBackColor = true;
  94. //
  95. // radioButton_ascii
  96. //
  97. this.radioButton_ascii.AutoSize = true;
  98. this.radioButton_ascii.Checked = true;
  99. this.radioButton_ascii.Location = new System.Drawing.Point(71, 20);
  100. this.radioButton_ascii.Name = "radioButton_ascii";
  101. this.radioButton_ascii.Size = new System.Drawing.Size(54, 16);
  102. this.radioButton_ascii.TabIndex = 3;
  103. this.radioButton_ascii.TabStop = true;
  104. this.radioButton_ascii.Text = "ASCII";
  105. this.radioButton_ascii.UseVisualStyleBackColor = true;
  106. //
  107. // radioButton_hex
  108. //
  109. this.radioButton_hex.AutoSize = true;
  110. this.radioButton_hex.Location = new System.Drawing.Point(7, 20);
  111. this.radioButton_hex.Name = "radioButton_hex";
  112. this.radioButton_hex.Size = new System.Drawing.Size(45, 16);
  113. this.radioButton_hex.TabIndex = 3;
  114. this.radioButton_hex.Text = "Hex";
  115. this.radioButton_hex.UseVisualStyleBackColor = true;
  116. //
  117. // button_Clear
  118. //
  119. this.button_Clear.Location = new System.Drawing.Point(769, 20);
  120. this.button_Clear.Name = "button_Clear";
  121. this.button_Clear.Size = new System.Drawing.Size(71, 23);
  122. this.button_Clear.TabIndex = 2;
  123. this.button_Clear.Text = "삭제";
  124. this.button_Clear.UseVisualStyleBackColor = true;
  125. this.button_Clear.Click += new System.EventHandler(this.Button_Clear_Click);
  126. //
  127. // button_Send
  128. //
  129. this.button_Send.Location = new System.Drawing.Point(769, 53);
  130. this.button_Send.Name = "button_Send";
  131. this.button_Send.Size = new System.Drawing.Size(71, 23);
  132. this.button_Send.TabIndex = 1;
  133. this.button_Send.Text = "보내기";
  134. this.button_Send.UseVisualStyleBackColor = true;
  135. this.button_Send.Click += new System.EventHandler(this.Button_Send_Click);
  136. //
  137. // textBox_senddata
  138. //
  139. this.textBox_senddata.Location = new System.Drawing.Point(7, 54);
  140. this.textBox_senddata.Name = "textBox_senddata";
  141. this.textBox_senddata.Size = new System.Drawing.Size(747, 21);
  142. this.textBox_senddata.TabIndex = 0;
  143. //
  144. // Debug
  145. //
  146. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  147. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  148. this.ClientSize = new System.Drawing.Size(881, 511);
  149. this.Controls.Add(this.groupBox1);
  150. this.Controls.Add(this.tbReceived);
  151. this.Name = "Debug";
  152. this.Text = "Debug";
  153. this.groupBox1.ResumeLayout(false);
  154. this.groupBox1.PerformLayout();
  155. this.ResumeLayout(false);
  156. }
  157. #endregion
  158. public System.Windows.Forms.RichTextBox tbReceived;
  159. private System.Windows.Forms.GroupBox groupBox1;
  160. private System.Windows.Forms.Button button_Send;
  161. private System.Windows.Forms.TextBox textBox_senddata;
  162. private System.Windows.Forms.Button button_Clear;
  163. private System.Windows.Forms.CheckBox checkBoxRecv;
  164. private System.Windows.Forms.CheckBox checkBoxSend;
  165. public System.Windows.Forms.RadioButton radioButton_ascii;
  166. public System.Windows.Forms.RadioButton radioButton_hex;
  167. }
  168. }