123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347 |
- namespace FastReport.Preview
- {
- partial class PreviewControl
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.toolStrip = new System.Windows.Forms.ToolStrip();
- this.btnDesign = new System.Windows.Forms.ToolStripButton();
- this.btnPrint = new System.Windows.Forms.ToolStripButton();
- this.btnOpen = new System.Windows.Forms.ToolStripDropDownButton();
- this.btnSave = new System.Windows.Forms.ToolStripDropDownButton();
- this.btnEmail = new System.Windows.Forms.ToolStripButton();
- this.btnFind = new System.Windows.Forms.ToolStripButton();
- this.sep1 = new System.Windows.Forms.ToolStripSeparator();
- this.btnOutline = new System.Windows.Forms.ToolStripButton();
- this.btnPageSetup = new System.Windows.Forms.ToolStripButton();
- this.btnEdit = new System.Windows.Forms.ToolStripButton();
- this.btnWatermark = new System.Windows.Forms.ToolStripButton();
- this.sep3 = new System.Windows.Forms.ToolStripSeparator();
- this.btnFirst = new System.Windows.Forms.ToolStripButton();
- this.btnPrior = new System.Windows.Forms.ToolStripButton();
- this.tbPageNo = new FastReport.Controls.FRToolStripTextBox();
- this.lblTotalPages = new System.Windows.Forms.ToolStripLabel();
- this.btnNext = new System.Windows.Forms.ToolStripButton();
- this.btnLast = new System.Windows.Forms.ToolStripButton();
- this.sep4 = new System.Windows.Forms.ToolStripSeparator();
- this.btnClose = new System.Windows.Forms.ToolStripButton();
- this.statusStrip = new System.Windows.Forms.StatusStrip();
- this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
- this.lblUrl = new System.Windows.Forms.ToolStripStatusLabel();
- this.lblPerformance = new System.Windows.Forms.ToolStripStatusLabel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.outlineControl = new FastReport.Preview.OutlineControl();
- this.toolStrip.SuspendLayout();
- this.statusStrip.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.SuspendLayout();
- //
- // toolStrip
- //
- this.toolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.btnDesign,
- this.btnPrint,
- this.btnOpen,
- this.btnSave,
- this.btnEmail,
- this.btnFind,
- this.sep1,
- this.btnOutline,
- this.btnPageSetup,
- this.btnEdit,
- this.btnWatermark,
- this.sep3,
- this.btnFirst,
- this.btnPrior,
- this.tbPageNo,
- this.lblTotalPages,
- this.btnNext,
- this.btnLast,
- this.sep4,
- this.btnClose});
- this.toolStrip.Location = new System.Drawing.Point(0, 0);
- this.toolStrip.Name = "toolStrip";
- this.toolStrip.Padding = new System.Windows.Forms.Padding(3, 0, 1, 0);
- this.toolStrip.Size = new System.Drawing.Size(591, 25);
- this.toolStrip.TabIndex = 0;
- this.toolStrip.Text = "toolStrip1";
- //
- // btnDesign
- //
- this.btnDesign.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnDesign.Name = "btnDesign";
- this.btnDesign.Size = new System.Drawing.Size(47, 22);
- this.btnDesign.Text = "Design";
- this.btnDesign.Click += new System.EventHandler(this.btnDesign_Click);
- //
- // btnPrint
- //
- this.btnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnPrint.Name = "btnPrint";
- this.btnPrint.Size = new System.Drawing.Size(36, 22);
- this.btnPrint.Text = "Print";
- this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
- //
- // btnOpen
- //
- this.btnOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnOpen.Name = "btnOpen";
- this.btnOpen.Size = new System.Drawing.Size(49, 22);
- this.btnOpen.Text = "Open";
- //
- // btnSave
- //
- this.btnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(44, 22);
- this.btnSave.Text = "Save";
- //
- // btnEmail
- //
- this.btnEmail.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnEmail.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnEmail.Name = "btnEmail";
- this.btnEmail.Size = new System.Drawing.Size(23, 22);
- this.btnEmail.Click += new System.EventHandler(this.btnEmail_Click);
- //
- // btnFind
- //
- this.btnFind.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnFind.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnFind.Name = "btnFind";
- this.btnFind.Size = new System.Drawing.Size(23, 22);
- this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
- //
- // sep1
- //
- this.sep1.Name = "sep1";
- this.sep1.Size = new System.Drawing.Size(6, 25);
- //
- // btnOutline
- //
- this.btnOutline.CheckOnClick = true;
- this.btnOutline.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnOutline.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnOutline.Name = "btnOutline";
- this.btnOutline.Size = new System.Drawing.Size(23, 22);
- this.btnOutline.Click += new System.EventHandler(this.btnOutline_Click);
- //
- // btnPageSetup
- //
- this.btnPageSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnPageSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnPageSetup.Name = "btnPageSetup";
- this.btnPageSetup.Size = new System.Drawing.Size(23, 22);
- this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
- //
- // btnEdit
- //
- this.btnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnEdit.Name = "btnEdit";
- this.btnEdit.Size = new System.Drawing.Size(23, 22);
- this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
- //
- // btnWatermark
- //
- this.btnWatermark.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnWatermark.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnWatermark.Name = "btnWatermark";
- this.btnWatermark.Size = new System.Drawing.Size(23, 22);
- this.btnWatermark.Text = "toolStripButton1";
- this.btnWatermark.Click += new System.EventHandler(this.btnWatermark_Click);
- //
- // sep3
- //
- this.sep3.Name = "sep3";
- this.sep3.Size = new System.Drawing.Size(6, 25);
- //
- // btnFirst
- //
- this.btnFirst.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnFirst.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnFirst.Name = "btnFirst";
- this.btnFirst.Size = new System.Drawing.Size(23, 22);
- this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
- //
- // btnPrior
- //
- this.btnPrior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnPrior.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnPrior.Name = "btnPrior";
- this.btnPrior.Size = new System.Drawing.Size(23, 22);
- this.btnPrior.Click += new System.EventHandler(this.btnPrior_Click);
- //
- // cbxPageNo
- //
- this.tbPageNo.AutoSize = false;
- this.tbPageNo.Name = "cbxPageNo";
- this.tbPageNo.Size = new System.Drawing.Size(40, 21);
- this.tbPageNo.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- this.tbPageNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cbxPageNo_KeyDown);
- this.tbPageNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbPageNo_KeyPress);
- //
- // lblTotalPages
- //
- this.lblTotalPages.Name = "lblTotalPages";
- this.lblTotalPages.Size = new System.Drawing.Size(27, 22);
- this.lblTotalPages.Text = "of 1";
- //
- // btnNext
- //
- this.btnNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnNext.Name = "btnNext";
- this.btnNext.Size = new System.Drawing.Size(23, 25);
- this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
- //
- // btnLast
- //
- this.btnLast.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.btnLast.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnLast.Name = "btnLast";
- this.btnLast.Size = new System.Drawing.Size(23, 25);
- this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
- //
- // sep4
- //
- this.sep4.Name = "sep4";
- this.sep4.Size = new System.Drawing.Size(6, 28);
- //
- // btnClose
- //
- this.btnClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.btnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(40, 25);
- this.btnClose.Text = "Close";
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // statusStrip
- //
- this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.lblStatus,
- this.lblUrl,
- this.lblPerformance});
- this.statusStrip.Location = new System.Drawing.Point(0, 262);
- this.statusStrip.Name = "statusStrip";
- this.statusStrip.Size = new System.Drawing.Size(591, 26);
- this.statusStrip.SizingGrip = false;
- this.statusStrip.TabIndex = 1;
- this.statusStrip.Text = "statusStrip1";
- //
- // lblStatus
- //
- this.lblStatus.AutoSize = false;
- this.lblStatus.BackColor = System.Drawing.Color.Transparent;
- this.lblStatus.Name = "lblStatus";
- this.lblStatus.Size = new System.Drawing.Size(200, 21);
- this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // lblUrl
- //
- this.lblUrl.BackColor = System.Drawing.Color.Transparent;
- this.lblUrl.Name = "lblUrl";
- this.lblUrl.Size = new System.Drawing.Size(13, 21);
- this.lblUrl.Text = " ";
- //
- // lblPerformance
- //
- this.lblPerformance.AutoSize = false;
- this.lblPerformance.BackColor = System.Drawing.Color.Transparent;
- this.lblPerformance.Name = "lblPerformance";
- this.lblPerformance.Size = new System.Drawing.Size(138, 21);
- this.lblPerformance.Spring = true;
- this.lblPerformance.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 25);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.outlineControl);
- this.splitContainer1.Size = new System.Drawing.Size(591, 237);
- this.splitContainer1.SplitterDistance = 195;
- this.splitContainer1.SplitterWidth = 3;
- this.splitContainer1.TabIndex = 2;
- //
- // outlineControl
- //
- this.outlineControl.Dock = System.Windows.Forms.DockStyle.Fill;
- this.outlineControl.Location = new System.Drawing.Point(0, 0);
- this.outlineControl.Name = "outlineControl";
- this.outlineControl.Size = new System.Drawing.Size(195, 237);
- this.outlineControl.TabIndex = 0;
- //
- // PreviewControl
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.BackColor = System.Drawing.SystemColors.AppWorkspace;
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.statusStrip);
- this.Controls.Add(this.toolStrip);
- this.Name = "PreviewControl";
- this.Size = new System.Drawing.Size(591, 288);
- this.toolStrip.ResumeLayout(false);
- this.toolStrip.PerformLayout();
- this.statusStrip.ResumeLayout(false);
- this.statusStrip.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ToolStrip toolStrip;
- private System.Windows.Forms.StatusStrip statusStrip;
- private System.Windows.Forms.ToolStripButton btnPrint;
- private System.Windows.Forms.ToolStripDropDownButton btnOpen;
- private System.Windows.Forms.ToolStripButton btnFind;
- private System.Windows.Forms.ToolStripSeparator sep1;
- private System.Windows.Forms.ToolStripButton btnOutline;
- private System.Windows.Forms.ToolStripButton btnEdit;
- private System.Windows.Forms.ToolStripSeparator sep3;
- private System.Windows.Forms.ToolStripButton btnFirst;
- private System.Windows.Forms.ToolStripButton btnPrior;
- private System.Windows.Forms.ToolStripButton btnNext;
- private System.Windows.Forms.ToolStripButton btnLast;
- private FastReport.Controls.FRToolStripTextBox tbPageNo;
- private System.Windows.Forms.ToolStripButton btnPageSetup;
- private System.Windows.Forms.ToolStripStatusLabel lblStatus;
- private System.Windows.Forms.ToolStripButton btnWatermark;
- private System.Windows.Forms.ToolStripStatusLabel lblUrl;
- private System.Windows.Forms.ToolStripDropDownButton btnSave;
- private System.Windows.Forms.ToolStripStatusLabel lblPerformance;
- private System.Windows.Forms.ToolStripSeparator sep4;
- private System.Windows.Forms.ToolStripButton btnClose;
- private System.Windows.Forms.ToolStripLabel lblTotalPages;
- private System.Windows.Forms.ToolStripButton btnEmail;
- private System.Windows.Forms.ToolStripButton btnDesign;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private OutlineControl outlineControl;
- }
- }
|