_ Partial Class StyleEdit 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.StatusStrip1 = New System.Windows.Forms.StatusStrip Me.lb_filename = New System.Windows.Forms.ToolStripStatusLabel Me.RichTextBox1 = New System.Windows.Forms.RichTextBox Me.Button1 = New System.Windows.Forms.Button Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel Me.Label1 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.RichTextBox2 = New System.Windows.Forms.RichTextBox Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.TextBox1 = New System.Windows.Forms.TextBox Me.TextBox2 = New System.Windows.Forms.TextBox Me.Label3 = New System.Windows.Forms.Label Me.Label4 = New System.Windows.Forms.Label Me.MenuStrip1 = New System.Windows.Forms.MenuStrip Me.bt_save = New System.Windows.Forms.ToolStripMenuItem Me.bt_load = New System.Windows.Forms.ToolStripMenuItem Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel Me.StatusStrip1.SuspendLayout() Me.TableLayoutPanel1.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.MenuStrip1.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, 572) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(861, 22) Me.StatusStrip1.TabIndex = 0 Me.StatusStrip1.Text = "StatusStrip1" ' '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.Gainsboro Me.RichTextBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.RichTextBox1.Location = New System.Drawing.Point(3, 24) Me.RichTextBox1.Name = "RichTextBox1" Me.RichTextBox1.Size = New System.Drawing.Size(424, 412) Me.RichTextBox1.TabIndex = 1 Me.RichTextBox1.Text = "" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(126, 16) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(75, 57) Me.Button1.TabIndex = 3 Me.Button1.Text = "변경" Me.Button1.UseVisualStyleBackColor = True ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.ColumnCount = 2 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) 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.Controls.Add(Me.Label2, 1, 0) Me.TableLayoutPanel1.Controls.Add(Me.RichTextBox2, 1, 1) Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 130) 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(861, 439) 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 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label2.Location = New System.Drawing.Point(433, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(90, 21) Me.Label2.TabIndex = 2 Me.Label2.Text = "수정된내용" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'RichTextBox2 ' Me.RichTextBox2.Dock = System.Windows.Forms.DockStyle.Fill Me.RichTextBox2.Location = New System.Drawing.Point(433, 24) Me.RichTextBox2.Name = "RichTextBox2" Me.RichTextBox2.Size = New System.Drawing.Size(425, 412) Me.RichTextBox2.TabIndex = 3 Me.RichTextBox2.Text = "" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.Button1) Me.GroupBox1.Controls.Add(Me.TextBox2) Me.GroupBox1.Controls.Add(Me.TextBox1) Me.GroupBox1.Location = New System.Drawing.Point(3, 35) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(212, 84) Me.GroupBox1.TabIndex = 5 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "전주번호 변경" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(55, 23) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(58, 21) Me.TextBox1.TabIndex = 0 Me.TextBox1.Text = "0" Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(55, 49) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(58, 21) Me.TextBox2.TabIndex = 1 Me.TextBox2.Text = "0" Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(12, 26) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(37, 12) Me.Label3.TabIndex = 4 Me.Label3.Text = "X좌표" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(12, 52) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(37, 12) Me.Label4.TabIndex = 5 Me.Label4.Text = "Y좌표" ' '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(861, 24) Me.MenuStrip1.TabIndex = 6 Me.MenuStrip1.Text = "MenuStrip1" ' 'bt_save ' Me.bt_save.Name = "bt_save" Me.bt_save.Size = New System.Drawing.Size(147, 20) Me.bt_save.Text = "현재 내용을 저장합니다" ' 'bt_load ' Me.bt_load.Name = "bt_load" Me.bt_load.Size = New System.Drawing.Size(147, 20) Me.bt_load.Text = "파일을 다시 불러옵니다" ' 'lb_msg ' Me.lb_msg.Name = "lb_msg" Me.lb_msg.Size = New System.Drawing.Size(14, 17) Me.lb_msg.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(861, 594) Me.Controls.Add(Me.GroupBox1) 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 = "StyleEdit" Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.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 Button1 As System.Windows.Forms.Button Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents RichTextBox2 As System.Windows.Forms.RichTextBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label3 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 End Class