Main_Form.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. namespace RF_TRIO_PLL_ZIG
  2. {
  3. partial class Main_Form
  4. {
  5. /// <summary>
  6. /// 필수 디자이너 변수입니다.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 사용 중인 모든 리소스를 정리합니다.
  11. /// </summary>
  12. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 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 디자이너에서 생성한 코드
  22. /// <summary>
  23. /// 디자이너 지원에 필요한 메서드입니다.
  24. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.groupBox9 = new System.Windows.Forms.GroupBox();
  29. this.button3 = new System.Windows.Forms.Button();
  30. this.button_terminal = new System.Windows.Forms.Button();
  31. this.Ascii_checkBox = new System.Windows.Forms.CheckBox();
  32. this.cmCom_Port = new System.Windows.Forms.Label();
  33. this.button_PortOpen = new System.Windows.Forms.Button();
  34. this.comboBox_Port = new System.Windows.Forms.ComboBox();
  35. this.cmBaudRate = new System.Windows.Forms.Label();
  36. this.comboBox_baudrate = new System.Windows.Forms.ComboBox();
  37. this.Crc16_Check = new System.Windows.Forms.Button();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.groupBox9.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // groupBox9
  43. //
  44. this.groupBox9.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  45. | System.Windows.Forms.AnchorStyles.Left)
  46. | System.Windows.Forms.AnchorStyles.Right)));
  47. this.groupBox9.Controls.Add(this.button3);
  48. this.groupBox9.Controls.Add(this.button_terminal);
  49. this.groupBox9.Controls.Add(this.Ascii_checkBox);
  50. this.groupBox9.Controls.Add(this.cmCom_Port);
  51. this.groupBox9.Controls.Add(this.button_PortOpen);
  52. this.groupBox9.Controls.Add(this.comboBox_Port);
  53. this.groupBox9.Controls.Add(this.cmBaudRate);
  54. this.groupBox9.Controls.Add(this.comboBox_baudrate);
  55. this.groupBox9.Location = new System.Drawing.Point(12, 23);
  56. this.groupBox9.Name = "groupBox9";
  57. this.groupBox9.Size = new System.Drawing.Size(225, 223);
  58. this.groupBox9.TabIndex = 82;
  59. this.groupBox9.TabStop = false;
  60. this.groupBox9.Text = "Connection";
  61. //
  62. // button3
  63. //
  64. this.button3.Location = new System.Drawing.Point(14, 171);
  65. this.button3.Name = "button3";
  66. this.button3.Size = new System.Drawing.Size(197, 34);
  67. this.button3.TabIndex = 93;
  68. this.button3.Text = "Firmware Update";
  69. this.button3.UseVisualStyleBackColor = true;
  70. this.button3.Click += new System.EventHandler(this.Firmware_Update_Click);
  71. //
  72. // button_terminal
  73. //
  74. this.button_terminal.Location = new System.Drawing.Point(14, 131);
  75. this.button_terminal.Name = "button_terminal";
  76. this.button_terminal.Size = new System.Drawing.Size(197, 34);
  77. this.button_terminal.TabIndex = 94;
  78. this.button_terminal.Text = "Terminal";
  79. this.button_terminal.UseVisualStyleBackColor = true;
  80. this.button_terminal.Click += new System.EventHandler(this.Button_terminal_Click);
  81. //
  82. // Ascii_checkBox
  83. //
  84. this.Ascii_checkBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  85. | System.Windows.Forms.AnchorStyles.Left)
  86. | System.Windows.Forms.AnchorStyles.Right)));
  87. this.Ascii_checkBox.AutoSize = true;
  88. this.Ascii_checkBox.Location = new System.Drawing.Point(14, 69);
  89. this.Ascii_checkBox.Name = "Ascii_checkBox";
  90. this.Ascii_checkBox.Size = new System.Drawing.Size(55, 16);
  91. this.Ascii_checkBox.TabIndex = 92;
  92. this.Ascii_checkBox.Text = "ASCII";
  93. this.Ascii_checkBox.UseVisualStyleBackColor = true;
  94. //
  95. // cmCom_Port
  96. //
  97. this.cmCom_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  98. | System.Windows.Forms.AnchorStyles.Left)
  99. | System.Windows.Forms.AnchorStyles.Right)));
  100. this.cmCom_Port.AutoSize = true;
  101. this.cmCom_Port.Location = new System.Drawing.Point(11, 18);
  102. this.cmCom_Port.Name = "cmCom_Port";
  103. this.cmCom_Port.Size = new System.Drawing.Size(58, 12);
  104. this.cmCom_Port.TabIndex = 89;
  105. this.cmCom_Port.Text = "Com Port";
  106. //
  107. // button_PortOpen
  108. //
  109. this.button_PortOpen.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  110. | System.Windows.Forms.AnchorStyles.Left)
  111. | System.Windows.Forms.AnchorStyles.Right)));
  112. this.button_PortOpen.Location = new System.Drawing.Point(13, 91);
  113. this.button_PortOpen.Name = "button_PortOpen";
  114. this.button_PortOpen.Size = new System.Drawing.Size(197, 34);
  115. this.button_PortOpen.TabIndex = 86;
  116. this.button_PortOpen.Text = "Port Open";
  117. this.button_PortOpen.UseVisualStyleBackColor = true;
  118. this.button_PortOpen.Click += new System.EventHandler(this.Button_PortOpen_Click);
  119. //
  120. // comboBox_Port
  121. //
  122. this.comboBox_Port.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  123. | System.Windows.Forms.AnchorStyles.Left)
  124. | System.Windows.Forms.AnchorStyles.Right)));
  125. this.comboBox_Port.Cursor = System.Windows.Forms.Cursors.Default;
  126. this.comboBox_Port.FormattingEnabled = true;
  127. this.comboBox_Port.Location = new System.Drawing.Point(109, 15);
  128. this.comboBox_Port.Name = "comboBox_Port";
  129. this.comboBox_Port.Size = new System.Drawing.Size(101, 20);
  130. this.comboBox_Port.TabIndex = 88;
  131. this.comboBox_Port.SelectedIndexChanged += new System.EventHandler(this.ComboBox_Port_SelectedIndexChanged);
  132. //
  133. // cmBaudRate
  134. //
  135. this.cmBaudRate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  136. | System.Windows.Forms.AnchorStyles.Left)
  137. | System.Windows.Forms.AnchorStyles.Right)));
  138. this.cmBaudRate.AutoSize = true;
  139. this.cmBaudRate.Location = new System.Drawing.Point(11, 47);
  140. this.cmBaudRate.Name = "cmBaudRate";
  141. this.cmBaudRate.Size = new System.Drawing.Size(94, 12);
  142. this.cmBaudRate.TabIndex = 90;
  143. this.cmBaudRate.Text = "Baud Rate(bps)";
  144. //
  145. // comboBox_baudrate
  146. //
  147. this.comboBox_baudrate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  148. | System.Windows.Forms.AnchorStyles.Left)
  149. | System.Windows.Forms.AnchorStyles.Right)));
  150. this.comboBox_baudrate.FormattingEnabled = true;
  151. this.comboBox_baudrate.Items.AddRange(new object[] {
  152. "9600",
  153. "14400",
  154. "19200",
  155. "38400",
  156. "57600",
  157. "115200",
  158. "128000"});
  159. this.comboBox_baudrate.Location = new System.Drawing.Point(110, 45);
  160. this.comboBox_baudrate.Name = "comboBox_baudrate";
  161. this.comboBox_baudrate.Size = new System.Drawing.Size(101, 20);
  162. this.comboBox_baudrate.TabIndex = 91;
  163. this.comboBox_baudrate.Text = "115200";
  164. //
  165. // Crc16_Check
  166. //
  167. this.Crc16_Check.Location = new System.Drawing.Point(12, 285);
  168. this.Crc16_Check.Name = "Crc16_Check";
  169. this.Crc16_Check.Size = new System.Drawing.Size(96, 23);
  170. this.Crc16_Check.TabIndex = 83;
  171. this.Crc16_Check.Text = "Crc16 Check";
  172. this.Crc16_Check.UseVisualStyleBackColor = true;
  173. this.Crc16_Check.Click += new System.EventHandler(this.Crc16_Check_Click);
  174. //
  175. // label1
  176. //
  177. this.label1.AutoSize = true;
  178. this.label1.Location = new System.Drawing.Point(127, 290);
  179. this.label1.Name = "label1";
  180. this.label1.Size = new System.Drawing.Size(110, 12);
  181. this.label1.TabIndex = 84;
  182. this.label1.Text = "Check Sum Result";
  183. //
  184. // Main_Form
  185. //
  186. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  187. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  188. this.ClientSize = new System.Drawing.Size(800, 450);
  189. this.Controls.Add(this.label1);
  190. this.Controls.Add(this.Crc16_Check);
  191. this.Controls.Add(this.groupBox9);
  192. this.Name = "Main_Form";
  193. this.Text = "Terminal";
  194. this.groupBox9.ResumeLayout(false);
  195. this.groupBox9.PerformLayout();
  196. this.ResumeLayout(false);
  197. this.PerformLayout();
  198. }
  199. #endregion
  200. private System.Windows.Forms.GroupBox groupBox9;
  201. private System.Windows.Forms.Button button3;
  202. private System.Windows.Forms.Button button_terminal;
  203. private System.Windows.Forms.CheckBox Ascii_checkBox;
  204. private System.Windows.Forms.Label cmCom_Port;
  205. private System.Windows.Forms.Button button_PortOpen;
  206. private System.Windows.Forms.Label cmBaudRate;
  207. private System.Windows.Forms.ComboBox comboBox_baudrate;
  208. private System.Windows.Forms.Button Crc16_Check;
  209. private System.Windows.Forms.Label label1;
  210. public System.Windows.Forms.ComboBox comboBox_Port;
  211. }
  212. }