namespace Yw.WinFrmUI
{
partial class SetPumpCalcuPrefixListCtrl
{
///
/// 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()
{
labelControl1 = new DevExpress.XtraEditors.LabelControl();
tabPanelBottom = new DevExpress.Utils.Layout.TablePanel();
tabPanelCore = new DevExpress.Utils.Layout.TablePanel();
((ISupportInitialize)tabPanelBottom).BeginInit();
tabPanelBottom.SuspendLayout();
((ISupportInitialize)tabPanelCore).BeginInit();
SuspendLayout();
//
// 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(319, 20);
labelControl1.TabIndex = 3;
labelControl1.Text = "水泵";
//
// tabPanelBottom
//
tabPanelBottom.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] { new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 55F) });
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(319, 529);
tabPanelBottom.TabIndex = 1;
//
// 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(313, 503);
tabPanelCore.TabIndex = 4;
//
// SetPumpCalcuPrefixListCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(tabPanelBottom);
Name = "SetPumpCalcuPrefixListCtrl";
Size = new Size(319, 529);
((ISupportInitialize)tabPanelBottom).EndInit();
tabPanelBottom.ResumeLayout(false);
tabPanelBottom.PerformLayout();
((ISupportInitialize)tabPanelCore).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.Utils.Layout.TablePanel tabPanelBottom;
private DevExpress.Utils.Layout.TablePanel tabPanelCore;
}
}