initial commit
스타일 숨김/표시 처리 기능 추가됨
This commit is contained in:
347
StyleEdit.Designer.vb
generated
Normal file
347
StyleEdit.Designer.vb
generated
Normal file
@@ -0,0 +1,347 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class StyleEdit
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
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 디자이너를 사용하십시오.
|
||||
'코드 편집기를 사용하여 수정하지 마십시오.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(StyleEdit))
|
||||
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip
|
||||
Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel
|
||||
Me.lb_filename = New System.Windows.Forms.ToolStripStatusLabel
|
||||
Me.RichTextBox1 = New System.Windows.Forms.RichTextBox
|
||||
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel
|
||||
Me.Label1 = New System.Windows.Forms.Label
|
||||
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
|
||||
Me.bt_load = New System.Windows.Forms.ToolStripMenuItem
|
||||
Me.bt_save = New System.Windows.Forms.ToolStripMenuItem
|
||||
Me.Panel1 = New System.Windows.Forms.Panel
|
||||
Me.tb_filter = New System.Windows.Forms.TextBox
|
||||
Me.tb_desc = New System.Windows.Forms.TextBox
|
||||
Me.Label6 = New System.Windows.Forms.Label
|
||||
Me.Label5 = New System.Windows.Forms.Label
|
||||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
|
||||
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel
|
||||
Me.combobox1 = New System.Windows.Forms.ToolStripComboBox
|
||||
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator
|
||||
Me.ToolStripLabel3 = New System.Windows.Forms.ToolStripLabel
|
||||
Me.tb_x = New System.Windows.Forms.ToolStripTextBox
|
||||
Me.ToolStripLabel4 = New System.Windows.Forms.ToolStripLabel
|
||||
Me.tb_y = New System.Windows.Forms.ToolStripTextBox
|
||||
Me.ToolStripLabel5 = New System.Windows.Forms.ToolStripLabel
|
||||
Me.tb_fontname = New System.Windows.Forms.ToolStripTextBox
|
||||
Me.ToolStripLabel2 = New System.Windows.Forms.ToolStripLabel
|
||||
Me.tb_fontsize = New System.Windows.Forms.ToolStripTextBox
|
||||
Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator
|
||||
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton
|
||||
Me.StatusStrip1.SuspendLayout()
|
||||
Me.TableLayoutPanel1.SuspendLayout()
|
||||
Me.MenuStrip1.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.ToolStrip1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'StatusStrip1
|
||||
'
|
||||
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lb_msg, Me.lb_filename})
|
||||
Me.StatusStrip1.Location = New System.Drawing.Point(0, 673)
|
||||
Me.StatusStrip1.Name = "StatusStrip1"
|
||||
Me.StatusStrip1.Size = New System.Drawing.Size(1127, 22)
|
||||
Me.StatusStrip1.TabIndex = 0
|
||||
Me.StatusStrip1.Text = "StatusStrip1"
|
||||
'
|
||||
'lb_msg
|
||||
'
|
||||
Me.lb_msg.Name = "lb_msg"
|
||||
Me.lb_msg.Size = New System.Drawing.Size(14, 17)
|
||||
Me.lb_msg.Text = "#"
|
||||
'
|
||||
'lb_filename
|
||||
'
|
||||
Me.lb_filename.Name = "lb_filename"
|
||||
Me.lb_filename.Size = New System.Drawing.Size(79, 17)
|
||||
Me.lb_filename.Text = "스타일파일명"
|
||||
'
|
||||
'RichTextBox1
|
||||
'
|
||||
Me.RichTextBox1.BackColor = System.Drawing.Color.LightSteelBlue
|
||||
Me.RichTextBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.RichTextBox1.Location = New System.Drawing.Point(3, 30)
|
||||
Me.RichTextBox1.Name = "RichTextBox1"
|
||||
Me.RichTextBox1.Size = New System.Drawing.Size(985, 534)
|
||||
Me.RichTextBox1.TabIndex = 1
|
||||
Me.RichTextBox1.Text = ""
|
||||
'
|
||||
'TableLayoutPanel1
|
||||
'
|
||||
Me.TableLayoutPanel1.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.TableLayoutPanel1.ColumnCount = 1
|
||||
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
|
||||
Me.TableLayoutPanel1.Controls.Add(Me.RichTextBox1, 0, 1)
|
||||
Me.TableLayoutPanel1.Controls.Add(Me.Label1, 0, 0)
|
||||
Me.TableLayoutPanel1.Location = New System.Drawing.Point(136, 106)
|
||||
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
|
||||
Me.TableLayoutPanel1.RowCount = 2
|
||||
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 4.933586!))
|
||||
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 95.06641!))
|
||||
Me.TableLayoutPanel1.Size = New System.Drawing.Size(991, 567)
|
||||
Me.TableLayoutPanel1.TabIndex = 4
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.Label1.Location = New System.Drawing.Point(3, 0)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(74, 21)
|
||||
Me.Label1.TabIndex = 2
|
||||
Me.Label1.Text = "파일내용"
|
||||
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
||||
'
|
||||
'MenuStrip1
|
||||
'
|
||||
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.bt_load, Me.bt_save})
|
||||
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.MenuStrip1.Name = "MenuStrip1"
|
||||
Me.MenuStrip1.Size = New System.Drawing.Size(1127, 24)
|
||||
Me.MenuStrip1.TabIndex = 6
|
||||
Me.MenuStrip1.Text = "MenuStrip1"
|
||||
'
|
||||
'bt_load
|
||||
'
|
||||
Me.bt_load.Name = "bt_load"
|
||||
Me.bt_load.Size = New System.Drawing.Size(95, 20)
|
||||
Me.bt_load.Text = "다시 불러오기"
|
||||
'
|
||||
'bt_save
|
||||
'
|
||||
Me.bt_save.Name = "bt_save"
|
||||
Me.bt_save.Size = New System.Drawing.Size(67, 20)
|
||||
Me.bt_save.Text = "저장하기"
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Panel1.BackColor = System.Drawing.Color.Gainsboro
|
||||
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.Panel1.Controls.Add(Me.tb_filter)
|
||||
Me.Panel1.Controls.Add(Me.tb_desc)
|
||||
Me.Panel1.Controls.Add(Me.Label6)
|
||||
Me.Panel1.Controls.Add(Me.Label5)
|
||||
Me.Panel1.Location = New System.Drawing.Point(136, 27)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(991, 73)
|
||||
Me.Panel1.TabIndex = 8
|
||||
'
|
||||
'tb_filter
|
||||
'
|
||||
Me.tb_filter.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.tb_filter.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.tb_filter.Location = New System.Drawing.Point(100, 41)
|
||||
Me.tb_filter.Name = "tb_filter"
|
||||
Me.tb_filter.Size = New System.Drawing.Size(878, 21)
|
||||
Me.tb_filter.TabIndex = 1
|
||||
'
|
||||
'tb_desc
|
||||
'
|
||||
Me.tb_desc.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.tb_desc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.tb_desc.Location = New System.Drawing.Point(100, 14)
|
||||
Me.tb_desc.Name = "tb_desc"
|
||||
Me.tb_desc.Size = New System.Drawing.Size(878, 21)
|
||||
Me.tb_desc.TabIndex = 1
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
Me.Label6.AutoSize = True
|
||||
Me.Label6.Location = New System.Drawing.Point(22, 45)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(69, 12)
|
||||
Me.Label6.TabIndex = 0
|
||||
Me.Label6.Text = "데이터 필터"
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.Location = New System.Drawing.Point(22, 18)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(69, 12)
|
||||
Me.Label5.TabIndex = 0
|
||||
Me.Label5.Text = "스타일 설명"
|
||||
'
|
||||
'ToolStrip1
|
||||
'
|
||||
Me.ToolStrip1.Dock = System.Windows.Forms.DockStyle.Left
|
||||
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripLabel1, Me.combobox1, Me.ToolStripSeparator1, Me.ToolStripLabel3, Me.tb_x, Me.ToolStripLabel4, Me.tb_y, Me.ToolStripLabel5, Me.tb_fontname, Me.ToolStripLabel2, Me.tb_fontsize, Me.ToolStripSeparator2, Me.ToolStripButton1})
|
||||
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
|
||||
Me.ToolStrip1.Name = "ToolStrip1"
|
||||
Me.ToolStrip1.Size = New System.Drawing.Size(129, 649)
|
||||
Me.ToolStrip1.TabIndex = 9
|
||||
Me.ToolStrip1.Text = "ToolStrip1"
|
||||
'
|
||||
'ToolStripLabel1
|
||||
'
|
||||
Me.ToolStripLabel1.Name = "ToolStripLabel1"
|
||||
Me.ToolStripLabel1.Size = New System.Drawing.Size(126, 15)
|
||||
Me.ToolStripLabel1.Text = "개체목록"
|
||||
'
|
||||
'combobox1
|
||||
'
|
||||
Me.combobox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
|
||||
Me.combobox1.Font = New System.Drawing.Font("굴림체", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.combobox1.Name = "combobox1"
|
||||
Me.combobox1.Size = New System.Drawing.Size(124, 300)
|
||||
'
|
||||
'ToolStripSeparator1
|
||||
'
|
||||
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
||||
Me.ToolStripSeparator1.Size = New System.Drawing.Size(126, 6)
|
||||
'
|
||||
'ToolStripLabel3
|
||||
'
|
||||
Me.ToolStripLabel3.Name = "ToolStripLabel3"
|
||||
Me.ToolStripLabel3.Size = New System.Drawing.Size(126, 15)
|
||||
Me.ToolStripLabel3.Text = "X좌표"
|
||||
'
|
||||
'tb_x
|
||||
'
|
||||
Me.tb_x.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.tb_x.Name = "tb_x"
|
||||
Me.tb_x.Size = New System.Drawing.Size(124, 23)
|
||||
Me.tb_x.Text = "0"
|
||||
Me.tb_x.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
||||
'
|
||||
'ToolStripLabel4
|
||||
'
|
||||
Me.ToolStripLabel4.Name = "ToolStripLabel4"
|
||||
Me.ToolStripLabel4.Size = New System.Drawing.Size(126, 15)
|
||||
Me.ToolStripLabel4.Text = "Y좌표"
|
||||
'
|
||||
'tb_y
|
||||
'
|
||||
Me.tb_y.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.tb_y.Name = "tb_y"
|
||||
Me.tb_y.Size = New System.Drawing.Size(124, 23)
|
||||
Me.tb_y.Text = "0"
|
||||
Me.tb_y.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
||||
'
|
||||
'ToolStripLabel5
|
||||
'
|
||||
Me.ToolStripLabel5.Name = "ToolStripLabel5"
|
||||
Me.ToolStripLabel5.Size = New System.Drawing.Size(126, 15)
|
||||
Me.ToolStripLabel5.Text = "글꼴이름"
|
||||
'
|
||||
'tb_fontname
|
||||
'
|
||||
Me.tb_fontname.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.tb_fontname.Name = "tb_fontname"
|
||||
Me.tb_fontname.Size = New System.Drawing.Size(124, 23)
|
||||
Me.tb_fontname.Text = "HY견고딕"
|
||||
Me.tb_fontname.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
||||
'
|
||||
'ToolStripLabel2
|
||||
'
|
||||
Me.ToolStripLabel2.Name = "ToolStripLabel2"
|
||||
Me.ToolStripLabel2.Size = New System.Drawing.Size(126, 15)
|
||||
Me.ToolStripLabel2.Text = "글꼴크기"
|
||||
'
|
||||
'tb_fontsize
|
||||
'
|
||||
Me.tb_fontsize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.tb_fontsize.Name = "tb_fontsize"
|
||||
Me.tb_fontsize.Size = New System.Drawing.Size(124, 23)
|
||||
Me.tb_fontsize.Text = "0"
|
||||
Me.tb_fontsize.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
||||
'
|
||||
'ToolStripSeparator2
|
||||
'
|
||||
Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
||||
Me.ToolStripSeparator2.Size = New System.Drawing.Size(126, 6)
|
||||
'
|
||||
'ToolStripButton1
|
||||
'
|
||||
Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
|
||||
Me.ToolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None
|
||||
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
|
||||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||||
Me.ToolStripButton1.Size = New System.Drawing.Size(126, 36)
|
||||
Me.ToolStripButton1.Text = "일괄변경"
|
||||
'
|
||||
'StyleEdit
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(1127, 695)
|
||||
Me.Controls.Add(Me.ToolStrip1)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.Controls.Add(Me.TableLayoutPanel1)
|
||||
Me.Controls.Add(Me.StatusStrip1)
|
||||
Me.Controls.Add(Me.MenuStrip1)
|
||||
Me.Name = "StyleEdit"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||||
Me.Text = "스타일파일 직접 편집"
|
||||
Me.StatusStrip1.ResumeLayout(False)
|
||||
Me.StatusStrip1.PerformLayout()
|
||||
Me.TableLayoutPanel1.ResumeLayout(False)
|
||||
Me.TableLayoutPanel1.PerformLayout()
|
||||
Me.MenuStrip1.ResumeLayout(False)
|
||||
Me.MenuStrip1.PerformLayout()
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
Me.ToolStrip1.ResumeLayout(False)
|
||||
Me.ToolStrip1.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
|
||||
Friend WithEvents lb_filename As System.Windows.Forms.ToolStripStatusLabel
|
||||
Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox
|
||||
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
|
||||
Friend WithEvents bt_save As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents bt_load As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents lb_msg As System.Windows.Forms.ToolStripStatusLabel
|
||||
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
||||
Friend WithEvents Label6 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label5 As System.Windows.Forms.Label
|
||||
Friend WithEvents tb_filter As System.Windows.Forms.TextBox
|
||||
Friend WithEvents tb_desc As System.Windows.Forms.TextBox
|
||||
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
||||
Friend WithEvents combobox1 As System.Windows.Forms.ToolStripComboBox
|
||||
Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel
|
||||
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
|
||||
Friend WithEvents ToolStripLabel3 As System.Windows.Forms.ToolStripLabel
|
||||
Friend WithEvents ToolStripLabel2 As System.Windows.Forms.ToolStripLabel
|
||||
Friend WithEvents ToolStripLabel4 As System.Windows.Forms.ToolStripLabel
|
||||
Friend WithEvents ToolStripLabel5 As System.Windows.Forms.ToolStripLabel
|
||||
Friend WithEvents tb_x As System.Windows.Forms.ToolStripTextBox
|
||||
Friend WithEvents tb_y As System.Windows.Forms.ToolStripTextBox
|
||||
Friend WithEvents tb_fontname As System.Windows.Forms.ToolStripTextBox
|
||||
Friend WithEvents tb_fontsize As System.Windows.Forms.ToolStripTextBox
|
||||
Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator
|
||||
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
|
||||
End Class
|
||||
Reference in New Issue
Block a user