Form1.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. namespace APL_Macro
  2. {
  3. partial class Form1
  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.Button_Start = new System.Windows.Forms.Button();
  29. this.Button_Stop = new System.Windows.Forms.Button();
  30. this.dgvList = new System.Windows.Forms.DataGridView();
  31. this.button_ExcelOpen = new System.Windows.Forms.Button();
  32. this.comboBox1 = new System.Windows.Forms.ComboBox();
  33. this.comboBox2 = new System.Windows.Forms.ComboBox();
  34. this.Ascii_checkBox = new System.Windows.Forms.CheckBox();
  35. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  36. ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // Button_Start
  40. //
  41. this.Button_Start.Location = new System.Drawing.Point(26, 35);
  42. this.Button_Start.Name = "Button_Start";
  43. this.Button_Start.Size = new System.Drawing.Size(108, 89);
  44. this.Button_Start.TabIndex = 0;
  45. this.Button_Start.Text = "시작";
  46. this.Button_Start.UseVisualStyleBackColor = true;
  47. this.Button_Start.Click += new System.EventHandler(this.Button_Start_Click);
  48. //
  49. // Button_Stop
  50. //
  51. this.Button_Stop.Location = new System.Drawing.Point(140, 35);
  52. this.Button_Stop.Name = "Button_Stop";
  53. this.Button_Stop.Size = new System.Drawing.Size(108, 89);
  54. this.Button_Stop.TabIndex = 0;
  55. this.Button_Stop.Text = "중지";
  56. this.Button_Stop.UseVisualStyleBackColor = true;
  57. //
  58. // dgvList
  59. //
  60. this.dgvList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  61. this.dgvList.Location = new System.Drawing.Point(26, 183);
  62. this.dgvList.Name = "dgvList";
  63. this.dgvList.RowTemplate.Height = 27;
  64. this.dgvList.Size = new System.Drawing.Size(830, 804);
  65. this.dgvList.TabIndex = 2;
  66. //
  67. // button_ExcelOpen
  68. //
  69. this.button_ExcelOpen.Location = new System.Drawing.Point(265, 33);
  70. this.button_ExcelOpen.Name = "button_ExcelOpen";
  71. this.button_ExcelOpen.Size = new System.Drawing.Size(108, 93);
  72. this.button_ExcelOpen.TabIndex = 3;
  73. this.button_ExcelOpen.Text = "ExcelOpen";
  74. this.button_ExcelOpen.UseVisualStyleBackColor = true;
  75. this.button_ExcelOpen.Click += new System.EventHandler(this.btnOpenExcel_Click);
  76. //
  77. // comboBox1
  78. //
  79. this.comboBox1.FormattingEnabled = true;
  80. this.comboBox1.Location = new System.Drawing.Point(26, 139);
  81. this.comboBox1.Name = "comboBox1";
  82. this.comboBox1.Size = new System.Drawing.Size(121, 23);
  83. this.comboBox1.TabIndex = 4;
  84. //
  85. // comboBox2
  86. //
  87. this.comboBox2.FormattingEnabled = true;
  88. this.comboBox2.Items.AddRange(new object[] {
  89. "115200"});
  90. this.comboBox2.Location = new System.Drawing.Point(180, 139);
  91. this.comboBox2.Name = "comboBox2";
  92. this.comboBox2.Size = new System.Drawing.Size(121, 23);
  93. this.comboBox2.TabIndex = 4;
  94. this.comboBox2.Text = "115200";
  95. //
  96. // Ascii_checkBox
  97. //
  98. this.Ascii_checkBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  99. | System.Windows.Forms.AnchorStyles.Left)
  100. | System.Windows.Forms.AnchorStyles.Right)));
  101. this.Ascii_checkBox.AutoSize = true;
  102. this.Ascii_checkBox.Location = new System.Drawing.Point(309, 143);
  103. this.Ascii_checkBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  104. this.Ascii_checkBox.Name = "Ascii_checkBox";
  105. this.Ascii_checkBox.Size = new System.Drawing.Size(64, 19);
  106. this.Ascii_checkBox.TabIndex = 73;
  107. this.Ascii_checkBox.Text = "ASCII";
  108. this.Ascii_checkBox.UseVisualStyleBackColor = true;
  109. //
  110. // richTextBox1
  111. //
  112. this.richTextBox1.Location = new System.Drawing.Point(391, 35);
  113. this.richTextBox1.Name = "richTextBox1";
  114. this.richTextBox1.Size = new System.Drawing.Size(465, 127);
  115. this.richTextBox1.TabIndex = 74;
  116. this.richTextBox1.Text = "";
  117. //
  118. // Form1
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.ClientSize = new System.Drawing.Size(868, 1011);
  123. this.Controls.Add(this.richTextBox1);
  124. this.Controls.Add(this.Ascii_checkBox);
  125. this.Controls.Add(this.comboBox2);
  126. this.Controls.Add(this.comboBox1);
  127. this.Controls.Add(this.button_ExcelOpen);
  128. this.Controls.Add(this.dgvList);
  129. this.Controls.Add(this.Button_Stop);
  130. this.Controls.Add(this.Button_Start);
  131. this.Name = "Form1";
  132. this.Text = "Form1";
  133. this.Load += new System.EventHandler(this.Form1_Load);
  134. ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
  135. this.ResumeLayout(false);
  136. this.PerformLayout();
  137. }
  138. #endregion
  139. private System.Windows.Forms.Button Button_Start;
  140. private System.Windows.Forms.Button Button_Stop;
  141. private System.Windows.Forms.DataGridView dgvList;
  142. private System.Windows.Forms.Button button_ExcelOpen;
  143. private System.Windows.Forms.ComboBox comboBox1;
  144. private System.Windows.Forms.ComboBox comboBox2;
  145. private System.Windows.Forms.CheckBox Ascii_checkBox;
  146. private System.Windows.Forms.RichTextBox richTextBox1;
  147. }
  148. }