namespace Core.StlMes.Client.LgCommon
{
partial class ucManualOperateUnit
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraOptionSet1 = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).BeginInit();
this.SuspendLayout();
//
// ultraGroupBox1
//
this.ultraGroupBox1.BorderStyle = Infragistics.Win.Misc.GroupBoxBorderStyle.None;
this.ultraGroupBox1.Controls.Add(this.ultraOptionSet1);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
appearance1.BackColor = System.Drawing.Color.PapayaWhip;
this.ultraGroupBox1.HeaderAppearance = appearance1;
this.ultraGroupBox1.HeaderBorderStyle = Infragistics.Win.UIElementBorderStyle.Etched;
this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(298, 66);
this.ultraGroupBox1.TabIndex = 0;
//
// ultraOptionSet1
//
appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
this.ultraOptionSet1.Appearance = appearance2;
this.ultraOptionSet1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
this.ultraOptionSet1.BackColorInternal = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(255)))), ((int)(((byte)(229)))));
this.ultraOptionSet1.BorderStyle = Infragistics.Win.UIElementBorderStyle.Etched;
this.ultraOptionSet1.Dock = System.Windows.Forms.DockStyle.Fill;
appearance3.FontData.Name = "宋体";
appearance3.FontData.SizeInPoints = 10F;
this.ultraOptionSet1.ItemAppearance = appearance3;
this.ultraOptionSet1.ItemOrigin = new System.Drawing.Point(12, 5);
valueListItem1.DataValue = "ValueListItem0";
valueListItem2.DataValue = "ValueListItem1";
valueListItem3.DataValue = "ValueListItem2";
this.ultraOptionSet1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
valueListItem1,
valueListItem2,
valueListItem3});
this.ultraOptionSet1.ItemSpacingHorizontal = 5;
this.ultraOptionSet1.ItemSpacingVertical = 8;
this.ultraOptionSet1.Location = new System.Drawing.Point(1, 4);
this.ultraOptionSet1.Name = "ultraOptionSet1";
this.ultraOptionSet1.Size = new System.Drawing.Size(296, 61);
this.ultraOptionSet1.TabIndex = 0;
this.ultraOptionSet1.UseFlatMode = Infragistics.Win.DefaultableBoolean.False;
this.ultraOptionSet1.ValueChanged += new System.EventHandler(this.ultraOptionSet1_ValueChanged);
//
// ucManualOperateUnit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.ultraGroupBox1);
this.Name = "ucManualOperateUnit";
this.Size = new System.Drawing.Size(298, 66);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraOptionSet1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.UltraWinEditors.UltraOptionSet ultraOptionSet1;
}
}