/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.PreviewControl = new Stimulsoft.Report.Viewer.StiViewerControl(); this.Report = new Stimulsoft.Report.StiReport(); this.panel1 = new System.Windows.Forms.Panel(); this.btRefresh = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.tbLastPage = new Stimulsoft.Controls.StiToolButton(); this.ilPageControl = new System.Windows.Forms.ImageList(this.components); this.tbNextPage = new Stimulsoft.Controls.StiToolButton(); this.tbPreviousPage = new Stimulsoft.Controls.StiToolButton(); this.tbFirstPage = new Stimulsoft.Controls.StiToolButton(); this.gbZoom = new System.Windows.Forms.GroupBox(); this.tbPageWidth = new Stimulsoft.Controls.StiToolButton(); this.ilZoom = new System.Windows.Forms.ImageList(this.components); this.tbNormal = new Stimulsoft.Controls.StiToolButton(); this.tbTwoPages = new Stimulsoft.Controls.StiToolButton(); this.tbOnePage = new Stimulsoft.Controls.StiToolButton(); this.gbSettings = new System.Windows.Forms.GroupBox(); this.cbThumbs = new System.Windows.Forms.CheckBox(); this.cbBookmarks = new System.Windows.Forms.CheckBox(); this.cbToolbar = new System.Windows.Forms.CheckBox(); this.cbVerScrollBar = new System.Windows.Forms.CheckBox(); this.cbHorScrollBar = new System.Windows.Forms.CheckBox(); this.cbStatusBar = new System.Windows.Forms.CheckBox(); this.cbCloseButton = new System.Windows.Forms.CheckBox(); this.cbContextMenu = new System.Windows.Forms.CheckBox(); this.cbPrint = new System.Windows.Forms.CheckBox(); this.cbOpen = new System.Windows.Forms.CheckBox(); this.cbSave = new System.Windows.Forms.CheckBox(); this.cbPageNew = new System.Windows.Forms.CheckBox(); this.cbPageDelete = new System.Windows.Forms.CheckBox(); this.cbPageDesign = new System.Windows.Forms.CheckBox(); this.cbBookmarksButton = new System.Windows.Forms.CheckBox(); this.cbThumbsButton = new System.Windows.Forms.CheckBox(); this.cbToolEditor = new System.Windows.Forms.CheckBox(); this.cbToolFind = new System.Windows.Forms.CheckBox(); this.cbZoom = new System.Windows.Forms.CheckBox(); this.cbPageControl = new System.Windows.Forms.CheckBox(); this.cbSendByEMail = new System.Windows.Forms.CheckBox(); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); this.gbZoom.SuspendLayout(); this.gbSettings.SuspendLayout(); this.SuspendLayout(); // // PreviewControl // this.PreviewControl.AllowDrop = true; this.PreviewControl.Dock = System.Windows.Forms.DockStyle.Fill; this.PreviewControl.Location = new System.Drawing.Point(152, 0); this.PreviewControl.Name = "PreviewControl"; this.PreviewControl.Report = this.Report; this.PreviewControl.RightToLeft = System.Windows.Forms.RightToLeft.No; this.PreviewControl.ShowZoom = true; this.PreviewControl.Size = new System.Drawing.Size(573, 668); this.PreviewControl.TabIndex = 0; this.PreviewControl.Close += new System.EventHandler(this.PreviewControl_Close); // // Report // this.Report.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2; this.Report.ReferencedAssemblies = new string[] { "System.Dll", "System.Drawing.Dll", "System.Windows.Forms.Dll", "System.Data.Dll", "System.Xml.Dll", "Stimulsoft.Controls.Dll", "Stimulsoft.Base.Dll", "Stimulsoft.Report.Dll" }; this.Report.ReportAlias = "Report"; this.Report.ReportGuid = "0becb2e85c404caba26de24eb21c4933"; this.Report.ReportName = "Report"; this.Report.ReportSource = null; this.Report.ReportUnit = Stimulsoft.Report.StiReportUnitType.Centimeters; this.Report.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp; this.Report.UseProgressInThread = false; // // panel1 // this.panel1.Controls.Add(this.btRefresh); this.panel1.Controls.Add(this.groupBox1); this.panel1.Controls.Add(this.gbZoom); this.panel1.Controls.Add(this.gbSettings); this.panel1.Dock = System.Windows.Forms.DockStyle.Left; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(152, 668); this.panel1.TabIndex = 2; // // btRefresh // this.btRefresh.Location = new System.Drawing.Point(16, 639); this.btRefresh.Name = "btRefresh"; this.btRefresh.Size = new System.Drawing.Size(120, 23); this.btRefresh.TabIndex = 3; this.btRefresh.Text = "Refresh"; this.btRefresh.Click += new System.EventHandler(this.btRefresh_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.tbLastPage); this.groupBox1.Controls.Add(this.tbNextPage); this.groupBox1.Controls.Add(this.tbPreviousPage); this.groupBox1.Controls.Add(this.tbFirstPage); this.groupBox1.Location = new System.Drawing.Point(8, 499); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(136, 120); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "Page Control"; // // tbLastPage // this.tbLastPage.Draw3DButton = false; this.tbLastPage.DropDownMenu = null; this.tbLastPage.HotDragDrop = false; this.tbLastPage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.tbLastPage.ImageIndex = 3; this.tbLastPage.ImageList = this.ilPageControl; this.tbLastPage.Location = new System.Drawing.Point(8, 88); this.tbLastPage.Name = "tbLastPage"; this.tbLastPage.Size = new System.Drawing.Size(120, 22); this.tbLastPage.TabIndex = 3; this.tbLastPage.Text = "Last Page"; this.tbLastPage.UseVisualStyleBackColor = false; this.tbLastPage.Click += new System.EventHandler(this.tbLastPage_Click); // // ilPageControl // this.ilPageControl.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilPageControl.ImageStream"))); this.ilPageControl.TransparentColor = System.Drawing.Color.Magenta; this.ilPageControl.Images.SetKeyName(0, ""); this.ilPageControl.Images.SetKeyName(1, ""); this.ilPageControl.Images.SetKeyName(2, ""); this.ilPageControl.Images.SetKeyName(3, ""); // // tbNextPage // this.tbNextPage.Draw3DButton = false; this.tbNextPage.DropDownMenu = null; this.tbNextPage.HotDragDrop = false; this.tbNextPage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.tbNextPage.ImageIndex = 2; this.tbNextPage.ImageList = this.ilPageControl; this.tbNextPage.Location = new System.Drawing.Point(8, 64); this.tbNextPage.Name = "tbNextPage"; this.tbNextPage.Size = new System.Drawing.Size(120, 22); this.tbNextPage.TabIndex = 2; this.tbNextPage.Text = "Next Page"; this.tbNextPage.UseVisualStyleBackColor = false; this.tbNextPage.Click += new System.EventHandler(this.tbNextPage_Click); // // tbPreviousPage // this.tbPreviousPage.Draw3DButton = false; this.tbPreviousPage.DropDownMenu = null; this.tbPreviousPage.HotDragDrop = false; this.tbPreviousPage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.tbPreviousPage.ImageIndex = 1; this.tbPreviousPage.ImageList = this.ilPageControl; this.tbPreviousPage.Location = new System.Drawing.Point(8, 40); this.tbPreviousPage.Name = "tbPreviousPage"; this.tbPreviousPage.Size = new System.Drawing.Size(120, 22); this.tbPreviousPage.TabIndex = 1; this.tbPreviousPage.Text = "Previous Page"; this.tbPreviousPage.UseVisualStyleBackColor = false; this.tbPreviousPage.Click += new System.EventHandler(this.tbPreviousPage_Click); // // tbFirstPage // this.tbFirstPage.Draw3DButton = false; this.tbFirstPage.DropDownMenu = null; this.tbFirstPage.HotDragDrop = false; this.tbFirstPage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.tbFirstPage.ImageIndex = 0; this.tbFirstPage.ImageList = this.ilPageControl; this.tbFirstPage.Location = new System.Drawing.Point(8, 16); this.tbFirstPage.Name = "tbFirstPage"; this.tbFirstPage.Size = new System.Drawing.Size(120, 22); this.tbFirstPage.TabIndex = 0; this.tbFirstPage.Text = "First Page"; this.tbFirstPage.UseVisualStyleBackColor = false; this.tbFirstPage.Click += new System.EventHandler(this.tbFirstPage_Click); // // gbZoom // this.gbZoom.Controls.Add(this.tbPageWidth); this.gbZoom.Controls.Add(this.tbNormal); this.gbZoom.Controls.Add(this.tbTwoPages); this.gbZoom.Controls.Add(this.tbOnePage); this.gbZoom.Location = new System.Drawing.Point(8, 373); this.gbZoom.Name = "gbZoom"; this.gbZoom.Size = new System.Drawing.Size(136, 120); this.gbZoom.TabIndex = 1; this.gbZoom.TabStop = false; this.gbZoom.Text = "Zoom"; // // tbPageWidth // this.tbPageWidth.Draw3DButton = false; this.tbPageWidth.DropDownMenu = null; this.tbPageWidth.HotDragDrop = false; this.tbPageWidth.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.tbPageWidth.ImageIndex = 4; this.tbPageWidth.ImageList = this.ilZoom; this.tbPageWidth.Location = new System.Drawing.Point(8, 88); this.tbPageWidth.Name = "tbPageWidth"; this.tbPageWidth.Size = new System.Drawing.Size(120, 22); this.tbPageWidth.TabIndex = 4; this.tbPageWidth.Text = "Page Width"; this.tbPageWidth.UseVisualStyleBackColor = false; this.tbPageWidth.Click += new System.EventHandler(this.tbPageWidth_Click); // // ilZoom // this.ilZoom.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilZoom.ImageStream"))); this.ilZoom.TransparentColor = System.Drawing.Color.Magenta; this.ilZoom.Images.SetKeyName(0, ""); this.ilZoom.Images.SetKeyName(1, ""); this.ilZoom.Images.SetKeyName(2, ""); this.ilZoom.Images.SetKeyName(3, ""); this.ilZoom.Images.SetKeyName(4, ""); // // tbNormal // this.tbNormal.Draw3DButton = false; this.tbNormal.DropDownMenu = null; this.tbNormal.HotDragDrop = false; this.tbNormal.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.tbNormal.ImageIndex = 3; this.tbNormal.ImageList = this.ilZoom; this.tbNormal.Location = new System.Drawing.Point(8, 64); this.tbNormal.Name = "tbNormal"; this.tbNormal.Size = new System.Drawing.Size(120, 22); this.tbNormal.TabIndex = 3; this.tbNormal.Text = "Normal"; this.tbNormal.UseVisualStyleBackColor = false; this.tbNormal.Click += new System.EventHandler(this.tbNormal_Click); // // tbTwoPages // this.tbTwoPages.Draw3DButton = false; this.tbTwoPages.DropDownMenu = null; this.tbTwoPages.HotDragDrop = false; this.tbTwoPages.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.tbTwoPages.ImageIndex = 1; this.tbTwoPages.ImageList = this.ilZoom; this.tbTwoPages.Location = new System.Drawing.Point(8, 40); this.tbTwoPages.Name = "tbTwoPages"; this.tbTwoPages.Size = new System.Drawing.Size(120, 22); this.tbTwoPages.TabIndex = 1; this.tbTwoPages.Text = "Two Pages"; this.tbTwoPages.UseVisualStyleBackColor = false; this.tbTwoPages.Click += new System.EventHandler(this.tbTwoPages_Click); // // tbOnePage // this.tbOnePage.Draw3DButton = false; this.tbOnePage.DropDownMenu = null; this.tbOnePage.HotDragDrop = false; this.tbOnePage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.tbOnePage.ImageIndex = 0; this.tbOnePage.ImageList = this.ilZoom; this.tbOnePage.Location = new System.Drawing.Point(8, 16); this.tbOnePage.Name = "tbOnePage"; this.tbOnePage.Size = new System.Drawing.Size(120, 22); this.tbOnePage.TabIndex = 0; this.tbOnePage.Text = "One Page"; this.tbOnePage.UseVisualStyleBackColor = false; this.tbOnePage.Click += new System.EventHandler(this.tbOnePage_Click); // // gbSettings // this.gbSettings.Controls.Add(this.cbThumbs); this.gbSettings.Controls.Add(this.cbBookmarks); this.gbSettings.Controls.Add(this.cbToolbar); this.gbSettings.Controls.Add(this.cbVerScrollBar); this.gbSettings.Controls.Add(this.cbHorScrollBar); this.gbSettings.Controls.Add(this.cbStatusBar); this.gbSettings.Controls.Add(this.cbCloseButton); this.gbSettings.Controls.Add(this.cbContextMenu); this.gbSettings.Controls.Add(this.cbPrint); this.gbSettings.Controls.Add(this.cbOpen); this.gbSettings.Controls.Add(this.cbSave); this.gbSettings.Controls.Add(this.cbPageNew); this.gbSettings.Controls.Add(this.cbPageDelete); this.gbSettings.Controls.Add(this.cbPageDesign); this.gbSettings.Controls.Add(this.cbBookmarksButton); this.gbSettings.Controls.Add(this.cbThumbsButton); this.gbSettings.Controls.Add(this.cbToolEditor); this.gbSettings.Controls.Add(this.cbToolFind); this.gbSettings.Controls.Add(this.cbZoom); this.gbSettings.Controls.Add(this.cbPageControl); this.gbSettings.Controls.Add(this.cbSendByEMail); this.gbSettings.Location = new System.Drawing.Point(8, 0); this.gbSettings.Name = "gbSettings"; this.gbSettings.Size = new System.Drawing.Size(136, 367); this.gbSettings.TabIndex = 0; this.gbSettings.TabStop = false; this.gbSettings.Text = "Settings"; // // cbThumbs // this.cbThumbs.Checked = true; this.cbThumbs.CheckState = System.Windows.Forms.CheckState.Checked; this.cbThumbs.Location = new System.Drawing.Point(8, 32); this.cbThumbs.Name = "cbThumbs"; this.cbThumbs.Size = new System.Drawing.Size(104, 16); this.cbThumbs.TabIndex = 1; this.cbThumbs.Text = "Thumbs"; this.cbThumbs.CheckedChanged += new System.EventHandler(this.cbThumbs_CheckedChanged); // // cbBookmarks // this.cbBookmarks.Checked = true; this.cbBookmarks.CheckState = System.Windows.Forms.CheckState.Checked; this.cbBookmarks.Location = new System.Drawing.Point(8, 16); this.cbBookmarks.Name = "cbBookmarks"; this.cbBookmarks.Size = new System.Drawing.Size(104, 16); this.cbBookmarks.TabIndex = 0; this.cbBookmarks.Text = "Bookmarks"; this.cbBookmarks.CheckedChanged += new System.EventHandler(this.cbBookmarks_CheckedChanged); // // cbToolbar // this.cbToolbar.Checked = true; this.cbToolbar.CheckState = System.Windows.Forms.CheckState.Checked; this.cbToolbar.Location = new System.Drawing.Point(8, 48); this.cbToolbar.Name = "cbToolbar"; this.cbToolbar.Size = new System.Drawing.Size(104, 16); this.cbToolbar.TabIndex = 2; this.cbToolbar.Text = "Toolbar"; this.cbToolbar.CheckedChanged += new System.EventHandler(this.cbToolbar_CheckedChanged); // // cbVerScrollBar // this.cbVerScrollBar.Checked = true; this.cbVerScrollBar.CheckState = System.Windows.Forms.CheckState.Checked; this.cbVerScrollBar.Location = new System.Drawing.Point(8, 64); this.cbVerScrollBar.Name = "cbVerScrollBar"; this.cbVerScrollBar.Size = new System.Drawing.Size(104, 16); this.cbVerScrollBar.TabIndex = 3; this.cbVerScrollBar.Text = "Ver ScrollBar"; this.cbVerScrollBar.CheckedChanged += new System.EventHandler(this.cbVerScrollBar_CheckedChanged); // // cbHorScrollBar // this.cbHorScrollBar.Checked = true; this.cbHorScrollBar.CheckState = System.Windows.Forms.CheckState.Checked; this.cbHorScrollBar.Location = new System.Drawing.Point(8, 80); this.cbHorScrollBar.Name = "cbHorScrollBar"; this.cbHorScrollBar.Size = new System.Drawing.Size(104, 16); this.cbHorScrollBar.TabIndex = 4; this.cbHorScrollBar.Text = "Hor ScrollBar"; this.cbHorScrollBar.CheckedChanged += new System.EventHandler(this.cbHorScrollBar_CheckedChanged); // // cbStatusBar // this.cbStatusBar.Checked = true; this.cbStatusBar.CheckState = System.Windows.Forms.CheckState.Checked; this.cbStatusBar.Location = new System.Drawing.Point(8, 96); this.cbStatusBar.Name = "cbStatusBar"; this.cbStatusBar.Size = new System.Drawing.Size(104, 16); this.cbStatusBar.TabIndex = 5; this.cbStatusBar.Text = "Status Bar"; this.cbStatusBar.CheckedChanged += new System.EventHandler(this.cbStatusBar_CheckedChanged); // // cbCloseButton // this.cbCloseButton.Checked = true; this.cbCloseButton.CheckState = System.Windows.Forms.CheckState.Checked; this.cbCloseButton.Location = new System.Drawing.Point(8, 346); this.cbCloseButton.Name = "cbCloseButton"; this.cbCloseButton.Size = new System.Drawing.Size(104, 16); this.cbCloseButton.TabIndex = 22; this.cbCloseButton.Text = "Close Button"; this.cbCloseButton.CheckedChanged += new System.EventHandler(this.cbCloseButton_CheckedChanged); // // cbContextMenu // this.cbContextMenu.Checked = true; this.cbContextMenu.CheckState = System.Windows.Forms.CheckState.Checked; this.cbContextMenu.Location = new System.Drawing.Point(8, 112); this.cbContextMenu.Name = "cbContextMenu"; this.cbContextMenu.Size = new System.Drawing.Size(104, 16); this.cbContextMenu.TabIndex = 6; this.cbContextMenu.Text = "Context Menu"; this.cbContextMenu.CheckedChanged += new System.EventHandler(this.cbContextMenu_CheckedChanged); // // cbPrint // this.cbPrint.Checked = true; this.cbPrint.CheckState = System.Windows.Forms.CheckState.Checked; this.cbPrint.Location = new System.Drawing.Point(8, 136); this.cbPrint.Name = "cbPrint"; this.cbPrint.Size = new System.Drawing.Size(104, 16); this.cbPrint.TabIndex = 7; this.cbPrint.Text = "Print"; this.cbPrint.CheckedChanged += new System.EventHandler(this.cbPrint_CheckedChanged); // // cbOpen // this.cbOpen.Checked = true; this.cbOpen.CheckState = System.Windows.Forms.CheckState.Checked; this.cbOpen.Location = new System.Drawing.Point(8, 152); this.cbOpen.Name = "cbOpen"; this.cbOpen.Size = new System.Drawing.Size(104, 16); this.cbOpen.TabIndex = 8; this.cbOpen.Text = "Open"; this.cbOpen.CheckedChanged += new System.EventHandler(this.cbOpen_CheckedChanged); // // cbSave // this.cbSave.Checked = true; this.cbSave.CheckState = System.Windows.Forms.CheckState.Checked; this.cbSave.Location = new System.Drawing.Point(8, 168); this.cbSave.Name = "cbSave"; this.cbSave.Size = new System.Drawing.Size(104, 16); this.cbSave.TabIndex = 9; this.cbSave.Text = "Save"; this.cbSave.CheckedChanged += new System.EventHandler(this.cbSave_CheckedChanged); // // cbPageNew // this.cbPageNew.Checked = true; this.cbPageNew.CheckState = System.Windows.Forms.CheckState.Checked; this.cbPageNew.Location = new System.Drawing.Point(8, 201); this.cbPageNew.Name = "cbPageNew"; this.cbPageNew.Size = new System.Drawing.Size(104, 16); this.cbPageNew.TabIndex = 11; this.cbPageNew.Text = "Page New"; this.cbPageNew.CheckedChanged += new System.EventHandler(this.cbPageNew_CheckedChanged); // // cbPageDelete // this.cbPageDelete.Checked = true; this.cbPageDelete.CheckState = System.Windows.Forms.CheckState.Checked; this.cbPageDelete.Location = new System.Drawing.Point(8, 217); this.cbPageDelete.Name = "cbPageDelete"; this.cbPageDelete.Size = new System.Drawing.Size(104, 16); this.cbPageDelete.TabIndex = 12; this.cbPageDelete.Text = "Page Delete"; this.cbPageDelete.CheckedChanged += new System.EventHandler(this.cbPageDelete_CheckedChanged); // // cbPageDesign // this.cbPageDesign.Checked = true; this.cbPageDesign.CheckState = System.Windows.Forms.CheckState.Checked; this.cbPageDesign.Location = new System.Drawing.Point(8, 233); this.cbPageDesign.Name = "cbPageDesign"; this.cbPageDesign.Size = new System.Drawing.Size(104, 16); this.cbPageDesign.TabIndex = 13; this.cbPageDesign.Text = "Page Design"; this.cbPageDesign.CheckedChanged += new System.EventHandler(this.cbPageDesign_CheckedChanged); // // cbBookmarksButton // this.cbBookmarksButton.Checked = true; this.cbBookmarksButton.CheckState = System.Windows.Forms.CheckState.Checked; this.cbBookmarksButton.Location = new System.Drawing.Point(8, 249); this.cbBookmarksButton.Name = "cbBookmarksButton"; this.cbBookmarksButton.Size = new System.Drawing.Size(120, 16); this.cbBookmarksButton.TabIndex = 14; this.cbBookmarksButton.Text = "Bookmarks Button"; this.cbBookmarksButton.CheckedChanged += new System.EventHandler(this.cbBookmarksButton_CheckedChanged); // // cbThumbsButton // this.cbThumbsButton.Checked = true; this.cbThumbsButton.CheckState = System.Windows.Forms.CheckState.Checked; this.cbThumbsButton.Location = new System.Drawing.Point(8, 265); this.cbThumbsButton.Name = "cbThumbsButton"; this.cbThumbsButton.Size = new System.Drawing.Size(104, 16); this.cbThumbsButton.TabIndex = 15; this.cbThumbsButton.Text = "Thumbs Button"; this.cbThumbsButton.CheckedChanged += new System.EventHandler(this.cbThumbsButton_CheckedChanged); // // cbToolEditor // this.cbToolEditor.Checked = true; this.cbToolEditor.CheckState = System.Windows.Forms.CheckState.Checked; this.cbToolEditor.Location = new System.Drawing.Point(8, 282); this.cbToolEditor.Name = "cbToolEditor"; this.cbToolEditor.Size = new System.Drawing.Size(104, 16); this.cbToolEditor.TabIndex = 18; this.cbToolEditor.Text = "Tool Editor"; this.cbToolEditor.CheckedChanged += new System.EventHandler(this.cbToolEditor_CheckedChanged); // // cbToolFind // this.cbToolFind.Checked = true; this.cbToolFind.CheckState = System.Windows.Forms.CheckState.Checked; this.cbToolFind.Location = new System.Drawing.Point(8, 298); this.cbToolFind.Name = "cbToolFind"; this.cbToolFind.Size = new System.Drawing.Size(104, 16); this.cbToolFind.TabIndex = 19; this.cbToolFind.Text = "Tool Find"; this.cbToolFind.CheckedChanged += new System.EventHandler(this.cbToolFind_CheckedChanged); // // cbZoom // this.cbZoom.Checked = true; this.cbZoom.CheckState = System.Windows.Forms.CheckState.Checked; this.cbZoom.Location = new System.Drawing.Point(8, 314); this.cbZoom.Name = "cbZoom"; this.cbZoom.Size = new System.Drawing.Size(104, 16); this.cbZoom.TabIndex = 20; this.cbZoom.Text = "Zoom"; this.cbZoom.CheckedChanged += new System.EventHandler(this.cbZoom_CheckedChanged); // // cbPageControl // this.cbPageControl.Checked = true; this.cbPageControl.CheckState = System.Windows.Forms.CheckState.Checked; this.cbPageControl.Location = new System.Drawing.Point(8, 330); this.cbPageControl.Name = "cbPageControl"; this.cbPageControl.Size = new System.Drawing.Size(104, 16); this.cbPageControl.TabIndex = 21; this.cbPageControl.Text = "Page Control"; this.cbPageControl.CheckedChanged += new System.EventHandler(this.cbPageControl_CheckedChanged); // // cbSendByEMail // this.cbSendByEMail.Checked = true; this.cbSendByEMail.CheckState = System.Windows.Forms.CheckState.Checked; this.cbSendByEMail.Location = new System.Drawing.Point(8, 185); this.cbSendByEMail.Name = "cbSendByEMail"; this.cbSendByEMail.Size = new System.Drawing.Size(104, 16); this.cbSendByEMail.TabIndex = 10; this.cbSendByEMail.Text = "Send By E-Mail"; this.cbSendByEMail.CheckedChanged += new System.EventHandler(this.cbSendByEMail_CheckedChanged); // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(725, 668); this.Controls.Add(this.PreviewControl); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Custom Reports Viewer"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Form1_Load); this.panel1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.gbZoom.ResumeLayout(false); this.gbSettings.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.panel1 = new Stimulsoft.Report.Viewer.StiViewerControl(); this.stiReport1 = new Stimulsoft.Report.StiReport(); this.dataSet1 = new System.Data.DataSet(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.AllowDrop = true; this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Report = this.stiReport1; this.panel1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.panel1.ShowZoom = true; this.panel1.Size = new System.Drawing.Size(688, 493); this.panel1.TabIndex = 0; this.panel1.Close += new System.EventHandler(this.panel1_Close); // // stiReport1 // this.stiReport1.CookieContainer = null; this.stiReport1.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2; this.stiReport1.ReferencedAssemblies = new string[] { "System.Dll", "System.Drawing.Dll", "System.Windows.Forms.Dll", "System.Data.Dll", "System.Xml.Dll", "Stimulsoft.Controls.Dll", "Stimulsoft.Base.Dll", "Stimulsoft.Report.Dll" }; this.stiReport1.ReportAlias = "Report"; this.stiReport1.ReportGuid = "41599dc0625e4d03b314014f8926ee17"; this.stiReport1.ReportImage = null; this.stiReport1.ReportName = "Report"; this.stiReport1.ReportSource = null; this.stiReport1.ReportUnit = Stimulsoft.Report.StiReportUnitType.Centimeters; this.stiReport1.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp; this.stiReport1.UseProgressInThread = false; // // dataSet1 // this.dataSet1.DataSetName = "NewDataSet"; this.dataSet1.Locale = new System.Globalization.CultureInfo("ru-RU"); // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(688, 493); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Reports Viewer in Right-To-Left"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.button1 = new System.Windows.Forms.Button(); this.stiReport1 = new Stimulsoft.Report.StiReport(); this.lbCountries = new System.Windows.Forms.ListBox(); this.stiPreviewControl1 = new Stimulsoft.Report.Viewer.StiViewerControl(); this.SuspendLayout(); // // button1 // this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.button1.Location = new System.Drawing.Point(492, 409); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 26); this.button1.TabIndex = 1; this.button1.Text = "Design"; this.button1.Click += new System.EventHandler(this.button1_Click); // // stiReport1 // this.stiReport1.CookieContainer = null; this.stiReport1.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2; this.stiReport1.ReferencedAssemblies = new string[] { "System.Dll", "System.Drawing.Dll", "System.Windows.Forms.Dll", "System.Data.Dll", "System.Xml.Dll", "Stimulsoft.Base.Dll", "Stimulsoft.Report.Dll" }; this.stiReport1.ReportAlias = "Report"; this.stiReport1.ReportAuthor = null; this.stiReport1.ReportDescription = null; this.stiReport1.ReportGuid = "4533be36b343412b94379b945c0209fe"; this.stiReport1.ReportImage = null; this.stiReport1.ReportName = "Report"; this.stiReport1.ReportSource = resources.GetString("stiReport1.ReportSource"); this.stiReport1.ReportUnit = Stimulsoft.Report.StiReportUnitType.Centimeters; this.stiReport1.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp; this.stiReport1.UseProgressInThread = false; // // lbCountries // this.lbCountries.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.lbCountries.IntegralHeight = false; this.lbCountries.Items.AddRange(new object[] { "Brazil", "Canada", "Denmark", "Finland", "France", "Germany", "Ireland", "Italy", "Mexico", "Norway", "Poland", "Portugal", "Spain", "Sweden", "Switzerland", "UK", "USA", "Venezuela" }); this.lbCountries.Location = new System.Drawing.Point(8, 8); this.lbCountries.Name = "lbCountries"; this.lbCountries.Size = new System.Drawing.Size(232, 392); this.lbCountries.TabIndex = 0; this.lbCountries.SelectedIndexChanged += new System.EventHandler(this.lbCountries_SelectedIndexChanged); // // stiPreviewControl1 // this.stiPreviewControl1.AllowDrop = true; this.stiPreviewControl1.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.stiPreviewControl1.Location = new System.Drawing.Point(240, 8); this.stiPreviewControl1.Name = "stiPreviewControl1"; this.stiPreviewControl1.Report = null; this.stiPreviewControl1.RightToLeft = System.Windows.Forms.RightToLeft.No; this.stiPreviewControl1.ShowBookmarksPanel = false; this.stiPreviewControl1.ShowCloseButton = false; this.stiPreviewControl1.ShowContextMenu = false; this.stiPreviewControl1.ShowEditor = false; this.stiPreviewControl1.ShowExport = false; this.stiPreviewControl1.ShowFind = false; this.stiPreviewControl1.ShowHorScrollBar = false; this.stiPreviewControl1.ShowOpen = false; this.stiPreviewControl1.ShowPageControl = false; this.stiPreviewControl1.ShowPageDelete = false; this.stiPreviewControl1.ShowPageDesign = false; this.stiPreviewControl1.ShowPageNew = false; this.stiPreviewControl1.ShowPageSize = false; this.stiPreviewControl1.ShowPageViewMode = false; this.stiPreviewControl1.ShowPrint = false; this.stiPreviewControl1.ShowSave = false; this.stiPreviewControl1.ShowSendEMail = false; this.stiPreviewControl1.ShowStatusBar = false; this.stiPreviewControl1.ShowThumbsPanel = false; this.stiPreviewControl1.ShowToolbar = false; this.stiPreviewControl1.ShowVertScrollBar = false; this.stiPreviewControl1.ShowViewModeContinuous = false; this.stiPreviewControl1.ShowViewModeMultiplePages = false; this.stiPreviewControl1.ShowViewModeSinglePage = false; this.stiPreviewControl1.ShowZoom = false; this.stiPreviewControl1.ShowZoomMultiplePages = false; this.stiPreviewControl1.ShowZoomOnePage = false; this.stiPreviewControl1.ShowZoomPageWidth = false; this.stiPreviewControl1.ShowZoomTwoPages = false; this.stiPreviewControl1.Size = new System.Drawing.Size(328, 392); this.stiPreviewControl1.TabIndex = 3; this.stiPreviewControl1.ThumbsPanelEnabled = false; // // Form1 // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(576, 445); this.Controls.Add(this.stiPreviewControl1); this.Controls.Add(this.button1); this.Controls.Add(this.lbCountries); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Reports with SQL Parameters"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.ResumeLayout(false); }