namespace HStation.WinFrmUI
{
partial class CreateXhsSchemeChangeRecordPage
{
///
/// 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()
{
listBoxControl1 = new ListBoxControl();
((ISupportInitialize)listBoxControl1).BeginInit();
SuspendLayout();
//
// listBoxControl1
//
listBoxControl1.Dock = DockStyle.Fill;
listBoxControl1.Location = new Point(0, 0);
listBoxControl1.Name = "listBoxControl1";
listBoxControl1.Size = new Size(1227, 729);
listBoxControl1.TabIndex = 0;
//
// CreateXhsSchemeChangeRecordPage
//
AutoScaleDimensions = new SizeF(10F, 22F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(listBoxControl1);
Margin = new Padding(4, 5, 4, 5);
Name = "CreateXhsSchemeChangeRecordPage";
Size = new Size(1227, 729);
((ISupportInitialize)listBoxControl1).EndInit();
ResumeLayout(false);
}
#endregion
private ListBoxControl listBoxControl1;
}
}