namespace LFP_Manager.Controls
{
partial class UcFaultAlarm
{
///
/// 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()
{
DevExpress.XtraGauges.Core.Model.IndicatorState indicatorState1 = new DevExpress.XtraGauges.Core.Model.IndicatorState();
DevExpress.XtraGauges.Core.Model.IndicatorState indicatorState2 = new DevExpress.XtraGauges.Core.Model.IndicatorState();
DevExpress.XtraGauges.Core.Model.IndicatorState indicatorState3 = new DevExpress.XtraGauges.Core.Model.IndicatorState();
DevExpress.XtraGauges.Core.Model.IndicatorState indicatorState4 = new DevExpress.XtraGauges.Core.Model.IndicatorState();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.gaugeFault = new DevExpress.XtraGauges.Win.GaugeControl();
this.stateIndicatorGauge1 = new DevExpress.XtraGauges.Win.Gauges.State.StateIndicatorGauge();
this.IndicatorFault = new DevExpress.XtraGauges.Win.Gauges.State.StateIndicatorComponent();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.LbFaultName = new DevExpress.XtraLayout.SimpleLabelItem();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.stateIndicatorGauge1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.IndicatorFault)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.LbFaultName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.gaugeFault);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(784, 122, 650, 400);
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(354, 30);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// gaugeFault
//
this.gaugeFault.Gauges.AddRange(new DevExpress.XtraGauges.Base.IGauge[] {
this.stateIndicatorGauge1});
this.gaugeFault.Location = new System.Drawing.Point(0, 0);
this.gaugeFault.Name = "gaugeFault";
this.gaugeFault.Size = new System.Drawing.Size(40, 30);
this.gaugeFault.TabIndex = 5;
//
// stateIndicatorGauge1
//
this.stateIndicatorGauge1.Bounds = new System.Drawing.Rectangle(6, 6, 28, 20);
this.stateIndicatorGauge1.Indicators.AddRange(new DevExpress.XtraGauges.Win.Gauges.State.StateIndicatorComponent[] {
this.IndicatorFault});
this.stateIndicatorGauge1.Name = "stateIndicatorGauge1";
//
// IndicatorFault
//
this.IndicatorFault.Center = new DevExpress.XtraGauges.Core.Base.PointF2D(124F, 124F);
this.IndicatorFault.Name = "stateIndicatorComponent1";
this.IndicatorFault.Size = new System.Drawing.SizeF(200F, 200F);
this.IndicatorFault.StateIndex = 3;
indicatorState1.Name = "State1";
indicatorState1.ShapeType = DevExpress.XtraGauges.Core.Model.StateIndicatorShapeType.ElectricLight1;
indicatorState2.Name = "State2";
indicatorState2.ShapeType = DevExpress.XtraGauges.Core.Model.StateIndicatorShapeType.ElectricLight2;
indicatorState3.Name = "State3";
indicatorState3.ShapeType = DevExpress.XtraGauges.Core.Model.StateIndicatorShapeType.ElectricLight3;
indicatorState4.Name = "State4";
indicatorState4.ShapeType = DevExpress.XtraGauges.Core.Model.StateIndicatorShapeType.ElectricLight4;
this.IndicatorFault.States.AddRange(new DevExpress.XtraGauges.Core.Model.IIndicatorState[] {
indicatorState1,
indicatorState2,
indicatorState3,
indicatorState4});
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.LbFaultName,
this.layoutControlItem1});
this.Root.Name = "Root";
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.Root.Size = new System.Drawing.Size(354, 30);
this.Root.TextVisible = false;
//
// LbFaultName
//
this.LbFaultName.AllowHotTrack = false;
this.LbFaultName.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.LbFaultName.AppearanceItemCaption.Options.UseFont = true;
this.LbFaultName.Location = new System.Drawing.Point(40, 0);
this.LbFaultName.MaxSize = new System.Drawing.Size(0, 35);
this.LbFaultName.MinSize = new System.Drawing.Size(54, 30);
this.LbFaultName.Name = "LbFaultName";
this.LbFaultName.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.LbFaultName.Size = new System.Drawing.Size(314, 30);
this.LbFaultName.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.LbFaultName.Text = "Fault Name";
this.LbFaultName.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
this.LbFaultName.TextSize = new System.Drawing.Size(50, 20);
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.gaugeFault;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.MaxSize = new System.Drawing.Size(40, 0);
this.layoutControlItem1.MinSize = new System.Drawing.Size(40, 24);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layoutControlItem1.Size = new System.Drawing.Size(40, 30);
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// UcFaultAlarm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.layoutControl1);
this.Name = "UcFaultAlarm";
this.Size = new System.Drawing.Size(354, 30);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.stateIndicatorGauge1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.IndicatorFault)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.LbFaultName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.SimpleLabelItem LbFaultName;
private DevExpress.XtraGauges.Win.GaugeControl gaugeFault;
private DevExpress.XtraGauges.Win.Gauges.State.StateIndicatorGauge stateIndicatorGauge1;
private DevExpress.XtraGauges.Win.Gauges.State.StateIndicatorComponent IndicatorFault;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
}
}