Пример #1
0
 private void InitializeComponent()
 {
     this.pnlInkToolbar = new System.Windows.Forms.Panel();
     this.inkToolBar    = new MSR.LST.Controls.InkToolBar();
     this.pbInk         = new System.Windows.Forms.PictureBox();
     this.pnlInkToolbar.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlInkToolbar
     //
     this.pnlInkToolbar.Controls.Add(this.inkToolBar);
     this.pnlInkToolbar.Location = new System.Drawing.Point(0, 0);
     this.pnlInkToolbar.Name     = "pnlInkToolbar";
     this.pnlInkToolbar.Size     = new System.Drawing.Size(224, 48);
     this.pnlInkToolbar.TabIndex = 1;
     //
     // inkToolBar
     //
     this.inkToolBar.ButtonSize       = new System.Drawing.Size(16, 16);
     this.inkToolBar.Divider          = false;
     this.inkToolBar.Location         = new System.Drawing.Point(0, 0);
     this.inkToolBar.Name             = "inkToolBar";
     this.inkToolBar.Size             = new System.Drawing.Size(224, 50);
     this.inkToolBar.TabIndex         = 1;
     this.inkToolBar.EraseAllClicked += new System.EventHandler(this.inkToolBar_EraseAllClicked);
     //
     // pbInk
     //
     this.pbInk.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.pbInk.BackColor = System.Drawing.Color.White;
     this.pbInk.Location  = new System.Drawing.Point(0, 48);
     this.pbInk.Name      = "pbInk";
     this.pbInk.Size      = new System.Drawing.Size(792, 520);
     this.pbInk.TabIndex  = 2;
     this.pbInk.TabStop   = false;
     //
     // WhiteboardForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.pbInk);
     this.Controls.Add(this.pnlInkToolbar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "WhiteboardForm";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.WhiteboardForm_Closing);
     this.Load           += new System.EventHandler(this.WhiteBoardForm_Load);
     this.pnlInkToolbar.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #2
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Ink.DrawingAttributes drawingAttributes3 = new Microsoft.Ink.DrawingAttributes();
            Microsoft.Ink.DrawingAttributes drawingAttributes4 = new Microsoft.Ink.DrawingAttributes();
            this.pnlInkToolbar = new System.Windows.Forms.Panel();
            this.inkToolBar = new MSR.LST.Controls.InkToolBar();
            this.pbInk = new System.Windows.Forms.PictureBox();
            this.pnlInkToolbar.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbInk)).BeginInit();
            this.SuspendLayout();

            // 
            // pnlInkToolbar
            // 
            this.pnlInkToolbar.Controls.Add(this.inkToolBar);
            this.pnlInkToolbar.Location = new System.Drawing.Point(0, 0);
            this.pnlInkToolbar.Name = "pnlInkToolbar";
            this.pnlInkToolbar.Size = new System.Drawing.Size(224, 48);
            this.pnlInkToolbar.TabIndex = 1;
            // 
            // inkToolBar
            // 
            this.inkToolBar.ButtonSize = new System.Drawing.Size(16, 16);
            this.inkToolBar.Divider = false;
            drawingAttributes3.AntiAliased = true;
            drawingAttributes3.Color = System.Drawing.Color.Yellow;
            drawingAttributes3.FitToCurve = false;
            drawingAttributes3.Height = 600F;
            drawingAttributes3.IgnorePressure = false;
            drawingAttributes3.PenTip = Microsoft.Ink.PenTip.Rectangle;
            drawingAttributes3.RasterOperation = Microsoft.Ink.RasterOperation.CopyPen;
            drawingAttributes3.Transparency = ((byte)(128));
            drawingAttributes3.Width = 100F;
            this.inkToolBar.HighlighterAttributes = drawingAttributes3;
            this.inkToolBar.Location = new System.Drawing.Point(0, 0);
            this.inkToolBar.Name = "inkToolBar";
            drawingAttributes4.AntiAliased = true;
            drawingAttributes4.Color = System.Drawing.Color.Blue;
            drawingAttributes4.FitToCurve = true;
            drawingAttributes4.Height = 60F;
            drawingAttributes4.IgnorePressure = false;
            drawingAttributes4.PenTip = Microsoft.Ink.PenTip.Ball;
            drawingAttributes4.RasterOperation = Microsoft.Ink.RasterOperation.CopyPen;
            drawingAttributes4.Transparency = ((byte)(0));
            drawingAttributes4.Width = 60F;
            this.inkToolBar.PenAttributes = drawingAttributes4;
            this.inkToolBar.Size = new System.Drawing.Size(224, 50);
            this.inkToolBar.TabIndex = 1;
            this.inkToolBar.EraseAllClicked += new System.EventHandler(this.inkToolBar_EraseAllClicked);
            // 
            // pbInk
            // 
            this.pbInk.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.pbInk.BackColor = System.Drawing.Color.White;
            this.pbInk.Location = new System.Drawing.Point(0, 48);
            this.pbInk.Name = "pbInk";
            this.pbInk.Size = new System.Drawing.Size(792, 520);
            this.pbInk.TabIndex = 2;
            this.pbInk.TabStop = false;
            // 
            // WhiteboardForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(792, 566);
            this.Controls.Add(this.pbInk);
            this.Controls.Add(this.pnlInkToolbar);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.Name = "WhiteboardForm";
            this.Closing += new System.ComponentModel.CancelEventHandler(this.WhiteboardForm_Closing);
            this.Load += new System.EventHandler(this.WhiteBoardForm_Load);
            this.pnlInkToolbar.ResumeLayout(false);
            this.pnlInkToolbar.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbInk)).EndInit();
            this.ResumeLayout(false);

        }
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Ink.DrawingAttributes drawingAttributes3 = new Microsoft.Ink.DrawingAttributes();
            Microsoft.Ink.DrawingAttributes drawingAttributes4 = new Microsoft.Ink.DrawingAttributes();
            this.pnlInkToolbar = new System.Windows.Forms.Panel();
            this.inkToolBar    = new MSR.LST.Controls.InkToolBar();
            this.pbInk         = new System.Windows.Forms.PictureBox();
            this.pnlInkToolbar.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbInk)).BeginInit();
            this.SuspendLayout();

            //
            // pnlInkToolbar
            //
            this.pnlInkToolbar.Controls.Add(this.inkToolBar);
            this.pnlInkToolbar.Location = new System.Drawing.Point(0, 0);
            this.pnlInkToolbar.Name     = "pnlInkToolbar";
            this.pnlInkToolbar.Size     = new System.Drawing.Size(224, 48);
            this.pnlInkToolbar.TabIndex = 1;
            //
            // inkToolBar
            //
            this.inkToolBar.ButtonSize            = new System.Drawing.Size(16, 16);
            this.inkToolBar.Divider               = false;
            drawingAttributes3.AntiAliased        = true;
            drawingAttributes3.Color              = System.Drawing.Color.Yellow;
            drawingAttributes3.FitToCurve         = false;
            drawingAttributes3.Height             = 600F;
            drawingAttributes3.IgnorePressure     = false;
            drawingAttributes3.PenTip             = Microsoft.Ink.PenTip.Rectangle;
            drawingAttributes3.RasterOperation    = Microsoft.Ink.RasterOperation.CopyPen;
            drawingAttributes3.Transparency       = ((byte)(128));
            drawingAttributes3.Width              = 100F;
            this.inkToolBar.HighlighterAttributes = drawingAttributes3;
            this.inkToolBar.Location              = new System.Drawing.Point(0, 0);
            this.inkToolBar.Name               = "inkToolBar";
            drawingAttributes4.AntiAliased     = true;
            drawingAttributes4.Color           = System.Drawing.Color.Blue;
            drawingAttributes4.FitToCurve      = true;
            drawingAttributes4.Height          = 60F;
            drawingAttributes4.IgnorePressure  = false;
            drawingAttributes4.PenTip          = Microsoft.Ink.PenTip.Ball;
            drawingAttributes4.RasterOperation = Microsoft.Ink.RasterOperation.CopyPen;
            drawingAttributes4.Transparency    = ((byte)(0));
            drawingAttributes4.Width           = 60F;
            this.inkToolBar.PenAttributes      = drawingAttributes4;
            this.inkToolBar.Size               = new System.Drawing.Size(224, 50);
            this.inkToolBar.TabIndex           = 1;
            this.inkToolBar.EraseAllClicked   += new System.EventHandler(this.inkToolBar_EraseAllClicked);
            //
            // pbInk
            //
            this.pbInk.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.pbInk.BackColor = System.Drawing.Color.White;
            this.pbInk.Location  = new System.Drawing.Point(0, 48);
            this.pbInk.Name      = "pbInk";
            this.pbInk.Size      = new System.Drawing.Size(792, 520);
            this.pbInk.TabIndex  = 2;
            this.pbInk.TabStop   = false;
            //
            // WhiteboardForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(792, 566);
            this.Controls.Add(this.pbInk);
            this.Controls.Add(this.pnlInkToolbar);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.Name            = "WhiteboardForm";
            this.Closing        += new System.ComponentModel.CancelEventHandler(this.WhiteboardForm_Closing);
            this.Load           += new System.EventHandler(this.WhiteBoardForm_Load);
            this.pnlInkToolbar.ResumeLayout(false);
            this.pnlInkToolbar.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbInk)).EndInit();
            this.ResumeLayout(false);
        }
Пример #4
0
 private void InitializeComponent()
 {
     this.pnlInkToolbar = new System.Windows.Forms.Panel();
     this.inkToolBar = new MSR.LST.Controls.InkToolBar();
     this.pbInk = new System.Windows.Forms.PictureBox();
     this.pnlInkToolbar.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlInkToolbar
     //
     this.pnlInkToolbar.Controls.Add(this.inkToolBar);
     this.pnlInkToolbar.Location = new System.Drawing.Point(0, 0);
     this.pnlInkToolbar.Name = "pnlInkToolbar";
     this.pnlInkToolbar.Size = new System.Drawing.Size(224, 48);
     this.pnlInkToolbar.TabIndex = 1;
     //
     // inkToolBar
     //
     this.inkToolBar.ButtonSize = new System.Drawing.Size(16, 16);
     this.inkToolBar.Divider = false;
     this.inkToolBar.Location = new System.Drawing.Point(0, 0);
     this.inkToolBar.Name = "inkToolBar";
     this.inkToolBar.Size = new System.Drawing.Size(224, 50);
     this.inkToolBar.TabIndex = 1;
     this.inkToolBar.EraseAllClicked += new System.EventHandler(this.inkToolBar_EraseAllClicked);
     //
     // pbInk
     //
     this.pbInk.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.pbInk.BackColor = System.Drawing.Color.White;
     this.pbInk.Location = new System.Drawing.Point(0, 48);
     this.pbInk.Name = "pbInk";
     this.pbInk.Size = new System.Drawing.Size(792, 520);
     this.pbInk.TabIndex = 2;
     this.pbInk.TabStop = false;
     //
     // WhiteboardForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(792, 566);
     this.Controls.Add(this.pbInk);
     this.Controls.Add(this.pnlInkToolbar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "WhiteboardForm";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.WhiteboardForm_Closing);
     this.Load += new System.EventHandler(this.WhiteBoardForm_Load);
     this.pnlInkToolbar.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PresentationCapabilityFMain));
            this.pbRTDoc = new System.Windows.Forms.PictureBox();
            this.pnlUI = new System.Windows.Forms.Panel();
            this.pnlNavigate = new System.Windows.Forms.Panel();
            this.tbNavigate = new System.Windows.Forms.ToolBar();
            this.tbbPrevious = new System.Windows.Forms.ToolBarButton();
            this.tbbNext = new System.Windows.Forms.ToolBarButton();
            this.imageListNavigation = new System.Windows.Forms.ImageList(this.components);
            this.pnlInsert = new System.Windows.Forms.Panel();
            this.tbInsertSlides = new System.Windows.Forms.ToolBar();
            this.tbbInsertSlide = new System.Windows.Forms.ToolBarButton();
            this.tbbSnapshot = new System.Windows.Forms.ToolBarButton();
            this.ctxtMenuSnapshotApps = new System.Windows.Forms.ContextMenu();
            this.imageListSlides = new System.Windows.Forms.ImageList(this.components);
            this.pnlInk = new System.Windows.Forms.Panel();
            this.inkToolBar = new MSR.LST.Controls.InkToolBar();
            this.tbbPen = new System.Windows.Forms.ToolBarButton();
            this.tbbHighlighter = new System.Windows.Forms.ToolBarButton();
            this.tbbEraser = new System.Windows.Forms.ToolBarButton();
            this.tbbEraseAll = new System.Windows.Forms.ToolBarButton();
            this.pnlFile = new System.Windows.Forms.Panel();
            this.tbFile = new System.Windows.Forms.ToolBar();
            this.tbbOpenFile = new System.Windows.Forms.ToolBarButton();
            this.tbbResend = new System.Windows.Forms.ToolBarButton();
            this.imageListFileMenu = new System.Windows.Forms.ImageList(this.components);
            this.pnlVideo = new System.Windows.Forms.Panel();
            this.imageListVideo = new System.Windows.Forms.ImageList(this.components);
            this.mainMenu = new System.Windows.Forms.MainMenu();
            this.miFile = new System.Windows.Forms.MenuItem();
            this.miOpen = new System.Windows.Forms.MenuItem();
            this.miOpenRemote = new System.Windows.Forms.MenuItem();
            this.miResendCurrentSlide = new System.Windows.Forms.MenuItem();
            this.miSlideShow = new System.Windows.Forms.MenuItem();
            this.miClose = new System.Windows.Forms.MenuItem();
            this.miTools = new System.Windows.Forms.MenuItem();
            this.miBlueInk = new System.Windows.Forms.MenuItem();
            this.miBlackInk = new System.Windows.Forms.MenuItem();
            this.miRedInk = new System.Windows.Forms.MenuItem();
            this.miYellowInk = new System.Windows.Forms.MenuItem();
            this.miSeparatorPenHighlighter = new System.Windows.Forms.MenuItem();
            this.miYellowHighlighter = new System.Windows.Forms.MenuItem();
            this.miLimeHighlighter = new System.Windows.Forms.MenuItem();
            this.miBlueHighlighter = new System.Windows.Forms.MenuItem();
            this.miSeparatorHighlighterEraser = new System.Windows.Forms.MenuItem();
            this.miErase = new System.Windows.Forms.MenuItem();
            this.miEraseAllInk = new System.Windows.Forms.MenuItem();
            this.miSaveAsImages = new System.Windows.Forms.MenuItem();
            this.miSlide = new System.Windows.Forms.MenuItem();
            this.miBlankSlide = new System.Windows.Forms.MenuItem();
            this.miSnapshot = new System.Windows.Forms.MenuItem();
            this.miInsertSnapshot = new System.Windows.Forms.MenuItem();
            this.miPreviousSlide = new System.Windows.Forms.MenuItem();
            this.miNextSlide = new System.Windows.Forms.MenuItem();
            this.miHelp = new System.Windows.Forms.MenuItem();
            this.miPresentationHelp = new System.Windows.Forms.MenuItem();
            this.miHelpAbout = new System.Windows.Forms.MenuItem();
            this.statusBar = new MSR.LST.ConferenceXP.PresentationStatusBar();
            this.thumbnailsView = new MSR.LST.ConferenceXP.ThumbnailListView();
            this.pbSlidePreview = new System.Windows.Forms.PictureBox();
            this.pbShadowSlidePreview = new System.Windows.Forms.PictureBox();
            this.pnlUI.SuspendLayout();
            this.pnlNavigate.SuspendLayout();
            this.pnlInsert.SuspendLayout();
            this.pnlInk.SuspendLayout();
            this.pnlFile.SuspendLayout();
            this.SuspendLayout();
            // 
            // pbRTDoc
            // 
            this.pbRTDoc.BackColor = System.Drawing.Color.White;
            this.pbRTDoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pbRTDoc.Location = new System.Drawing.Point(168, 72);
            this.pbRTDoc.Name = "pbRTDoc";
            this.pbRTDoc.Size = new System.Drawing.Size(672, 560);
            this.pbRTDoc.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pbRTDoc.TabIndex = 3;
            this.pbRTDoc.TabStop = false;
            this.pbRTDoc.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbRTDoc_MouseDown);
            // 
            // pnlUI
            // 
            this.pnlUI.Controls.Add(this.pnlNavigate);
            this.pnlUI.Controls.Add(this.pnlInsert);
            this.pnlUI.Controls.Add(this.pnlInk);
            this.pnlUI.Controls.Add(this.pnlFile);
            this.pnlUI.Controls.Add(this.pnlVideo);
            this.pnlUI.Location = new System.Drawing.Point(0, 0);
            this.pnlUI.Name = "pnlUI";
            this.pnlUI.Size = new System.Drawing.Size(600, 56);
            this.pnlUI.TabIndex = 27;
            // 
            // pnlNavigate
            // 
            this.pnlNavigate.Controls.Add(this.tbNavigate);
            this.pnlNavigate.Location = new System.Drawing.Point(504, 8);
            this.pnlNavigate.Name = "pnlNavigate";
            this.pnlNavigate.Size = new System.Drawing.Size(96, 56);
            this.pnlNavigate.TabIndex = 31;
            // 
            // tbNavigate
            // 
            this.tbNavigate.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.tbNavigate.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.tbNavigate.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                          this.tbbPrevious,
                                                                                          this.tbbNext});
            this.tbNavigate.Divider = false;
            this.tbNavigate.DropDownArrows = true;
            this.tbNavigate.ImageList = this.imageListNavigation;
            this.tbNavigate.Location = new System.Drawing.Point(0, 0);
            this.tbNavigate.Name = "tbNavigate";
            this.tbNavigate.ShowToolTips = true;
            this.tbNavigate.Size = new System.Drawing.Size(96, 50);
            this.tbNavigate.TabIndex = 1;
            this.tbNavigate.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbNavigate_ButtonClick);
            // 
            // tbbPrevious
            // 
            this.tbbPrevious.ImageIndex = 0;
            this.tbbPrevious.ToolTipText = "Previous Slide";
            // 
            // tbbNext
            // 
            this.tbbNext.ImageIndex = 1;
            this.tbbNext.ToolTipText = "Next Slide";
            // 
            // imageListNavigation
            // 
            this.imageListNavigation.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
            this.imageListNavigation.ImageSize = new System.Drawing.Size(40, 40);
            this.imageListNavigation.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListNavigation.ImageStream")));
            this.imageListNavigation.TransparentColor = System.Drawing.Color.Magenta;
            // 
            // pnlInsert
            // 
            this.pnlInsert.Controls.Add(this.tbInsertSlides);
            this.pnlInsert.Location = new System.Drawing.Point(360, 8);
            this.pnlInsert.Name = "pnlInsert";
            this.pnlInsert.Size = new System.Drawing.Size(112, 56);
            this.pnlInsert.TabIndex = 30;
            // 
            // tbInsertSlides
            // 
            this.tbInsertSlides.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.tbInsertSlides.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.tbInsertSlides.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                              this.tbbInsertSlide,
                                                                                              this.tbbSnapshot});
            this.tbInsertSlides.Divider = false;
            this.tbInsertSlides.DropDownArrows = true;
            this.tbInsertSlides.ImageList = this.imageListSlides;
            this.tbInsertSlides.Location = new System.Drawing.Point(0, 0);
            this.tbInsertSlides.Name = "tbInsertSlides";
            this.tbInsertSlides.ShowToolTips = true;
            this.tbInsertSlides.Size = new System.Drawing.Size(112, 50);
            this.tbInsertSlides.TabIndex = 1;
            this.tbInsertSlides.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbInsertSlides_ButtonClick);
            // 
            // tbbInsertSlide
            // 
            this.tbbInsertSlide.ImageIndex = 0;
            this.tbbInsertSlide.ToolTipText = "Insert Blank Slide";
            // 
            // tbbSnapshot
            // 
            this.tbbSnapshot.DropDownMenu = this.ctxtMenuSnapshotApps;
            this.tbbSnapshot.ImageIndex = 1;
            this.tbbSnapshot.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
            this.tbbSnapshot.ToolTipText = "Insert Screen Shot";
            // 
            // ctxtMenuSnapshotApps
            // 
            this.ctxtMenuSnapshotApps.Popup += new System.EventHandler(this.ctxtMenuSnapshotApps_Popup);
            // 
            // imageListSlides
            // 
            this.imageListSlides.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
            this.imageListSlides.ImageSize = new System.Drawing.Size(40, 40);
            this.imageListSlides.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListSlides.ImageStream")));
            this.imageListSlides.TransparentColor = System.Drawing.Color.Magenta;
            // 
            // pnlInk
            // 
            this.pnlInk.Controls.Add(this.inkToolBar);
            this.pnlInk.Location = new System.Drawing.Point(120, 8);
            this.pnlInk.Name = "pnlInk";
            this.pnlInk.Size = new System.Drawing.Size(220, 46);
            this.pnlInk.TabIndex = 28;
            // 
            // inkToolBar
            // 
            this.inkToolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                          this.tbbPen,
                                                                                          this.tbbHighlighter,
                                                                                          this.tbbEraser,
                                                                                          this.tbbEraseAll});
            this.inkToolBar.ButtonSize = new System.Drawing.Size(31, 30);
            this.inkToolBar.Divider = false;
            this.inkToolBar.Location = new System.Drawing.Point(0, 0);
            this.inkToolBar.Name = "inkToolBar";
            this.inkToolBar.Size = new System.Drawing.Size(220, 96);
            this.inkToolBar.TabIndex = 0;
            this.inkToolBar.ModeChanged += new System.EventHandler(this.inkToolBar_ModeChanged);
            this.inkToolBar.EraseAllClicked += new System.EventHandler(this.inkToolBar_EraseAllClicked);
            // 
            // tbbPen
            // 
            this.tbbPen.ImageIndex = 0;
            this.tbbPen.Pushed = true;
            this.tbbPen.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
            this.tbbPen.ToolTipText = "Pen";
            // 
            // tbbHighlighter
            // 
            this.tbbHighlighter.ImageIndex = 1;
            this.tbbHighlighter.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
            this.tbbHighlighter.ToolTipText = "Highlighter";
            // 
            // tbbEraser
            // 
            this.tbbEraser.ImageIndex = 2;
            this.tbbEraser.ToolTipText = "Eraser";
            // 
            // tbbEraseAll
            // 
            this.tbbEraseAll.ImageIndex = 3;
            this.tbbEraseAll.ToolTipText = "EraseAll";
            // 
            // pnlFile
            // 
            this.pnlFile.Controls.Add(this.tbFile);
            this.pnlFile.Location = new System.Drawing.Point(0, 8);
            this.pnlFile.Name = "pnlFile";
            this.pnlFile.Size = new System.Drawing.Size(96, 56);
            this.pnlFile.TabIndex = 29;
            // 
            // tbFile
            // 
            this.tbFile.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
            this.tbFile.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.tbFile.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                      this.tbbOpenFile,
                                                                                      this.tbbResend});
            this.tbFile.ButtonSize = new System.Drawing.Size(31, 30);
            this.tbFile.Divider = false;
            this.tbFile.DropDownArrows = true;
            this.tbFile.ImageList = this.imageListFileMenu;
            this.tbFile.Location = new System.Drawing.Point(0, 0);
            this.tbFile.Name = "tbFile";
            this.tbFile.ShowToolTips = true;
            this.tbFile.Size = new System.Drawing.Size(96, 50);
            this.tbFile.TabIndex = 1;
            this.tbFile.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbFile_ButtonClick);
            // 
            // tbbOpenFile
            // 
            this.tbbOpenFile.ImageIndex = 0;
            this.tbbOpenFile.ToolTipText = "Open";
            // 
            // tbbResend
            // 
            this.tbbResend.ImageIndex = 1;
            this.tbbResend.ToolTipText = "Resend Current Slide";
            // 
            // imageListFileMenu
            // 
            this.imageListFileMenu.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
            this.imageListFileMenu.ImageSize = new System.Drawing.Size(40, 40);
            this.imageListFileMenu.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListFileMenu.ImageStream")));
            this.imageListFileMenu.TransparentColor = System.Drawing.Color.Magenta;
            // 
            // pnlVideo
            // 
            this.pnlVideo.Location = new System.Drawing.Point(472, 8);
            this.pnlVideo.Name = "pnlVideo";
            this.pnlVideo.Size = new System.Drawing.Size(56, 56);
            this.pnlVideo.TabIndex = 31;
            // 
            // imageListVideo
            // 
            this.imageListVideo.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
            this.imageListVideo.ImageSize = new System.Drawing.Size(40, 40);
            this.imageListVideo.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListVideo.ImageStream")));
            this.imageListVideo.TransparentColor = System.Drawing.Color.Magenta;
            // 
            // mainMenu
            // 
            this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                     this.miFile,
                                                                                     this.miTools,
                                                                                     this.miSlide,
                                                                                     this.miHelp});
            // 
            // miFile
            // 
            this.miFile.Index = 0;
            this.miFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                   this.miOpen,
                                                                                   this.miOpenRemote,
                                                                                   this.miResendCurrentSlide,
                                                                                   this.miSlideShow,
                                                                                   this.miSaveAsImages,
                                                                                   this.miClose});
            this.miFile.Text = "&File";
            // 
            // miOpen
            // 
            this.miOpen.Index = 0;
            this.miOpen.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
            this.miOpen.Text = "&Open";
            this.miOpen.Click += new System.EventHandler(this.miOpen_Click);
            // 
            // miOpenRemote
            // 
            this.miOpenRemote.Index = 1;
            this.miOpenRemote.Text = "Open Remote...";
            this.miOpenRemote.Click += new System.EventHandler(this.miOpenRemote_Click);
            // 
            // miResendCurrentSlide
            // 
            this.miResendCurrentSlide.Index = 2;
            this.miResendCurrentSlide.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
            this.miResendCurrentSlide.Text = "Resend Current Slide";
            this.miResendCurrentSlide.Click += new System.EventHandler(this.miResendCurrentSlide_Click);
            // 
            // miSlideShow
            // 
            this.miSlideShow.Index = 3;
            this.miSlideShow.Text = "Slide Show";
            this.miSlideShow.Click += new System.EventHandler(this.miSlideShow_Click);
            // 
            // miSaveAsImages
            // 
            this.miSaveAsImages.Index = 4;
            this.miSaveAsImages.Text = "&Save As Images...";
            this.miSaveAsImages.Click += new System.EventHandler(this.miSaveAsImages_Click);
            // 
            // miClose
            // 
            this.miClose.Index = 5;
            this.miClose.Text = "&Close";
            this.miClose.Click += new System.EventHandler(this.miClose_Click);
            // 
            // miTools
            // 
            this.miTools.Index = 1;
            this.miTools.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                    this.miBlueInk,
                                                                                    this.miBlackInk,
                                                                                    this.miRedInk,
                                                                                    this.miYellowInk,
                                                                                    this.miSeparatorPenHighlighter,
                                                                                    this.miYellowHighlighter,
                                                                                    this.miLimeHighlighter,
                                                                                    this.miBlueHighlighter,
                                                                                    this.miSeparatorHighlighterEraser,
                                                                                    this.miErase,
                                                                                    this.miEraseAllInk});
            this.miTools.Text = "&Tools";
            this.miTools.Popup += new System.EventHandler(this.miTools_Popup);
            // 
            // miBlueInk
            // 
            this.miBlueInk.Index = 0;
            this.miBlueInk.Text = "Blue Pen";
            this.miBlueInk.Click += new System.EventHandler(this.miBlueInk_Click);
            // 
            // miBlackInk
            // 
            this.miBlackInk.Index = 1;
            this.miBlackInk.Text = "Black Pen";
            this.miBlackInk.Click += new System.EventHandler(this.miBlackInk_Click);
            // 
            // miRedInk
            // 
            this.miRedInk.Index = 2;
            this.miRedInk.Text = "Red Pen";
            this.miRedInk.Click += new System.EventHandler(this.miRedInk_Click);
            // 
            // miYellowInk
            // 
            this.miYellowInk.Index = 3;
            this.miYellowInk.Text = "Yellow Pen";
            this.miYellowInk.Click += new System.EventHandler(this.miYellowInk_Click);
            // 
            // miSeparatorPenHighlighter
            // 
            this.miSeparatorPenHighlighter.Index = 4;
            this.miSeparatorPenHighlighter.Text = "-";
            // 
            // miYellowHighlighter
            // 
            this.miYellowHighlighter.Index = 5;
            this.miYellowHighlighter.Text = "Yellow Highlighter";
            this.miYellowHighlighter.Click += new System.EventHandler(this.miYellowHighlighter_Click);
            // 
            // miLimeHighlighter
            // 
            this.miLimeHighlighter.Index = 6;
            this.miLimeHighlighter.Text = "Lime Highlighter";
            this.miLimeHighlighter.Click += new System.EventHandler(this.miLimeHighlighter_Click);
            // 
            // miBlueHighlighter
            // 
            this.miBlueHighlighter.Index = 7;
            this.miBlueHighlighter.Text = "Blue Highlighter";
            this.miBlueHighlighter.Click += new System.EventHandler(this.miBlueHighlighter_Click);
            // 
            // miSeparatorHighlighterEraser
            // 
            this.miSeparatorHighlighterEraser.Index = 8;
            this.miSeparatorHighlighterEraser.Text = "-";
            // 
            // miErase
            // 
            this.miErase.Index = 9;
            this.miErase.Shortcut = System.Windows.Forms.Shortcut.CtrlE;
            this.miErase.Text = "Eraser";
            this.miErase.Click += new System.EventHandler(this.miErase_Click);
            // 
            // miEraseAllInk
            // 
            this.miEraseAllInk.Index = 10;
            this.miEraseAllInk.Shortcut = System.Windows.Forms.Shortcut.CtrlD;
            this.miEraseAllInk.Text = "Erase All";
            this.miEraseAllInk.Click += new System.EventHandler(this.miEraseAllInk_Click);
            // 
            // miSlide
            // 
            this.miSlide.Index = 2;
            this.miSlide.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                    this.miBlankSlide,
                                                                                    this.miSnapshot,
                                                                                    this.miInsertSnapshot,
                                                                                    this.miPreviousSlide,
                                                                                    this.miNextSlide});
            this.miSlide.Text = "&Slide";
            this.miSlide.Popup += new System.EventHandler(this.miSlide_Popup);
            // 
            // miBlankSlide
            // 
            this.miBlankSlide.Index = 0;
            this.miBlankSlide.Shortcut = System.Windows.Forms.Shortcut.CtrlM;
            this.miBlankSlide.Text = "Insert Blank Slide";
            this.miBlankSlide.Click += new System.EventHandler(this.miBlankSlide_Click);
            // 
            // miSnapshot
            // 
            this.miSnapshot.Index = 1;
            this.miSnapshot.Shortcut = System.Windows.Forms.Shortcut.CtrlI;
            this.miSnapshot.Text = "Select Screen Shot";
            // 
            // miInsertSnapshot
            // 
            this.miInsertSnapshot.Enabled = false;
            this.miInsertSnapshot.Index = 2;
            this.miInsertSnapshot.Shortcut = System.Windows.Forms.Shortcut.CtrlI;
            this.miInsertSnapshot.Text = "Insert Screen Shot";
            this.miInsertSnapshot.Click += new System.EventHandler(this.miInsertSnapshot_Click);
            // 
            // miPreviousSlide
            // 
            this.miPreviousSlide.Index = 3;
            this.miPreviousSlide.Text = "&Previous Slide";
            this.miPreviousSlide.Click += new System.EventHandler(this.miPreviousSlide_Click);
            // 
            // miNextSlide
            // 
            this.miNextSlide.Index = 4;
            this.miNextSlide.Text = "&Next Slide";
            this.miNextSlide.Click += new System.EventHandler(this.miNextSlide_Click);
            // 
            // miHelp
            // 
            this.miHelp.Index = 3;
            this.miHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                   this.miPresentationHelp,
                                                                                   this.miHelpAbout});
            this.miHelp.Text = "Help";
            // 
            // miPresentationHelp
            // 
            this.miPresentationHelp.Index = 0;
            this.miPresentationHelp.Text = "Presentation Help";
            this.miPresentationHelp.Click += new System.EventHandler(this.miPresentationHelp_Click);
            // 
            // miHelpAbout
            // 
            this.miHelpAbout.Index = 1;
            this.miHelpAbout.Text = "About";
            this.miHelpAbout.Click += new System.EventHandler(this.miHelpAbout_Click);
            // 
            // statusBar
            // 
            this.statusBar.CurrentPage = 0;
            this.statusBar.Location = new System.Drawing.Point(0, 641);
            this.statusBar.Name = "statusBar";
            this.statusBar.ShowPanels = true;
            this.statusBar.Size = new System.Drawing.Size(848, 19);
            this.statusBar.StatusMessage = "";
            this.statusBar.TabIndex = 0;
            // 
            // thumbnailsView
            // 
            this.thumbnailsView.AutoScroll = true;
            this.thumbnailsView.AutoScrollMargin = new System.Drawing.Size(10, 10);
            this.thumbnailsView.BackColor = System.Drawing.SystemColors.Window;
            this.thumbnailsView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.thumbnailsView.Location = new System.Drawing.Point(5, 64);
            this.thumbnailsView.Name = "thumbnailsView";
            this.thumbnailsView.Size = new System.Drawing.Size(152, 568);
            this.thumbnailsView.TabIndex = 28;
            // 
            // pbSlidePreview
            // 
            this.pbSlidePreview.BackColor = System.Drawing.Color.White;
            this.pbSlidePreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pbSlidePreview.Location = new System.Drawing.Point(160, 72);
            this.pbSlidePreview.Name = "pbSlidePreview";
            this.pbSlidePreview.Size = new System.Drawing.Size(260, 195);
            this.pbSlidePreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pbSlidePreview.TabIndex = 29;
            this.pbSlidePreview.TabStop = false;
            this.pbSlidePreview.Visible = false;
            // 
            // pbShadowSlidePreview
            // 
            this.pbShadowSlidePreview.BackColor = System.Drawing.Color.LightGray;
            this.pbShadowSlidePreview.Location = new System.Drawing.Point(168, 80);
            this.pbShadowSlidePreview.Name = "pbShadowSlidePreview";
            this.pbShadowSlidePreview.Size = new System.Drawing.Size(260, 195);
            this.pbShadowSlidePreview.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pbShadowSlidePreview.TabIndex = 30;
            this.pbShadowSlidePreview.TabStop = false;
            this.pbShadowSlidePreview.Visible = false;
            // 
            // PresentationCapabilityFMain
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(848, 660);
            this.Controls.Add(this.pbSlidePreview);
            this.Controls.Add(this.pbShadowSlidePreview);
            this.Controls.Add(this.pnlUI);
            this.Controls.Add(this.thumbnailsView);
            this.Controls.Add(this.statusBar);
            this.Controls.Add(this.pbRTDoc);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.Menu = this.mainMenu;
            this.Name = "PresentationCapabilityFMain";
            this.Text = "PresentationCapabilityFMain";
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PresentationCapabilityFMain_KeyDown);
            this.Resize += new System.EventHandler(this.PresentationCapabilityFMain_Resize);
            this.Closing += new System.ComponentModel.CancelEventHandler(this.PresentationCapabilityFMain_Closing);
            this.Load += new System.EventHandler(this.PresentationCapabilityFMain_Load);
            this.pnlUI.ResumeLayout(false);
            this.pnlNavigate.ResumeLayout(false);
            this.pnlInsert.ResumeLayout(false);
            this.pnlInk.ResumeLayout(false);
            this.pnlFile.ResumeLayout(false);
            this.ResumeLayout(false);

        }