1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- namespace PTMedicalInsurance.Forms
- {
- partial class PrintPreview
- {
- /// <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("宋体", 9F);
- this.previewControl1.Location = new System.Drawing.Point(0, 0);
- this.previewControl1.Name = "previewControl1";
- this.previewControl1.PageOffset = new System.Drawing.Point(10, 10);
- this.previewControl1.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.previewControl1.SaveInitialDirectory = null;
- this.previewControl1.Size = new System.Drawing.Size(908, 562);
- this.previewControl1.TabIndex = 0;
- //
- // PrintPreview
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(908, 562);
- this.Controls.Add(this.previewControl1);
- this.Name = "PrintPreview";
- this.Text = "打印预览";
- this.Load += new System.EventHandler(this.PrintPreview_Load);
- this.ResumeLayout(false);
- }
- #endregion
- public FastReport.Preview.PreviewControl previewControl1;
- }
- }
|