This commit is contained in:
chi
2021-12-26 22:53:39 +09:00
parent 0f6c54a1fe
commit 33abc89f18
16 changed files with 1409 additions and 59 deletions

View File

@@ -264,6 +264,7 @@ Partial Class MDiMain
Me.list_subdir.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2})
Me.list_subdir.Dock = System.Windows.Forms.DockStyle.Fill
Me.list_subdir.FullRowSelect = True
Me.list_subdir.HideSelection = False
Me.list_subdir.Location = New System.Drawing.Point(3, 28)
Me.list_subdir.Name = "list_subdir"
Me.list_subdir.Size = New System.Drawing.Size(199, 524)
@@ -1564,6 +1565,7 @@ Partial Class MDiMain
Me.lvSchedule.Dock = System.Windows.Forms.DockStyle.Fill
Me.lvSchedule.FullRowSelect = True
Me.lvSchedule.GridLines = True
Me.lvSchedule.HideSelection = False
Me.lvSchedule.Location = New System.Drawing.Point(3, 3)
Me.lvSchedule.Name = "lvSchedule"
Me.lvSchedule.Size = New System.Drawing.Size(1078, 555)
@@ -1610,6 +1612,7 @@ Partial Class MDiMain
Me.Controls.Add(Me.TabControl1)
Me.Controls.Add(Me.C1StatusBar1)
Me.Controls.Add(Me.C1Ribbon1)
Me.KeyPreview = True
Me.Name = "MDiMain"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "파일관리자 최종수정일 : 2008-09-17 09:51 PM (tindevil@nate.com)"