_ Partial Class PrintForm Inherits CEpole.Defalut_PrintForm 'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso components IsNot Nothing Then components.Dispose() End If MyBase.Dispose(disposing) End Sub 'Windows Form 디자이너에 필요합니다. Private components As System.ComponentModel.IContainer '참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다. '수정하려면 Windows Form 디자이너를 사용하십시오. '코드 편집기를 사용하여 수정하지 마십시오. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(PrintForm)) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip Me.lb_selcon = New System.Windows.Forms.ToolStripStatusLabel Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel Me.BindingNavigator1 = New System.Windows.Forms.BindingNavigator(Me.components) Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator Me.bt_down = New System.Windows.Forms.ToolStripButton Me.bt_right = New System.Windows.Forms.ToolStripButton Me.bt_up = New System.Windows.Forms.ToolStripButton Me.bt_left = New System.Windows.Forms.ToolStripButton Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator Me.bt_close = New System.Windows.Forms.ToolStripButton Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel Me.VScrollBar1 = New System.Windows.Forms.VScrollBar Me.Panel1 = New System.Windows.Forms.Panel Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.ToolStrip3 = New System.Windows.Forms.ToolStrip Me.mainmenu = New System.Windows.Forms.ToolStripDropDownButton Me.m_viewdata = New System.Windows.Forms.ToolStripMenuItem Me.cb_seq = New System.Windows.Forms.ToolStripMenuItem Me.chk1 = New System.Windows.Forms.ToolStripMenuItem Me.chk2 = New System.Windows.Forms.ToolStripMenuItem Me.chk3 = New System.Windows.Forms.ToolStripMenuItem Me.chk4 = New System.Windows.Forms.ToolStripMenuItem Me.chk5 = New System.Windows.Forms.ToolStripMenuItem Me.chk6 = New System.Windows.Forms.ToolStripMenuItem Me.chk7 = New System.Windows.Forms.ToolStripMenuItem Me.chk8 = New System.Windows.Forms.ToolStripMenuItem Me.chk9 = New System.Windows.Forms.ToolStripMenuItem Me.chk10 = New System.Windows.Forms.ToolStripMenuItem Me.chk11 = New System.Windows.Forms.ToolStripMenuItem Me.chk12 = New System.Windows.Forms.ToolStripMenuItem Me.chk13 = New System.Windows.Forms.ToolStripMenuItem Me.chk14 = New System.Windows.Forms.ToolStripMenuItem Me.chk15 = New System.Windows.Forms.ToolStripMenuItem Me.chk16 = New System.Windows.Forms.ToolStripMenuItem Me.chk17 = New System.Windows.Forms.ToolStripMenuItem Me.chk20 = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem Me.chk21 = New System.Windows.Forms.ToolStripMenuItem Me.m_shortkey = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator Me.bt_savestyle = New System.Windows.Forms.ToolStripButton Me.ToolStripSeparator5 = New System.Windows.Forms.ToolStripSeparator Me.bt_savelen = New System.Windows.Forms.ToolStripButton Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator CType(Me.BS, System.ComponentModel.ISupportInitialize).BeginInit() Me.StatusStrip1.SuspendLayout() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() Me.TableLayoutPanel1.SuspendLayout() Me.Panel1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.ToolStrip3.SuspendLayout() Me.SuspendLayout() ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lb_selcon, Me.lb_msg}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 503) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(430, 22) Me.StatusStrip1.TabIndex = 9 Me.StatusStrip1.Text = "StatusStrip1" ' 'lb_selcon ' Me.lb_selcon.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.lb_selcon.ForeColor = System.Drawing.Color.Blue Me.lb_selcon.Name = "lb_selcon" Me.lb_selcon.Size = New System.Drawing.Size(65, 17) Me.lb_selcon.Text = "[선택개체]" ' 'lb_msg ' Me.lb_msg.Name = "lb_msg" Me.lb_msg.Size = New System.Drawing.Size(19, 17) Me.lb_msg.Text = "▷" ' 'BindingNavigator1 ' Me.BindingNavigator1.AddNewItem = Nothing Me.BindingNavigator1.BackColor = System.Drawing.Color.White Me.BindingNavigator1.BindingSource = Me.BS Me.TableLayoutPanel1.SetColumnSpan(Me.BindingNavigator1, 2) Me.BindingNavigator1.CountItem = Me.BindingNavigatorCountItem Me.BindingNavigator1.DeleteItem = Nothing Me.BindingNavigator1.Dock = System.Windows.Forms.DockStyle.Fill Me.BindingNavigator1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.BindingNavigator1.ImageScalingSize = New System.Drawing.Size(20, 20) Me.BindingNavigator1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.ToolStripSeparator2, Me.bt_down, Me.bt_right, Me.bt_up, Me.bt_left, Me.ToolStripSeparator1, Me.bt_close}) Me.BindingNavigator1.Location = New System.Drawing.Point(0, 441) Me.BindingNavigator1.MoveFirstItem = Me.BindingNavigatorMoveFirstItem Me.BindingNavigator1.MoveLastItem = Me.BindingNavigatorMoveLastItem Me.BindingNavigator1.MoveNextItem = Me.BindingNavigatorMoveNextItem Me.BindingNavigator1.MovePreviousItem = Me.BindingNavigatorMovePreviousItem Me.BindingNavigator1.Name = "BindingNavigator1" Me.BindingNavigator1.PositionItem = Me.BindingNavigatorPositionItem Me.BindingNavigator1.Size = New System.Drawing.Size(429, 28) Me.BindingNavigator1.TabIndex = 17 Me.BindingNavigator1.Text = "BindingNavigator1" ' 'BindingNavigatorCountItem ' Me.BindingNavigatorCountItem.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem" Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(37, 25) Me.BindingNavigatorCountItem.Text = "/{0}" Me.BindingNavigatorCountItem.ToolTipText = "전체 항목 수" ' 'BindingNavigatorMoveFirstItem ' Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(24, 25) Me.BindingNavigatorMoveFirstItem.Text = "처음으로 이동" ' 'BindingNavigatorMovePreviousItem ' Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image) Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(24, 25) Me.BindingNavigatorMovePreviousItem.Text = "이전으로 이동" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 28) ' 'BindingNavigatorPositionItem ' Me.BindingNavigatorPositionItem.AccessibleName = "위치" Me.BindingNavigatorPositionItem.BackColor = System.Drawing.Color.White Me.BindingNavigatorPositionItem.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem" Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 28) Me.BindingNavigatorPositionItem.Text = "0" Me.BindingNavigatorPositionItem.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.BindingNavigatorPositionItem.ToolTipText = "현재 위치" ' 'BindingNavigatorSeparator1 ' Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1" Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 28) ' 'BindingNavigatorMoveNextItem ' Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(24, 25) Me.BindingNavigatorMoveNextItem.Text = "다음으로 이동" ' 'BindingNavigatorMoveLastItem ' Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image) Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(24, 25) Me.BindingNavigatorMoveLastItem.Text = "마지막으로 이동" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 28) ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 28) ' 'bt_down ' Me.bt_down.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.bt_down.Image = CType(resources.GetObject("bt_down.Image"), System.Drawing.Image) Me.bt_down.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.bt_down.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_down.Name = "bt_down" Me.bt_down.Size = New System.Drawing.Size(23, 25) Me.bt_down.Text = "미리보기 화면의 높이를 2picxel 늘립니다" ' 'bt_right ' Me.bt_right.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.bt_right.Image = CType(resources.GetObject("bt_right.Image"), System.Drawing.Image) Me.bt_right.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.bt_right.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_right.Name = "bt_right" Me.bt_right.Size = New System.Drawing.Size(23, 25) Me.bt_right.Text = "미리보기 화면의 너비를 2picxel 늘립니다" ' 'bt_up ' Me.bt_up.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.bt_up.Image = CType(resources.GetObject("bt_up.Image"), System.Drawing.Image) Me.bt_up.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.bt_up.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_up.Name = "bt_up" Me.bt_up.Size = New System.Drawing.Size(23, 25) Me.bt_up.Text = "미리보기 화면의 높이를 2picxel 줄입니다" ' 'bt_left ' Me.bt_left.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.bt_left.Image = CType(resources.GetObject("bt_left.Image"), System.Drawing.Image) Me.bt_left.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.bt_left.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_left.Name = "bt_left" Me.bt_left.Size = New System.Drawing.Size(23, 25) Me.bt_left.Text = "미리보기 화면의 너비를 2picxel 줄입니다" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 28) ' 'bt_close ' Me.bt_close.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.bt_close.Image = CType(resources.GetObject("bt_close.Image"), System.Drawing.Image) Me.bt_close.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_close.Name = "bt_close" Me.bt_close.Size = New System.Drawing.Size(57, 25) Me.bt_close.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 = 2 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.Controls.Add(Me.BindingNavigator1, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.VScrollBar1, 1, 0) Me.TableLayoutPanel1.Controls.Add(Me.Panel1, 0, 0) Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 31) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 2 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(429, 469) Me.TableLayoutPanel1.TabIndex = 18 ' 'VScrollBar1 ' Me.VScrollBar1.Dock = System.Windows.Forms.DockStyle.Fill Me.VScrollBar1.LargeChange = 1 Me.VScrollBar1.Location = New System.Drawing.Point(409, 0) Me.VScrollBar1.Name = "VScrollBar1" Me.VScrollBar1.Size = New System.Drawing.Size(20, 441) Me.VScrollBar1.TabIndex = 18 ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.Gray Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.PictureBox1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Margin = New System.Windows.Forms.Padding(0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(409, 441) Me.Panel1.TabIndex = 19 ' 'PictureBox1 ' Me.PictureBox1.BackColor = System.Drawing.Color.White Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PictureBox1.Location = New System.Drawing.Point(31, 14) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(343, 415) Me.PictureBox1.TabIndex = 21 Me.PictureBox1.TabStop = False ' 'ToolStrip3 ' Me.ToolStrip3.BackColor = System.Drawing.Color.White Me.ToolStrip3.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip3.ImageScalingSize = New System.Drawing.Size(25, 25) Me.ToolStrip3.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.mainmenu, Me.ToolStripSeparator3, Me.bt_savestyle, Me.ToolStripSeparator5, Me.bt_savelen, Me.ToolStripSeparator4}) Me.ToolStrip3.Location = New System.Drawing.Point(0, 0) Me.ToolStrip3.Name = "ToolStrip3" Me.ToolStrip3.Size = New System.Drawing.Size(430, 32) Me.ToolStrip3.TabIndex = 20 Me.ToolStrip3.Text = "ToolStrip3" ' 'mainmenu ' Me.mainmenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.mainmenu.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.m_viewdata, Me.m_shortkey}) Me.mainmenu.Image = CType(resources.GetObject("mainmenu.Image"), System.Drawing.Image) Me.mainmenu.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.mainmenu.ImageTransparentColor = System.Drawing.Color.Magenta Me.mainmenu.Name = "mainmenu" Me.mainmenu.Size = New System.Drawing.Size(37, 29) Me.mainmenu.Text = "ToolStripButton3" Me.mainmenu.ToolTipText = "표시할 데이터를 선택할 수 있습니다" ' 'm_viewdata ' Me.m_viewdata.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.cb_seq, Me.chk1, Me.chk2, Me.chk3, Me.chk4, Me.chk5, Me.chk6, Me.chk7, Me.chk8, Me.chk9, Me.chk10, Me.chk11, Me.chk12, Me.chk13, Me.chk14, Me.chk15, Me.chk16, Me.chk17, Me.chk20, Me.ToolStripMenuItem1, Me.chk21}) Me.m_viewdata.Name = "m_viewdata" Me.m_viewdata.Size = New System.Drawing.Size(138, 22) Me.m_viewdata.Text = "데이터 표시" ' 'cb_seq ' Me.cb_seq.Checked = True Me.cb_seq.CheckOnClick = True Me.cb_seq.CheckState = System.Windows.Forms.CheckState.Checked Me.cb_seq.Name = "cb_seq" Me.cb_seq.Size = New System.Drawing.Size(107, 22) Me.cb_seq.Text = "Seq" Me.cb_seq.Visible = False ' 'chk1 ' Me.chk1.Checked = True Me.chk1.CheckOnClick = True Me.chk1.CheckState = System.Windows.Forms.CheckState.Checked Me.chk1.Name = "chk1" Me.chk1.Size = New System.Drawing.Size(107, 22) Me.chk1.Text = "chk1" Me.chk1.Visible = False ' 'chk2 ' Me.chk2.Checked = True Me.chk2.CheckOnClick = True Me.chk2.CheckState = System.Windows.Forms.CheckState.Checked Me.chk2.Name = "chk2" Me.chk2.Size = New System.Drawing.Size(107, 22) Me.chk2.Text = "chk2" Me.chk2.Visible = False ' 'chk3 ' Me.chk3.Checked = True Me.chk3.CheckOnClick = True Me.chk3.CheckState = System.Windows.Forms.CheckState.Checked Me.chk3.Name = "chk3" Me.chk3.Size = New System.Drawing.Size(107, 22) Me.chk3.Text = "chk3" Me.chk3.Visible = False ' 'chk4 ' Me.chk4.Checked = True Me.chk4.CheckOnClick = True Me.chk4.CheckState = System.Windows.Forms.CheckState.Checked Me.chk4.Name = "chk4" Me.chk4.Size = New System.Drawing.Size(107, 22) Me.chk4.Text = "chk4" Me.chk4.Visible = False ' 'chk5 ' Me.chk5.Checked = True Me.chk5.CheckOnClick = True Me.chk5.CheckState = System.Windows.Forms.CheckState.Checked Me.chk5.Name = "chk5" Me.chk5.Size = New System.Drawing.Size(107, 22) Me.chk5.Text = "chk5" Me.chk5.Visible = False ' 'chk6 ' Me.chk6.Checked = True Me.chk6.CheckOnClick = True Me.chk6.CheckState = System.Windows.Forms.CheckState.Checked Me.chk6.Name = "chk6" Me.chk6.Size = New System.Drawing.Size(107, 22) Me.chk6.Text = "chk6" Me.chk6.Visible = False ' 'chk7 ' Me.chk7.Checked = True Me.chk7.CheckOnClick = True Me.chk7.CheckState = System.Windows.Forms.CheckState.Checked Me.chk7.Name = "chk7" Me.chk7.Size = New System.Drawing.Size(107, 22) Me.chk7.Text = "chk7" Me.chk7.Visible = False ' 'chk8 ' Me.chk8.Checked = True Me.chk8.CheckOnClick = True Me.chk8.CheckState = System.Windows.Forms.CheckState.Checked Me.chk8.Name = "chk8" Me.chk8.Size = New System.Drawing.Size(107, 22) Me.chk8.Text = "chk8" Me.chk8.Visible = False ' 'chk9 ' Me.chk9.Checked = True Me.chk9.CheckOnClick = True Me.chk9.CheckState = System.Windows.Forms.CheckState.Checked Me.chk9.Name = "chk9" Me.chk9.Size = New System.Drawing.Size(107, 22) Me.chk9.Text = "chk9" Me.chk9.Visible = False ' 'chk10 ' Me.chk10.Checked = True Me.chk10.CheckOnClick = True Me.chk10.CheckState = System.Windows.Forms.CheckState.Checked Me.chk10.Name = "chk10" Me.chk10.Size = New System.Drawing.Size(107, 22) Me.chk10.Text = "chk10" Me.chk10.Visible = False ' 'chk11 ' Me.chk11.Checked = True Me.chk11.CheckOnClick = True Me.chk11.CheckState = System.Windows.Forms.CheckState.Checked Me.chk11.Name = "chk11" Me.chk11.Size = New System.Drawing.Size(107, 22) Me.chk11.Text = "chk11" Me.chk11.Visible = False ' 'chk12 ' Me.chk12.Checked = True Me.chk12.CheckOnClick = True Me.chk12.CheckState = System.Windows.Forms.CheckState.Checked Me.chk12.Name = "chk12" Me.chk12.Size = New System.Drawing.Size(107, 22) Me.chk12.Text = "chk12" Me.chk12.Visible = False ' 'chk13 ' Me.chk13.Checked = True Me.chk13.CheckOnClick = True Me.chk13.CheckState = System.Windows.Forms.CheckState.Checked Me.chk13.Name = "chk13" Me.chk13.Size = New System.Drawing.Size(107, 22) Me.chk13.Text = "chk13" Me.chk13.Visible = False ' 'chk14 ' Me.chk14.Checked = True Me.chk14.CheckOnClick = True Me.chk14.CheckState = System.Windows.Forms.CheckState.Checked Me.chk14.Name = "chk14" Me.chk14.Size = New System.Drawing.Size(107, 22) Me.chk14.Text = "chk14" Me.chk14.Visible = False ' 'chk15 ' Me.chk15.Checked = True Me.chk15.CheckOnClick = True Me.chk15.CheckState = System.Windows.Forms.CheckState.Checked Me.chk15.Name = "chk15" Me.chk15.Size = New System.Drawing.Size(107, 22) Me.chk15.Text = "chk15" Me.chk15.Visible = False ' 'chk16 ' Me.chk16.Checked = True Me.chk16.CheckOnClick = True Me.chk16.CheckState = System.Windows.Forms.CheckState.Checked Me.chk16.Name = "chk16" Me.chk16.Size = New System.Drawing.Size(107, 22) Me.chk16.Text = "chk1" Me.chk16.Visible = False ' 'chk17 ' Me.chk17.Checked = True Me.chk17.CheckOnClick = True Me.chk17.CheckState = System.Windows.Forms.CheckState.Checked Me.chk17.Name = "chk17" Me.chk17.Size = New System.Drawing.Size(107, 22) Me.chk17.Text = "chk17" Me.chk17.Visible = False ' 'chk20 ' Me.chk20.Checked = True Me.chk20.CheckOnClick = True Me.chk20.CheckState = System.Windows.Forms.CheckState.Checked Me.chk20.Name = "chk20" Me.chk20.Size = New System.Drawing.Size(107, 22) Me.chk20.Text = "chk20" Me.chk20.Visible = False ' 'ToolStripMenuItem1 ' Me.ToolStripMenuItem1.Checked = True Me.ToolStripMenuItem1.CheckOnClick = True Me.ToolStripMenuItem1.CheckState = System.Windows.Forms.CheckState.Checked Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1" Me.ToolStripMenuItem1.Size = New System.Drawing.Size(107, 22) Me.ToolStripMenuItem1.Text = "chk21" Me.ToolStripMenuItem1.Visible = False ' 'chk21 ' Me.chk21.Checked = True Me.chk21.CheckOnClick = True Me.chk21.CheckState = System.Windows.Forms.CheckState.Checked Me.chk21.Name = "chk21" Me.chk21.Size = New System.Drawing.Size(107, 22) Me.chk21.Text = "chk22" Me.chk21.Visible = False ' 'm_shortkey ' Me.m_shortkey.Name = "m_shortkey" Me.m_shortkey.Size = New System.Drawing.Size(138, 22) Me.m_shortkey.Text = "단축키 정보" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 32) ' 'bt_savestyle ' Me.bt_savestyle.Image = CType(resources.GetObject("bt_savestyle.Image"), System.Drawing.Image) Me.bt_savestyle.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_savestyle.Name = "bt_savestyle" Me.bt_savestyle.Size = New System.Drawing.Size(93, 29) Me.bt_savestyle.Text = "스타일(F4)" Me.bt_savestyle.ToolTipText = "스타일을 저장합니다." ' 'ToolStripSeparator5 ' Me.ToolStripSeparator5.Name = "ToolStripSeparator5" Me.ToolStripSeparator5.Size = New System.Drawing.Size(6, 32) ' 'bt_savelen ' Me.bt_savelen.Enabled = False Me.bt_savelen.Image = CType(resources.GetObject("bt_savelen.Image"), System.Drawing.Image) Me.bt_savelen.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_savelen.Name = "bt_savelen" Me.bt_savelen.Size = New System.Drawing.Size(81, 29) Me.bt_savelen.Text = "패턴(F5)" Me.bt_savelen.ToolTipText = "선택된 개체의 길이패턴을 저장합니다" ' 'ToolStripSeparator4 ' Me.ToolStripSeparator4.Name = "ToolStripSeparator4" Me.ToolStripSeparator4.Size = New System.Drawing.Size(6, 32) ' 'PrintForm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.SystemColors.Control Me.ClientSize = New System.Drawing.Size(430, 525) Me.Controls.Add(Me.ToolStrip3) Me.Controls.Add(Me.TableLayoutPanel1) Me.Controls.Add(Me.StatusStrip1) Me.Ctl_BindingNavi = Me.BindingNavigator1 Me.Ctl_Button_D = Me.bt_down Me.Ctl_Button_l = Me.bt_left Me.Ctl_Button_r = Me.bt_right Me.Ctl_Button_SaveL = Me.bt_savelen Me.Ctl_Button_SaveS = Me.bt_savestyle Me.Ctl_Button_u = Me.bt_up Me.Ctl_PictureBox = Me.PictureBox1 Me.Ctl_ScrollBar = Me.VScrollBar1 Me.Name = "PrintForm" Me.Text = "출력작업" CType(Me.BS, System.ComponentModel.ISupportInitialize).EndInit() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.Panel1.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStrip3.ResumeLayout(False) Me.ToolStrip3.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents lb_selcon As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents lb_msg As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents BindingNavigator1 As System.Windows.Forms.BindingNavigator Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel Friend WithEvents BindingNavigatorMoveFirstItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorMovePreviousItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorSeparator As System.Windows.Forms.ToolStripSeparator Friend WithEvents BindingNavigatorPositionItem As System.Windows.Forms.ToolStripTextBox Friend WithEvents BindingNavigatorSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents BindingNavigatorMoveNextItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorMoveLastItem As System.Windows.Forms.ToolStripButton Friend WithEvents BindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents ToolStrip3 As System.Windows.Forms.ToolStrip Friend WithEvents VScrollBar1 As System.Windows.Forms.VScrollBar Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents mainmenu As System.Windows.Forms.ToolStripDropDownButton Friend WithEvents m_viewdata As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cb_seq As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk2 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk3 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk4 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk5 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents bt_savestyle As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator5 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator Friend WithEvents bt_down As System.Windows.Forms.ToolStripButton Friend WithEvents bt_right As System.Windows.Forms.ToolStripButton Friend WithEvents bt_up As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents bt_close As System.Windows.Forms.ToolStripButton Friend WithEvents bt_left As System.Windows.Forms.ToolStripButton Friend WithEvents bt_savelen As System.Windows.Forms.ToolStripButton Friend WithEvents chk6 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk7 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk8 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk9 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk10 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk11 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk12 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk13 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk14 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk15 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk16 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk17 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents m_shortkey As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk20 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk21 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripSeparator4 As System.Windows.Forms.ToolStripSeparator Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem End Class