¶Ô±ÈÐÂÎļþ |
| | |
| | |  |
| | | namespace Gs.DevApp.DevFrm.Rpt |
| | | { |
| | | partial class RptPreview |
| | | { |
| | | /// <summary> |
| | | /// Required designer variable. |
| | | /// </summary> |
| | | private System.ComponentModel.IContainer components = null; |
| | | |
| | | /// <summary> |
| | | /// Clean up any resources being used. |
| | | /// </summary> |
| | | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
| | | protected override void Dispose(bool disposing) |
| | | { |
| | | if (disposing && (components != null)) |
| | | { |
| | | components.Dispose(); |
| | | } |
| | | base.Dispose(disposing); |
| | | } |
| | | |
| | | #region Windows Form 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.previewControl1 = new FastReport.Preview.PreviewControl(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // previewControl1 |
| | | // |
| | | this.previewControl1.BackColor = System.Drawing.SystemColors.AppWorkspace; |
| | | this.previewControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.previewControl1.Font = new System.Drawing.Font("å®ä½", 7.2F); |
| | | this.previewControl1.Location = new System.Drawing.Point(0, 0); |
| | | this.previewControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
| | | this.previewControl1.Name = "previewControl1"; |
| | | this.previewControl1.PageOffset = new System.Drawing.Point(10, 10); |
| | | this.previewControl1.Size = new System.Drawing.Size(712, 543); |
| | | this.previewControl1.TabIndex = 0; |
| | | this.previewControl1.UIStyle = FastReport.Utils.UIStyle.Office2007Black; |
| | | // |
| | | // RptPreview |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(712, 543); |
| | | this.Controls.Add(this.previewControl1); |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png; |
| | | this.Name = "RptPreview"; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
| | | this.Text = "RptUser"; |
| | | this.WindowState = System.Windows.Forms.FormWindowState.Maximized; |
| | | this.ResumeLayout(false); |
| | | |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | private FastReport.Preview.PreviewControl previewControl1; |
| | | } |
| | | } |