namespace Yw.WinFrmUI
|
{
|
partial class SetWaterboxCalcuPrefixListCtrl
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
tabPanelBottom = new DevExpress.Utils.Layout.TablePanel();
|
labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
tabPanelCore = new DevExpress.Utils.Layout.TablePanel();
|
((ISupportInitialize)tabPanelBottom).BeginInit();
|
tabPanelBottom.SuspendLayout();
|
((ISupportInitialize)tabPanelCore).BeginInit();
|
SuspendLayout();
|
//
|
// tabPanelBottom
|
//
|
tabPanelBottom.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 5F) });
|
tabPanelBottom.Controls.Add(tabPanelCore);
|
tabPanelBottom.Controls.Add(labelControl1);
|
tabPanelBottom.Dock = DockStyle.Fill;
|
tabPanelBottom.Location = new Point(0, 0);
|
tabPanelBottom.Name = "tabPanelBottom";
|
tabPanelBottom.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] { new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 20F), new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.AutoSize, 26F) });
|
tabPanelBottom.Size = new Size(344, 686);
|
tabPanelBottom.TabIndex = 0;
|
//
|
// labelControl1
|
//
|
labelControl1.Appearance.BackColor = Color.FromArgb(0, 122, 204);
|
labelControl1.Appearance.ForeColor = Color.White;
|
labelControl1.Appearance.Options.UseBackColor = true;
|
labelControl1.Appearance.Options.UseForeColor = true;
|
tabPanelBottom.SetColumn(labelControl1, 0);
|
labelControl1.Dock = DockStyle.Fill;
|
labelControl1.Location = new Point(0, 0);
|
labelControl1.Margin = new Padding(0);
|
labelControl1.Name = "labelControl1";
|
labelControl1.Padding = new Padding(5, 0, 0, 0);
|
tabPanelBottom.SetRow(labelControl1, 0);
|
labelControl1.Size = new Size(344, 20);
|
labelControl1.TabIndex = 3;
|
labelControl1.Text = "水箱";
|
//
|
// tabPanelCore
|
//
|
tabPanelCore.AutoScroll = true;
|
tabPanelBottom.SetColumn(tabPanelCore, 0);
|
tabPanelCore.Dock = DockStyle.Fill;
|
tabPanelCore.Location = new Point(3, 23);
|
tabPanelCore.Name = "tabPanelCore";
|
tabPanelBottom.SetRow(tabPanelCore, 1);
|
tabPanelCore.Size = new Size(338, 660);
|
tabPanelCore.TabIndex = 4;
|
//
|
// SetWaterboxCalcuPrefixListCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(tabPanelBottom);
|
Name = "SetWaterboxCalcuPrefixListCtrl";
|
Size = new Size(344, 686);
|
((ISupportInitialize)tabPanelBottom).EndInit();
|
tabPanelBottom.ResumeLayout(false);
|
tabPanelBottom.PerformLayout();
|
((ISupportInitialize)tabPanelCore).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.Utils.Layout.TablePanel tabPanelBottom;
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
private DevExpress.Utils.Layout.TablePanel tabPanelCore;
|
}
|
}
|