namespace Yw.WinFrmUI
{
partial class SetNozzleCalcuPrefixListCtrl
{
///
/// 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()
{
tabPanelBottom = new DevExpress.Utils.Layout.TablePanel();
tabPanelCore = new DevExpress.Utils.Layout.TablePanel();
labCaption = new DevExpress.XtraEditors.LabelControl();
((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, 55F) });
tabPanelBottom.Controls.Add(tabPanelCore);
tabPanelBottom.Controls.Add(labCaption);
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(299, 554);
tabPanelBottom.TabIndex = 2;
//
// 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(293, 528);
tabPanelCore.TabIndex = 4;
//
// labCaption
//
labCaption.Appearance.BackColor = Color.FromArgb(0, 122, 204);
labCaption.Appearance.ForeColor = Color.White;
labCaption.Appearance.Options.UseBackColor = true;
labCaption.Appearance.Options.UseForeColor = true;
tabPanelBottom.SetColumn(labCaption, 0);
labCaption.Dock = DockStyle.Fill;
labCaption.Location = new Point(0, 0);
labCaption.Margin = new Padding(0);
labCaption.Name = "labCaption";
labCaption.Padding = new Padding(5, 0, 0, 0);
tabPanelBottom.SetRow(labCaption, 0);
labCaption.Size = new Size(299, 20);
labCaption.TabIndex = 3;
labCaption.Text = "喷嘴";
//
// SetNozzleCalcuPrefixListCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(tabPanelBottom);
Name = "SetNozzleCalcuPrefixListCtrl";
Size = new Size(299, 554);
((ISupportInitialize)tabPanelBottom).EndInit();
tabPanelBottom.ResumeLayout(false);
tabPanelBottom.PerformLayout();
((ISupportInitialize)tabPanelCore).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.Utils.Layout.TablePanel tabPanelBottom;
private DevExpress.Utils.Layout.TablePanel tabPanelCore;
private DevExpress.XtraEditors.LabelControl labCaption;
}
}