가로등 통합 anycpu 로 변경
This commit is contained in:
167
Project_fp5/Frm_Prnset.Designer.vb
generated
167
Project_fp5/Frm_Prnset.Designer.vb
generated
@@ -36,6 +36,8 @@ Partial Class Frm_Prnset
|
||||
Me.CbtstyleeditToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.cbt_del = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.btStyleinvisible = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.btStyleVisible = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
||||
Me.pg1 = New System.Windows.Forms.PropertyGrid()
|
||||
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
||||
@@ -131,8 +133,6 @@ Partial Class Frm_Prnset
|
||||
Me.bt_print = New System.Windows.Forms.ToolStripButton()
|
||||
Me.bt_dmode = New System.Windows.Forms.ToolStripButton()
|
||||
Me.btSaveImage = New System.Windows.Forms.ToolStripButton()
|
||||
Me.btStyleinvisible = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.btStyleVisible = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.TabPage3.SuspendLayout()
|
||||
Me.cm_style.SuspendLayout()
|
||||
Me.TabPage1.SuspendLayout()
|
||||
@@ -159,9 +159,9 @@ Partial Class Frm_Prnset
|
||||
'TabPage3
|
||||
'
|
||||
Me.TabPage3.Controls.Add(Me.cmb_style)
|
||||
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
|
||||
Me.TabPage3.Location = New System.Drawing.Point(4, 26)
|
||||
Me.TabPage3.Name = "TabPage3"
|
||||
Me.TabPage3.Size = New System.Drawing.Size(333, 324)
|
||||
Me.TabPage3.Size = New System.Drawing.Size(368, 346)
|
||||
Me.TabPage3.TabIndex = 2
|
||||
Me.TabPage3.Text = "스타일"
|
||||
Me.TabPage3.UseVisualStyleBackColor = True
|
||||
@@ -172,20 +172,21 @@ Partial Class Frm_Prnset
|
||||
Me.cmb_style.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.cmb_style.DropDownHeight = 200
|
||||
Me.cmb_style.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
|
||||
Me.cmb_style.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.cmb_style.FormattingEnabled = True
|
||||
Me.cmb_style.ImeMode = System.Windows.Forms.ImeMode.Hangul
|
||||
Me.cmb_style.IntegralHeight = False
|
||||
Me.cmb_style.Items.AddRange(New Object() {"df", "sfds", "fds", "123"})
|
||||
Me.cmb_style.Location = New System.Drawing.Point(0, 0)
|
||||
Me.cmb_style.Name = "cmb_style"
|
||||
Me.cmb_style.Size = New System.Drawing.Size(333, 324)
|
||||
Me.cmb_style.Size = New System.Drawing.Size(368, 346)
|
||||
Me.cmb_style.TabIndex = 19
|
||||
'
|
||||
'cm_style
|
||||
'
|
||||
Me.cm_style.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.cbt_makenewstyle, Me.cbt_copystyle, Me.cmb_editname, Me.bt_chang_font, Me.CbtstyleeditToolStripMenuItem, Me.ToolStripMenuItem2, Me.cbt_del, Me.btStyleinvisible, Me.btStyleVisible})
|
||||
Me.cm_style.Name = "cm_style"
|
||||
Me.cm_style.Size = New System.Drawing.Size(179, 208)
|
||||
Me.cm_style.Size = New System.Drawing.Size(179, 186)
|
||||
'
|
||||
'cbt_makenewstyle
|
||||
'
|
||||
@@ -231,13 +232,25 @@ Partial Class Frm_Prnset
|
||||
Me.cbt_del.Size = New System.Drawing.Size(178, 22)
|
||||
Me.cbt_del.Text = "스타일 삭제"
|
||||
'
|
||||
'btStyleinvisible
|
||||
'
|
||||
Me.btStyleinvisible.Name = "btStyleinvisible"
|
||||
Me.btStyleinvisible.Size = New System.Drawing.Size(178, 22)
|
||||
Me.btStyleinvisible.Text = "스타일 숨김"
|
||||
'
|
||||
'btStyleVisible
|
||||
'
|
||||
Me.btStyleVisible.Name = "btStyleVisible"
|
||||
Me.btStyleVisible.Size = New System.Drawing.Size(178, 22)
|
||||
Me.btStyleVisible.Text = "스타일 표시"
|
||||
'
|
||||
'TabPage1
|
||||
'
|
||||
Me.TabPage1.Controls.Add(Me.pg1)
|
||||
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
|
||||
Me.TabPage1.Location = New System.Drawing.Point(4, 26)
|
||||
Me.TabPage1.Name = "TabPage1"
|
||||
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.TabPage1.Size = New System.Drawing.Size(333, 324)
|
||||
Me.TabPage1.Size = New System.Drawing.Size(368, 346)
|
||||
Me.TabPage1.TabIndex = 0
|
||||
Me.TabPage1.Text = "페이지"
|
||||
Me.TabPage1.UseVisualStyleBackColor = True
|
||||
@@ -248,7 +261,7 @@ Partial Class Frm_Prnset
|
||||
Me.pg1.ImeMode = System.Windows.Forms.ImeMode.Hangul
|
||||
Me.pg1.Location = New System.Drawing.Point(3, 3)
|
||||
Me.pg1.Name = "pg1"
|
||||
Me.pg1.Size = New System.Drawing.Size(327, 318)
|
||||
Me.pg1.Size = New System.Drawing.Size(362, 340)
|
||||
Me.pg1.TabIndex = 100
|
||||
Me.pg1.ToolbarVisible = False
|
||||
'
|
||||
@@ -297,10 +310,10 @@ Partial Class Frm_Prnset
|
||||
Me.TabPage7.Controls.Add(Me.TB_FONTNAME)
|
||||
Me.TabPage7.Controls.Add(Me.tb_y)
|
||||
Me.TabPage7.Controls.Add(Me.tb_x)
|
||||
Me.TabPage7.Location = New System.Drawing.Point(4, 22)
|
||||
Me.TabPage7.Location = New System.Drawing.Point(4, 26)
|
||||
Me.TabPage7.Name = "TabPage7"
|
||||
Me.TabPage7.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.TabPage7.Size = New System.Drawing.Size(279, 205)
|
||||
Me.TabPage7.Size = New System.Drawing.Size(279, 201)
|
||||
Me.TabPage7.TabIndex = 0
|
||||
Me.TabPage7.Text = "I"
|
||||
Me.TabPage7.UseVisualStyleBackColor = True
|
||||
@@ -334,7 +347,7 @@ Partial Class Frm_Prnset
|
||||
'
|
||||
Me.tb_rep.Location = New System.Drawing.Point(63, 20)
|
||||
Me.tb_rep.Name = "tb_rep"
|
||||
Me.tb_rep.Size = New System.Drawing.Size(34, 21)
|
||||
Me.tb_rep.Size = New System.Drawing.Size(34, 25)
|
||||
Me.tb_rep.TabIndex = 9
|
||||
'
|
||||
'Label12
|
||||
@@ -342,7 +355,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label12.AutoSize = True
|
||||
Me.Label12.Location = New System.Drawing.Point(6, 23)
|
||||
Me.Label12.Name = "Label12"
|
||||
Me.Label12.Size = New System.Drawing.Size(53, 12)
|
||||
Me.Label12.Size = New System.Drawing.Size(65, 19)
|
||||
Me.Label12.TabIndex = 8
|
||||
Me.Label12.Text = "반복횟수"
|
||||
'
|
||||
@@ -350,7 +363,7 @@ Partial Class Frm_Prnset
|
||||
'
|
||||
Me.tb_rx.Location = New System.Drawing.Point(122, 20)
|
||||
Me.tb_rx.Name = "tb_rx"
|
||||
Me.tb_rx.Size = New System.Drawing.Size(34, 21)
|
||||
Me.tb_rx.Size = New System.Drawing.Size(34, 25)
|
||||
Me.tb_rx.TabIndex = 91
|
||||
'
|
||||
'Label13
|
||||
@@ -358,7 +371,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label13.AutoSize = True
|
||||
Me.Label13.Location = New System.Drawing.Point(162, 24)
|
||||
Me.Label13.Name = "Label13"
|
||||
Me.Label13.Size = New System.Drawing.Size(13, 12)
|
||||
Me.Label13.Size = New System.Drawing.Size(17, 19)
|
||||
Me.Label13.TabIndex = 13
|
||||
Me.Label13.Text = "Y"
|
||||
'
|
||||
@@ -366,7 +379,7 @@ Partial Class Frm_Prnset
|
||||
'
|
||||
Me.tb_ry.Location = New System.Drawing.Point(181, 20)
|
||||
Me.tb_ry.Name = "tb_ry"
|
||||
Me.tb_ry.Size = New System.Drawing.Size(34, 21)
|
||||
Me.tb_ry.Size = New System.Drawing.Size(34, 25)
|
||||
Me.tb_ry.TabIndex = 92
|
||||
'
|
||||
'Label14
|
||||
@@ -374,7 +387,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label14.AutoSize = True
|
||||
Me.Label14.Location = New System.Drawing.Point(103, 24)
|
||||
Me.Label14.Name = "Label14"
|
||||
Me.Label14.Size = New System.Drawing.Size(13, 12)
|
||||
Me.Label14.Size = New System.Drawing.Size(17, 19)
|
||||
Me.Label14.TabIndex = 11
|
||||
Me.Label14.Text = "X"
|
||||
'
|
||||
@@ -383,7 +396,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label8.AutoSize = True
|
||||
Me.Label8.Location = New System.Drawing.Point(18, 47)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(13, 12)
|
||||
Me.Label8.Size = New System.Drawing.Size(17, 19)
|
||||
Me.Label8.TabIndex = 3
|
||||
Me.Label8.Text = "Y"
|
||||
'
|
||||
@@ -392,7 +405,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label9.AutoSize = True
|
||||
Me.Label9.Location = New System.Drawing.Point(18, 24)
|
||||
Me.Label9.Name = "Label9"
|
||||
Me.Label9.Size = New System.Drawing.Size(13, 12)
|
||||
Me.Label9.Size = New System.Drawing.Size(17, 19)
|
||||
Me.Label9.TabIndex = 0
|
||||
Me.Label9.Text = "X"
|
||||
'
|
||||
@@ -401,7 +414,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.Location = New System.Drawing.Point(159, 47)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(29, 12)
|
||||
Me.Label5.Size = New System.Drawing.Size(37, 19)
|
||||
Me.Label5.TabIndex = 5
|
||||
Me.Label5.Text = "공백"
|
||||
'
|
||||
@@ -410,7 +423,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label7.AutoSize = True
|
||||
Me.Label7.Location = New System.Drawing.Point(159, 24)
|
||||
Me.Label7.Name = "Label7"
|
||||
Me.Label7.Size = New System.Drawing.Size(29, 12)
|
||||
Me.Label7.Size = New System.Drawing.Size(37, 19)
|
||||
Me.Label7.TabIndex = 2
|
||||
Me.Label7.Text = "크기"
|
||||
'
|
||||
@@ -419,7 +432,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Location = New System.Drawing.Point(81, 47)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(29, 12)
|
||||
Me.Label3.Size = New System.Drawing.Size(37, 19)
|
||||
Me.Label3.TabIndex = 4
|
||||
Me.Label3.Text = "높이"
|
||||
'
|
||||
@@ -428,7 +441,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(81, 24)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(29, 12)
|
||||
Me.Label2.Size = New System.Drawing.Size(37, 19)
|
||||
Me.Label2.TabIndex = 1
|
||||
Me.Label2.Text = "너비"
|
||||
'
|
||||
@@ -446,28 +459,28 @@ Partial Class Frm_Prnset
|
||||
'
|
||||
Me.tb_space.Location = New System.Drawing.Point(194, 43)
|
||||
Me.tb_space.Name = "tb_space"
|
||||
Me.tb_space.Size = New System.Drawing.Size(34, 21)
|
||||
Me.tb_space.Size = New System.Drawing.Size(34, 25)
|
||||
Me.tb_space.TabIndex = 82
|
||||
'
|
||||
'tb_size
|
||||
'
|
||||
Me.tb_size.Location = New System.Drawing.Point(194, 20)
|
||||
Me.tb_size.Name = "tb_size"
|
||||
Me.tb_size.Size = New System.Drawing.Size(34, 21)
|
||||
Me.tb_size.Size = New System.Drawing.Size(34, 25)
|
||||
Me.tb_size.TabIndex = 81
|
||||
'
|
||||
'tb_h
|
||||
'
|
||||
Me.tb_h.Location = New System.Drawing.Point(116, 43)
|
||||
Me.tb_h.Name = "tb_h"
|
||||
Me.tb_h.Size = New System.Drawing.Size(34, 21)
|
||||
Me.tb_h.Size = New System.Drawing.Size(34, 25)
|
||||
Me.tb_h.TabIndex = 80
|
||||
'
|
||||
'tb_w
|
||||
'
|
||||
Me.tb_w.Location = New System.Drawing.Point(116, 20)
|
||||
Me.tb_w.Name = "tb_w"
|
||||
Me.tb_w.Size = New System.Drawing.Size(34, 21)
|
||||
Me.tb_w.Size = New System.Drawing.Size(34, 25)
|
||||
Me.tb_w.TabIndex = 79
|
||||
'
|
||||
'TB_FONTNAME
|
||||
@@ -477,7 +490,7 @@ Partial Class Frm_Prnset
|
||||
Me.TB_FONTNAME.Location = New System.Drawing.Point(89, 72)
|
||||
Me.TB_FONTNAME.Name = "TB_FONTNAME"
|
||||
Me.TB_FONTNAME.ReadOnly = True
|
||||
Me.TB_FONTNAME.Size = New System.Drawing.Size(127, 21)
|
||||
Me.TB_FONTNAME.Size = New System.Drawing.Size(127, 25)
|
||||
Me.TB_FONTNAME.TabIndex = 7
|
||||
Me.TB_FONTNAME.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
||||
Me.ToolTip1.SetToolTip(Me.TB_FONTNAME, "글꼴이름을 나타냅니다")
|
||||
@@ -486,14 +499,14 @@ Partial Class Frm_Prnset
|
||||
'
|
||||
Me.tb_y.Location = New System.Drawing.Point(40, 43)
|
||||
Me.tb_y.Name = "tb_y"
|
||||
Me.tb_y.Size = New System.Drawing.Size(34, 21)
|
||||
Me.tb_y.Size = New System.Drawing.Size(34, 25)
|
||||
Me.tb_y.TabIndex = 78
|
||||
'
|
||||
'tb_x
|
||||
'
|
||||
Me.tb_x.Location = New System.Drawing.Point(40, 20)
|
||||
Me.tb_x.Name = "tb_x"
|
||||
Me.tb_x.Size = New System.Drawing.Size(34, 21)
|
||||
Me.tb_x.Size = New System.Drawing.Size(34, 25)
|
||||
Me.tb_x.TabIndex = 77
|
||||
'
|
||||
'TabPage8
|
||||
@@ -522,7 +535,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label10.AutoSize = True
|
||||
Me.Label10.Location = New System.Drawing.Point(13, 37)
|
||||
Me.Label10.Name = "Label10"
|
||||
Me.Label10.Size = New System.Drawing.Size(53, 12)
|
||||
Me.Label10.Size = New System.Drawing.Size(65, 19)
|
||||
Me.Label10.TabIndex = 99
|
||||
Me.Label10.Tag = ""
|
||||
Me.Label10.Text = "개체선택"
|
||||
@@ -533,7 +546,7 @@ Partial Class Frm_Prnset
|
||||
Me.lb_numtype.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.lb_numtype.Location = New System.Drawing.Point(202, 60)
|
||||
Me.lb_numtype.Name = "lb_numtype"
|
||||
Me.lb_numtype.Size = New System.Drawing.Size(91, 21)
|
||||
Me.lb_numtype.Size = New System.Drawing.Size(91, 25)
|
||||
Me.lb_numtype.TabIndex = 91
|
||||
Me.lb_numtype.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
||||
'
|
||||
@@ -542,7 +555,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label6.AutoSize = True
|
||||
Me.Label6.Location = New System.Drawing.Point(12, 64)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(53, 12)
|
||||
Me.Label6.Size = New System.Drawing.Size(65, 19)
|
||||
Me.Label6.TabIndex = 85
|
||||
Me.Label6.Tag = ""
|
||||
Me.Label6.Text = "표시유형"
|
||||
@@ -554,7 +567,7 @@ Partial Class Frm_Prnset
|
||||
Me.cmb_sep.Items.AddRange(New Object() {"혼합", "분리", "통합", "*****"})
|
||||
Me.cmb_sep.Location = New System.Drawing.Point(72, 60)
|
||||
Me.cmb_sep.Name = "cmb_sep"
|
||||
Me.cmb_sep.Size = New System.Drawing.Size(124, 20)
|
||||
Me.cmb_sep.Size = New System.Drawing.Size(124, 25)
|
||||
Me.cmb_sep.TabIndex = 84
|
||||
Me.ToolTip1.SetToolTip(Me.cmb_sep, "전주번호 표시형태를 선택하세요")
|
||||
'
|
||||
@@ -563,7 +576,7 @@ Partial Class Frm_Prnset
|
||||
Me.cmb_controls.FormattingEnabled = True
|
||||
Me.cmb_controls.Location = New System.Drawing.Point(73, 34)
|
||||
Me.cmb_controls.Name = "cmb_controls"
|
||||
Me.cmb_controls.Size = New System.Drawing.Size(219, 20)
|
||||
Me.cmb_controls.Size = New System.Drawing.Size(219, 25)
|
||||
Me.cmb_controls.TabIndex = 45
|
||||
Me.ToolTip1.SetToolTip(Me.cmb_controls, "선택가능한 개체목록을 볼 수 잇습니다. 화면에 보이지 않는 개체도 선택이 가능합니다")
|
||||
'
|
||||
@@ -687,10 +700,11 @@ Partial Class Frm_Prnset
|
||||
Me.TabControl1.Controls.Add(Me.TabPage6)
|
||||
Me.TabControl1.Controls.Add(Me.TabPage5)
|
||||
Me.TabControl1.Controls.Add(Me.TabPage4)
|
||||
Me.TabControl1.Location = New System.Drawing.Point(7, 32)
|
||||
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabControl1.Location = New System.Drawing.Point(5, 30)
|
||||
Me.TabControl1.Name = "TabControl1"
|
||||
Me.TabControl1.SelectedIndex = 0
|
||||
Me.TabControl1.Size = New System.Drawing.Size(341, 350)
|
||||
Me.TabControl1.Size = New System.Drawing.Size(376, 376)
|
||||
Me.TabControl1.TabIndex = 57
|
||||
'
|
||||
'TabPage6
|
||||
@@ -708,10 +722,10 @@ Partial Class Frm_Prnset
|
||||
'lst_shape
|
||||
'
|
||||
Me.lst_shape.FormattingEnabled = True
|
||||
Me.lst_shape.ItemHeight = 12
|
||||
Me.lst_shape.ItemHeight = 17
|
||||
Me.lst_shape.Location = New System.Drawing.Point(4, 28)
|
||||
Me.lst_shape.Name = "lst_shape"
|
||||
Me.lst_shape.Size = New System.Drawing.Size(324, 88)
|
||||
Me.lst_shape.Size = New System.Drawing.Size(324, 72)
|
||||
Me.lst_shape.TabIndex = 102
|
||||
'
|
||||
'pgs
|
||||
@@ -839,7 +853,7 @@ Partial Class Frm_Prnset
|
||||
Me.LinkLabel2.LinkColor = System.Drawing.Color.Firebrick
|
||||
Me.LinkLabel2.Location = New System.Drawing.Point(238, 13)
|
||||
Me.LinkLabel2.Name = "LinkLabel2"
|
||||
Me.LinkLabel2.Size = New System.Drawing.Size(53, 12)
|
||||
Me.LinkLabel2.Size = New System.Drawing.Size(65, 19)
|
||||
Me.LinkLabel2.TabIndex = 14
|
||||
Me.LinkLabel2.TabStop = True
|
||||
Me.LinkLabel2.Text = "배경삭제"
|
||||
@@ -850,7 +864,7 @@ Partial Class Frm_Prnset
|
||||
Me.LinkLabel1.AutoSize = True
|
||||
Me.LinkLabel1.Location = New System.Drawing.Point(179, 13)
|
||||
Me.LinkLabel1.Name = "LinkLabel1"
|
||||
Me.LinkLabel1.Size = New System.Drawing.Size(53, 12)
|
||||
Me.LinkLabel1.Size = New System.Drawing.Size(65, 19)
|
||||
Me.LinkLabel1.TabIndex = 13
|
||||
Me.LinkLabel1.TabStop = True
|
||||
Me.LinkLabel1.Text = "배경선택"
|
||||
@@ -861,7 +875,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label11.AutoSize = True
|
||||
Me.Label11.Location = New System.Drawing.Point(14, 36)
|
||||
Me.Label11.Name = "Label11"
|
||||
Me.Label11.Size = New System.Drawing.Size(101, 12)
|
||||
Me.Label11.Size = New System.Drawing.Size(121, 19)
|
||||
Me.Label11.TabIndex = 12
|
||||
Me.Label11.Text = "배경화면표시형식"
|
||||
'
|
||||
@@ -907,7 +921,7 @@ Partial Class Frm_Prnset
|
||||
Me.chk_prnimg.AutoSize = True
|
||||
Me.chk_prnimg.Location = New System.Drawing.Point(9, 19)
|
||||
Me.chk_prnimg.Name = "chk_prnimg"
|
||||
Me.chk_prnimg.Size = New System.Drawing.Size(112, 16)
|
||||
Me.chk_prnimg.Size = New System.Drawing.Size(131, 23)
|
||||
Me.chk_prnimg.TabIndex = 5
|
||||
Me.chk_prnimg.Text = "인쇄시 배경포함"
|
||||
Me.chk_prnimg.UseVisualStyleBackColor = True
|
||||
@@ -916,7 +930,7 @@ Partial Class Frm_Prnset
|
||||
'
|
||||
Me.tb_bakh.Location = New System.Drawing.Point(89, 66)
|
||||
Me.tb_bakh.Name = "tb_bakh"
|
||||
Me.tb_bakh.Size = New System.Drawing.Size(32, 21)
|
||||
Me.tb_bakh.Size = New System.Drawing.Size(32, 25)
|
||||
Me.tb_bakh.TabIndex = 11
|
||||
'
|
||||
'Label1
|
||||
@@ -924,7 +938,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(8, 45)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(39, 12)
|
||||
Me.Label1.Size = New System.Drawing.Size(45, 19)
|
||||
Me.Label1.TabIndex = 6
|
||||
Me.Label1.Text = "(위치)"
|
||||
'
|
||||
@@ -932,7 +946,7 @@ Partial Class Frm_Prnset
|
||||
'
|
||||
Me.tb_bakw.Location = New System.Drawing.Point(52, 66)
|
||||
Me.tb_bakw.Name = "tb_bakw"
|
||||
Me.tb_bakw.Size = New System.Drawing.Size(32, 21)
|
||||
Me.tb_bakw.Size = New System.Drawing.Size(32, 25)
|
||||
Me.tb_bakw.TabIndex = 10
|
||||
'
|
||||
'Label4
|
||||
@@ -940,7 +954,7 @@ Partial Class Frm_Prnset
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.Location = New System.Drawing.Point(8, 70)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(39, 12)
|
||||
Me.Label4.Size = New System.Drawing.Size(45, 19)
|
||||
Me.Label4.TabIndex = 7
|
||||
Me.Label4.Text = "(크기)"
|
||||
'
|
||||
@@ -948,14 +962,14 @@ Partial Class Frm_Prnset
|
||||
'
|
||||
Me.tb_baky.Location = New System.Drawing.Point(89, 41)
|
||||
Me.tb_baky.Name = "tb_baky"
|
||||
Me.tb_baky.Size = New System.Drawing.Size(32, 21)
|
||||
Me.tb_baky.Size = New System.Drawing.Size(32, 25)
|
||||
Me.tb_baky.TabIndex = 9
|
||||
'
|
||||
'tb_bakx
|
||||
'
|
||||
Me.tb_bakx.Location = New System.Drawing.Point(52, 41)
|
||||
Me.tb_bakx.Name = "tb_bakx"
|
||||
Me.tb_bakx.Size = New System.Drawing.Size(32, 21)
|
||||
Me.tb_bakx.Size = New System.Drawing.Size(32, 25)
|
||||
Me.tb_bakx.TabIndex = 8
|
||||
'
|
||||
'tb_picfile
|
||||
@@ -975,7 +989,7 @@ Partial Class Frm_Prnset
|
||||
Me.cmb_imgtype.Items.AddRange(New Object() {"None", "Tile", "Center", "Stetch", "Zoom", "화면에 직접출력"})
|
||||
Me.cmb_imgtype.Location = New System.Drawing.Point(125, 32)
|
||||
Me.cmb_imgtype.Name = "cmb_imgtype"
|
||||
Me.cmb_imgtype.Size = New System.Drawing.Size(166, 20)
|
||||
Me.cmb_imgtype.Size = New System.Drawing.Size(166, 25)
|
||||
Me.cmb_imgtype.TabIndex = 3
|
||||
'
|
||||
'Chk_BgImage
|
||||
@@ -983,7 +997,7 @@ Partial Class Frm_Prnset
|
||||
Me.Chk_BgImage.AutoSize = True
|
||||
Me.Chk_BgImage.Location = New System.Drawing.Point(19, 11)
|
||||
Me.Chk_BgImage.Name = "Chk_BgImage"
|
||||
Me.Chk_BgImage.Size = New System.Drawing.Size(96, 16)
|
||||
Me.Chk_BgImage.Size = New System.Drawing.Size(112, 23)
|
||||
Me.Chk_BgImage.TabIndex = 0
|
||||
Me.Chk_BgImage.Text = "배경화면사용"
|
||||
Me.Chk_BgImage.UseVisualStyleBackColor = True
|
||||
@@ -1000,6 +1014,7 @@ Partial Class Frm_Prnset
|
||||
'
|
||||
'NewFp1
|
||||
'
|
||||
Me.NewFp1.AccessibleDescription = ""
|
||||
Me.NewFp1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.NewFp1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded
|
||||
Me.NewFp1.Location = New System.Drawing.Point(0, 0)
|
||||
@@ -1029,18 +1044,18 @@ Partial Class Frm_Prnset
|
||||
'tb_printrange
|
||||
'
|
||||
Me.tb_printrange.BackColor = System.Drawing.Color.LightGoldenrodYellow
|
||||
Me.tb_printrange.Location = New System.Drawing.Point(207, 13)
|
||||
Me.tb_printrange.Location = New System.Drawing.Point(256, 16)
|
||||
Me.tb_printrange.Name = "tb_printrange"
|
||||
Me.tb_printrange.Size = New System.Drawing.Size(87, 21)
|
||||
Me.tb_printrange.Size = New System.Drawing.Size(87, 25)
|
||||
Me.tb_printrange.TabIndex = 5
|
||||
Me.tb_printrange.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
||||
'
|
||||
'rad_rangecustom
|
||||
'
|
||||
Me.rad_rangecustom.AutoSize = True
|
||||
Me.rad_rangecustom.Location = New System.Drawing.Point(105, 17)
|
||||
Me.rad_rangecustom.Location = New System.Drawing.Point(131, 17)
|
||||
Me.rad_rangecustom.Name = "rad_rangecustom"
|
||||
Me.rad_rangecustom.Size = New System.Drawing.Size(47, 16)
|
||||
Me.rad_rangecustom.Size = New System.Drawing.Size(55, 23)
|
||||
Me.rad_rangecustom.TabIndex = 4
|
||||
Me.rad_rangecustom.TabStop = True
|
||||
Me.rad_rangecustom.Text = "지정"
|
||||
@@ -1050,9 +1065,9 @@ Partial Class Frm_Prnset
|
||||
'
|
||||
Me.rad_Rangecurr.AutoSize = True
|
||||
Me.rad_Rangecurr.Checked = True
|
||||
Me.rad_Rangecurr.Location = New System.Drawing.Point(55, 17)
|
||||
Me.rad_Rangecurr.Location = New System.Drawing.Point(69, 17)
|
||||
Me.rad_Rangecurr.Name = "rad_Rangecurr"
|
||||
Me.rad_Rangecurr.Size = New System.Drawing.Size(47, 16)
|
||||
Me.rad_Rangecurr.Size = New System.Drawing.Size(55, 23)
|
||||
Me.rad_Rangecurr.TabIndex = 3
|
||||
Me.rad_Rangecurr.TabStop = True
|
||||
Me.rad_Rangecurr.Text = "현재"
|
||||
@@ -1060,11 +1075,12 @@ Partial Class Frm_Prnset
|
||||
'
|
||||
'cmb_prnlist
|
||||
'
|
||||
Me.cmb_prnlist.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.cmb_prnlist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.cmb_prnlist.FormattingEnabled = True
|
||||
Me.cmb_prnlist.Location = New System.Drawing.Point(8, 6)
|
||||
Me.cmb_prnlist.Location = New System.Drawing.Point(5, 5)
|
||||
Me.cmb_prnlist.Name = "cmb_prnlist"
|
||||
Me.cmb_prnlist.Size = New System.Drawing.Size(336, 20)
|
||||
Me.cmb_prnlist.Size = New System.Drawing.Size(376, 25)
|
||||
Me.cmb_prnlist.TabIndex = 53
|
||||
'
|
||||
'rad_rangeall
|
||||
@@ -1072,7 +1088,7 @@ Partial Class Frm_Prnset
|
||||
Me.rad_rangeall.AutoSize = True
|
||||
Me.rad_rangeall.Location = New System.Drawing.Point(7, 17)
|
||||
Me.rad_rangeall.Name = "rad_rangeall"
|
||||
Me.rad_rangeall.Size = New System.Drawing.Size(47, 16)
|
||||
Me.rad_rangeall.Size = New System.Drawing.Size(55, 23)
|
||||
Me.rad_rangeall.TabIndex = 2
|
||||
Me.rad_rangeall.TabStop = True
|
||||
Me.rad_rangeall.Text = "전체"
|
||||
@@ -1086,9 +1102,10 @@ Partial Class Frm_Prnset
|
||||
Me.GroupBox3.Controls.Add(Me.rad_Rangecurr)
|
||||
Me.GroupBox3.Controls.Add(Me.rad_rangecustom)
|
||||
Me.GroupBox3.Controls.Add(Me.tb_printrange)
|
||||
Me.GroupBox3.Location = New System.Drawing.Point(8, 388)
|
||||
Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.GroupBox3.Location = New System.Drawing.Point(5, 406)
|
||||
Me.GroupBox3.Name = "GroupBox3"
|
||||
Me.GroupBox3.Size = New System.Drawing.Size(340, 39)
|
||||
Me.GroupBox3.Size = New System.Drawing.Size(376, 46)
|
||||
Me.GroupBox3.TabIndex = 56
|
||||
Me.GroupBox3.TabStop = False
|
||||
Me.GroupBox3.Text = "인쇄범위"
|
||||
@@ -1096,9 +1113,9 @@ Partial Class Frm_Prnset
|
||||
'rad_repeat
|
||||
'
|
||||
Me.rad_repeat.AutoSize = True
|
||||
Me.rad_repeat.Location = New System.Drawing.Point(154, 17)
|
||||
Me.rad_repeat.Location = New System.Drawing.Point(193, 17)
|
||||
Me.rad_repeat.Name = "rad_repeat"
|
||||
Me.rad_repeat.Size = New System.Drawing.Size(47, 16)
|
||||
Me.rad_repeat.Size = New System.Drawing.Size(55, 23)
|
||||
Me.rad_repeat.TabIndex = 6
|
||||
Me.rad_repeat.TabStop = True
|
||||
Me.rad_repeat.Text = "반복"
|
||||
@@ -1111,9 +1128,9 @@ Partial Class Frm_Prnset
|
||||
Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
||||
Me.ToolStrip1.ImageScalingSize = New System.Drawing.Size(30, 30)
|
||||
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.bt_preview, Me.bt_print, Me.bt_dmode, Me.btSaveImage})
|
||||
Me.ToolStrip1.Location = New System.Drawing.Point(0, 433)
|
||||
Me.ToolStrip1.Location = New System.Drawing.Point(5, 452)
|
||||
Me.ToolStrip1.Name = "ToolStrip1"
|
||||
Me.ToolStrip1.Size = New System.Drawing.Size(350, 39)
|
||||
Me.ToolStrip1.Size = New System.Drawing.Size(376, 39)
|
||||
Me.ToolStrip1.TabIndex = 58
|
||||
Me.ToolStrip1.Text = "ToolStrip1"
|
||||
'
|
||||
@@ -1155,33 +1172,23 @@ Partial Class Frm_Prnset
|
||||
Me.btSaveImage.Text = "저장"
|
||||
Me.btSaveImage.Visible = False
|
||||
'
|
||||
'btStyleinvisible
|
||||
'
|
||||
Me.btStyleinvisible.Name = "btStyleinvisible"
|
||||
Me.btStyleinvisible.Size = New System.Drawing.Size(178, 22)
|
||||
Me.btStyleinvisible.Text = "스타일 숨김"
|
||||
'
|
||||
'btStyleVisible
|
||||
'
|
||||
Me.btStyleVisible.Name = "btStyleVisible"
|
||||
Me.btStyleVisible.Size = New System.Drawing.Size(178, 22)
|
||||
Me.btStyleVisible.Text = "스타일 표시"
|
||||
'
|
||||
'Frm_Prnset
|
||||
'
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
|
||||
Me.AutoScroll = True
|
||||
Me.BackColor = System.Drawing.SystemColors.Control
|
||||
Me.ClientSize = New System.Drawing.Size(350, 472)
|
||||
Me.Controls.Add(Me.ToolStrip1)
|
||||
Me.ClientSize = New System.Drawing.Size(386, 496)
|
||||
Me.Controls.Add(Me.TabControl1)
|
||||
Me.Controls.Add(Me.cmb_prnlist)
|
||||
Me.Controls.Add(Me.GroupBox3)
|
||||
Me.Controls.Add(Me.ToolStrip1)
|
||||
Me.Font = New System.Drawing.Font("맑은 고딕", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte))
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
||||
Me.KeyPreview = True
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "Frm_Prnset"
|
||||
Me.Padding = New System.Windows.Forms.Padding(5)
|
||||
Me.Text = "속성창"
|
||||
Me.TabPage3.ResumeLayout(False)
|
||||
Me.cm_style.ResumeLayout(False)
|
||||
|
||||
Reference in New Issue
Block a user