_ Partial Class OldnumPicMan 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() Dim TipAppearance9 As FarPoint.Win.Spread.TipAppearance = New FarPoint.Win.Spread.TipAppearance Dim TipAppearance10 As FarPoint.Win.Spread.TipAppearance = New FarPoint.Win.Spread.TipAppearance Me.MyFpoint1 = New MyControlOLEDBv2.MyFpoint Me.MyFpoint1_Sheet1 = New FarPoint.Win.Spread.SheetView Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.GroupBox2 = New System.Windows.Forms.GroupBox Me.view_green = New MyControlOLEDBv2.MyFpoint Me.view_green_Sheet1 = New FarPoint.Win.Spread.SheetView Me.pbar_modify = New System.Windows.Forms.ProgressBar Me.pbar_onot = New System.Windows.Forms.ProgressBar Me.pbar_total = New System.Windows.Forms.ProgressBar Me.StatusStrip1 = New System.Windows.Forms.StatusStrip Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel Me.lb_picdirectory = New System.Windows.Forms.ToolStripStatusLabel Me.ToolStrip1 = New System.Windows.Forms.ToolStrip Me.bt_output = New System.Windows.Forms.ToolStripDropDownButton Me.m_allouuoolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.m_modfy = New System.Windows.Forms.ToolStripMenuItem Me.m_outall = New System.Windows.Forms.ToolStripMenuItem Me.m_outc = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel Me.cmb_picEXT = New System.Windows.Forms.ToolStripComboBox Me.bt_picselect = New System.Windows.Forms.ToolStripButton Me.CHK_SUBDIR = New System.Windows.Forms.ToolStripButton Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator Me.chk_test = New System.Windows.Forms.ToolStripButton Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton Me.pbar_nnot = New System.Windows.Forms.ProgressBar Me.pbar_same = New System.Windows.Forms.ProgressBar Me.Label1 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label Me.Label4 = New System.Windows.Forms.Label Me.pbar_nopic = New System.Windows.Forms.ProgressBar Me.Label5 = New System.Windows.Forms.Label Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton CType(Me.MyFpoint1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.MyFpoint1_Sheet1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() CType(Me.view_green, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.view_green_Sheet1, System.ComponentModel.ISupportInitialize).BeginInit() Me.StatusStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() Me.SuspendLayout() ' 'MyFpoint1 ' Me.MyFpoint1.About = "3.0.2003.2005" Me.MyFpoint1.AccessibleDescription = "" Me.MyFpoint1.CurrentDel = False Me.MyFpoint1.DeleteKey = False Me.MyFpoint1.Dock = System.Windows.Forms.DockStyle.Fill Me.MyFpoint1.EditFromSpace = True Me.MyFpoint1.FIRST_FOCUSINDEX = 0 Me.MyFpoint1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded Me.MyFpoint1.Location = New System.Drawing.Point(3, 17) Me.MyFpoint1.Name = "MyFpoint1" Me.MyFpoint1.NextRow_Index = -1 Me.MyFpoint1.SameRowheight = True Me.MyFpoint1.Sheets.AddRange(New FarPoint.Win.Spread.SheetView() {Me.MyFpoint1_Sheet1}) Me.MyFpoint1.Size = New System.Drawing.Size(371, 346) Me.MyFpoint1.TabIndex = 0 TipAppearance9.BackColor = System.Drawing.SystemColors.Info TipAppearance9.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) TipAppearance9.ForeColor = System.Drawing.SystemColors.InfoText Me.MyFpoint1.TextTipAppearance = TipAppearance9 Me.MyFpoint1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded Me.MyFpoint1.선택줄번호 = CType(-1, Short) ' 'MyFpoint1_Sheet1 ' Me.MyFpoint1_Sheet1.Reset() Me.MyFpoint1_Sheet1.SheetName = "Sheet1" Me.MyFpoint1_Sheet1.ColumnCount = 1 Me.MyFpoint1_Sheet1.RowCount = 0 Me.MyFpoint1.SetActiveViewport(0, 1, 0) ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.MyFpoint1) Me.GroupBox1.Location = New System.Drawing.Point(0, 42) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(377, 366) Me.GroupBox1.TabIndex = 1 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "검색목록" ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.view_green) Me.GroupBox2.Location = New System.Drawing.Point(383, 206) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(564, 202) Me.GroupBox2.TabIndex = 2 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "실행결과" ' 'view_green ' Me.view_green.About = "3.0.2003.2005" Me.view_green.AccessibleDescription = "view_green, Sheet1" Me.view_green.BackColor = System.Drawing.SystemColors.Control Me.view_green.CurrentDel = False Me.view_green.DeleteKey = False Me.view_green.Dock = System.Windows.Forms.DockStyle.Fill Me.view_green.EditFromSpace = True Me.view_green.FIRST_FOCUSINDEX = 0 Me.view_green.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded Me.view_green.Location = New System.Drawing.Point(3, 17) Me.view_green.Name = "view_green" Me.view_green.NextRow_Index = -1 Me.view_green.RightToLeft = System.Windows.Forms.RightToLeft.No Me.view_green.SameRowheight = True Me.view_green.Sheets.AddRange(New FarPoint.Win.Spread.SheetView() {Me.view_green_Sheet1}) Me.view_green.Size = New System.Drawing.Size(558, 182) Me.view_green.TabIndex = 1 TipAppearance10.BackColor = System.Drawing.SystemColors.Info TipAppearance10.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) TipAppearance10.ForeColor = System.Drawing.SystemColors.InfoText Me.view_green.TextTipAppearance = TipAppearance10 Me.view_green.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded Me.view_green.선택줄번호 = CType(-1, Short) ' 'view_green_Sheet1 ' Me.view_green_Sheet1.Reset() Me.view_green_Sheet1.SheetName = "Sheet1" 'Formulas and custom names must be loaded with R1C1 reference style Me.view_green_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1 Me.view_green_Sheet1.ColumnCount = 4 Me.view_green_Sheet1.RowCount = 0 Me.view_green_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "줄번호" Me.view_green_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "원본파일명" Me.view_green_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "대상파일명" Me.view_green_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "메모" Me.view_green_Sheet1.Columns.Get(0).AllowAutoSort = True Me.view_green_Sheet1.Columns.Get(0).Label = "줄번호" Me.view_green_Sheet1.Columns.Get(1).Label = "원본파일명" Me.view_green_Sheet1.Columns.Get(1).Width = 75.0! Me.view_green_Sheet1.Columns.Get(2).Label = "대상파일명" Me.view_green_Sheet1.Columns.Get(2).Width = 87.0! Me.view_green_Sheet1.Columns.Get(3).AllowAutoFilter = True Me.view_green_Sheet1.Columns.Get(3).Label = "메모" Me.view_green_Sheet1.Columns.Get(3).Width = 245.0! Me.view_green_Sheet1.RowHeader.Columns.Default.Resizable = False Me.view_green_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1 Me.view_green.SetActiveViewport(0, 1, 0) ' 'pbar_modify ' Me.pbar_modify.ForeColor = System.Drawing.Color.MidnightBlue Me.pbar_modify.Location = New System.Drawing.Point(501, 53) Me.pbar_modify.Name = "pbar_modify" Me.pbar_modify.Size = New System.Drawing.Size(445, 23) Me.pbar_modify.Style = System.Windows.Forms.ProgressBarStyle.Continuous Me.pbar_modify.TabIndex = 0 ' 'pbar_onot ' Me.pbar_onot.ForeColor = System.Drawing.Color.Crimson Me.pbar_onot.Location = New System.Drawing.Point(501, 137) Me.pbar_onot.Name = "pbar_onot" Me.pbar_onot.Size = New System.Drawing.Size(445, 23) Me.pbar_onot.Style = System.Windows.Forms.ProgressBarStyle.Continuous Me.pbar_onot.TabIndex = 0 ' 'pbar_total ' Me.pbar_total.ForeColor = System.Drawing.Color.LimeGreen Me.pbar_total.Location = New System.Drawing.Point(0, 414) Me.pbar_total.Name = "pbar_total" Me.pbar_total.Size = New System.Drawing.Size(954, 23) Me.pbar_total.Style = System.Windows.Forms.ProgressBarStyle.Continuous Me.pbar_total.TabIndex = 2 ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1, Me.lb_picdirectory}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 442) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(954, 26) Me.StatusStrip1.TabIndex = 4 Me.StatusStrip1.Text = "StatusStrip1" ' 'ToolStripStatusLabel1 ' Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1" Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(95, 21) Me.ToolStripStatusLabel1.Text = "그림파일경로 ▶" ' 'lb_picdirectory ' Me.lb_picdirectory.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_picdirectory.Name = "lb_picdirectory" Me.lb_picdirectory.Size = New System.Drawing.Size(74, 21) Me.lb_picdirectory.Text = "그림폴더" ' 'ToolStrip1 ' Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(32, 32) Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.bt_output, Me.ToolStripSeparator1, Me.ToolStripSeparator2, Me.ToolStripLabel2, Me.cmb_picEXT, Me.bt_picselect, Me.CHK_SUBDIR, Me.ToolStripSeparator3, Me.ToolStripSeparator4, Me.chk_test, Me.ToolStripButton1, Me.ToolStripSeparator5, Me.ToolStripButton2}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(954, 39) Me.ToolStrip1.TabIndex = 8 Me.ToolStrip1.Text = "ToolStrip1" ' 'bt_output ' Me.bt_output.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.m_allouuoolStripMenuItem, Me.m_modfy}) Me.bt_output.Image = Global.EpoleNet.My.Resources.Resources.excel Me.bt_output.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_output.Name = "bt_output" Me.bt_output.Size = New System.Drawing.Size(114, 36) Me.bt_output.Text = "내보내기(&E)" Me.bt_output.ToolTipText = "클릭시 고속저장을 수행하며 저장중일경우에는 작업을 취소합니다" ' 'm_allouuoolStripMenuItem ' Me.m_allouuoolStripMenuItem.Name = "m_allouuoolStripMenuItem" Me.m_allouuoolStripMenuItem.Size = New System.Drawing.Size(152, 22) Me.m_allouuoolStripMenuItem.Text = "전체 목록" ' 'm_modfy ' Me.m_modfy.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.m_outall, Me.m_outc}) Me.m_modfy.Name = "m_modfy" Me.m_modfy.Size = New System.Drawing.Size(152, 22) Me.m_modfy.Text = "실행결과" ' 'm_outall ' Me.m_outall.Name = "m_outall" Me.m_outall.Size = New System.Drawing.Size(152, 22) Me.m_outall.Text = "모두" ' 'm_outc ' Me.m_outc.Name = "m_outc" Me.m_outc.Size = New System.Drawing.Size(152, 22) Me.m_outc.Text = "현재" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 39) ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 39) ' '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 = "그림파일의 종류를 선택합니다" ' '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 = "그림파일이 존재하는 폴더를 선택합니다" ' '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(171, 36) Me.CHK_SUBDIR.Text = "파일검색시 하위폴더검색" Me.CHK_SUBDIR.ToolTipText = "파일목록을 검색할때. 하위폴더의 파일까지 검색합니다(하위목검색시 완료속도가 저하됩니다)" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 39) ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 39) ' 'chk_test ' Me.chk_test.Checked = True Me.chk_test.CheckOnClick = True Me.chk_test.CheckState = System.Windows.Forms.CheckState.Checked Me.chk_test.ForeColor = System.Drawing.Color.Firebrick Me.chk_test.Image = Global.EpoleNet.My.Resources.Resources.opts_24 Me.chk_test.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.chk_test.ImageTransparentColor = System.Drawing.Color.Magenta Me.chk_test.Name = "chk_test" Me.chk_test.Size = New System.Drawing.Size(71, 36) Me.chk_test.Text = "테스트" Me.chk_test.ToolTipText = "체크시 검사만 수행하며 파일은 조작하지 않습니다." ' 'ToolStripButton1 ' Me.ToolStripButton1.Font = New System.Drawing.Font("맑은 고딕", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ToolStripButton1.Image = Global.EpoleNet.My.Resources.Resources.prefs_32 Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(67, 36) Me.ToolStripButton1.Text = "실행" Me.ToolStripButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.ToolStripButton1.ToolTipText = "검색을 실행합니다." ' 'pbar_nnot ' Me.pbar_nnot.ForeColor = System.Drawing.Color.Crimson Me.pbar_nnot.Location = New System.Drawing.Point(501, 165) Me.pbar_nnot.Name = "pbar_nnot" Me.pbar_nnot.Size = New System.Drawing.Size(445, 23) Me.pbar_nnot.Style = System.Windows.Forms.ProgressBarStyle.Continuous Me.pbar_nnot.TabIndex = 0 ' 'pbar_same ' Me.pbar_same.ForeColor = System.Drawing.Color.Crimson Me.pbar_same.Location = New System.Drawing.Point(501, 109) Me.pbar_same.Name = "pbar_same" Me.pbar_same.Size = New System.Drawing.Size(445, 23) Me.pbar_same.Style = System.Windows.Forms.ProgressBarStyle.Continuous Me.pbar_same.TabIndex = 0 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.ForeColor = System.Drawing.Color.DeepPink Me.Label1.Location = New System.Drawing.Point(411, 144) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(85, 12) Me.Label1.TabIndex = 9 Me.Label1.Text = "구 데이터 없음" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.DeepPink Me.Label2.Location = New System.Drawing.Point(411, 171) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(85, 12) Me.Label2.TabIndex = 10 Me.Label2.Text = "신 데이터 없음" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(427, 63) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(69, 12) Me.Label3.TabIndex = 11 Me.Label3.Text = "변경된 내역" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.DeepPink Me.Label4.Location = New System.Drawing.Point(393, 117) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(103, 12) Me.Label4.TabIndex = 12 Me.Label4.Text = "구/신 데이터 동일" Me.Label4.UseWaitCursor = True ' 'pbar_nopic ' Me.pbar_nopic.ForeColor = System.Drawing.Color.Crimson Me.pbar_nopic.Location = New System.Drawing.Point(501, 81) Me.pbar_nopic.Name = "pbar_nopic" Me.pbar_nopic.Size = New System.Drawing.Size(445, 23) Me.pbar_nopic.Style = System.Windows.Forms.ProgressBarStyle.Continuous Me.pbar_nopic.TabIndex = 13 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.OrangeRed Me.Label5.Location = New System.Drawing.Point(403, 90) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(93, 12) Me.Label5.TabIndex = 14 Me.Label5.Text = "구번호 그림없음" Me.Label5.UseWaitCursor = True ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 39) ' 'ToolStripButton2 ' Me.ToolStripButton2.Checked = True Me.ToolStripButton2.CheckState = System.Windows.Forms.CheckState.Checked Me.ToolStripButton2.Font = New System.Drawing.Font("맑은 고딕", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ToolStripButton2.Image = Global.EpoleNet.My.Resources.Resources.stop_32 Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton2.Name = "ToolStripButton2" Me.ToolStripButton2.Size = New System.Drawing.Size(67, 36) Me.ToolStripButton2.Text = "닫기" ' 'OldnumPicMan ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(954, 468) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.pbar_nopic) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.pbar_same) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.pbar_modify) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.pbar_nnot) Me.Controls.Add(Me.pbar_onot) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.pbar_total) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D Me.Name = "OldnumPicMan" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "파일변 변경 ( 구 - > 신 )" CType(Me.MyFpoint1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.MyFpoint1_Sheet1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox2.ResumeLayout(False) CType(Me.view_green, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.view_green_Sheet1, System.ComponentModel.ISupportInitialize).EndInit() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MyFpoint1 As MyControlOLEDBv2.MyFpoint Friend WithEvents MyFpoint1_Sheet1 As FarPoint.Win.Spread.SheetView Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents pbar_modify As System.Windows.Forms.ProgressBar Friend WithEvents view_green As MyControlOLEDBv2.MyFpoint Friend WithEvents view_green_Sheet1 As FarPoint.Win.Spread.SheetView Friend WithEvents pbar_onot As System.Windows.Forms.ProgressBar Friend WithEvents pbar_total As System.Windows.Forms.ProgressBar Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents lb_picdirectory As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents bt_picselect As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator 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 ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton Friend WithEvents pbar_nnot As System.Windows.Forms.ProgressBar Friend WithEvents ToolStripSeparator4 As System.Windows.Forms.ToolStripSeparator Friend WithEvents chk_test As System.Windows.Forms.ToolStripButton Friend WithEvents bt_output As System.Windows.Forms.ToolStripDropDownButton Friend WithEvents m_allouuoolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents m_modfy As System.Windows.Forms.ToolStripMenuItem Friend WithEvents pbar_same As System.Windows.Forms.ProgressBar Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents pbar_nopic As System.Windows.Forms.ProgressBar Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents m_outall As System.Windows.Forms.ToolStripMenuItem Friend WithEvents m_outc As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton End Class