namespace Gs.DevApp.UserControl
{
partial class UcPrintPanel
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.layoutMain = new DevExpress.XtraLayout.LayoutControl();
this.ucBtnPrint1 = new Gs.DevApp.UserControl.UcBtnPrint();
this.layoutGroup = new DevExpress.XtraLayout.LayoutControlGroup();
this.layPrint = new DevExpress.XtraLayout.LayoutControlItem();
this.colDef1 = new DevExpress.XtraLayout.ColumnDefinition();
this.rowDef1 = new DevExpress.XtraLayout.RowDefinition();
((System.ComponentModel.ISupportInitialize)(this.layoutMain)).BeginInit();
this.layoutMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.layoutGroup)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layPrint)).BeginInit();
this.SuspendLayout();
//
// layoutMain
//
this.layoutMain.Controls.Add(this.ucBtnPrint1);
this.layoutMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutMain.Location = new System.Drawing.Point(0, 0);
this.layoutMain.Margin = new System.Windows.Forms.Padding(0);
this.layoutMain.Name = "layoutMain";
this.layoutMain.Root = this.layoutGroup;
this.layoutMain.Size = new System.Drawing.Size(261, 34);
this.layoutMain.TabIndex = 0;
this.layoutMain.Text = "layoutMain";
//
// ucBtnPrint1
//
this.ucBtnPrint1.Location = new System.Drawing.Point(0, 0);
this.ucBtnPrint1.Margin = new System.Windows.Forms.Padding(0);
this.ucBtnPrint1.Name = "ucBtnPrint1";
this.ucBtnPrint1.Size = new System.Drawing.Size(261, 34);
this.ucBtnPrint1.TabIndex = 0;
//
// layoutGroup
//
this.layoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutGroup.GroupBordersVisible = false;
this.layoutGroup.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layPrint});
this.layoutGroup.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
this.layoutGroup.Name = "Root";
this.colDef1.SizeType = System.Windows.Forms.SizeType.Percent;
this.colDef1.Width = 100D;
this.layoutGroup.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
this.colDef1});
this.rowDef1.SizeType = System.Windows.Forms.SizeType.Percent;
this.rowDef1.Height = 100D;
this.layoutGroup.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
this.rowDef1});
this.layoutGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layoutGroup.Size = new System.Drawing.Size(261, 34);
this.layoutGroup.TextVisible = false;
//
// layPrint
//
this.layPrint.Control = this.ucBtnPrint1;
this.layPrint.Location = new System.Drawing.Point(0, 0);
this.layPrint.Name = "layPrint";
this.layPrint.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layPrint.Size = new System.Drawing.Size(261, 34);
this.layPrint.TextSize = new System.Drawing.Size(0, 0);
this.layPrint.TextVisible = false;
//
// UcPrintPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.layoutMain);
this.Name = "UcPrintPanel";
this.Size = new System.Drawing.Size(261, 34);
((System.ComponentModel.ISupportInitialize)(this.layoutMain)).EndInit();
this.layoutMain.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.layoutGroup)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layPrint)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutMain;
private DevExpress.XtraLayout.LayoutControlGroup layoutGroup;
private Gs.DevApp.UserControl.UcBtnPrint ucBtnPrint1;
private DevExpress.XtraLayout.LayoutControlItem layPrint;
private DevExpress.XtraLayout.ColumnDefinition colDef1;
private DevExpress.XtraLayout.RowDefinition rowDef1;
}
}