Form1.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  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. this.numericUpDown_IMEI = new System.Windows.Forms.NumericUpDown();
  37. this.numericUpDown_USIM = new System.Windows.Forms.NumericUpDown();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.label_Cnt = new System.Windows.Forms.Label();
  42. this.Start_Clear = new System.Windows.Forms.Button();
  43. this.button1 = new System.Windows.Forms.Button();
  44. this.label4 = new System.Windows.Forms.Label();
  45. ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_IMEI)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_USIM)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // Button_Start
  51. //
  52. this.Button_Start.Location = new System.Drawing.Point(29, 33);
  53. this.Button_Start.Name = "Button_Start";
  54. this.Button_Start.Size = new System.Drawing.Size(122, 89);
  55. this.Button_Start.TabIndex = 0;
  56. this.Button_Start.Text = "시작";
  57. this.Button_Start.UseVisualStyleBackColor = true;
  58. this.Button_Start.Click += new System.EventHandler(this.Button_Start_Click);
  59. //
  60. // Button_Stop
  61. //
  62. this.Button_Stop.Location = new System.Drawing.Point(158, 35);
  63. this.Button_Stop.Name = "Button_Stop";
  64. this.Button_Stop.Size = new System.Drawing.Size(122, 89);
  65. this.Button_Stop.TabIndex = 0;
  66. this.Button_Stop.Text = "중지";
  67. this.Button_Stop.UseVisualStyleBackColor = true;
  68. this.Button_Stop.Click += new System.EventHandler(this.Button_Stop_Click);
  69. //
  70. // dgvList
  71. //
  72. this.dgvList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  73. this.dgvList.Location = new System.Drawing.Point(29, 183);
  74. this.dgvList.Name = "dgvList";
  75. this.dgvList.RowTemplate.Height = 27;
  76. this.dgvList.Size = new System.Drawing.Size(408, 804);
  77. this.dgvList.TabIndex = 2;
  78. //
  79. // button_ExcelOpen
  80. //
  81. this.button_ExcelOpen.Location = new System.Drawing.Point(282, 35);
  82. this.button_ExcelOpen.Name = "button_ExcelOpen";
  83. this.button_ExcelOpen.Size = new System.Drawing.Size(116, 89);
  84. this.button_ExcelOpen.TabIndex = 3;
  85. this.button_ExcelOpen.Text = "ExcelOpen";
  86. this.button_ExcelOpen.UseVisualStyleBackColor = true;
  87. this.button_ExcelOpen.Click += new System.EventHandler(this.btnOpenExcel_Click);
  88. //
  89. // comboBox1
  90. //
  91. this.comboBox1.FormattingEnabled = true;
  92. this.comboBox1.Location = new System.Drawing.Point(29, 139);
  93. this.comboBox1.Name = "comboBox1";
  94. this.comboBox1.Size = new System.Drawing.Size(408, 23);
  95. this.comboBox1.TabIndex = 4;
  96. this.comboBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.comboBox1_MouseClick);
  97. //
  98. // comboBox2
  99. //
  100. this.comboBox2.FormattingEnabled = true;
  101. this.comboBox2.Items.AddRange(new object[] {
  102. "115200"});
  103. this.comboBox2.Location = new System.Drawing.Point(444, 139);
  104. this.comboBox2.Name = "comboBox2";
  105. this.comboBox2.Size = new System.Drawing.Size(136, 23);
  106. this.comboBox2.TabIndex = 4;
  107. this.comboBox2.Text = "115200";
  108. //
  109. // Ascii_checkBox
  110. //
  111. this.Ascii_checkBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  112. | System.Windows.Forms.AnchorStyles.Left)
  113. | System.Windows.Forms.AnchorStyles.Right)));
  114. this.Ascii_checkBox.AutoSize = true;
  115. this.Ascii_checkBox.Checked = true;
  116. this.Ascii_checkBox.CheckState = System.Windows.Forms.CheckState.Checked;
  117. this.Ascii_checkBox.Location = new System.Drawing.Point(596, 143);
  118. this.Ascii_checkBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  119. this.Ascii_checkBox.Name = "Ascii_checkBox";
  120. this.Ascii_checkBox.Size = new System.Drawing.Size(69, 19);
  121. this.Ascii_checkBox.TabIndex = 73;
  122. this.Ascii_checkBox.Text = "ASCII";
  123. this.Ascii_checkBox.UseVisualStyleBackColor = true;
  124. //
  125. // richTextBox1
  126. //
  127. this.richTextBox1.Location = new System.Drawing.Point(440, 183);
  128. this.richTextBox1.Name = "richTextBox1";
  129. this.richTextBox1.Size = new System.Drawing.Size(523, 804);
  130. this.richTextBox1.TabIndex = 74;
  131. this.richTextBox1.Text = "";
  132. //
  133. // numericUpDown_IMEI
  134. //
  135. this.numericUpDown_IMEI.Location = new System.Drawing.Point(533, 70);
  136. this.numericUpDown_IMEI.Maximum = new decimal(new int[] {
  137. 30,
  138. 0,
  139. 0,
  140. 0});
  141. this.numericUpDown_IMEI.Name = "numericUpDown_IMEI";
  142. this.numericUpDown_IMEI.ReadOnly = true;
  143. this.numericUpDown_IMEI.Size = new System.Drawing.Size(135, 25);
  144. this.numericUpDown_IMEI.TabIndex = 75;
  145. this.numericUpDown_IMEI.Value = new decimal(new int[] {
  146. 15,
  147. 0,
  148. 0,
  149. 0});
  150. //
  151. // numericUpDown_USIM
  152. //
  153. this.numericUpDown_USIM.Location = new System.Drawing.Point(688, 70);
  154. this.numericUpDown_USIM.Maximum = new decimal(new int[] {
  155. 30,
  156. 0,
  157. 0,
  158. 0});
  159. this.numericUpDown_USIM.Name = "numericUpDown_USIM";
  160. this.numericUpDown_USIM.ReadOnly = true;
  161. this.numericUpDown_USIM.Size = new System.Drawing.Size(135, 25);
  162. this.numericUpDown_USIM.TabIndex = 75;
  163. this.numericUpDown_USIM.Value = new decimal(new int[] {
  164. 15,
  165. 0,
  166. 0,
  167. 0});
  168. //
  169. // label1
  170. //
  171. this.label1.AutoSize = true;
  172. this.label1.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  173. this.label1.Location = new System.Drawing.Point(530, 35);
  174. this.label1.Name = "label1";
  175. this.label1.Size = new System.Drawing.Size(106, 24);
  176. this.label1.TabIndex = 76;
  177. this.label1.Text = "IMEI 숫자";
  178. //
  179. // label2
  180. //
  181. this.label2.AutoSize = true;
  182. this.label2.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  183. this.label2.Location = new System.Drawing.Point(685, 33);
  184. this.label2.Name = "label2";
  185. this.label2.Size = new System.Drawing.Size(118, 24);
  186. this.label2.TabIndex = 76;
  187. this.label2.Text = "USIM 숫자";
  188. //
  189. // label3
  190. //
  191. this.label3.AutoSize = true;
  192. this.label3.Font = new System.Drawing.Font("굴림", 14F);
  193. this.label3.Location = new System.Drawing.Point(844, 65);
  194. this.label3.Name = "label3";
  195. this.label3.Size = new System.Drawing.Size(77, 24);
  196. this.label3.TabIndex = 77;
  197. this.label3.Text = "CNT : ";
  198. //
  199. // label_Cnt
  200. //
  201. this.label_Cnt.AutoSize = true;
  202. this.label_Cnt.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Bold);
  203. this.label_Cnt.Location = new System.Drawing.Point(929, 59);
  204. this.label_Cnt.Name = "label_Cnt";
  205. this.label_Cnt.Size = new System.Drawing.Size(31, 30);
  206. this.label_Cnt.TabIndex = 78;
  207. this.label_Cnt.Text = "0";
  208. //
  209. // Start_Clear
  210. //
  211. this.Start_Clear.Location = new System.Drawing.Point(705, 139);
  212. this.Start_Clear.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  213. this.Start_Clear.Name = "Start_Clear";
  214. this.Start_Clear.Size = new System.Drawing.Size(258, 35);
  215. this.Start_Clear.TabIndex = 79;
  216. this.Start_Clear.Text = "Clear";
  217. this.Start_Clear.UseVisualStyleBackColor = true;
  218. this.Start_Clear.Click += new System.EventHandler(this.Start_Clear_Click);
  219. //
  220. // button1
  221. //
  222. this.button1.Location = new System.Drawing.Point(405, 35);
  223. this.button1.Name = "button1";
  224. this.button1.Size = new System.Drawing.Size(116, 89);
  225. this.button1.TabIndex = 3;
  226. this.button1.Text = "새로 고침";
  227. this.button1.UseVisualStyleBackColor = true;
  228. this.button1.Click += new System.EventHandler(this.button1_Click);
  229. //
  230. // label4
  231. //
  232. this.label4.AutoSize = true;
  233. this.label4.Location = new System.Drawing.Point(898, 990);
  234. this.label4.Name = "label4";
  235. this.label4.Size = new System.Drawing.Size(64, 15);
  236. this.label4.TabIndex = 80;
  237. this.label4.Text = "출처 : J";
  238. //
  239. // Form1
  240. //
  241. this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
  242. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  243. this.AutoScroll = true;
  244. this.AutoSize = true;
  245. this.ClientSize = new System.Drawing.Size(989, 1017);
  246. this.Controls.Add(this.label4);
  247. this.Controls.Add(this.Start_Clear);
  248. this.Controls.Add(this.label_Cnt);
  249. this.Controls.Add(this.label3);
  250. this.Controls.Add(this.label2);
  251. this.Controls.Add(this.label1);
  252. this.Controls.Add(this.numericUpDown_USIM);
  253. this.Controls.Add(this.numericUpDown_IMEI);
  254. this.Controls.Add(this.richTextBox1);
  255. this.Controls.Add(this.Ascii_checkBox);
  256. this.Controls.Add(this.comboBox2);
  257. this.Controls.Add(this.comboBox1);
  258. this.Controls.Add(this.button1);
  259. this.Controls.Add(this.button_ExcelOpen);
  260. this.Controls.Add(this.dgvList);
  261. this.Controls.Add(this.Button_Stop);
  262. this.Controls.Add(this.Button_Start);
  263. this.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  264. this.Name = "Form1";
  265. this.Text = "IMEI 추출기";
  266. this.Load += new System.EventHandler(this.Form1_Load);
  267. ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_IMEI)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_USIM)).EndInit();
  270. this.ResumeLayout(false);
  271. this.PerformLayout();
  272. }
  273. #endregion
  274. private System.Windows.Forms.Button Button_Start;
  275. private System.Windows.Forms.Button Button_Stop;
  276. private System.Windows.Forms.DataGridView dgvList;
  277. private System.Windows.Forms.Button button_ExcelOpen;
  278. private System.Windows.Forms.ComboBox comboBox1;
  279. private System.Windows.Forms.ComboBox comboBox2;
  280. private System.Windows.Forms.CheckBox Ascii_checkBox;
  281. private System.Windows.Forms.RichTextBox richTextBox1;
  282. private System.Windows.Forms.NumericUpDown numericUpDown_IMEI;
  283. private System.Windows.Forms.NumericUpDown numericUpDown_USIM;
  284. private System.Windows.Forms.Label label1;
  285. private System.Windows.Forms.Label label2;
  286. private System.Windows.Forms.Label label3;
  287. private System.Windows.Forms.Label label_Cnt;
  288. private System.Windows.Forms.Button Start_Clear;
  289. private System.Windows.Forms.Button button1;
  290. private System.Windows.Forms.Label label4;
  291. }
  292. }