namespace Uninpho.Tools.components.DataManager
{
partial class BXDBFrom
{
///
/// 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.ShowLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.SuspendLayout();
//
// ShowLayoutPanel
//
this.ShowLayoutPanel.ColumnCount = 1;
this.ShowLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.ShowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.ShowLayoutPanel.Location = new System.Drawing.Point(0, 0);
this.ShowLayoutPanel.Name = "ShowLayoutPanel";
this.ShowLayoutPanel.RowCount = 2;
this.ShowLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
this.ShowLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 40F));
this.ShowLayoutPanel.Size = new System.Drawing.Size(699, 439);
this.ShowLayoutPanel.TabIndex = 1;
//
// BXDBFrom
//
this.ClientSize = new System.Drawing.Size(699, 439);
this.Controls.Add(this.ShowLayoutPanel);
this.Name = "BXDBFrom";
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraTab.XtraTabControl BXTTabCol;
private DevExpress.XtraTab.XtraTabPage JHFX_Page;
private DevExpress.XtraTab.XtraTabPage LGL_Page;
private System.Windows.Forms.TableLayoutPanel ShowLayoutPanel;
}
}