_ Partial Class Config 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.Label1 = New System.Windows.Forms.Label() Me.tb_ur = New System.Windows.Forms.TextBox() Me.Button1 = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.cmb_ml = New System.Windows.Forms.ComboBox() Me.cmb_dl = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.tbgdfgd = New System.Windows.Forms.TextBox() Me.bt_fw = New System.Windows.Forms.Button() Me.bt_dv = New System.Windows.Forms.Button() Me.tb_fds = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.bt_mm = New System.Windows.Forms.Button() Me.tb_mf = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.bt_ok = New System.Windows.Forms.Button() Me.bt_c = New System.Windows.Forms.Button() Me.cmb_pc = New System.Windows.Forms.ComboBox() Me.Label8 = New System.Windows.Forms.Label() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.cmb_sdt = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.SORTCHK = New System.Windows.Forms.CheckBox() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.chb_numcolor = New NewControlGroup.NewChkBox() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.TabPage3.SuspendLayout() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(33, 21) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(117, 12) Me.Label1.TabIndex = 0 Me.Label1.Text = "사용자정의 실행파일" ' 'tb_ur ' Me.tb_ur.Location = New System.Drawing.Point(156, 15) Me.tb_ur.Name = "tb_ur" Me.tb_ur.Size = New System.Drawing.Size(233, 21) Me.tb_ur.TabIndex = 0 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(395, 15) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(56, 23) Me.Button1.TabIndex = 1 Me.Button1.Text = "찾기" Me.Button1.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(41, 47) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(109, 12) Me.Label2.TabIndex = 3 Me.Label2.Text = "제작목록 시작 상태" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(6, 71) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(143, 12) Me.Label3.TabIndex = 4 Me.Label3.Text = "(가공)세부목록 시작 상태" ' 'cmb_ml ' Me.cmb_ml.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmb_ml.FormattingEnabled = True Me.cmb_ml.Items.AddRange(New Object() {"일반", "최대화", "최소화"}) Me.cmb_ml.Location = New System.Drawing.Point(156, 42) Me.cmb_ml.Name = "cmb_ml" Me.cmb_ml.Size = New System.Drawing.Size(76, 20) Me.cmb_ml.TabIndex = 2 ' 'cmb_dl ' Me.cmb_dl.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmb_dl.FormattingEnabled = True Me.cmb_dl.Items.AddRange(New Object() {"일반", "최대화", "최소화"}) Me.cmb_dl.Location = New System.Drawing.Point(156, 68) Me.cmb_dl.Name = "cmb_dl" Me.cmb_dl.Size = New System.Drawing.Size(76, 20) Me.cmb_dl.TabIndex = 3 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(41, 149) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(109, 12) Me.Label4.TabIndex = 7 Me.Label4.Text = "폼윈도우 글꼴 설정" ' 'tbgdfgd ' Me.tbgdfgd.BackColor = System.Drawing.Color.Gainsboro Me.tbgdfgd.Location = New System.Drawing.Point(156, 144) Me.tbgdfgd.Name = "tbgdfgd" Me.tbgdfgd.ReadOnly = True Me.tbgdfgd.Size = New System.Drawing.Size(76, 21) Me.tbgdfgd.TabIndex = 6 ' 'bt_fw ' Me.bt_fw.Location = New System.Drawing.Point(237, 143) Me.bt_fw.Name = "bt_fw" Me.bt_fw.Size = New System.Drawing.Size(56, 23) Me.bt_fw.TabIndex = 7 Me.bt_fw.Text = "변경" Me.bt_fw.UseVisualStyleBackColor = True ' 'bt_dv ' Me.bt_dv.Location = New System.Drawing.Point(237, 170) Me.bt_dv.Name = "bt_dv" Me.bt_dv.Size = New System.Drawing.Size(56, 23) Me.bt_dv.TabIndex = 9 Me.bt_dv.Text = "변경" Me.bt_dv.UseVisualStyleBackColor = True ' 'tb_fds ' Me.tb_fds.BackColor = System.Drawing.Color.Gainsboro Me.tb_fds.Location = New System.Drawing.Point(156, 171) Me.tb_fds.Name = "tb_fds" Me.tb_fds.ReadOnly = True Me.tb_fds.Size = New System.Drawing.Size(76, 21) Me.tb_fds.TabIndex = 8 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(41, 175) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(109, 12) Me.Label5.TabIndex = 10 Me.Label5.Text = "데이터뷰 글꼴 설정" ' 'bt_mm ' Me.bt_mm.Location = New System.Drawing.Point(237, 197) Me.bt_mm.Name = "bt_mm" Me.bt_mm.Size = New System.Drawing.Size(56, 23) Me.bt_mm.TabIndex = 11 Me.bt_mm.Text = "변경" Me.bt_mm.UseVisualStyleBackColor = True ' 'tb_mf ' Me.tb_mf.BackColor = System.Drawing.Color.Gainsboro Me.tb_mf.Location = New System.Drawing.Point(156, 198) Me.tb_mf.Name = "tb_mf" Me.tb_mf.ReadOnly = True Me.tb_mf.Size = New System.Drawing.Size(76, 21) Me.tb_mf.TabIndex = 10 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(65, 201) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(85, 12) Me.Label6.TabIndex = 13 Me.Label6.Text = "메뉴 글꼴 설정" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ForeColor = System.Drawing.Color.Firebrick Me.Label7.Location = New System.Drawing.Point(15, 397) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(221, 12) Me.Label7.TabIndex = 16 Me.Label7.Text = "< 특정부분은 재시작 후에 적용됩니다 >" ' 'bt_ok ' Me.bt_ok.Location = New System.Drawing.Point(12, 343) Me.bt_ok.Name = "bt_ok" Me.bt_ok.Size = New System.Drawing.Size(256, 49) Me.bt_ok.TabIndex = 1 Me.bt_ok.Text = "확인" Me.bt_ok.UseVisualStyleBackColor = True ' 'bt_c ' Me.bt_c.Location = New System.Drawing.Point(274, 343) Me.bt_c.Name = "bt_c" Me.bt_c.Size = New System.Drawing.Size(222, 49) Me.bt_c.TabIndex = 2 Me.bt_c.Text = "취소" Me.bt_c.UseVisualStyleBackColor = True ' 'cmb_pc ' Me.cmb_pc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmb_pc.FormattingEnabled = True Me.cmb_pc.Items.AddRange(New Object() {"일반", "최대화", "최소화"}) Me.cmb_pc.Location = New System.Drawing.Point(156, 117) Me.cmb_pc.Name = "cmb_pc" Me.cmb_pc.Size = New System.Drawing.Size(76, 20) Me.cmb_pc.TabIndex = 5 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(13, 122) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(137, 12) Me.Label8.TabIndex = 19 Me.Label8.Text = "그림파일 관리 시작 상태" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage3) Me.TabControl1.Location = New System.Drawing.Point(12, 12) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(484, 329) Me.TabControl1.TabIndex = 0 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.cmb_sdt) Me.TabPage1.Controls.Add(Me.Label9) Me.TabPage1.Controls.Add(Me.tb_ur) Me.TabPage1.Controls.Add(Me.cmb_pc) Me.TabPage1.Controls.Add(Me.Label1) Me.TabPage1.Controls.Add(Me.Label8) Me.TabPage1.Controls.Add(Me.Button1) Me.TabPage1.Controls.Add(Me.Label2) Me.TabPage1.Controls.Add(Me.Label3) Me.TabPage1.Controls.Add(Me.cmb_ml) Me.TabPage1.Controls.Add(Me.bt_mm) Me.TabPage1.Controls.Add(Me.cmb_dl) Me.TabPage1.Controls.Add(Me.tb_mf) Me.TabPage1.Controls.Add(Me.Label4) Me.TabPage1.Controls.Add(Me.Label6) Me.TabPage1.Controls.Add(Me.tbgdfgd) Me.TabPage1.Controls.Add(Me.bt_dv) Me.TabPage1.Controls.Add(Me.bt_fw) Me.TabPage1.Controls.Add(Me.tb_fds) Me.TabPage1.Controls.Add(Me.Label5) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(476, 303) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "일반설정" Me.TabPage1.UseVisualStyleBackColor = True ' 'cmb_sdt ' Me.cmb_sdt.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmb_sdt.FormattingEnabled = True Me.cmb_sdt.Items.AddRange(New Object() {"일반", "최대화", "최소화"}) Me.cmb_sdt.Location = New System.Drawing.Point(156, 93) Me.cmb_sdt.Name = "cmb_sdt" Me.cmb_sdt.Size = New System.Drawing.Size(76, 20) Me.cmb_sdt.TabIndex = 4 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(6, 96) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(143, 12) Me.Label9.TabIndex = 21 Me.Label9.Text = "(수용)세부목록 시작 상태" ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.SORTCHK) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(476, 303) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "전주세부" Me.TabPage2.UseVisualStyleBackColor = True ' 'SORTCHK ' Me.SORTCHK.AutoSize = True Me.SORTCHK.Location = New System.Drawing.Point(15, 16) Me.SORTCHK.Name = "SORTCHK" Me.SORTCHK.Size = New System.Drawing.Size(280, 16) Me.SORTCHK.TabIndex = 0 Me.SORTCHK.Text = "정렬시 번호값이 비어있을경우 위에 표시합니다" Me.SORTCHK.UseVisualStyleBackColor = True Me.SORTCHK.Visible = False ' 'TabPage3 ' Me.TabPage3.Controls.Add(Me.chb_numcolor) Me.TabPage3.Location = New System.Drawing.Point(4, 22) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Size = New System.Drawing.Size(476, 303) Me.TabPage3.TabIndex = 2 Me.TabPage3.Text = "가공출력" Me.TabPage3.UseVisualStyleBackColor = True ' 'chb_numcolor ' Me.chb_numcolor.A_CheckValue = Nothing Me.chb_numcolor.A_OtherValue = False Me.chb_numcolor.A_UnCheckVal = Nothing Me.chb_numcolor.AutoSize = True Me.chb_numcolor.Checked = True Me.chb_numcolor.CheckState = System.Windows.Forms.CheckState.Checked Me.chb_numcolor.Location = New System.Drawing.Point(12, 17) Me.chb_numcolor.Name = "chb_numcolor" Me.chb_numcolor.Size = New System.Drawing.Size(124, 16) Me.chb_numcolor.TabIndex = 0 Me.chb_numcolor.Text = "전주번호 색상구분" Me.chb_numcolor.UseVisualStyleBackColor = True Me.chb_numcolor.Value = Nothing ' 'Config ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(512, 415) Me.Controls.Add(Me.TabControl1) Me.Controls.Add(Me.bt_ok) Me.Controls.Add(Me.bt_c) Me.Controls.Add(Me.Label7) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "Config" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "프로그램 설정" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.TabPage2.ResumeLayout(False) Me.TabPage2.PerformLayout() Me.TabPage3.ResumeLayout(False) Me.TabPage3.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents tb_ur As System.Windows.Forms.TextBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents cmb_ml As System.Windows.Forms.ComboBox Friend WithEvents cmb_dl As System.Windows.Forms.ComboBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents tbgdfgd As System.Windows.Forms.TextBox Friend WithEvents bt_fw As System.Windows.Forms.Button Friend WithEvents bt_dv As System.Windows.Forms.Button Friend WithEvents tb_fds As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents bt_mm As System.Windows.Forms.Button Friend WithEvents tb_mf As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents bt_ok As System.Windows.Forms.Button Friend WithEvents bt_c As System.Windows.Forms.Button Friend WithEvents cmb_pc As System.Windows.Forms.ComboBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents SORTCHK As System.Windows.Forms.CheckBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents cmb_sdt As System.Windows.Forms.ComboBox Friend WithEvents TabPage3 As System.Windows.Forms.TabPage Friend WithEvents chb_numcolor As NewControlGroup.NewChkBox End Class