/* i-net software provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This programming example assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. i-net software support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. © i-net software 1998-2013 */ namespace Inet.Viewer.WinForms { partial class ViewerToolbar { /*// /// Required designer variable. /// private System.ComponentModel.IContainer components;*/ /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewerToolbar)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btnFirstPage = new System.Windows.Forms.ToolStripButton(); this.btnPreviousPage = new System.Windows.Forms.ToolStripButton(); this.txtCurrentPage = new System.Windows.Forms.ToolStripTextBox(); this.btnNextPage = new System.Windows.Forms.ToolStripButton(); this.btnLastPage = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparatorRefresh = new System.Windows.Forms.ToolStripSeparator(); this.btnZoomMinus = new System.Windows.Forms.ToolStripButton(); this.btnZoomLevel = new System.Windows.Forms.ToolStripComboBox(); this.btnZoomPlus = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparatorPage = new System.Windows.Forms.ToolStripSeparator(); this.btnPageSingle = new System.Windows.Forms.ToolStripButton(); this.btnPageSingleCont = new System.Windows.Forms.ToolStripButton(); this.btnPageDouble = new System.Windows.Forms.ToolStripButton(); this.btnPageDoubleCont = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparatorZoom1 = new System.Windows.Forms.ToolStripSeparator(); this.btnTool = new System.Windows.Forms.ToolStripDropDownButton(); this.moveToolButton = new System.Windows.Forms.ToolStripMenuItem(); this.selectToolButton = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.btnRefresh = new System.Windows.Forms.ToolStripButton(); this.btnPrint = new System.Windows.Forms.ToolStripButton(); this.btnExport = new System.Windows.Forms.ToolStripButton(); this.btnSearch = new System.Windows.Forms.ToolStripButton(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // resources.ApplyResources(this.toolStrip1, "toolStrip1"); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btnFirstPage, this.btnPreviousPage, this.txtCurrentPage, this.btnNextPage, this.btnLastPage, this.toolStripSeparatorRefresh, this.btnZoomMinus, this.btnZoomLevel, this.btnZoomPlus, this.toolStripSeparatorPage, this.btnPageSingle, this.btnPageSingleCont, this.btnPageDouble, this.btnPageDoubleCont, this.toolStripSeparatorZoom1, this.btnTool, this.toolStripSeparator1, this.btnRefresh, this.btnPrint, this.btnExport, this.btnSearch}); this.toolStrip1.Name = "toolStrip1"; // // btnFirstPage // resources.ApplyResources(this.btnFirstPage, "btnFirstPage"); this.btnFirstPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnFirstPage.Image = global::Inet.Viewer.Images.DataContainer_MoveFirstHS; this.btnFirstPage.Name = "btnFirstPage"; this.btnFirstPage.Click += new System.EventHandler(this.btnFirstPage_Click); // // btnPreviousPage // resources.ApplyResources(this.btnPreviousPage, "btnPreviousPage"); this.btnPreviousPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnPreviousPage.Image = global::Inet.Viewer.Images.DataContainer_MovePreviousHS; this.btnPreviousPage.Name = "btnPreviousPage"; this.btnPreviousPage.Click += new System.EventHandler(this.btnPreviousPage_Click); // // txtCurrentPage // this.txtCurrentPage.AcceptsReturn = true; resources.ApplyResources(this.txtCurrentPage, "txtCurrentPage"); this.txtCurrentPage.Name = "txtCurrentPage"; this.txtCurrentPage.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtCurrentPage_KeyUp); // // btnNextPage // resources.ApplyResources(this.btnNextPage, "btnNextPage"); this.btnNextPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnNextPage.Image = global::Inet.Viewer.Images.DataContainer_MoveNextHS; this.btnNextPage.Name = "btnNextPage"; this.btnNextPage.Click += new System.EventHandler(this.btnNextPage_Click); // // btnLastPage // resources.ApplyResources(this.btnLastPage, "btnLastPage"); this.btnLastPage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnLastPage.Image = global::Inet.Viewer.Images.DataContainer_MoveLastHS; this.btnLastPage.Name = "btnLastPage"; this.btnLastPage.Click += new System.EventHandler(this.btnLastPage_Click); // // toolStripSeparatorRefresh // resources.ApplyResources(this.toolStripSeparatorRefresh, "toolStripSeparatorRefresh"); this.toolStripSeparatorRefresh.Name = "toolStripSeparatorRefresh"; // // btnZoomMinus // resources.ApplyResources(this.btnZoomMinus, "btnZoomMinus"); this.btnZoomMinus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnZoomMinus.Name = "btnZoomMinus"; this.btnZoomMinus.Click += new System.EventHandler(this.btnZoomMinus_Click); // // btnZoomLevel // resources.ApplyResources(this.btnZoomLevel, "btnZoomLevel"); this.btnZoomLevel.Name = "btnZoomLevel"; this.btnZoomLevel.DropDownClosed += new System.EventHandler(this.btnZoomLevel_DropDownClosed); this.btnZoomLevel.SelectedIndexChanged += new System.EventHandler(this.btnZoomLevel_SelectedIndexChanged); this.btnZoomLevel.KeyUp += new System.Windows.Forms.KeyEventHandler(this.btnZoomLevel_KeyUp); // // btnZoomPlus // resources.ApplyResources(this.btnZoomPlus, "btnZoomPlus"); this.btnZoomPlus.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnZoomPlus.Image = global::Inet.Viewer.Images.ZoomInHS; this.btnZoomPlus.Name = "btnZoomPlus"; this.btnZoomPlus.Click += new System.EventHandler(this.btnZoomPlus_Click); // // toolStripSeparatorPage // resources.ApplyResources(this.toolStripSeparatorPage, "toolStripSeparatorPage"); this.toolStripSeparatorPage.Name = "toolStripSeparatorPage"; // // btnPageSingle // resources.ApplyResources(this.btnPageSingle, "btnPageSingle"); this.btnPageSingle.Checked = true; this.btnPageSingle.CheckState = System.Windows.Forms.CheckState.Checked; this.btnPageSingle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnPageSingle.Image = global::Inet.Viewer.Images.DocumentHS; this.btnPageSingle.Name = "btnPageSingle"; this.btnPageSingle.Tag = "1"; this.btnPageSingle.Click += new System.EventHandler(this.btnPageMode_Click); // // btnPageSingleCont // resources.ApplyResources(this.btnPageSingleCont, "btnPageSingleCont"); this.btnPageSingleCont.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnPageSingleCont.Image = global::Inet.Viewer.Images.DocumentHS_cont; this.btnPageSingleCont.Name = "btnPageSingleCont"; this.btnPageSingleCont.Tag = "2"; this.btnPageSingleCont.Click += new System.EventHandler(this.btnPageMode_Click); // // btnPageDouble // resources.ApplyResources(this.btnPageDouble, "btnPageDouble"); this.btnPageDouble.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnPageDouble.Image = global::Inet.Viewer.Images.ArrangeSideBySideHS; this.btnPageDouble.Name = "btnPageDouble"; this.btnPageDouble.Tag = "3"; this.btnPageDouble.Click += new System.EventHandler(this.btnPageMode_Click); // // btnPageDoubleCont // resources.ApplyResources(this.btnPageDoubleCont, "btnPageDoubleCont"); this.btnPageDoubleCont.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnPageDoubleCont.Image = global::Inet.Viewer.Images.ArrangeSideBySideHS_cont; this.btnPageDoubleCont.Name = "btnPageDoubleCont"; this.btnPageDoubleCont.Tag = "4"; this.btnPageDoubleCont.Click += new System.EventHandler(this.btnPageMode_Click); // // toolStripSeparatorZoom1 // resources.ApplyResources(this.toolStripSeparatorZoom1, "toolStripSeparatorZoom1"); this.toolStripSeparatorZoom1.Name = "toolStripSeparatorZoom1"; // // btnTool // resources.ApplyResources(this.btnTool, "btnTool"); this.btnTool.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnTool.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.moveToolButton, this.selectToolButton}); this.btnTool.Image = global::Inet.Viewer.Images.hand; this.btnTool.Name = "btnTool"; this.btnTool.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.btnToolDropDown_ItemClicked); // // moveToolButton // resources.ApplyResources(this.moveToolButton, "moveToolButton"); this.moveToolButton.Image = global::Inet.Viewer.Images.hand; this.moveToolButton.Name = "moveToolButton"; this.moveToolButton.Tag = "Panning"; // // selectToolButton // resources.ApplyResources(this.selectToolButton, "selectToolButton"); this.selectToolButton.Image = global::Inet.Viewer.Images.textselect; this.selectToolButton.Name = "selectToolButton"; this.selectToolButton.Tag = "SelectText"; // // toolStripSeparator1 // resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); this.toolStripSeparator1.Name = "toolStripSeparator1"; // // btnRefresh // resources.ApplyResources(this.btnRefresh, "btnRefresh"); this.btnRefresh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnRefresh.Image = global::Inet.Viewer.Images.RefreshArrow_Green_16x16_72; this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // btnPrint // resources.ApplyResources(this.btnPrint, "btnPrint"); this.btnPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnPrint.Image = global::Inet.Viewer.Images.PrintHS; this.btnPrint.Name = "btnPrint"; this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click); // // btnExport // resources.ApplyResources(this.btnExport, "btnExport"); this.btnExport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnExport.Image = global::Inet.Viewer.Images.saveHS; this.btnExport.Name = "btnExport"; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // btnSearch // resources.ApplyResources(this.btnSearch, "btnSearch"); this.btnSearch.CheckOnClick = true; this.btnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btnSearch.Image = global::Inet.Viewer.Images.Find_VS; this.btnSearch.Name = "btnSearch"; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // ViewerToolbar // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.toolStrip1); this.Name = "ViewerToolbar"; this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStripButton btnFirstPage; private System.Windows.Forms.ToolStripButton btnPreviousPage; private System.Windows.Forms.ToolStripTextBox txtCurrentPage; private System.Windows.Forms.ToolStripButton btnNextPage; private System.Windows.Forms.ToolStripButton btnLastPage; private System.Windows.Forms.ToolStripSeparator toolStripSeparatorPage; private System.Windows.Forms.ToolStripButton btnRefresh; private System.Windows.Forms.ToolStripSeparator toolStripSeparatorRefresh; private System.Windows.Forms.ToolStripButton btnZoomMinus; private System.Windows.Forms.ToolStripComboBox btnZoomLevel; private System.Windows.Forms.ToolStripButton btnZoomPlus; private System.Windows.Forms.ToolStripSeparator toolStripSeparatorZoom1; private System.Windows.Forms.ToolStripButton btnPrint; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btnSearch; private System.Windows.Forms.ToolStripDropDownButton btnTool; private System.Windows.Forms.ToolStripMenuItem moveToolButton; private System.Windows.Forms.ToolStripMenuItem selectToolButton; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripButton btnExport; private System.Windows.Forms.ToolStripButton btnPageSingle; private System.Windows.Forms.ToolStripButton btnPageSingleCont; private System.Windows.Forms.ToolStripButton btnPageDouble; private System.Windows.Forms.ToolStripButton btnPageDoubleCont; } }