namespace GraEditor { partial class frmMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain)); System.Drawing.Drawing2D.Matrix matrix2 = new System.Drawing.Drawing2D.Matrix(); this.GE_toolBar1 = new System.Windows.Forms.ToolBar(); this.tlBtnNew = new System.Windows.Forms.ToolBarButton(); this.tlBtnOpen = new System.Windows.Forms.ToolBarButton(); this.tlBtnSave = new System.Windows.Forms.ToolBarButton(); this.tlbtnSaves = new System.Windows.Forms.ToolBarButton(); this.sp1 = new System.Windows.Forms.ToolBarButton(); this.tlBtnSelect = new System.Windows.Forms.ToolBarButton(); this.tlBtnCopy = new System.Windows.Forms.ToolBarButton(); this.tlBtnCut = new System.Windows.Forms.ToolBarButton(); this.sp2 = new System.Windows.Forms.ToolBarButton(); this.tlBtnUndo = new System.Windows.Forms.ToolBarButton(); this.tlBtnRedo = new System.Windows.Forms.ToolBarButton(); this.sp5 = new System.Windows.Forms.ToolBarButton(); this.tlBtnFont = new System.Windows.Forms.ToolBarButton(); this.tlBtnColor = new System.Windows.Forms.ToolBarButton(); this.tlBtnPenWidth = new System.Windows.Forms.ToolBarButton(); this.muPenWidth = new System.Windows.Forms.ContextMenu(); this.toolBarButton1 = new System.Windows.Forms.ToolBarButton(); this.tlbtnprintpreview = new System.Windows.Forms.ToolBarButton(); this.tlbtnprint = new System.Windows.Forms.ToolBarButton(); this.tlbtnprintSet = new System.Windows.Forms.ToolBarButton(); this.GE_imageList = new System.Windows.Forms.ImageList(this.components); this.GE_statusBar = new System.Windows.Forms.StatusBar(); this.sbPanelTip = new System.Windows.Forms.StatusBarPanel(); this.sbPanelFont = new System.Windows.Forms.StatusBarPanel(); this.sbPanelViewScale = new System.Windows.Forms.StatusBarPanel(); this.sbPanelMousePos = new System.Windows.Forms.StatusBarPanel(); this.GE_toolBar = new System.Windows.Forms.ToolBar(); this.tlBtnErase = new System.Windows.Forms.ToolBarButton(); this.sep2 = new System.Windows.Forms.ToolBarButton(); this.tlBtnFreehand = new System.Windows.Forms.ToolBarButton(); this.tlBtnLine = new System.Windows.Forms.ToolBarButton(); this.tlBtnArrow = new System.Windows.Forms.ToolBarButton(); this.tlBtnLines = new System.Windows.Forms.ToolBarButton(); this.tlBtnFrameRect = new System.Windows.Forms.ToolBarButton(); this.tlBtnFillRect = new System.Windows.Forms.ToolBarButton(); this.tlBtnFrameEllipse = new System.Windows.Forms.ToolBarButton(); this.tlBtnFillEllipse = new System.Windows.Forms.ToolBarButton(); this.tlBtnImage = new System.Windows.Forms.ToolBarButton(); this.tlBtnText = new System.Windows.Forms.ToolBarButton(); this.sep3 = new System.Windows.Forms.ToolBarButton(); this.tlBtnZoomIn = new System.Windows.Forms.ToolBarButton(); this.tlBtnZoomOut = new System.Windows.Forms.ToolBarButton(); this.tlbtnhand = new System.Windows.Forms.ToolBarButton(); this.tlBtnZoomResume = new System.Windows.Forms.ToolBarButton(); this.sep4 = new System.Windows.Forms.ToolBarButton(); this.tlbtnExit = new System.Windows.Forms.ToolBarButton(); this.cmsCanvasMenuItem = new System.Windows.Forms.ContextMenuStrip(this.components); this.pasteMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemCanvasBgColor = new System.Windows.Forms.ToolStripMenuItem(); this.menuItemCanvasSize = new System.Windows.Forms.ToolStripMenuItem(); this.printDocument1 = new System.Drawing.Printing.PrintDocument(); this.pageSetupDialog1 = new System.Windows.Forms.PageSetupDialog(); this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog(); this.tlbtnreload = new System.Windows.Forms.ToolBarButton(); this.mainView = new GraEditor.MainView(); this.tlbtnSaveExplain = new System.Windows.Forms.ToolBarButton(); this.toolBarButton2 = new System.Windows.Forms.ToolBarButton(); ((System.ComponentModel.ISupportInitialize)(this.sbPanelTip)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbPanelFont)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbPanelViewScale)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sbPanelMousePos)).BeginInit(); this.cmsCanvasMenuItem.SuspendLayout(); this.SuspendLayout(); // // GE_toolBar1 // this.GE_toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat; this.GE_toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] { this.tlbtnreload, this.tlbtnSaveExplain, this.toolBarButton2, this.tlBtnNew, this.tlBtnOpen, this.tlBtnSave, this.tlbtnSaves, this.sp1, this.tlBtnSelect, this.tlBtnCopy, this.tlBtnCut, this.sp2, this.tlBtnUndo, this.tlBtnRedo, this.sp5, this.tlBtnFont, this.tlBtnColor, this.tlBtnPenWidth, this.toolBarButton1, this.tlbtnprintpreview, this.tlbtnprint, this.tlbtnprintSet}); this.GE_toolBar1.DropDownArrows = true; this.GE_toolBar1.ImageList = this.GE_imageList; this.GE_toolBar1.Location = new System.Drawing.Point(0, 0); this.GE_toolBar1.Name = "GE_toolBar1"; this.GE_toolBar1.ShowToolTips = true; this.GE_toolBar1.Size = new System.Drawing.Size(784, 44); this.GE_toolBar1.TabIndex = 1; this.GE_toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.GE_toolBar1_ButtonClick); // // tlBtnNew // this.tlBtnNew.ImageIndex = 32; this.tlBtnNew.Name = "tlBtnNew"; this.tlBtnNew.ToolTipText = "新建文件"; // // tlBtnOpen // this.tlBtnOpen.ImageIndex = 20; this.tlBtnOpen.Name = "tlBtnOpen"; this.tlBtnOpen.ToolTipText = "打开图像"; // // tlBtnSave // this.tlBtnSave.ImageIndex = 17; this.tlBtnSave.Name = "tlBtnSave"; this.tlBtnSave.ToolTipText = "保存"; // // tlbtnSaves // this.tlbtnSaves.ImageIndex = 47; this.tlbtnSaves.Name = "tlbtnSaves"; this.tlbtnSaves.ToolTipText = "另存为"; // // sp1 // this.sp1.Name = "sp1"; this.sp1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tlBtnSelect // this.tlBtnSelect.ImageIndex = 42; this.tlBtnSelect.Name = "tlBtnSelect"; this.tlBtnSelect.ToolTipText = "选择"; // // tlBtnCopy // this.tlBtnCopy.ImageIndex = 30; this.tlBtnCopy.Name = "tlBtnCopy"; this.tlBtnCopy.ToolTipText = "复制"; // // tlBtnCut // this.tlBtnCut.ImageIndex = 31; this.tlBtnCut.Name = "tlBtnCut"; this.tlBtnCut.ToolTipText = "剪切"; // // sp2 // this.sp2.Name = "sp2"; this.sp2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tlBtnUndo // this.tlBtnUndo.ImageIndex = 25; this.tlBtnUndo.Name = "tlBtnUndo"; this.tlBtnUndo.ToolTipText = "撤销"; // // tlBtnRedo // this.tlBtnRedo.ImageIndex = 26; this.tlBtnRedo.Name = "tlBtnRedo"; this.tlBtnRedo.ToolTipText = "恢复"; // // sp5 // this.sp5.Name = "sp5"; this.sp5.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tlBtnFont // this.tlBtnFont.ImageIndex = 46; this.tlBtnFont.Name = "tlBtnFont"; this.tlBtnFont.ToolTipText = "字体设置"; // // tlBtnColor // this.tlBtnColor.ImageIndex = 23; this.tlBtnColor.Name = "tlBtnColor"; this.tlBtnColor.ToolTipText = "画笔和字体颜色"; // // tlBtnPenWidth // this.tlBtnPenWidth.DropDownMenu = this.muPenWidth; this.tlBtnPenWidth.ImageIndex = 12; this.tlBtnPenWidth.Name = "tlBtnPenWidth"; this.tlBtnPenWidth.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton; this.tlBtnPenWidth.ToolTipText = "画笔大小"; // // toolBarButton1 // this.toolBarButton1.Name = "toolBarButton1"; this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tlbtnprintpreview // this.tlbtnprintpreview.ImageIndex = 29; this.tlbtnprintpreview.Name = "tlbtnprintpreview"; this.tlbtnprintpreview.ToolTipText = "打印预览"; // // tlbtnprint // this.tlbtnprint.ImageIndex = 28; this.tlbtnprint.Name = "tlbtnprint"; this.tlbtnprint.ToolTipText = "打印"; // // tlbtnprintSet // this.tlbtnprintSet.ImageIndex = 27; this.tlbtnprintSet.Name = "tlbtnprintSet"; this.tlbtnprintSet.ToolTipText = "打印页面设置"; // // GE_imageList // this.GE_imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("GE_imageList.ImageStream"))); this.GE_imageList.TransparentColor = System.Drawing.Color.Transparent; this.GE_imageList.Images.SetKeyName(0, ""); this.GE_imageList.Images.SetKeyName(1, ""); this.GE_imageList.Images.SetKeyName(2, ""); this.GE_imageList.Images.SetKeyName(3, ""); this.GE_imageList.Images.SetKeyName(4, ""); this.GE_imageList.Images.SetKeyName(5, ""); this.GE_imageList.Images.SetKeyName(6, ""); this.GE_imageList.Images.SetKeyName(7, ""); this.GE_imageList.Images.SetKeyName(8, ""); this.GE_imageList.Images.SetKeyName(9, ""); this.GE_imageList.Images.SetKeyName(10, ""); this.GE_imageList.Images.SetKeyName(11, ""); this.GE_imageList.Images.SetKeyName(12, ""); this.GE_imageList.Images.SetKeyName(13, "printpreview.png"); this.GE_imageList.Images.SetKeyName(14, "Print.png"); this.GE_imageList.Images.SetKeyName(15, "PrintSet.png"); this.GE_imageList.Images.SetKeyName(16, "Exit.png"); this.GE_imageList.Images.SetKeyName(17, "Save_128.png"); this.GE_imageList.Images.SetKeyName(18, "new_256.png"); this.GE_imageList.Images.SetKeyName(19, "imgae_767.png"); this.GE_imageList.Images.SetKeyName(20, "Open.png"); this.GE_imageList.Images.SetKeyName(21, "text_128.png"); this.GE_imageList.Images.SetKeyName(22, "draw_256.png"); this.GE_imageList.Images.SetKeyName(23, "color_128.png"); this.GE_imageList.Images.SetKeyName(24, "textColor_128.png"); this.GE_imageList.Images.SetKeyName(25, "l_128.png"); this.GE_imageList.Images.SetKeyName(26, "r_128.png"); this.GE_imageList.Images.SetKeyName(27, "pageSte_128.png"); this.GE_imageList.Images.SetKeyName(28, "Print_128.png"); this.GE_imageList.Images.SetKeyName(29, "printpreview2.png"); this.GE_imageList.Images.SetKeyName(30, "new_128.png"); this.GE_imageList.Images.SetKeyName(31, "cut_256.png"); this.GE_imageList.Images.SetKeyName(32, "newFile_256.png"); this.GE_imageList.Images.SetKeyName(33, "select_256.png"); this.GE_imageList.Images.SetKeyName(34, "pencil_512.png"); this.GE_imageList.Images.SetKeyName(35, "ellipse_512.png"); this.GE_imageList.Images.SetKeyName(36, "JT.png"); this.GE_imageList.Images.SetKeyName(37, "line.png"); this.GE_imageList.Images.SetKeyName(38, "rec_512.png"); this.GE_imageList.Images.SetKeyName(39, "recs.png"); this.GE_imageList.Images.SetKeyName(40, "fillellipse_512.png"); this.GE_imageList.Images.SetKeyName(41, "Zline.png"); this.GE_imageList.Images.SetKeyName(42, "select2_128.png"); this.GE_imageList.Images.SetKeyName(43, "201hf.png"); this.GE_imageList.Images.SetKeyName(44, "Fd.png"); this.GE_imageList.Images.SetKeyName(45, "SX.png"); this.GE_imageList.Images.SetKeyName(46, "T_128.png"); this.GE_imageList.Images.SetKeyName(47, "saves_64.png"); this.GE_imageList.Images.SetKeyName(48, "hand_48.png"); this.GE_imageList.Images.SetKeyName(49, "reload_128.png"); this.GE_imageList.Images.SetKeyName(50, "S_256.png"); // // GE_statusBar // this.GE_statusBar.Location = new System.Drawing.Point(0, 539); this.GE_statusBar.Name = "GE_statusBar"; this.GE_statusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] { this.sbPanelTip, this.sbPanelFont, this.sbPanelViewScale, this.sbPanelMousePos}); this.GE_statusBar.ShowPanels = true; this.GE_statusBar.Size = new System.Drawing.Size(784, 23); this.GE_statusBar.TabIndex = 6; // // sbPanelTip // this.sbPanelTip.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring; this.sbPanelTip.Name = "sbPanelTip"; this.sbPanelTip.Width = 457; // // sbPanelFont // this.sbPanelFont.Name = "sbPanelFont"; this.sbPanelFont.Width = 150; // // sbPanelViewScale // this.sbPanelViewScale.Name = "sbPanelViewScale"; this.sbPanelViewScale.Width = 60; // // sbPanelMousePos // this.sbPanelMousePos.Name = "sbPanelMousePos"; // // GE_toolBar // this.GE_toolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat; this.GE_toolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] { this.tlBtnErase, this.sep2, this.tlBtnFreehand, this.tlBtnLine, this.tlBtnArrow, this.tlBtnLines, this.tlBtnFrameRect, this.tlBtnFillRect, this.tlBtnFrameEllipse, this.tlBtnFillEllipse, this.tlBtnImage, this.tlBtnText, this.sep3, this.tlBtnZoomIn, this.tlBtnZoomOut, this.tlbtnhand, this.tlBtnZoomResume, this.sep4, this.tlbtnExit}); this.GE_toolBar.DropDownArrows = true; this.GE_toolBar.ImageList = this.GE_imageList; this.GE_toolBar.Location = new System.Drawing.Point(0, 44); this.GE_toolBar.Name = "GE_toolBar"; this.GE_toolBar.ShowToolTips = true; this.GE_toolBar.Size = new System.Drawing.Size(784, 44); this.GE_toolBar.TabIndex = 5; this.GE_toolBar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.GE_toolBar_ButtonClick); // // tlBtnErase // this.tlBtnErase.ImageIndex = 22; this.tlBtnErase.Name = "tlBtnErase"; this.tlBtnErase.ToolTipText = "橡皮擦"; // // sep2 // this.sep2.Name = "sep2"; this.sep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tlBtnFreehand // this.tlBtnFreehand.ImageIndex = 34; this.tlBtnFreehand.Name = "tlBtnFreehand"; this.tlBtnFreehand.ToolTipText = "铅笔 自由画线"; // // tlBtnLine // this.tlBtnLine.ImageIndex = 37; this.tlBtnLine.Name = "tlBtnLine"; this.tlBtnLine.ToolTipText = "画线 按住“Shift”画水平或垂直线条"; // // tlBtnArrow // this.tlBtnArrow.ImageIndex = 36; this.tlBtnArrow.Name = "tlBtnArrow"; this.tlBtnArrow.ToolTipText = "画箭头"; // // tlBtnLines // this.tlBtnLines.ImageIndex = 41; this.tlBtnLines.Name = "tlBtnLines"; this.tlBtnLines.ToolTipText = "画多段线"; // // tlBtnFrameRect // this.tlBtnFrameRect.ImageIndex = 38; this.tlBtnFrameRect.Name = "tlBtnFrameRect"; this.tlBtnFrameRect.ToolTipText = "画空心矩形"; // // tlBtnFillRect // this.tlBtnFillRect.ImageIndex = 39; this.tlBtnFillRect.Name = "tlBtnFillRect"; this.tlBtnFillRect.ToolTipText = "画实心矩形"; // // tlBtnFrameEllipse // this.tlBtnFrameEllipse.ImageIndex = 35; this.tlBtnFrameEllipse.Name = "tlBtnFrameEllipse"; this.tlBtnFrameEllipse.ToolTipText = "画空心矩形"; // // tlBtnFillEllipse // this.tlBtnFillEllipse.ImageIndex = 40; this.tlBtnFillEllipse.Name = "tlBtnFillEllipse"; this.tlBtnFillEllipse.ToolTipText = "画实心矩形"; // // tlBtnImage // this.tlBtnImage.ImageIndex = 19; this.tlBtnImage.Name = "tlBtnImage"; this.tlBtnImage.ToolTipText = "导入图像"; // // tlBtnText // this.tlBtnText.ImageIndex = 21; this.tlBtnText.Name = "tlBtnText"; this.tlBtnText.ToolTipText = "输入文字"; // // sep3 // this.sep3.Name = "sep3"; this.sep3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tlBtnZoomIn // this.tlBtnZoomIn.ImageIndex = 44; this.tlBtnZoomIn.Name = "tlBtnZoomIn"; this.tlBtnZoomIn.ToolTipText = "放大视图"; // // tlBtnZoomOut // this.tlBtnZoomOut.ImageIndex = 45; this.tlBtnZoomOut.Name = "tlBtnZoomOut"; this.tlBtnZoomOut.ToolTipText = "缩小视图"; // // tlbtnhand // this.tlbtnhand.ImageIndex = 48; this.tlbtnhand.Name = "tlbtnhand"; this.tlbtnhand.ToolTipText = "移动视图"; // // tlBtnZoomResume // this.tlBtnZoomResume.ImageIndex = 43; this.tlBtnZoomResume.Name = "tlBtnZoomResume"; this.tlBtnZoomResume.ToolTipText = "恢复视图"; // // sep4 // this.sep4.Name = "sep4"; this.sep4.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // tlbtnExit // this.tlbtnExit.ImageIndex = 16; this.tlbtnExit.Name = "tlbtnExit"; this.tlbtnExit.ToolTipText = "退出"; // // cmsCanvasMenuItem // this.cmsCanvasMenuItem.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.pasteMenuItem, this.menuItemCanvasBgColor, this.menuItemCanvasSize}); this.cmsCanvasMenuItem.Name = "contextMenuStrip1"; this.cmsCanvasMenuItem.Size = new System.Drawing.Size(125, 70); this.cmsCanvasMenuItem.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening); // // pasteMenuItem // this.pasteMenuItem.Name = "pasteMenuItem"; this.pasteMenuItem.Size = new System.Drawing.Size(124, 22); this.pasteMenuItem.Text = "粘贴"; this.pasteMenuItem.Click += new System.EventHandler(this.toolStripMenuItem1_Click); // // menuItemCanvasBgColor // this.menuItemCanvasBgColor.Name = "menuItemCanvasBgColor"; this.menuItemCanvasBgColor.Size = new System.Drawing.Size(124, 22); this.menuItemCanvasBgColor.Text = "画布背景"; this.menuItemCanvasBgColor.Click += new System.EventHandler(this.toolStripMenuItem2_Click); // // menuItemCanvasSize // this.menuItemCanvasSize.Name = "menuItemCanvasSize"; this.menuItemCanvasSize.Size = new System.Drawing.Size(124, 22); this.menuItemCanvasSize.Text = "画布尺寸"; this.menuItemCanvasSize.Click += new System.EventHandler(this.toolStripMenuItem3_Click); // // printDocument1 // this.printDocument1.OriginAtMargins = true; this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage); // // pageSetupDialog1 // this.pageSetupDialog1.Document = this.printDocument1; this.pageSetupDialog1.MinMargins = new System.Drawing.Printing.Margins(0, 20, 0, 20); // // printPreviewDialog1 // this.printPreviewDialog1.AutoScrollMargin = new System.Drawing.Size(0, 0); this.printPreviewDialog1.AutoScrollMinSize = new System.Drawing.Size(0, 0); this.printPreviewDialog1.ClientSize = new System.Drawing.Size(400, 300); this.printPreviewDialog1.Document = this.printDocument1; this.printPreviewDialog1.Enabled = true; this.printPreviewDialog1.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog1.Icon"))); this.printPreviewDialog1.Name = "printPreviewDialog1"; this.printPreviewDialog1.Visible = false; // // tlbtnreload // this.tlbtnreload.ImageIndex = 49; this.tlbtnreload.Name = "tlbtnreload"; this.tlbtnreload.ToolTipText = "重置 开始新的绘制"; // // mainView // this.mainView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.mainView.BackColor = System.Drawing.Color.Lavender; this.mainView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.mainView.ContextMenuStrip = this.cmsCanvasMenuItem; this.mainView.Location = new System.Drawing.Point(1, 92); this.mainView.Name = "mainView"; this.mainView.Size = new System.Drawing.Size(782, 447); this.mainView.TabIndex = 7; this.mainView.ViewMatrix = matrix2; // // tlbtnSaveExplain // this.tlbtnSaveExplain.ImageIndex = 50; this.tlbtnSaveExplain.Name = "tlbtnSaveExplain"; this.tlbtnSaveExplain.ToolTipText = "保存绘制完成的说明图片"; // // toolBarButton2 // this.toolBarButton2.Name = "toolBarButton2"; this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator; // // frmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.LightSteelBlue; this.ClientSize = new System.Drawing.Size(784, 562); this.Controls.Add(this.GE_toolBar); this.Controls.Add(this.mainView); this.Controls.Add(this.GE_toolBar1); this.Controls.Add(this.GE_statusBar); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmMain"; this.Text = "frmMain"; this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.frmMain_KeyUp); ((System.ComponentModel.ISupportInitialize)(this.sbPanelTip)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbPanelFont)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbPanelViewScale)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sbPanelMousePos)).EndInit(); this.cmsCanvasMenuItem.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private MainView mainView; private System.Windows.Forms.ToolBar GE_toolBar1; private System.Windows.Forms.ToolBarButton tlBtnNew; private System.Windows.Forms.ToolBarButton tlBtnOpen; private System.Windows.Forms.ToolBarButton tlBtnSave; private System.Windows.Forms.ToolBarButton sp1; private System.Windows.Forms.ToolBarButton tlBtnSelect; private System.Windows.Forms.ToolBarButton tlBtnCopy; private System.Windows.Forms.ToolBarButton tlBtnCut; private System.Windows.Forms.ToolBarButton sp2; private System.Windows.Forms.ToolBarButton sp5; private System.Windows.Forms.ToolBarButton tlBtnUndo; private System.Windows.Forms.ToolBarButton tlBtnRedo; private System.Windows.Forms.ToolBarButton tlBtnFont; private System.Windows.Forms.ToolBarButton tlBtnColor; private System.Windows.Forms.ToolBarButton tlBtnPenWidth; private System.Windows.Forms.StatusBar GE_statusBar; private System.Windows.Forms.StatusBarPanel sbPanelTip; private System.Windows.Forms.StatusBarPanel sbPanelFont; private System.Windows.Forms.StatusBarPanel sbPanelViewScale; private System.Windows.Forms.StatusBarPanel sbPanelMousePos; private System.Windows.Forms.ToolBar GE_toolBar; private System.Windows.Forms.ToolBarButton tlBtnErase; private System.Windows.Forms.ToolBarButton sep2; private System.Windows.Forms.ToolBarButton tlBtnLine; private System.Windows.Forms.ToolBarButton tlBtnArrow; private System.Windows.Forms.ToolBarButton tlBtnLines; private System.Windows.Forms.ToolBarButton tlBtnFreehand; private System.Windows.Forms.ToolBarButton tlBtnFrameRect; private System.Windows.Forms.ToolBarButton tlBtnFillRect; private System.Windows.Forms.ToolBarButton tlBtnFrameEllipse; private System.Windows.Forms.ToolBarButton tlBtnFillEllipse; private System.Windows.Forms.ToolBarButton tlBtnImage; private System.Windows.Forms.ToolBarButton tlBtnText; private System.Windows.Forms.ToolBarButton sep3; private System.Windows.Forms.ToolBarButton tlBtnZoomIn; private System.Windows.Forms.ToolBarButton tlBtnZoomOut; private System.Windows.Forms.ToolBarButton tlBtnZoomResume; private System.Windows.Forms.ToolBarButton sep4; private System.Windows.Forms.ImageList GE_imageList; private System.Windows.Forms.ContextMenu muPenWidth; private System.Windows.Forms.ContextMenuStrip cmsCanvasMenuItem; private System.Windows.Forms.ToolStripMenuItem pasteMenuItem; private System.Windows.Forms.ToolStripMenuItem menuItemCanvasBgColor; private System.Windows.Forms.ToolStripMenuItem menuItemCanvasSize; private System.Drawing.Printing.PrintDocument printDocument1; private System.Windows.Forms.PageSetupDialog pageSetupDialog1; private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1; private System.Windows.Forms.ToolBarButton tlbtnprintpreview; private System.Windows.Forms.ToolBarButton tlbtnprint; private System.Windows.Forms.ToolBarButton tlbtnprintSet; private System.Windows.Forms.ToolBarButton toolBarButton1; private System.Windows.Forms.ToolBarButton tlbtnExit; private System.Windows.Forms.ToolBarButton tlbtnSaves; private System.Windows.Forms.ToolBarButton tlbtnhand; private System.Windows.Forms.ToolBarButton tlbtnreload; private System.Windows.Forms.ToolBarButton tlbtnSaveExplain; private System.Windows.Forms.ToolBarButton toolBarButton2; } }