namespace CSFrameworkV5.Library
{
partial class frmBaseBusinessForm
{
///
/// 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(frmBaseBusinessForm));
this.pnlSummary.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).BeginInit();
this.tcBusiness.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).BeginInit();
this.gcNavigator.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
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(928, 586);
//
// pnlSummary
//
this.pnlSummary.Location = new System.Drawing.Point(2, 2);
this.pnlSummary.Size = new System.Drawing.Size(934, 617);
//
// tcBusiness
//
this.tcBusiness.Size = new System.Drawing.Size(934, 617);
//
// tpDetail
//
this.tpDetail.Appearance.PageClient.BackColor = System.Drawing.SystemColors.Control;
this.tpDetail.Appearance.PageClient.Options.UseBackColor = true;
this.tpDetail.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("tpDetail.ImageOptions.Image")));
this.tpDetail.Size = new System.Drawing.Size(928, 586);
//
// controlNavigatorSummary
//
this.controlNavigatorSummary.Buttons.Append.Visible = false;
this.controlNavigatorSummary.Buttons.CancelEdit.Visible = false;
this.controlNavigatorSummary.Buttons.Edit.Visible = false;
this.controlNavigatorSummary.Buttons.EndEdit.Visible = false;
this.controlNavigatorSummary.Buttons.NextPage.Visible = false;
this.controlNavigatorSummary.Buttons.PrevPage.Visible = false;
this.controlNavigatorSummary.Buttons.Remove.Visible = false;
//
// frmBaseBusinessForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.ClientSize = new System.Drawing.Size(938, 621);
this.Name = "frmBaseBusinessForm";
this.Text = "业务单据窗体基类";
this.pnlSummary.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.tcBusiness)).EndInit();
this.tcBusiness.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gcNavigator)).EndInit();
this.gcNavigator.ResumeLayout(false);
this.gcNavigator.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
}
}