_ Partial Class Frm_FileInfo Inherits CForm '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.Panel1 = New System.Windows.Forms.Panel() Me.Button1 = New System.Windows.Forms.Button() Me.Label10 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.tb_password = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.tb_Edittime = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.cmb_ft = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.tb_ui = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.tb_lg = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.tb_maketime = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.tb_desc = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.tb_name = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.White Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.Label10) Me.Panel1.Controls.Add(Me.Label9) Me.Panel1.Controls.Add(Me.tb_password) Me.Panel1.Controls.Add(Me.Label8) Me.Panel1.Controls.Add(Me.tb_Edittime) Me.Panel1.Controls.Add(Me.Label7) Me.Panel1.Controls.Add(Me.cmb_ft) Me.Panel1.Controls.Add(Me.Label6) Me.Panel1.Controls.Add(Me.tb_ui) Me.Panel1.Controls.Add(Me.Label5) Me.Panel1.Controls.Add(Me.tb_lg) Me.Panel1.Controls.Add(Me.Label4) Me.Panel1.Controls.Add(Me.tb_maketime) Me.Panel1.Controls.Add(Me.Label3) Me.Panel1.Controls.Add(Me.tb_desc) Me.Panel1.Controls.Add(Me.Label2) Me.Panel1.Controls.Add(Me.tb_name) Me.Panel1.Controls.Add(Me.Label1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(398, 320) Me.Panel1.TabIndex = 0 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(106, 229) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(278, 36) Me.Button1.TabIndex = 17 Me.Button1.Text = "변경완료" Me.Button1.UseVisualStyleBackColor = True ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(21, 278) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(298, 12) Me.Label10.TabIndex = 16 Me.Label10.Text = "* 암호는 저장파일형태가 01 이상이 되어야합니다" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(21, 295) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(232, 12) Me.Label9.TabIndex = 16 Me.Label9.Text = "* 버젼 변경은 현재 허용되지 않습니다" ' 'tb_password ' Me.tb_password.Location = New System.Drawing.Point(106, 173) Me.tb_password.Name = "tb_password" Me.tb_password.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.tb_password.Size = New System.Drawing.Size(279, 21) Me.tb_password.TabIndex = 15 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.Color.Blue Me.Label8.Location = New System.Drawing.Point(69, 176) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(31, 12) Me.Label8.TabIndex = 14 Me.Label8.Text = "암호" ' 'tb_Edittime ' Me.tb_Edittime.Location = New System.Drawing.Point(106, 92) Me.tb_Edittime.Name = "tb_Edittime" Me.tb_Edittime.ReadOnly = True Me.tb_Edittime.Size = New System.Drawing.Size(279, 21) Me.tb_Edittime.TabIndex = 13 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(17, 95) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(83, 12) Me.Label7.TabIndex = 12 Me.Label7.Text = "최종수정시간" ' 'cmb_ft ' Me.cmb_ft.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmb_ft.FormattingEnabled = True Me.cmb_ft.Items.AddRange(New Object() {"00 [기본파일형태]", "01 [암호설정가능]"}) Me.cmb_ft.Location = New System.Drawing.Point(106, 201) Me.cmb_ft.Name = "cmb_ft" Me.cmb_ft.Size = New System.Drawing.Size(279, 20) Me.cmb_ft.TabIndex = 11 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(17, 204) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(83, 12) Me.Label6.TabIndex = 10 Me.Label6.Text = "저장파일형태" ' 'tb_ui ' Me.tb_ui.Location = New System.Drawing.Point(106, 146) Me.tb_ui.Name = "tb_ui" Me.tb_ui.ReadOnly = True Me.tb_ui.Size = New System.Drawing.Size(279, 21) Me.tb_ui.TabIndex = 9 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(82, 152) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(18, 12) Me.Label5.TabIndex = 8 Me.Label5.Text = "UI" ' 'tb_lg ' Me.tb_lg.Location = New System.Drawing.Point(106, 119) Me.tb_lg.Name = "tb_lg" Me.tb_lg.ReadOnly = True Me.tb_lg.Size = New System.Drawing.Size(279, 21) Me.tb_lg.TabIndex = 7 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(77, 124) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(23, 12) Me.Label4.TabIndex = 6 Me.Label4.Text = "LG" ' 'tb_maketime ' Me.tb_maketime.Location = New System.Drawing.Point(106, 65) Me.tb_maketime.Name = "tb_maketime" Me.tb_maketime.ReadOnly = True Me.tb_maketime.Size = New System.Drawing.Size(279, 21) Me.tb_maketime.TabIndex = 5 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(43, 70) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(57, 12) Me.Label3.TabIndex = 4 Me.Label3.Text = "생성시간" ' 'tb_desc ' Me.tb_desc.Location = New System.Drawing.Point(106, 38) Me.tb_desc.Name = "tb_desc" Me.tb_desc.Size = New System.Drawing.Size(279, 21) Me.tb_desc.TabIndex = 3 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(25, 44) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(75, 12) Me.Label2.TabIndex = 2 Me.Label2.Text = "템플릿 설명" ' 'tb_name ' Me.tb_name.Location = New System.Drawing.Point(106, 11) Me.tb_name.Name = "tb_name" Me.tb_name.Size = New System.Drawing.Size(279, 21) Me.tb_name.TabIndex = 1 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(25, 15) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(75, 12) Me.Label1.TabIndex = 0 Me.Label1.Text = "템플릿 이름" ' 'Frm_FileInfo ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None Me.ClientSize = New System.Drawing.Size(398, 320) Me.Controls.Add(Me.Panel1) Me.Font = New System.Drawing.Font("돋움", 8.999999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "Frm_FileInfo" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "템플릿 정보" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents tb_name As System.Windows.Forms.TextBox Friend WithEvents tb_desc As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents tb_ui As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents tb_lg As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents tb_maketime As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents cmb_ft As System.Windows.Forms.ComboBox Friend WithEvents tb_Edittime As System.Windows.Forms.TextBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents tb_password As System.Windows.Forms.TextBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button End Class