_ Partial Class Prn_Child_karo Inherits System.Windows.Forms.Form '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(Prn_Child_karo)) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip Me.lb_countpattern = New System.Windows.Forms.ToolStripStatusLabel Me.lb_strpattern = New System.Windows.Forms.ToolStripStatusLabel Me.lb_selcon = New System.Windows.Forms.ToolStripStatusLabel Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.cm_styleedit = New System.Windows.Forms.ToolStripMenuItem Me.BindingSource1 = New System.Windows.Forms.BindingSource(Me.components) Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) 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.erp = New System.Windows.Forms.ErrorProvider(Me.components) 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.ToolStrip1 = New System.Windows.Forms.ToolStrip Me.bt_canvasD = New System.Windows.Forms.ToolStripButton Me.bt_canvasU = New System.Windows.Forms.ToolStripButton Me.bt_canvasR = New System.Windows.Forms.ToolStripButton Me.bt_canvasL = New System.Windows.Forms.ToolStripButton Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator Me.ToolStripButton6 = New System.Windows.Forms.ToolStripButton Me.ToolStripLabel5 = New System.Windows.Forms.ToolStripDropDownButton Me.yoolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.helpolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.bt_mansave1 = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripMenuItem6 = New System.Windows.Forms.ToolStripMenuItem Me.fyripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripMenuItem7 = New System.Windows.Forms.ToolStripMenuItem Me.bt_mansave2 = New System.Windows.Forms.ToolStripMenuItem Me.odflStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton 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.cb_area = New System.Windows.Forms.ToolStripMenuItem Me.cb_mnum = New System.Windows.Forms.ToolStripMenuItem Me.cb_tel1 = New System.Windows.Forms.ToolStripMenuItem Me.cb_tel2 = New System.Windows.Forms.ToolStripMenuItem Me.chk_design = New System.Windows.Forms.ToolStripMenuItem Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel Me.tb_ntype = New System.Windows.Forms.ToolStripTextBox Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator Me.bt_print = New System.Windows.Forms.ToolStripButton Me.bt_print_preview = New System.Windows.Forms.ToolStripButton Me.StatusStrip1.SuspendLayout() Me.ContextMenuStrip1.SuspendLayout() CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).BeginInit() Me.BindingNavigator1.SuspendLayout() CType(Me.erp, System.ComponentModel.ISupportInitialize).BeginInit() Me.TableLayoutPanel1.SuspendLayout() Me.Panel1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.ToolStrip1.SuspendLayout() Me.ToolStrip3.SuspendLayout() Me.SuspendLayout() ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lb_countpattern, Me.lb_strpattern, Me.lb_selcon, Me.lb_msg}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 587) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(526, 22) Me.StatusStrip1.TabIndex = 9 Me.StatusStrip1.Text = "StatusStrip1" ' 'lb_countpattern ' Me.lb_countpattern.Name = "lb_countpattern" Me.lb_countpattern.Size = New System.Drawing.Size(19, 17) Me.lb_countpattern.Text = "▣" ' 'lb_strpattern ' Me.lb_strpattern.Name = "lb_strpattern" Me.lb_strpattern.Size = New System.Drawing.Size(19, 17) Me.lb_strpattern.Text = "▣" ' 'lb_selcon ' Me.lb_selcon.Name = "lb_selcon" Me.lb_selcon.Size = New System.Drawing.Size(83, 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 = "▷" ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.cm_styleedit}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(139, 26) ' 'cm_styleedit ' Me.cm_styleedit.Name = "cm_styleedit" Me.cm_styleedit.Size = New System.Drawing.Size(138, 22) Me.cm_styleedit.Text = "스타일 편집" ' 'BindingSource1 ' ' 'ToolTip1 ' Me.ToolTip1.ShowAlways = True Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "간편도움말" ' 'BindingNavigator1 ' Me.BindingNavigator1.AddNewItem = Nothing Me.BindingNavigator1.AutoSize = False Me.BindingNavigator1.BindingSource = Me.BindingSource1 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.ImageScalingSize = New System.Drawing.Size(32, 32) 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.BindingNavigator1.Location = New System.Drawing.Point(0, 489) 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(526, 36) 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, 33) Me.BindingNavigatorCountItem.Text = "/{0}" Me.BindingNavigatorCountItem.ToolTipText = "전체 항목 수" ' 'BindingNavigatorMoveFirstItem ' Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveFirstItem.Image = Global.EpoleNet.My.Resources.Resources.skipb_32 Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem" Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(36, 33) Me.BindingNavigatorMoveFirstItem.Text = "처음으로 이동" ' 'BindingNavigatorMovePreviousItem ' Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMovePreviousItem.Image = Global.EpoleNet.My.Resources.Resources.back_32 Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem" Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(36, 33) Me.BindingNavigatorMovePreviousItem.Text = "이전으로 이동" ' 'BindingNavigatorSeparator ' Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator" Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 36) ' '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(60, 36) 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, 36) ' 'BindingNavigatorMoveNextItem ' Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveNextItem.Image = Global.EpoleNet.My.Resources.Resources.forwd_32 Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem" Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(36, 33) Me.BindingNavigatorMoveNextItem.Text = "다음으로 이동" ' 'BindingNavigatorMoveLastItem ' Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.BindingNavigatorMoveLastItem.Image = Global.EpoleNet.My.Resources.Resources.skipf_32 Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem" Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(36, 33) Me.BindingNavigatorMoveLastItem.Text = "마지막으로 이동" ' 'BindingNavigatorSeparator2 ' Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2" Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 36) ' 'erp ' Me.erp.ContainerControl = Me ' '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, 36.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(526, 525) Me.TableLayoutPanel1.TabIndex = 18 ' 'VScrollBar1 ' Me.VScrollBar1.Dock = System.Windows.Forms.DockStyle.Fill Me.VScrollBar1.LargeChange = 1 Me.VScrollBar1.Location = New System.Drawing.Point(506, 0) Me.VScrollBar1.Name = "VScrollBar1" Me.VScrollBar1.Size = New System.Drawing.Size(20, 489) 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(506, 489) Me.Panel1.TabIndex = 19 ' 'PictureBox1 ' Me.PictureBox1.BackColor = System.Drawing.Color.White Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.PictureBox1.Location = New System.Drawing.Point(33, 8) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(263, 473) Me.PictureBox1.TabIndex = 21 Me.PictureBox1.TabStop = False ' 'ToolStrip1 ' Me.ToolStrip1.AutoSize = False Me.ToolStrip1.BackColor = System.Drawing.Color.White Me.ToolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom Me.ToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.bt_canvasD, Me.bt_canvasU, Me.bt_canvasR, Me.bt_canvasL, Me.ToolStripSeparator1, Me.ToolStripButton6, Me.ToolStripLabel5, Me.ToolStripSeparator2, Me.ToolStripButton1}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 557) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(526, 30) Me.ToolStrip1.TabIndex = 19 Me.ToolStrip1.Text = "ToolStrip1" ' 'bt_canvasD ' Me.bt_canvasD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.bt_canvasD.Image = CType(resources.GetObject("bt_canvasD.Image"), System.Drawing.Image) Me.bt_canvasD.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_canvasD.Name = "bt_canvasD" Me.bt_canvasD.Size = New System.Drawing.Size(23, 27) Me.bt_canvasD.Text = "미리보기 화면의 높이를 2picxel 늘립니다" ' 'bt_canvasU ' Me.bt_canvasU.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.bt_canvasU.Image = CType(resources.GetObject("bt_canvasU.Image"), System.Drawing.Image) Me.bt_canvasU.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_canvasU.Name = "bt_canvasU" Me.bt_canvasU.Size = New System.Drawing.Size(23, 27) Me.bt_canvasU.Text = "미리보기 화면의 높이를 2picxel 줄입니다" ' 'bt_canvasR ' Me.bt_canvasR.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.bt_canvasR.Image = CType(resources.GetObject("bt_canvasR.Image"), System.Drawing.Image) Me.bt_canvasR.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_canvasR.Name = "bt_canvasR" Me.bt_canvasR.Size = New System.Drawing.Size(23, 27) Me.bt_canvasR.Text = "미리보기 화면의 너비를 2picxel 늘립니다" ' 'bt_canvasL ' Me.bt_canvasL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.bt_canvasL.Image = CType(resources.GetObject("bt_canvasL.Image"), System.Drawing.Image) Me.bt_canvasL.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_canvasL.Name = "bt_canvasL" Me.bt_canvasL.Size = New System.Drawing.Size(23, 27) Me.bt_canvasL.Text = "미리보기 화면의 너비를 2picxel 줄입니다" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 30) ' 'ToolStripButton6 ' Me.ToolStripButton6.BackColor = System.Drawing.Color.LightGray Me.ToolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text Me.ToolStripButton6.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ToolStripButton6.Image = CType(resources.GetObject("ToolStripButton6.Image"), System.Drawing.Image) Me.ToolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton6.Name = "ToolStripButton6" Me.ToolStripButton6.Size = New System.Drawing.Size(89, 27) Me.ToolStripButton6.Text = "▶스타일저장" ' 'ToolStripLabel5 ' Me.ToolStripLabel5.BackColor = System.Drawing.Color.LightGray Me.ToolStripLabel5.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.yoolStripMenuItem, Me.fyripMenuItem}) Me.ToolStripLabel5.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ToolStripLabel5.ForeColor = System.Drawing.Color.DarkGreen Me.ToolStripLabel5.Name = "ToolStripLabel5" Me.ToolStripLabel5.Size = New System.Drawing.Size(85, 27) Me.ToolStripLabel5.Text = "▶패턴저장" ' 'yoolStripMenuItem ' Me.yoolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.helpolStripMenuItem, Me.bt_mansave1, Me.ToolStripMenuItem6}) Me.yoolStripMenuItem.Name = "yoolStripMenuItem" Me.yoolStripMenuItem.Size = New System.Drawing.Size(134, 22) Me.yoolStripMenuItem.Text = "관리번호1" ' 'helpolStripMenuItem ' Me.helpolStripMenuItem.Image = Global.EpoleNet.My.Resources.Resources.about_16 Me.helpolStripMenuItem.Name = "helpolStripMenuItem" Me.helpolStripMenuItem.Size = New System.Drawing.Size(126, 22) Me.helpolStripMenuItem.Text = "도움말" ' 'bt_mansave1 ' Me.bt_mansave1.Name = "bt_mansave1" Me.bt_mansave1.Size = New System.Drawing.Size(126, 22) Me.bt_mansave1.Text = "문자저장" ' 'ToolStripMenuItem6 ' Me.ToolStripMenuItem6.Name = "ToolStripMenuItem6" Me.ToolStripMenuItem6.Size = New System.Drawing.Size(126, 22) Me.ToolStripMenuItem6.Text = "길이저장" ' 'fyripMenuItem ' Me.fyripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem7, Me.bt_mansave2, Me.odflStripMenuItem}) Me.fyripMenuItem.Name = "fyripMenuItem" Me.fyripMenuItem.Size = New System.Drawing.Size(134, 22) Me.fyripMenuItem.Text = "관리번호2" Me.fyripMenuItem.Visible = False ' 'ToolStripMenuItem7 ' Me.ToolStripMenuItem7.Image = Global.EpoleNet.My.Resources.Resources.about_16 Me.ToolStripMenuItem7.Name = "ToolStripMenuItem7" Me.ToolStripMenuItem7.Size = New System.Drawing.Size(126, 22) Me.ToolStripMenuItem7.Text = "도움말" ' 'bt_mansave2 ' Me.bt_mansave2.Name = "bt_mansave2" Me.bt_mansave2.Size = New System.Drawing.Size(126, 22) Me.bt_mansave2.Text = "문자저장" ' 'odflStripMenuItem ' Me.odflStripMenuItem.Name = "odflStripMenuItem" Me.odflStripMenuItem.Size = New System.Drawing.Size(126, 22) Me.odflStripMenuItem.Text = "길이저장" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(6, 30) ' 'ToolStripButton1 ' Me.ToolStripButton1.BackColor = System.Drawing.Color.Transparent Me.ToolStripButton1.Checked = True Me.ToolStripButton1.CheckState = System.Windows.Forms.CheckState.Checked Me.ToolStripButton1.Font = New System.Drawing.Font("굴림", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ToolStripButton1.Image = Global.EpoleNet.My.Resources.Resources.cancl_16 Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta Me.ToolStripButton1.Name = "ToolStripButton1" Me.ToolStripButton1.Size = New System.Drawing.Size(72, 27) Me.ToolStripButton1.Text = "닫기(&X)" Me.ToolStripButton1.ToolTipText = "현재 창을 닫습니다" ' '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.ToolStripLabel1, Me.tb_ntype, Me.ToolStripSeparator3, Me.bt_print, Me.bt_print_preview}) Me.ToolStrip3.Location = New System.Drawing.Point(0, 0) Me.ToolStrip3.Name = "ToolStrip3" Me.ToolStrip3.Size = New System.Drawing.Size(526, 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.chk_design}) Me.mainmenu.Image = Global.EpoleNet.My.Resources.Resources.opts_32 Me.mainmenu.ImageTransparentColor = System.Drawing.Color.Magenta Me.mainmenu.Name = "mainmenu" Me.mainmenu.Size = New System.Drawing.Size(38, 29) Me.mainmenu.Text = "ToolStripButton3" ' 'm_viewdata ' Me.m_viewdata.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.cb_seq, Me.cb_area, Me.cb_mnum, Me.cb_tel1, Me.cb_tel2}) 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(142, 22) Me.cb_seq.Text = "일련번호" ' 'cb_area ' Me.cb_area.Checked = True Me.cb_area.CheckOnClick = True Me.cb_area.CheckState = System.Windows.Forms.CheckState.Checked Me.cb_area.Name = "cb_area" Me.cb_area.Size = New System.Drawing.Size(142, 22) Me.cb_area.Text = "지역명" ' 'cb_mnum ' Me.cb_mnum.Checked = True Me.cb_mnum.CheckOnClick = True Me.cb_mnum.CheckState = System.Windows.Forms.CheckState.Checked Me.cb_mnum.Name = "cb_mnum" Me.cb_mnum.Size = New System.Drawing.Size(142, 22) Me.cb_mnum.Text = "관리번호" ' 'cb_tel1 ' Me.cb_tel1.Checked = True Me.cb_tel1.CheckOnClick = True Me.cb_tel1.CheckState = System.Windows.Forms.CheckState.Checked Me.cb_tel1.Name = "cb_tel1" Me.cb_tel1.Size = New System.Drawing.Size(142, 22) Me.cb_tel1.Text = "전화번호(리)" ' 'cb_tel2 ' Me.cb_tel2.Checked = True Me.cb_tel2.CheckOnClick = True Me.cb_tel2.CheckState = System.Windows.Forms.CheckState.Checked Me.cb_tel2.Name = "cb_tel2" Me.cb_tel2.Size = New System.Drawing.Size(142, 22) Me.cb_tel2.Text = "전화번호(읍)" ' 'chk_design ' Me.chk_design.CheckOnClick = True Me.chk_design.Name = "chk_design" Me.chk_design.Size = New System.Drawing.Size(138, 22) Me.chk_design.Text = "디자인모드" ' 'ToolStripLabel1 ' Me.ToolStripLabel1.Font = New System.Drawing.Font("맑은 고딕", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ToolStripLabel1.Name = "ToolStripLabel1" Me.ToolStripLabel1.Size = New System.Drawing.Size(79, 29) Me.ToolStripLabel1.Text = "관리번호형식" ' 'tb_ntype ' Me.tb_ntype.BackColor = System.Drawing.Color.LightCoral Me.tb_ntype.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.tb_ntype.Name = "tb_ntype" Me.tb_ntype.Size = New System.Drawing.Size(50, 32) Me.tb_ntype.Text = "440" Me.tb_ntype.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.tb_ntype.ToolTipText = "출력되는 번호형식이 맞지 않다면 이곳에 수동으로 입력하세요" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 32) ' 'bt_print ' Me.bt_print.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.bt_print.Image = Global.EpoleNet.My.Resources.Resources.print_321 Me.bt_print.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_print.Name = "bt_print" Me.bt_print.Size = New System.Drawing.Size(29, 29) Me.bt_print.Text = "ToolStripButton2" Me.bt_print.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.bt_print.ToolTipText = "프린터로 출력" ' 'bt_print_preview ' Me.bt_print_preview.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image Me.bt_print_preview.Image = Global.EpoleNet.My.Resources.Resources.prtpv_32 Me.bt_print_preview.ImageTransparentColor = System.Drawing.Color.Magenta Me.bt_print_preview.Name = "bt_print_preview" Me.bt_print_preview.Size = New System.Drawing.Size(29, 29) Me.bt_print_preview.Text = "ToolStripButton3" Me.bt_print_preview.ToolTipText = "화면으로 미리보기" ' 'Printform_Karo ' 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(526, 609) Me.Controls.Add(Me.ToolStrip3) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.TableLayoutPanel1) Me.Controls.Add(Me.StatusStrip1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.KeyPreview = True Me.MaximizeBox = False Me.Name = "Printform_Karo" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "출력작업" Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.BindingSource1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BindingNavigator1, System.ComponentModel.ISupportInitialize).EndInit() Me.BindingNavigator1.ResumeLayout(False) Me.BindingNavigator1.PerformLayout() CType(Me.erp, System.ComponentModel.ISupportInitialize).EndInit() Me.TableLayoutPanel1.ResumeLayout(False) Me.Panel1.ResumeLayout(False) CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() 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 ToolTip1 As System.Windows.Forms.ToolTip Friend WithEvents erp As System.Windows.Forms.ErrorProvider Friend WithEvents lb_strpattern As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents BindingNavigator1 As System.Windows.Forms.BindingNavigator Friend WithEvents BindingSource1 As System.Windows.Forms.BindingSource 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 lb_countpattern As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents bt_canvasL As System.Windows.Forms.ToolStripButton Friend WithEvents bt_canvasR As System.Windows.Forms.ToolStripButton Friend WithEvents bt_canvasU As System.Windows.Forms.ToolStripButton Friend WithEvents bt_canvasD As System.Windows.Forms.ToolStripButton 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 ToolStripButton1 As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator2 As System.Windows.Forms.ToolStripSeparator Friend WithEvents tb_ntype As System.Windows.Forms.ToolStripTextBox Friend WithEvents ToolStripLabel5 As System.Windows.Forms.ToolStripDropDownButton Friend WithEvents yoolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents fyripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripButton6 As System.Windows.Forms.ToolStripButton Friend WithEvents bt_mansave1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem6 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents bt_mansave2 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents odflStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel Friend WithEvents helpolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem7 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip Friend WithEvents cm_styleedit As System.Windows.Forms.ToolStripMenuItem 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 cb_area As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cb_mnum As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cb_tel1 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cb_tel2 As System.Windows.Forms.ToolStripMenuItem Friend WithEvents chk_design As System.Windows.Forms.ToolStripMenuItem Friend WithEvents bt_print As System.Windows.Forms.ToolStripButton Friend WithEvents bt_print_preview As System.Windows.Forms.ToolStripButton End Class