namespace SOH.KeFu { partial class frmPiLiangDaoChu { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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("Tahoma", 8F); this.previewControl1.Location = new System.Drawing.Point(0, 0); this.previewControl1.Name = "previewControl1"; this.previewControl1.Size = new System.Drawing.Size(1104, 560); this.previewControl1.TabIndex = 2; this.previewControl1.UIStyle = FastReport.Utils.UIStyle.Office2007Black; // // frmPiLiangDaoChu // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1104, 560); this.Controls.Add(this.previewControl1); this.Name = "frmPiLiangDaoChu"; this.Text = "frmPiLiangDaoChu"; this.ResumeLayout(false); } #endregion private FastReport.Preview.PreviewControl previewControl1; } }