_ Partial Class FileManager Inherits System.Windows.Forms.Form 'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows Form 디자이너에 필요합니다. Private components As System.ComponentModel.IContainer '참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다. '수정하려면 Windows Form 디자이너를 사용하십시오. '코드 편집기를 사용하여 수정하지 마십시오. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Me.TabControl1 = New System.Windows.Forms.TabControl Me.TabPage1 = New System.Windows.Forms.TabPage Me.GroupBox2 = New System.Windows.Forms.GroupBox Me.lb_newfilename = New System.Windows.Forms.Label Me.Label6 = New System.Windows.Forms.Label Me.Label10 = New System.Windows.Forms.Label Me.Button2 = New System.Windows.Forms.Button Me.tb_ren_right = New System.Windows.Forms.TextBox Me.Label7 = New System.Windows.Forms.Label Me.Label8 = New System.Windows.Forms.Label Me.tb_ren_left = New System.Windows.Forms.TextBox Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.Button1 = New System.Windows.Forms.Button Me.Label5 = New System.Windows.Forms.Label Me.Label4 = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label Me.tb_chg2 = New System.Windows.Forms.TextBox Me.Label2 = New System.Windows.Forms.Label Me.tb_chg1 = New System.Windows.Forms.TextBox Me.Label1 = New System.Windows.Forms.Label Me.TabPage2 = New System.Windows.Forms.TabPage Me.GroupBox4 = New System.Windows.Forms.GroupBox Me.tn_endrng = New System.Windows.Forms.TextBox Me.Label11 = New System.Windows.Forms.Label Me.tb_sttrng = New System.Windows.Forms.TextBox Me.tb_ref6 = New System.Windows.Forms.TextBox Me.tb_ref5 = New System.Windows.Forms.TextBox Me.tb_ref4 = New System.Windows.Forms.TextBox Me.tb_ref3 = New System.Windows.Forms.TextBox Me.tb_ref2 = New System.Windows.Forms.TextBox Me.MyFpoint2 = New MyControlOLEDBv2.MyFpoint Me.MyFpoint2_Sheet1 = New FarPoint.Win.Spread.SheetView Me.Label17 = New System.Windows.Forms.Label Me.tb_ref1 = New System.Windows.Forms.TextBox Me.Button5 = New System.Windows.Forms.Button Me.Button4 = New System.Windows.Forms.Button Me.GroupBox3 = New System.Windows.Forms.GroupBox Me.Button3 = New System.Windows.Forms.Button Me.Label9 = New System.Windows.Forms.Label Me.Label13 = New System.Windows.Forms.Label Me.tb_del1 = New System.Windows.Forms.TextBox Me.Label14 = New System.Windows.Forms.Label Me.ToolStrip1 = New System.Windows.Forms.ToolStrip Me.bt_picselect = New System.Windows.Forms.ToolStripButton Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel Me.cmb_picEXT = New System.Windows.Forms.ToolStripComboBox Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator Me.CHK_SUBDIR = New System.Windows.Forms.ToolStripButton Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator Me.bt_exit = New System.Windows.Forms.ToolStripButton Me.StatusStrip1 = New System.Windows.Forms.StatusStrip Me.pbar1 = New System.Windows.Forms.ToolStripProgressBar Me.lb_change = New System.Windows.Forms.ToolStripStatusLabel Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel Me.lb_total = New System.Windows.Forms.ToolStripStatusLabel Me.MyFpoint1 = New MyControlOLEDBv2.MyFpoint Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.cm_out = New System.Windows.Forms.ToolStripMenuItem Me.cm_out_all = New System.Windows.Forms.ToolStripMenuItem Me.cb_out_filter = New System.Windows.Forms.ToolStripMenuItem Me.cm_clear = New System.Windows.Forms.ToolStripMenuItem Me.MyFpoint1_Sheet1 = New FarPoint.Win.Spread.SheetView Me.DirListBox1 = New Microsoft.VisualBasic.Compatibility.VB6.DirListBox Me.DriveListBox1 = New Microsoft.VisualBasic.Compatibility.VB6.DriveListBox Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.GroupBox4.SuspendLayout() CType(Me.MyFpoint2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.MyFpoint2_Sheet1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.StatusStrip1.SuspendLayout() CType(Me.MyFpoint1, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() CType(Me.MyFpoint1_Sheet1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'TabControl1 ' Me.TabControl1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Location = New System.Drawing.Point(0, 42) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(704, 366) Me.TabControl1.TabIndex = 0 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.GroupBox2) Me.TabPage1.Controls.Add(Me.GroupBox1) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(696, 340) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "이름 변경" Me.TabPage1.UseVisualStyleBackColor = True ' 'GroupBox2 ' Me.GroupBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupBox2.Controls.Add(Me.lb_newfilename) Me.GroupBox2.Controls.Add(Me.Label6) Me.GroupBox2.Controls.Add(Me.Label10) Me.GroupBox2.Controls.Add(Me.Button2) Me.GroupBox2.Controls.Add(Me.tb_ren_right) Me.GroupBox2.Controls.Add(Me.Label7) Me.GroupBox2.Controls.Add(Me.Label8) Me.GroupBox2.Controls.Add(Me.tb_ren_left) Me.GroupBox2.Location = New System.Drawing.Point(8, 121) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(679, 133) Me.GroupBox2.TabIndex = 1 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "붙이기(파일명의 왼쪽 또는 오른쪽에 특정 문자를 붙입니다)" ' 'lb_newfilename ' Me.lb_newfilename.AutoSize = True Me.lb_newfilename.ForeColor = System.Drawing.Color.SeaGreen Me.lb_newfilename.Location = New System.Drawing.Point(11, 74) Me.lb_newfilename.Name = "lb_newfilename" Me.lb_newfilename.Size = New System.Drawing.Size(177, 12) Me.lb_newfilename.TabIndex = 9 Me.lb_newfilename.Text = "* 새로운 파일명 : testfilename1" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(444, 29) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(73, 12) Me.Label6.TabIndex = 12 Me.Label6.Text = "를 붙입니다." ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.ForeColor = System.Drawing.Color.Firebrick Me.Label10.Location = New System.Drawing.Point(11, 54) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(194, 12) Me.Label10.TabIndex = 8 Me.Label10.Text = "* 예 ) 원본파일명 : testfilename1" ' 'Button2 ' Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button2.Image = Global.EpoleNet.My.Resources.Resources.new_321 Me.Button2.Location = New System.Drawing.Point(589, 25) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(75, 59) Me.Button2.TabIndex = 8 Me.Button2.Text = "실행" Me.Button2.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.Button2.UseVisualStyleBackColor = True ' 'tb_ren_right ' Me.tb_ren_right.BackColor = System.Drawing.Color.Linen Me.tb_ren_right.Location = New System.Drawing.Point(336, 25) Me.tb_ren_right.Name = "tb_ren_right" Me.tb_ren_right.Size = New System.Drawing.Size(100, 21) Me.tb_ren_right.TabIndex = 11 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(219, 29) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(113, 12) Me.Label7.TabIndex = 10 Me.Label7.Text = "를 붙이고, 오른쪽에" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(11, 29) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(93, 12) Me.Label8.TabIndex = 8 Me.Label8.Text = "파일명의 왼쪽에" ' 'tb_ren_left ' Me.tb_ren_left.Location = New System.Drawing.Point(110, 25) Me.tb_ren_left.Name = "tb_ren_left" Me.tb_ren_left.Size = New System.Drawing.Size(100, 21) Me.tb_ren_left.TabIndex = 9 ' 'GroupBox1 ' Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupBox1.Controls.Add(Me.Button1) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.tb_chg2) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.tb_chg1) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Location = New System.Drawing.Point(8, 15) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(679, 100) Me.GroupBox1.TabIndex = 0 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "치환(파일명중 일부를 지정된 문자로 변경합니다)" ' 'Button1 ' Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button1.Image = Global.EpoleNet.My.Resources.Resources.new_321 Me.Button1.Location = New System.Drawing.Point(589, 24) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 59) Me.Button1.TabIndex = 7 Me.Button1.Text = "실행" Me.Button1.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.Button1.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.Firebrick Me.Label5.Location = New System.Drawing.Point(19, 75) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(409, 12) Me.Label5.TabIndex = 6 Me.Label5.Text = "* 여러대상을 포함하려면 각 대상을 / 로 묶어주세요. (예: _01/_02/_03 )" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.Firebrick Me.Label4.Location = New System.Drawing.Point(19, 55) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(415, 12) Me.Label4.TabIndex = 5 Me.Label4.Text = "* 일부문자를 제거하려면 두번재 입력하는곳에 아무것도 입력하지 마십시요." ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(425, 28) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(85, 12) Me.Label3.TabIndex = 4 Me.Label3.Text = "로 변경합니다." ' 'tb_chg2 ' Me.tb_chg2.BackColor = System.Drawing.Color.Linen Me.tb_chg2.Location = New System.Drawing.Point(317, 24) Me.tb_chg2.Name = "tb_chg2" Me.tb_chg2.Size = New System.Drawing.Size(100, 21) Me.tb_chg2.TabIndex = 3 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(200, 28) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(109, 12) Me.Label2.TabIndex = 2 Me.Label2.Text = "가 들어있는 부분을" ' 'tb_chg1 ' Me.tb_chg1.Location = New System.Drawing.Point(91, 24) Me.tb_chg1.Name = "tb_chg1" Me.tb_chg1.Size = New System.Drawing.Size(100, 21) Me.tb_chg1.TabIndex = 1 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(21, 28) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(53, 12) Me.Label1.TabIndex = 0 Me.Label1.Text = "파일명중" ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.GroupBox4) Me.TabPage2.Controls.Add(Me.GroupBox3) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(696, 340) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "파일 삭제" Me.TabPage2.UseVisualStyleBackColor = True ' 'GroupBox4 ' Me.GroupBox4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupBox4.Controls.Add(Me.tn_endrng) Me.GroupBox4.Controls.Add(Me.Label11) Me.GroupBox4.Controls.Add(Me.tb_sttrng) Me.GroupBox4.Controls.Add(Me.tb_ref6) Me.GroupBox4.Controls.Add(Me.tb_ref5) Me.GroupBox4.Controls.Add(Me.tb_ref4) Me.GroupBox4.Controls.Add(Me.tb_ref3) Me.GroupBox4.Controls.Add(Me.tb_ref2) Me.GroupBox4.Controls.Add(Me.MyFpoint2) Me.GroupBox4.Controls.Add(Me.Label17) Me.GroupBox4.Controls.Add(Me.tb_ref1) Me.GroupBox4.Controls.Add(Me.Button5) Me.GroupBox4.Controls.Add(Me.Button4) Me.GroupBox4.Location = New System.Drawing.Point(6, 113) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(679, 221) Me.GroupBox4.TabIndex = 8 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "목록삭제(삭제할 파일목록을 참조합니다)" ' 'tn_endrng ' Me.tn_endrng.BackColor = System.Drawing.Color.LightGreen Me.tn_endrng.Location = New System.Drawing.Point(612, 195) Me.tn_endrng.Name = "tn_endrng" Me.tn_endrng.Size = New System.Drawing.Size(40, 21) Me.tn_endrng.TabIndex = 28 Me.tn_endrng.Text = "0" Me.tn_endrng.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Location = New System.Drawing.Point(530, 202) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(29, 12) Me.Label11.TabIndex = 26 Me.Label11.Text = "범위" ' 'tb_sttrng ' Me.tb_sttrng.BackColor = System.Drawing.Color.LightGreen Me.tb_sttrng.Location = New System.Drawing.Point(566, 195) Me.tb_sttrng.Name = "tb_sttrng" Me.tb_sttrng.Size = New System.Drawing.Size(40, 21) Me.tb_sttrng.TabIndex = 27 Me.tb_sttrng.Text = "1" Me.tb_sttrng.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'tb_ref6 ' Me.tb_ref6.Location = New System.Drawing.Point(419, 195) Me.tb_ref6.Name = "tb_ref6" Me.tb_ref6.Size = New System.Drawing.Size(61, 21) Me.tb_ref6.TabIndex = 25 Me.tb_ref6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'tb_ref5 ' Me.tb_ref5.Location = New System.Drawing.Point(352, 195) Me.tb_ref5.Name = "tb_ref5" Me.tb_ref5.Size = New System.Drawing.Size(61, 21) Me.tb_ref5.TabIndex = 24 Me.tb_ref5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'tb_ref4 ' Me.tb_ref4.Location = New System.Drawing.Point(285, 195) Me.tb_ref4.Name = "tb_ref4" Me.tb_ref4.Size = New System.Drawing.Size(61, 21) Me.tb_ref4.TabIndex = 23 Me.tb_ref4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'tb_ref3 ' Me.tb_ref3.Location = New System.Drawing.Point(218, 194) Me.tb_ref3.Name = "tb_ref3" Me.tb_ref3.Size = New System.Drawing.Size(61, 21) Me.tb_ref3.TabIndex = 22 Me.tb_ref3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'tb_ref2 ' Me.tb_ref2.Location = New System.Drawing.Point(151, 194) Me.tb_ref2.Name = "tb_ref2" Me.tb_ref2.Size = New System.Drawing.Size(61, 21) Me.tb_ref2.TabIndex = 21 Me.tb_ref2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'MyFpoint2 ' Me.MyFpoint2.AAutoAddrowInLast = Nothing Me.MyFpoint2.AccessibleDescription = "MyFpoint2, Sheet1, Row 0, Column 0, " Me.MyFpoint2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.MyFpoint2.BackColor = System.Drawing.Color.Transparent Me.MyFpoint2.CurrentDel = False Me.MyFpoint2.DeleteKey = False Me.MyFpoint2.EditFromSpace = True Me.MyFpoint2.FIRST_FOCUSINDEX = 0 Me.MyFpoint2.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded Me.MyFpoint2.Location = New System.Drawing.Point(6, 20) Me.MyFpoint2.Name = "MyFpoint2" Me.MyFpoint2.NextRow_Index = -1 Me.MyFpoint2.RightToLeft = System.Windows.Forms.RightToLeft.No Me.MyFpoint2.SameRowheight = True Me.MyFpoint2.Sheets.AddRange(New FarPoint.Win.Spread.SheetView() {Me.MyFpoint2_Sheet1}) Me.MyFpoint2.Size = New System.Drawing.Size(577, 168) Me.MyFpoint2.TabIndex = 20 Me.MyFpoint2.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded Me.MyFpoint2.선택줄번호 = CType(-1, Short) ' 'MyFpoint2_Sheet1 ' Me.MyFpoint2_Sheet1.Reset() Me.MyFpoint2_Sheet1.SheetName = "Sheet1" 'Formulas and custom names must be loaded with R1C1 reference style Me.MyFpoint2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1 Me.MyFpoint2_Sheet1.ColumnCount = 3 Me.MyFpoint2_Sheet1.RowCount = 0 Me.MyFpoint2_Sheet1.ActiveRowIndex = -1 Me.MyFpoint2_Sheet1.AllowNoteEdit = True Me.MyFpoint2_Sheet1.ColumnHeader.Cells.Get(0, 0).ColumnSpan = 3 Me.MyFpoint2_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "파일을 불러오세요" Me.MyFpoint2_Sheet1.RowHeader.Columns.Default.Resizable = True Me.MyFpoint2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1 Me.MyFpoint2.SetActiveViewport(0, -1, 0) ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Location = New System.Drawing.Point(8, 199) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(69, 12) Me.Label17.TabIndex = 14 Me.Label17.Text = "파일명 조합" ' 'tb_ref1 ' Me.tb_ref1.Location = New System.Drawing.Point(84, 194) Me.tb_ref1.Name = "tb_ref1" Me.tb_ref1.Size = New System.Drawing.Size(61, 21) Me.tb_ref1.TabIndex = 15 Me.tb_ref1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Button5 ' Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button5.Location = New System.Drawing.Point(589, 20) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(75, 87) Me.Button5.TabIndex = 8 Me.Button5.Text = "불러오기" Me.ToolTip1.SetToolTip(Me.Button5, "삭제될 파일목록을 가진 엑셀파일을 불러옵니다") Me.Button5.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button4.Image = Global.EpoleNet.My.Resources.Resources.new_321 Me.Button4.Location = New System.Drawing.Point(589, 129) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(75, 59) Me.Button4.TabIndex = 7 Me.Button4.Text = "실행" Me.Button4.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.Button4.UseVisualStyleBackColor = True ' 'GroupBox3 ' Me.GroupBox3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupBox3.Controls.Add(Me.Button3) Me.GroupBox3.Controls.Add(Me.Label9) Me.GroupBox3.Controls.Add(Me.Label13) Me.GroupBox3.Controls.Add(Me.tb_del1) Me.GroupBox3.Controls.Add(Me.Label14) Me.GroupBox3.Location = New System.Drawing.Point(6, 7) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(679, 100) Me.GroupBox3.TabIndex = 1 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "유사단어삭제(지정된 문자가 포함된 파일을 삭제합니다)" ' 'Button3 ' Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button3.Image = Global.EpoleNet.My.Resources.Resources.new_321 Me.Button3.Location = New System.Drawing.Point(589, 24) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(75, 59) Me.Button3.TabIndex = 7 Me.Button3.Text = "실행" Me.Button3.TextAlign = System.Drawing.ContentAlignment.BottomCenter Me.Button3.UseVisualStyleBackColor = True ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.Color.Firebrick Me.Label9.Location = New System.Drawing.Point(21, 67) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(409, 12) Me.Label9.TabIndex = 6 Me.Label9.Text = "* 여러대상을 포함하려면 각 대상을 / 로 묶어주세요. (예: _01/_02/_03 )" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(200, 28) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(173, 12) Me.Label13.TabIndex = 2 Me.Label13.Text = "가 들어있는 파일을 삭제합니다" ' 'tb_del1 ' Me.tb_del1.Location = New System.Drawing.Point(91, 24) Me.tb_del1.Name = "tb_del1" Me.tb_del1.Size = New System.Drawing.Size(100, 21) Me.tb_del1.TabIndex = 1 ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(21, 28) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(53, 12) Me.Label14.TabIndex = 0 Me.Label14.Text = "파일명중" ' 'ToolStrip1 ' Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(32, 32) Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.bt_picselect, Me.ToolStripLabel2, Me.cmb_picEXT, Me.ToolStripSeparator3, Me.CHK_SUBDIR, Me.ToolStripSeparator1, Me.bt_exit}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(932, 39) Me.ToolStrip1.TabIndex = 8 Me.ToolStrip1.Text = "ToolStrip1" ' 'bt_picselect ' Me.bt_picselect.Image = Global.EpoleNet.My.Resources.Resources.open_32 Me.bt_picselect.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_picselect.Name = "bt_picselect" Me.bt_picselect.Size = New System.Drawing.Size(115, 36) Me.bt_picselect.Text = "그림폴더선택" Me.bt_picselect.ToolTipText = "그림파일이 존재하는 폴더를 선택합니다" Me.bt_picselect.Visible = False ' 'ToolStripLabel2 ' Me.ToolStripLabel2.Name = "ToolStripLabel2" Me.ToolStripLabel2.Size = New System.Drawing.Size(55, 36) Me.ToolStripLabel2.Text = "그림종류" ' 'cmb_picEXT ' Me.cmb_picEXT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmb_picEXT.Items.AddRange(New Object() {"JPG", "PNG", "GIF", "BMP"}) Me.cmb_picEXT.Name = "cmb_picEXT" Me.cmb_picEXT.Size = New System.Drawing.Size(75, 39) Me.cmb_picEXT.ToolTipText = "그림파일의 종류를 선택합니다" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 39) ' 'CHK_SUBDIR ' Me.CHK_SUBDIR.Checked = True Me.CHK_SUBDIR.CheckOnClick = True Me.CHK_SUBDIR.CheckState = System.Windows.Forms.CheckState.Checked Me.CHK_SUBDIR.Image = Global.EpoleNet.My.Resources.Resources.opts_24 Me.CHK_SUBDIR.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.CHK_SUBDIR.ImageTransparentColor = System.Drawing.Color.Magenta Me.CHK_SUBDIR.Name = "CHK_SUBDIR" Me.CHK_SUBDIR.Size = New System.Drawing.Size(151, 36) Me.CHK_SUBDIR.Text = "실행시 하위폴더 참조" Me.CHK_SUBDIR.ToolTipText = "파일목록을 검색할때. 하위폴더의 파일까지 검색합니다" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 39) ' 'bt_exit ' Me.bt_exit.Checked = True Me.bt_exit.CheckState = System.Windows.Forms.CheckState.Checked Me.bt_exit.Font = New System.Drawing.Font("맑은 고딕", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.bt_exit.Image = Global.EpoleNet.My.Resources.Resources.stop_32 Me.bt_exit.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_exit.Name = "bt_exit" Me.bt_exit.Size = New System.Drawing.Size(83, 36) Me.bt_exit.Text = "닫기(&X)" ' 'StatusStrip1 ' Me.StatusStrip1.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.pbar1, Me.lb_change, Me.lb_msg, Me.lb_total}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 608) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(932, 26) Me.StatusStrip1.TabIndex = 9 Me.StatusStrip1.Text = "StatusStrip1" ' 'pbar1 ' Me.pbar1.Name = "pbar1" Me.pbar1.Size = New System.Drawing.Size(100, 20) ' 'lb_change ' Me.lb_change.Name = "lb_change" Me.lb_change.Size = New System.Drawing.Size(26, 21) Me.lb_change.Text = "ㅁ" ' 'lb_msg ' Me.lb_msg.Name = "lb_msg" Me.lb_msg.Size = New System.Drawing.Size(42, 21) Me.lb_msg.Text = "알림" ' 'lb_total ' Me.lb_total.Name = "lb_total" Me.lb_total.Size = New System.Drawing.Size(42, 21) Me.lb_total.Text = "알림" ' 'MyFpoint1 ' Me.MyFpoint1.AAutoAddrowInLast = Nothing Me.MyFpoint1.AccessibleDescription = "MyFpoint1, Sheet1" Me.MyFpoint1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.MyFpoint1.BackColor = System.Drawing.SystemColors.Control Me.MyFpoint1.ContextMenuStrip = Me.ContextMenuStrip1 Me.MyFpoint1.CurrentDel = False Me.MyFpoint1.DeleteKey = False Me.MyFpoint1.EditFromSpace = True Me.MyFpoint1.FIRST_FOCUSINDEX = 0 Me.MyFpoint1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded Me.MyFpoint1.Location = New System.Drawing.Point(0, 414) Me.MyFpoint1.Name = "MyFpoint1" Me.MyFpoint1.NextRow_Index = -1 Me.MyFpoint1.RightToLeft = System.Windows.Forms.RightToLeft.No Me.MyFpoint1.SameRowheight = True Me.MyFpoint1.Sheets.AddRange(New FarPoint.Win.Spread.SheetView() {Me.MyFpoint1_Sheet1}) Me.MyFpoint1.Size = New System.Drawing.Size(704, 191) Me.MyFpoint1.TabIndex = 10 Me.MyFpoint1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded Me.MyFpoint1.선택줄번호 = CType(-1, Short) ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.cm_out, Me.cm_clear}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(135, 48) ' 'cm_out ' Me.cm_out.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.cm_out_all, Me.cb_out_filter}) Me.cm_out.Name = "cm_out" Me.cm_out.Size = New System.Drawing.Size(134, 22) Me.cm_out.Text = "내보내기" ' 'cm_out_all ' Me.cm_out_all.Name = "cm_out_all" Me.cm_out_all.Size = New System.Drawing.Size(98, 22) Me.cm_out_all.Text = "전체" ' 'cb_out_filter ' Me.cb_out_filter.Name = "cb_out_filter" Me.cb_out_filter.Size = New System.Drawing.Size(98, 22) Me.cb_out_filter.Text = "현재" ' 'cm_clear ' Me.cm_clear.Name = "cm_clear" Me.cm_clear.Size = New System.Drawing.Size(134, 22) Me.cm_clear.Text = "목록지우기" ' 'MyFpoint1_Sheet1 ' Me.MyFpoint1_Sheet1.Reset() Me.MyFpoint1_Sheet1.SheetName = "Sheet1" 'Formulas and custom names must be loaded with R1C1 reference style Me.MyFpoint1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1 Me.MyFpoint1_Sheet1.ColumnCount = 3 Me.MyFpoint1_Sheet1.RowCount = 0 Me.MyFpoint1_Sheet1.ActiveRowIndex = -1 Me.MyFpoint1_Sheet1.AllowNoteEdit = True Me.MyFpoint1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "원본" Me.MyFpoint1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "대상" Me.MyFpoint1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "메모" Me.MyFpoint1_Sheet1.Columns.Get(0).Label = "원본" Me.MyFpoint1_Sheet1.Columns.Get(0).Width = 111.0! Me.MyFpoint1_Sheet1.Columns.Get(1).Label = "대상" Me.MyFpoint1_Sheet1.Columns.Get(1).Width = 111.0! Me.MyFpoint1_Sheet1.Columns.Get(2).Label = "메모" Me.MyFpoint1_Sheet1.Columns.Get(2).Width = 355.0! Me.MyFpoint1_Sheet1.RowHeader.Columns.Default.Resizable = False Me.MyFpoint1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1 Me.MyFpoint1.SetActiveViewport(0, -1, 0) ' 'DirListBox1 ' Me.DirListBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.DirListBox1.FormattingEnabled = True Me.DirListBox1.IntegralHeight = False Me.DirListBox1.Location = New System.Drawing.Point(710, 64) Me.DirListBox1.Name = "DirListBox1" Me.DirListBox1.Size = New System.Drawing.Size(210, 513) Me.DirListBox1.TabIndex = 13 ' 'DriveListBox1 ' Me.DriveListBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.DriveListBox1.FormattingEnabled = True Me.DriveListBox1.Location = New System.Drawing.Point(710, 583) Me.DriveListBox1.Name = "DriveListBox1" Me.DriveListBox1.Size = New System.Drawing.Size(210, 22) Me.DriveListBox1.TabIndex = 14 ' 'ToolTip1 ' Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "간편도움말" ' 'FileManager ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(932, 634) Me.Controls.Add(Me.DriveListBox1) Me.Controls.Add(Me.DirListBox1) Me.Controls.Add(Me.MyFpoint1) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.TabControl1) Me.Name = "FileManager" Me.Text = "그림파일 관리" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.TabPage2.ResumeLayout(False) Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() CType(Me.MyFpoint2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.MyFpoint2_Sheet1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() CType(Me.MyFpoint1, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.MyFpoint1_Sheet1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents bt_picselect As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel Friend WithEvents cmb_picEXT As System.Windows.Forms.ToolStripComboBox Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator Friend WithEvents CHK_SUBDIR As System.Windows.Forms.ToolStripButton Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents lb_change As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents lb_msg As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents lb_total As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents MyFpoint1 As MyControlOLEDBv2.MyFpoint Friend WithEvents MyFpoint1_Sheet1 As FarPoint.Win.Spread.SheetView Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip Friend WithEvents cm_out As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cm_out_all As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cb_out_filter As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cm_clear As System.Windows.Forms.ToolStripMenuItem Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents tb_chg2 As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents tb_chg1 As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents tb_ren_right As System.Windows.Forms.TextBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents tb_ren_left As System.Windows.Forms.TextBox Friend WithEvents lb_newfilename As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents bt_exit As System.Windows.Forms.ToolStripButton Friend WithEvents DirListBox1 As Microsoft.VisualBasic.Compatibility.VB6.DirListBox Friend WithEvents DriveListBox1 As Microsoft.VisualBasic.Compatibility.VB6.DriveListBox Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents tb_del1 As System.Windows.Forms.TextBox Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents tb_ref1 As System.Windows.Forms.TextBox Friend WithEvents MyFpoint2 As MyControlOLEDBv2.MyFpoint Friend WithEvents MyFpoint2_Sheet1 As FarPoint.Win.Spread.SheetView Friend WithEvents tb_ref6 As System.Windows.Forms.TextBox Friend WithEvents tb_ref5 As System.Windows.Forms.TextBox Friend WithEvents tb_ref4 As System.Windows.Forms.TextBox Friend WithEvents tb_ref3 As System.Windows.Forms.TextBox Friend WithEvents tb_ref2 As System.Windows.Forms.TextBox Friend WithEvents pbar1 As System.Windows.Forms.ToolStripProgressBar Friend WithEvents tn_endrng As System.Windows.Forms.TextBox Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents tb_sttrng As System.Windows.Forms.TextBox End Class