namespace APL_Macro { partial class Form1 { /// /// 필수 디자이너 변수입니다. /// private System.ComponentModel.IContainer components = null; /// /// 사용 중인 모든 리소스를 정리합니다. /// /// 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form 디자이너에서 생성한 코드 /// /// 디자이너 지원에 필요한 메서드입니다. /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. /// private void InitializeComponent() { this.Button_Start = new System.Windows.Forms.Button(); this.Button_Stop = new System.Windows.Forms.Button(); this.dgvList = new System.Windows.Forms.DataGridView(); this.button_ExcelOpen = new System.Windows.Forms.Button(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.Ascii_checkBox = new System.Windows.Forms.CheckBox(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.numericUpDown_IMEI = new System.Windows.Forms.NumericUpDown(); this.numericUpDown_USIM = new System.Windows.Forms.NumericUpDown(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label_Cnt = new System.Windows.Forms.Label(); this.Start_Clear = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_IMEI)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_USIM)).BeginInit(); this.SuspendLayout(); // // Button_Start // this.Button_Start.Location = new System.Drawing.Point(29, 33); this.Button_Start.Name = "Button_Start"; this.Button_Start.Size = new System.Drawing.Size(122, 89); this.Button_Start.TabIndex = 0; this.Button_Start.Text = "시작"; this.Button_Start.UseVisualStyleBackColor = true; this.Button_Start.Click += new System.EventHandler(this.Button_Start_Click); // // Button_Stop // this.Button_Stop.Location = new System.Drawing.Point(158, 35); this.Button_Stop.Name = "Button_Stop"; this.Button_Stop.Size = new System.Drawing.Size(122, 89); this.Button_Stop.TabIndex = 0; this.Button_Stop.Text = "중지"; this.Button_Stop.UseVisualStyleBackColor = true; this.Button_Stop.Click += new System.EventHandler(this.Button_Stop_Click); // // dgvList // this.dgvList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvList.Location = new System.Drawing.Point(29, 183); this.dgvList.Name = "dgvList"; this.dgvList.RowTemplate.Height = 27; this.dgvList.Size = new System.Drawing.Size(408, 804); this.dgvList.TabIndex = 2; // // button_ExcelOpen // this.button_ExcelOpen.Location = new System.Drawing.Point(282, 35); this.button_ExcelOpen.Name = "button_ExcelOpen"; this.button_ExcelOpen.Size = new System.Drawing.Size(116, 89); this.button_ExcelOpen.TabIndex = 3; this.button_ExcelOpen.Text = "ExcelOpen"; this.button_ExcelOpen.UseVisualStyleBackColor = true; this.button_ExcelOpen.Click += new System.EventHandler(this.btnOpenExcel_Click); // // comboBox1 // this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(29, 139); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(408, 23); this.comboBox1.TabIndex = 4; this.comboBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.comboBox1_MouseClick); // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Items.AddRange(new object[] { "115200"}); this.comboBox2.Location = new System.Drawing.Point(444, 139); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(136, 23); this.comboBox2.TabIndex = 4; this.comboBox2.Text = "115200"; // // Ascii_checkBox // this.Ascii_checkBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.Ascii_checkBox.AutoSize = true; this.Ascii_checkBox.Checked = true; this.Ascii_checkBox.CheckState = System.Windows.Forms.CheckState.Checked; this.Ascii_checkBox.Location = new System.Drawing.Point(596, 143); this.Ascii_checkBox.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Ascii_checkBox.Name = "Ascii_checkBox"; this.Ascii_checkBox.Size = new System.Drawing.Size(69, 19); this.Ascii_checkBox.TabIndex = 73; this.Ascii_checkBox.Text = "ASCII"; this.Ascii_checkBox.UseVisualStyleBackColor = true; // // richTextBox1 // this.richTextBox1.Location = new System.Drawing.Point(440, 183); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(523, 804); this.richTextBox1.TabIndex = 74; this.richTextBox1.Text = ""; // // numericUpDown_IMEI // this.numericUpDown_IMEI.Location = new System.Drawing.Point(533, 70); this.numericUpDown_IMEI.Maximum = new decimal(new int[] { 30, 0, 0, 0}); this.numericUpDown_IMEI.Name = "numericUpDown_IMEI"; this.numericUpDown_IMEI.ReadOnly = true; this.numericUpDown_IMEI.Size = new System.Drawing.Size(135, 25); this.numericUpDown_IMEI.TabIndex = 75; this.numericUpDown_IMEI.Value = new decimal(new int[] { 15, 0, 0, 0}); // // numericUpDown_USIM // this.numericUpDown_USIM.Location = new System.Drawing.Point(688, 70); this.numericUpDown_USIM.Maximum = new decimal(new int[] { 30, 0, 0, 0}); this.numericUpDown_USIM.Name = "numericUpDown_USIM"; this.numericUpDown_USIM.ReadOnly = true; this.numericUpDown_USIM.Size = new System.Drawing.Size(135, 25); this.numericUpDown_USIM.TabIndex = 75; this.numericUpDown_USIM.Value = new decimal(new int[] { 15, 0, 0, 0}); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label1.Location = new System.Drawing.Point(530, 35); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(106, 24); this.label1.TabIndex = 76; this.label1.Text = "IMEI 숫자"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("굴림", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label2.Location = new System.Drawing.Point(685, 33); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(118, 24); this.label2.TabIndex = 76; this.label2.Text = "USIM 숫자"; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("굴림", 14F); this.label3.Location = new System.Drawing.Point(844, 65); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(77, 24); this.label3.TabIndex = 77; this.label3.Text = "CNT : "; // // label_Cnt // this.label_Cnt.AutoSize = true; this.label_Cnt.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Bold); this.label_Cnt.Location = new System.Drawing.Point(929, 59); this.label_Cnt.Name = "label_Cnt"; this.label_Cnt.Size = new System.Drawing.Size(31, 30); this.label_Cnt.TabIndex = 78; this.label_Cnt.Text = "0"; // // Start_Clear // this.Start_Clear.Location = new System.Drawing.Point(705, 139); this.Start_Clear.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Start_Clear.Name = "Start_Clear"; this.Start_Clear.Size = new System.Drawing.Size(258, 35); this.Start_Clear.TabIndex = 79; this.Start_Clear.Text = "Clear"; this.Start_Clear.UseVisualStyleBackColor = true; this.Start_Clear.Click += new System.EventHandler(this.Start_Clear_Click); // // button1 // this.button1.Location = new System.Drawing.Point(405, 35); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(116, 89); this.button1.TabIndex = 3; this.button1.Text = "새로 고침"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(898, 990); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(64, 15); this.label4.TabIndex = 80; this.label4.Text = "출처 : J"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.AutoSize = true; this.ClientSize = new System.Drawing.Size(989, 1017); this.Controls.Add(this.label4); this.Controls.Add(this.Start_Clear); this.Controls.Add(this.label_Cnt); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.numericUpDown_USIM); this.Controls.Add(this.numericUpDown_IMEI); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.Ascii_checkBox); this.Controls.Add(this.comboBox2); this.Controls.Add(this.comboBox1); this.Controls.Add(this.button1); this.Controls.Add(this.button_ExcelOpen); this.Controls.Add(this.dgvList); this.Controls.Add(this.Button_Stop); this.Controls.Add(this.Button_Start); this.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.Name = "Form1"; this.Text = "IMEI 추출기"; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_IMEI)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown_USIM)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button Button_Start; private System.Windows.Forms.Button Button_Stop; private System.Windows.Forms.DataGridView dgvList; private System.Windows.Forms.Button button_ExcelOpen; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.CheckBox Ascii_checkBox; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.NumericUpDown numericUpDown_IMEI; private System.Windows.Forms.NumericUpDown numericUpDown_USIM; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label_Cnt; private System.Windows.Forms.Button Start_Clear; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label4; } }