Example #1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器
 /// 修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(XDesignPanel));
     this.imageList1              = new System.Windows.Forms.ImageList(this.components);
     this.panMain                 = new System.Windows.Forms.Panel();
     this.panRightBottom          = new System.Windows.Forms.Panel();
     this.panDesign               = new System.Windows.Forms.Panel();
     this.vscrBar                 = new System.Windows.Forms.VScrollBar();
     this.hscrBar                 = new System.Windows.Forms.HScrollBar();
     this.rulerLeft               = new DIYReport.UserDIY.DesignRuler();
     this.rulerTop                = new DIYReport.UserDIY.DesignRuler();
     this.panLeftTop              = new System.Windows.Forms.Panel();
     this.contextMenu1            = new System.Windows.Forms.ContextMenu();
     this.mItemBringToFront       = new DIYReport.UserDIY.XCMenuItem();
     this.mItemSendToBack         = new DIYReport.UserDIY.XCMenuItem();
     this.menuItem3               = new DIYReport.UserDIY.XCMenuItem();
     this.mItemCut                = new DIYReport.UserDIY.XCMenuItem();
     this.mItemCopy               = new DIYReport.UserDIY.XCMenuItem();
     this.mItemPast               = new DIYReport.UserDIY.XCMenuItem();
     this.menuItem7               = new DIYReport.UserDIY.XCMenuItem();
     this.mItemDelete             = new DIYReport.UserDIY.XCMenuItem();
     this.menuItem19              = new DIYReport.UserDIY.XCMenuItem();
     this.menuItem9               = new DIYReport.UserDIY.XCMenuItem();
     this.mItemInsertTopMargin    = new DIYReport.UserDIY.XCMenuItem();
     this.mItemInsertReportHeader = new DIYReport.UserDIY.XCMenuItem();
     this.mItemInsertPageHeader   = new DIYReport.UserDIY.XCMenuItem();
     this.mItemInsertGroupHeader  = new DIYReport.UserDIY.XCMenuItem();
     this.mItemInsertDataDetail   = new DIYReport.UserDIY.XCMenuItem();
     this.mItemInsertGroupFooter  = new DIYReport.UserDIY.XCMenuItem();
     this.mItemPageFooter         = new DIYReport.UserDIY.XCMenuItem();
     this.mItemReportFooter       = new DIYReport.UserDIY.XCMenuItem();
     this.mItemBottomMargin       = new DIYReport.UserDIY.XCMenuItem();
     this.panMain.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // panMain
     //
     this.panMain.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.panMain.Controls.Add(this.panRightBottom);
     this.panMain.Controls.Add(this.panDesign);
     this.panMain.Controls.Add(this.vscrBar);
     this.panMain.Controls.Add(this.hscrBar);
     this.panMain.Controls.Add(this.rulerLeft);
     this.panMain.Controls.Add(this.rulerTop);
     this.panMain.Controls.Add(this.panLeftTop);
     this.panMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panMain.Location = new System.Drawing.Point(0, 0);
     this.panMain.Name     = "panMain";
     this.panMain.Size     = new System.Drawing.Size(520, 320);
     this.panMain.TabIndex = 2;
     //
     // panRightBottom
     //
     this.panRightBottom.BackColor = System.Drawing.SystemColors.Control;
     this.panRightBottom.Location  = new System.Drawing.Point(496, 296);
     this.panRightBottom.Name      = "panRightBottom";
     this.panRightBottom.Size      = new System.Drawing.Size(16, 16);
     this.panRightBottom.TabIndex  = 5;
     //
     // panDesign
     //
     this.panDesign.BackColor = System.Drawing.Color.White;
     this.panDesign.Location  = new System.Drawing.Point(24, 24);
     this.panDesign.Name      = "panDesign";
     this.panDesign.Size      = new System.Drawing.Size(448, 264);
     this.panDesign.TabIndex  = 4;
     this.panDesign.Resize   += new System.EventHandler(this.panDesign_Resize);
     //
     // vscrBar
     //
     this.vscrBar.Location = new System.Drawing.Point(496, 24);
     this.vscrBar.Name     = "vscrBar";
     this.vscrBar.Size     = new System.Drawing.Size(17, 277);
     this.vscrBar.TabIndex = 3;
     this.vscrBar.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.vscrBar_Scroll);
     //
     // hscrBar
     //
     this.hscrBar.Location = new System.Drawing.Point(24, 296);
     this.hscrBar.Name     = "hscrBar";
     this.hscrBar.Size     = new System.Drawing.Size(472, 17);
     this.hscrBar.TabIndex = 2;
     this.hscrBar.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.hscrBar_Scroll);
     //
     // rulerLeft
     //
     this.rulerLeft.BackColor       = System.Drawing.SystemColors.AppWorkspace;
     this.rulerLeft.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("rulerLeft.BackgroundImage")));
     this.rulerLeft.BeginDrawPoint  = 16;
     this.rulerLeft.IsHorizontal    = false;
     this.rulerLeft.Location        = new System.Drawing.Point(0, 24);
     this.rulerLeft.Name            = "rulerLeft";
     this.rulerLeft.Size            = new System.Drawing.Size(24, 294);
     this.rulerLeft.TabIndex        = 1;
     //
     // rulerTop
     //
     this.rulerTop.BackColor       = System.Drawing.SystemColors.AppWorkspace;
     this.rulerTop.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("rulerTop.BackgroundImage")));
     this.rulerTop.BeginDrawPoint  = 0;
     this.rulerTop.IsHorizontal    = true;
     this.rulerTop.Location        = new System.Drawing.Point(24, 0);
     this.rulerTop.Name            = "rulerTop";
     this.rulerTop.Size            = new System.Drawing.Size(496, 24);
     this.rulerTop.TabIndex        = 0;
     //
     // panLeftTop
     //
     this.panLeftTop.BackColor = System.Drawing.SystemColors.Control;
     this.panLeftTop.Location  = new System.Drawing.Point(0, 0);
     this.panLeftTop.Name      = "panLeftTop";
     this.panLeftTop.Size      = new System.Drawing.Size(24, 24);
     this.panLeftTop.TabIndex  = 0;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mItemBringToFront,
         this.mItemSendToBack,
         this.menuItem3,
         this.mItemCut,
         this.mItemCopy,
         this.mItemPast,
         this.menuItem7,
         this.mItemDelete,
         this.menuItem19,
         this.menuItem9
     });
     //
     // mItemBringToFront
     //
     this.mItemBringToFront.Index = 0;
     this.mItemBringToFront.Tag   = null;
     this.mItemBringToFront.Text  = "置于最前端";
     //
     // mItemSendToBack
     //
     this.mItemSendToBack.Index = 1;
     this.mItemSendToBack.Tag   = null;
     this.mItemSendToBack.Text  = "置于最底端";
     //
     // menuItem3
     //
     this.menuItem3.Index = 2;
     this.menuItem3.Tag   = null;
     this.menuItem3.Text  = "-";
     //
     // mItemCut
     //
     this.mItemCut.Index = 3;
     this.mItemCut.Tag   = null;
     this.mItemCut.Text  = "剪切(&T)";
     //
     // mItemCopy
     //
     this.mItemCopy.Index = 4;
     this.mItemCopy.Tag   = null;
     this.mItemCopy.Text  = "复制(&C)";
     //
     // mItemPast
     //
     this.mItemPast.Index = 5;
     this.mItemPast.Tag   = null;
     this.mItemPast.Text  = "粘贴(&P)";
     //
     // menuItem7
     //
     this.menuItem7.Index = 6;
     this.menuItem7.Tag   = null;
     this.menuItem7.Text  = "-";
     //
     // mItemDelete
     //
     this.mItemDelete.Index = 7;
     this.mItemDelete.Tag   = null;
     this.mItemDelete.Text  = "删除(&D)";
     //
     // menuItem19
     //
     this.menuItem19.Index = 8;
     this.menuItem19.Tag   = null;
     this.menuItem19.Text  = "-";
     //
     // menuItem9
     //
     this.menuItem9.Index = 9;
     this.menuItem9.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mItemInsertTopMargin,
         this.mItemInsertReportHeader,
         this.mItemInsertPageHeader,
         this.mItemInsertGroupHeader,
         this.mItemInsertDataDetail,
         this.mItemInsertGroupFooter,
         this.mItemPageFooter,
         this.mItemReportFooter,
         this.mItemBottomMargin
     });
     this.menuItem9.Tag  = null;
     this.menuItem9.Text = "插入 Section";
     //
     // mItemInsertTopMargin
     //
     this.mItemInsertTopMargin.Index = 0;
     this.mItemInsertTopMargin.Tag   = null;
     this.mItemInsertTopMargin.Text  = "上边距";
     //
     // mItemInsertReportHeader
     //
     this.mItemInsertReportHeader.Index = 1;
     this.mItemInsertReportHeader.Tag   = null;
     this.mItemInsertReportHeader.Text  = "报表 Header";
     //
     // mItemInsertPageHeader
     //
     this.mItemInsertPageHeader.Index = 2;
     this.mItemInsertPageHeader.Tag   = null;
     this.mItemInsertPageHeader.Text  = "页 Header";
     //
     // mItemInsertGroupHeader
     //
     this.mItemInsertGroupHeader.Index = 3;
     this.mItemInsertGroupHeader.Tag   = null;
     this.mItemInsertGroupHeader.Text  = "分组 Header";
     //
     // mItemInsertDataDetail
     //
     this.mItemInsertDataDetail.Index = 4;
     this.mItemInsertDataDetail.Tag   = null;
     this.mItemInsertDataDetail.Text  = "数据区";
     //
     // mItemInsertGroupFooter
     //
     this.mItemInsertGroupFooter.Index = 5;
     this.mItemInsertGroupFooter.Tag   = null;
     this.mItemInsertGroupFooter.Text  = "分组 Footer";
     //
     // mItemPageFooter
     //
     this.mItemPageFooter.Index = 6;
     this.mItemPageFooter.Tag   = null;
     this.mItemPageFooter.Text  = "页 Footer";
     //
     // mItemReportFooter
     //
     this.mItemReportFooter.Index = 7;
     this.mItemReportFooter.Tag   = null;
     this.mItemReportFooter.Text  = "报表 Footer";
     //
     // mItemBottomMargin
     //
     this.mItemBottomMargin.Index = 8;
     this.mItemBottomMargin.Tag   = null;
     this.mItemBottomMargin.Text  = "下边距";
     //
     // XDesignPanel
     //
     this.ContextMenu = this.contextMenu1;
     this.Controls.Add(this.panMain);
     this.Name    = "XDesignPanel";
     this.Size    = new System.Drawing.Size(520, 320);
     this.Resize += new System.EventHandler(this.ReportDesign_Resize);
     this.Load   += new System.EventHandler(this.ReportDesign_Load);
     this.panMain.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器
 /// 修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ReportDesign));
     this.tlbTopBar          = new System.Windows.Forms.ToolBar();
     this.tlbButAddNew       = new System.Windows.Forms.ToolBarButton();
     this.tlbButOpen         = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3     = new System.Windows.Forms.ToolBarButton();
     this.tlbButSave         = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton5     = new System.Windows.Forms.ToolBarButton();
     this.tblButPageSet      = new System.Windows.Forms.ToolBarButton();
     this.tlbButPreview      = new System.Windows.Forms.ToolBarButton();
     this.tlbButPrint        = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton4     = new System.Windows.Forms.ToolBarButton();
     this.tlbButDeleteCtl    = new System.Windows.Forms.ToolBarButton();
     this.tlbButUndo         = new System.Windows.Forms.ToolBarButton();
     this.tlbButRedo         = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2     = new System.Windows.Forms.ToolBarButton();
     this.tlbGroupAndSort    = new System.Windows.Forms.ToolBarButton();
     this.tlbButProperty     = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton6     = new System.Windows.Forms.ToolBarButton();
     this.tlbButFormatLeft   = new System.Windows.Forms.ToolBarButton();
     this.tlbButFormatRight  = new System.Windows.Forms.ToolBarButton();
     this.tlbButFormatTop    = new System.Windows.Forms.ToolBarButton();
     this.tlbButFormatBottom = new System.Windows.Forms.ToolBarButton();
     this.tlbButFormatWidth  = new System.Windows.Forms.ToolBarButton();
     this.tlbButFormatHeight = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1     = new System.Windows.Forms.ToolBarButton();
     this.tlbButDockLeft     = new System.Windows.Forms.ToolBarButton();
     this.tlbButDockTop      = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton8     = new System.Windows.Forms.ToolBarButton();
     this.tlbButArrow        = new System.Windows.Forms.ToolBarButton();
     this.imageList1         = new System.Windows.Forms.ImageList(this.components);
     this.tBarTools          = new System.Windows.Forms.ToolBar();
     this.tlbButSelect       = new System.Windows.Forms.ToolBarButton();
     this.tlbButCreateLable  = new System.Windows.Forms.ToolBarButton();
     this.tlbButCreateText   = new System.Windows.Forms.ToolBarButton();
     this.tlbButCreatePic    = new System.Windows.Forms.ToolBarButton();
     this.tlbButLine         = new System.Windows.Forms.ToolBarButton();
     this.tlbButRect         = new System.Windows.Forms.ToolBarButton();
     this.panMain            = new System.Windows.Forms.Panel();
     this.panRightBottom     = new System.Windows.Forms.Panel();
     this.panDesign          = new System.Windows.Forms.Panel();
     this.vscrBar            = new System.Windows.Forms.VScrollBar();
     this.hscrBar            = new System.Windows.Forms.HScrollBar();
     this.rulerLeft          = new DIYReport.UserDIY.DesignRuler();
     this.rulerTop           = new DIYReport.UserDIY.DesignRuler();
     this.panLeftTop         = new System.Windows.Forms.Panel();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.panMain.SuspendLayout();
     this.SuspendLayout();
     //
     // tlbTopBar
     //
     this.tlbTopBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tlbButAddNew,
         this.tlbButOpen,
         this.toolBarButton3,
         this.tlbButSave,
         this.toolBarButton5,
         this.tblButPageSet,
         this.tlbButPreview,
         this.tlbButPrint,
         this.toolBarButton4,
         this.tlbButDeleteCtl,
         this.tlbButUndo,
         this.tlbButRedo,
         this.toolBarButton2,
         this.tlbGroupAndSort,
         this.tlbButProperty,
         this.toolBarButton6,
         this.tlbButFormatLeft,
         this.tlbButFormatRight,
         this.tlbButFormatTop,
         this.tlbButFormatBottom,
         this.tlbButFormatWidth,
         this.tlbButFormatHeight,
         this.toolBarButton1,
         this.tlbButDockLeft,
         this.tlbButDockTop,
         this.toolBarButton8,
         this.tlbButArrow
     });
     this.tlbTopBar.DropDownArrows = true;
     this.tlbTopBar.ImageList      = this.imageList1;
     this.tlbTopBar.Location       = new System.Drawing.Point(0, 0);
     this.tlbTopBar.Name           = "tlbTopBar";
     this.tlbTopBar.ShowToolTips   = true;
     this.tlbTopBar.Size           = new System.Drawing.Size(552, 28);
     this.tlbTopBar.TabIndex       = 0;
     this.tlbTopBar.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tlbTopBar_ButtonClick);
     //
     // tlbButAddNew
     //
     this.tlbButAddNew.ImageIndex  = 15;
     this.tlbButAddNew.Tag         = "23";
     this.tlbButAddNew.ToolTipText = "导出报表摸板";
     //
     // tlbButOpen
     //
     this.tlbButOpen.ImageIndex  = 16;
     this.tlbButOpen.Tag         = "22";
     this.tlbButOpen.ToolTipText = "导入报表";
     //
     // toolBarButton3
     //
     this.toolBarButton3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tlbButSave
     //
     this.tlbButSave.ImageIndex  = 17;
     this.tlbButSave.Tag         = "21";
     this.tlbButSave.ToolTipText = "报表保存";
     //
     // toolBarButton5
     //
     this.toolBarButton5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tblButPageSet
     //
     this.tblButPageSet.ImageIndex  = 12;
     this.tblButPageSet.Tag         = "20";
     this.tblButPageSet.ToolTipText = "页面设置";
     //
     // tlbButPreview
     //
     this.tlbButPreview.ImageIndex  = 10;
     this.tlbButPreview.Tag         = "19";
     this.tlbButPreview.ToolTipText = "打印预览";
     //
     // tlbButPrint
     //
     this.tlbButPrint.ImageIndex  = 11;
     this.tlbButPrint.Tag         = "18";
     this.tlbButPrint.ToolTipText = "打印";
     //
     // toolBarButton4
     //
     this.toolBarButton4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tlbButDeleteCtl
     //
     this.tlbButDeleteCtl.ImageIndex  = 19;
     this.tlbButDeleteCtl.Tag         = "17";
     this.tlbButDeleteCtl.ToolTipText = "删除当前选择的控件";
     //
     // tlbButUndo
     //
     this.tlbButUndo.Enabled    = false;
     this.tlbButUndo.ImageIndex = 23;
     this.tlbButUndo.Tag        = "24";
     //
     // tlbButRedo
     //
     this.tlbButRedo.Enabled    = false;
     this.tlbButRedo.ImageIndex = 24;
     this.tlbButRedo.Tag        = "25";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tlbGroupAndSort
     //
     this.tlbGroupAndSort.ImageIndex = 25;
     this.tlbGroupAndSort.Tag        = "26";
     //
     // tlbButProperty
     //
     this.tlbButProperty.ImageIndex  = 0;
     this.tlbButProperty.Tag         = "16";
     this.tlbButProperty.ToolTipText = "属性";
     //
     // toolBarButton6
     //
     this.toolBarButton6.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tlbButFormatLeft
     //
     this.tlbButFormatLeft.ImageIndex  = 1;
     this.tlbButFormatLeft.Tag         = "0";
     this.tlbButFormatLeft.ToolTipText = "左对齐";
     //
     // tlbButFormatRight
     //
     this.tlbButFormatRight.ImageIndex  = 2;
     this.tlbButFormatRight.Tag         = "2";
     this.tlbButFormatRight.ToolTipText = "右对齐";
     //
     // tlbButFormatTop
     //
     this.tlbButFormatTop.ImageIndex  = 3;
     this.tlbButFormatTop.Tag         = "1";
     this.tlbButFormatTop.ToolTipText = "顶端对齐";
     //
     // tlbButFormatBottom
     //
     this.tlbButFormatBottom.ImageIndex  = 4;
     this.tlbButFormatBottom.Tag         = "3";
     this.tlbButFormatBottom.ToolTipText = "底端对齐";
     //
     // tlbButFormatWidth
     //
     this.tlbButFormatWidth.ImageIndex  = 6;
     this.tlbButFormatWidth.Tag         = "4";
     this.tlbButFormatWidth.ToolTipText = "相同宽度";
     //
     // tlbButFormatHeight
     //
     this.tlbButFormatHeight.ImageIndex  = 5;
     this.tlbButFormatHeight.Tag         = "5";
     this.tlbButFormatHeight.ToolTipText = "相同高度";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tlbButDockLeft
     //
     this.tlbButDockLeft.ImageIndex  = 21;
     this.tlbButDockLeft.Tag         = "6";
     this.tlbButDockLeft.ToolTipText = "水平紧靠";
     //
     // tlbButDockTop
     //
     this.tlbButDockTop.ImageIndex  = 22;
     this.tlbButDockTop.Tag         = "7";
     this.tlbButDockTop.ToolTipText = "垂直紧靠";
     //
     // toolBarButton8
     //
     this.toolBarButton8.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tlbButArrow
     //
     this.tlbButArrow.ImageIndex  = 20;
     this.tlbButArrow.Tag         = "8";
     this.tlbButArrow.ToolTipText = "移动控件";
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // tBarTools
     //
     this.tBarTools.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tlbButSelect,
         this.tlbButCreateLable,
         this.tlbButCreateText,
         this.tlbButCreatePic,
         this.tlbButLine,
         this.tlbButRect
     });
     this.tBarTools.Dock           = System.Windows.Forms.DockStyle.Left;
     this.tBarTools.DropDownArrows = true;
     this.tBarTools.ImageList      = this.imageList1;
     this.tBarTools.Location       = new System.Drawing.Point(0, 28);
     this.tBarTools.Name           = "tBarTools";
     this.tBarTools.ShowToolTips   = true;
     this.tBarTools.Size           = new System.Drawing.Size(24, 332);
     this.tBarTools.TabIndex       = 1;
     this.tBarTools.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.tBarTools.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tBarTools_ButtonClick);
     //
     // tlbButSelect
     //
     this.tlbButSelect.ImageIndex  = 7;
     this.tlbButSelect.Pushed      = true;
     this.tlbButSelect.Tag         = "0";
     this.tlbButSelect.ToolTipText = "选择";
     //
     // tlbButCreateLable
     //
     this.tlbButCreateLable.ImageIndex  = 8;
     this.tlbButCreateLable.Style       = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.tlbButCreateLable.Tag         = "1";
     this.tlbButCreateLable.ToolTipText = "文本";
     //
     // tlbButCreateText
     //
     this.tlbButCreateText.ImageIndex  = 9;
     this.tlbButCreateText.Style       = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.tlbButCreateText.Tag         = "2";
     this.tlbButCreateText.ToolTipText = "数据框";
     //
     // tlbButCreatePic
     //
     this.tlbButCreatePic.ImageIndex  = 13;
     this.tlbButCreatePic.Style       = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.tlbButCreatePic.Tag         = "5";
     this.tlbButCreatePic.ToolTipText = "图像";
     //
     // tlbButLine
     //
     this.tlbButLine.ImageIndex  = 14;
     this.tlbButLine.Tag         = "3";
     this.tlbButLine.ToolTipText = "画线";
     //
     // tlbButRect
     //
     this.tlbButRect.ImageIndex  = 18;
     this.tlbButRect.Tag         = "4";
     this.tlbButRect.ToolTipText = "画边框";
     //
     // panMain
     //
     this.panMain.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.panMain.Controls.Add(this.panRightBottom);
     this.panMain.Controls.Add(this.panDesign);
     this.panMain.Controls.Add(this.vscrBar);
     this.panMain.Controls.Add(this.hscrBar);
     this.panMain.Controls.Add(this.rulerLeft);
     this.panMain.Controls.Add(this.rulerTop);
     this.panMain.Controls.Add(this.panLeftTop);
     this.panMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panMain.Location = new System.Drawing.Point(24, 28);
     this.panMain.Name     = "panMain";
     this.panMain.Size     = new System.Drawing.Size(528, 332);
     this.panMain.TabIndex = 2;
     //
     // panRightBottom
     //
     this.panRightBottom.BackColor = System.Drawing.SystemColors.Control;
     this.panRightBottom.Location  = new System.Drawing.Point(496, 296);
     this.panRightBottom.Name      = "panRightBottom";
     this.panRightBottom.Size      = new System.Drawing.Size(16, 16);
     this.panRightBottom.TabIndex  = 5;
     //
     // panDesign
     //
     this.panDesign.BackColor = System.Drawing.Color.White;
     this.panDesign.Location  = new System.Drawing.Point(24, 24);
     this.panDesign.Name      = "panDesign";
     this.panDesign.Size      = new System.Drawing.Size(448, 264);
     this.panDesign.TabIndex  = 4;
     this.panDesign.Resize   += new System.EventHandler(this.panDesign_Resize);
     //
     // vscrBar
     //
     this.vscrBar.Location = new System.Drawing.Point(496, 24);
     this.vscrBar.Name     = "vscrBar";
     this.vscrBar.Size     = new System.Drawing.Size(17, 277);
     this.vscrBar.TabIndex = 3;
     this.vscrBar.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.vscrBar_Scroll);
     //
     // hscrBar
     //
     this.hscrBar.Location = new System.Drawing.Point(24, 296);
     this.hscrBar.Name     = "hscrBar";
     this.hscrBar.Size     = new System.Drawing.Size(472, 17);
     this.hscrBar.TabIndex = 2;
     this.hscrBar.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.hscrBar_Scroll);
     //
     // rulerLeft
     //
     this.rulerLeft.BackColor       = System.Drawing.SystemColors.AppWorkspace;
     this.rulerLeft.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("rulerLeft.BackgroundImage")));
     this.rulerLeft.BeginDrawPoint  = 16;
     this.rulerLeft.IsHorizontal    = false;
     this.rulerLeft.Location        = new System.Drawing.Point(0, 24);
     this.rulerLeft.Name            = "rulerLeft";
     this.rulerLeft.Size            = new System.Drawing.Size(24, 294);
     this.rulerLeft.TabIndex        = 1;
     //
     // rulerTop
     //
     this.rulerTop.BackColor       = System.Drawing.SystemColors.AppWorkspace;
     this.rulerTop.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("rulerTop.BackgroundImage")));
     this.rulerTop.BeginDrawPoint  = 0;
     this.rulerTop.IsHorizontal    = true;
     this.rulerTop.Location        = new System.Drawing.Point(24, 0);
     this.rulerTop.Name            = "rulerTop";
     this.rulerTop.Size            = new System.Drawing.Size(496, 24);
     this.rulerTop.TabIndex        = 0;
     //
     // panLeftTop
     //
     this.panLeftTop.BackColor = System.Drawing.SystemColors.Control;
     this.panLeftTop.Location  = new System.Drawing.Point(0, 0);
     this.panLeftTop.Name      = "panLeftTop";
     this.panLeftTop.Size      = new System.Drawing.Size(24, 24);
     this.panLeftTop.TabIndex  = 0;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 500;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // ReportDesign
     //
     this.Controls.Add(this.panMain);
     this.Controls.Add(this.tBarTools);
     this.Controls.Add(this.tlbTopBar);
     this.Name    = "ReportDesign";
     this.Size    = new System.Drawing.Size(552, 360);
     this.Resize += new System.EventHandler(this.ReportDesign_Resize);
     this.Load   += new System.EventHandler(this.ReportDesign_Load);
     this.panMain.ResumeLayout(false);
     this.ResumeLayout(false);
 }