namespace HStation.WinFrmUI
{
partial class AssetsCompressorSingleMatchingDlg
{
///
/// 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()
{
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl();
assetsCompressorSingleMatchingCtrl1 = new AssetsCompressorSingleMatchingCtrl();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
layoutControl1.Controls.Add(assetsCompressorSingleMatchingCtrl1);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new Size(1068, 649);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// generalOkAndCancelCtrl1
//
generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26);
generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26);
generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26);
generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26);
generalOkAndCancelCtrl1.Location = new Point(12, 611);
generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1";
generalOkAndCancelCtrl1.Size = new Size(1044, 26);
generalOkAndCancelCtrl1.TabIndex = 5;
//
// assetsCompressorSingleMatchingCtrl1
//
assetsCompressorSingleMatchingCtrl1.Location = new Point(12, 12);
assetsCompressorSingleMatchingCtrl1.Name = "assetsCompressorSingleMatchingCtrl1";
assetsCompressorSingleMatchingCtrl1.Size = new Size(1044, 595);
assetsCompressorSingleMatchingCtrl1.TabIndex = 4;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2 });
Root.Name = "Root";
Root.Size = new Size(1068, 649);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = assetsCompressorSingleMatchingCtrl1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(1048, 599);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = generalOkAndCancelCtrl1;
layoutControlItem2.Location = new Point(0, 599);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(1048, 30);
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// AssetsCompressorSingleMatchingDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1068, 649);
Controls.Add(layoutControl1);
Name = "AssetsCompressorSingleMatchingDlg";
StartPosition = FormStartPosition.CenterParent;
Text = "压缩机";
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
private AssetsCompressorSingleMatchingCtrl assetsCompressorSingleMatchingCtrl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
}
}