namespace CSFrameworkV5.Library
{
partial class frmBaseEditorQueryBusiness
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBaseEditorQueryBusiness));
this.pnlSummary.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit();
this.tcBusiness.SuspendLayout();
this.SuspendLayout();
//
// tpSummary
//
this.tpSummary.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
this.tpSummary.Appearance.PageClient.Options.UseBackColor = true;
this.tpSummary.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpSummary.ImageOptions.Image")));
this.tpSummary.Size = new System.Drawing.Size(790, 440);
//
// pnlSummary
//
this.pnlSummary.Size = new System.Drawing.Size(796, 446);
//
// tcBusiness
//
this.tcBusiness.Size = new System.Drawing.Size(796, 446);
//
// frmBaseEditorQueryBusiness
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Name = "frmBaseEditorQueryBusiness";
this.Text = "frmBaseEditorQueryBusiness";
this.Load += new System.EventHandler(this.frmBaseEditorQueryBusiness_Load);
this.pnlSummary.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit();
this.tcBusiness.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
}
}