namespace LFP_Manager.Controls { partial class ucCalibrationView { /// /// 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() { this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); this.edDchCalibration = new DevExpress.XtraEditors.TextEdit(); this.edChgCalibration = new DevExpress.XtraEditors.TextEdit(); this.edChgOption = new DevExpress.XtraEditors.TextEdit(); this.edBattCapacity = new DevExpress.XtraEditors.TextEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.gbBattCapacity = new DevExpress.XtraLayout.LayoutControlGroup(); this.lbBattCapacity = new DevExpress.XtraLayout.SimpleLabelItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.gbCalibrationValue = new DevExpress.XtraLayout.LayoutControlGroup(); this.lbChgOption = new DevExpress.XtraLayout.SimpleLabelItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.lbChgCalibration = new DevExpress.XtraLayout.SimpleLabelItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.lbDchCalibration = new DevExpress.XtraLayout.SimpleLabelItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); this.layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.edDchCalibration.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.edChgCalibration.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.edChgOption.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.edBattCapacity.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gbBattCapacity)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbBattCapacity)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gbCalibrationValue)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbChgOption)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbChgCalibration)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.lbDchCalibration)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); this.SuspendLayout(); // // layoutControl1 // this.layoutControl1.AllowCustomization = false; this.layoutControl1.Controls.Add(this.edDchCalibration); this.layoutControl1.Controls.Add(this.edChgCalibration); this.layoutControl1.Controls.Add(this.edChgOption); this.layoutControl1.Controls.Add(this.edBattCapacity); 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(993, 152, 650, 400); this.layoutControl1.Root = this.Root; this.layoutControl1.Size = new System.Drawing.Size(449, 277); this.layoutControl1.TabIndex = 0; this.layoutControl1.Text = "layoutControl1"; // // edDchCalibration // this.edDchCalibration.Location = new System.Drawing.Point(129, 132); this.edDchCalibration.Name = "edDchCalibration"; this.edDchCalibration.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.edDchCalibration.Properties.Appearance.Options.UseFont = true; this.edDchCalibration.Properties.Appearance.Options.UseTextOptions = true; this.edDchCalibration.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.edDchCalibration.Size = new System.Drawing.Size(314, 22); this.edDchCalibration.StyleController = this.layoutControl1; this.edDchCalibration.TabIndex = 7; // // edChgCalibration // this.edChgCalibration.Location = new System.Drawing.Point(129, 106); this.edChgCalibration.Name = "edChgCalibration"; this.edChgCalibration.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.edChgCalibration.Properties.Appearance.Options.UseFont = true; this.edChgCalibration.Properties.Appearance.Options.UseTextOptions = true; this.edChgCalibration.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.edChgCalibration.Size = new System.Drawing.Size(314, 22); this.edChgCalibration.StyleController = this.layoutControl1; this.edChgCalibration.TabIndex = 6; // // edChgOption // this.edChgOption.Location = new System.Drawing.Point(129, 80); this.edChgOption.Name = "edChgOption"; this.edChgOption.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.edChgOption.Properties.Appearance.Options.UseFont = true; this.edChgOption.Properties.Appearance.Options.UseTextOptions = true; this.edChgOption.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.edChgOption.Size = new System.Drawing.Size(314, 22); this.edChgOption.StyleController = this.layoutControl1; this.edChgOption.TabIndex = 5; // // edBattCapacity // this.edBattCapacity.Location = new System.Drawing.Point(129, 27); this.edBattCapacity.Name = "edBattCapacity"; this.edBattCapacity.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); this.edBattCapacity.Properties.Appearance.Options.UseFont = true; this.edBattCapacity.Properties.Appearance.Options.UseTextOptions = true; this.edBattCapacity.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.edBattCapacity.Size = new System.Drawing.Size(314, 22); this.edBattCapacity.StyleController = this.layoutControl1; this.edBattCapacity.TabIndex = 4; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.emptySpaceItem1, this.gbBattCapacity, this.gbCalibrationValue}); this.Root.Name = "Root"; this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.Root.Size = new System.Drawing.Size(449, 277); this.Root.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 158); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(447, 117); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // gbBattCapacity // this.gbBattCapacity.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.lbBattCapacity, this.layoutControlItem1}); this.gbBattCapacity.Location = new System.Drawing.Point(0, 0); this.gbBattCapacity.Name = "gbBattCapacity"; this.gbBattCapacity.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.gbBattCapacity.Size = new System.Drawing.Size(447, 53); this.gbBattCapacity.Spacing = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.gbBattCapacity.Text = "Battery Capacity"; // // lbBattCapacity // this.lbBattCapacity.AllowHotTrack = false; this.lbBattCapacity.Location = new System.Drawing.Point(0, 0); this.lbBattCapacity.Name = "lbBattCapacity"; this.lbBattCapacity.Size = new System.Drawing.Size(123, 26); this.lbBattCapacity.Text = " Battery Capacity"; this.lbBattCapacity.TextSize = new System.Drawing.Size(96, 14); // // layoutControlItem1 // this.layoutControlItem1.Control = this.edBattCapacity; this.layoutControlItem1.Location = new System.Drawing.Point(123, 0); this.layoutControlItem1.Name = "layoutControlItem1"; this.layoutControlItem1.Size = new System.Drawing.Size(318, 26); this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem1.TextVisible = false; // // gbCalibrationValue // this.gbCalibrationValue.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.lbChgOption, this.layoutControlItem2, this.lbChgCalibration, this.layoutControlItem3, this.lbDchCalibration, this.layoutControlItem4}); this.gbCalibrationValue.Location = new System.Drawing.Point(0, 53); this.gbCalibrationValue.Name = "gbCalibrationValue"; this.gbCalibrationValue.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.gbCalibrationValue.Size = new System.Drawing.Size(447, 105); this.gbCalibrationValue.Spacing = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1); this.gbCalibrationValue.Text = "Calibration Value"; // // lbChgOption // this.lbChgOption.AllowHotTrack = false; this.lbChgOption.Location = new System.Drawing.Point(0, 0); this.lbChgOption.Name = "lbChgOption"; this.lbChgOption.Size = new System.Drawing.Size(123, 26); this.lbChgOption.Text = " Charge Option"; this.lbChgOption.TextSize = new System.Drawing.Size(96, 14); // // layoutControlItem2 // this.layoutControlItem2.Control = this.edChgOption; this.layoutControlItem2.Location = new System.Drawing.Point(123, 0); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(318, 26); this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem2.TextVisible = false; // // lbChgCalibration // this.lbChgCalibration.AllowHotTrack = false; this.lbChgCalibration.Location = new System.Drawing.Point(0, 26); this.lbChgCalibration.Name = "lbChgCalibration"; this.lbChgCalibration.Size = new System.Drawing.Size(123, 26); this.lbChgCalibration.Text = " Calibration (CHG)"; this.lbChgCalibration.TextSize = new System.Drawing.Size(96, 14); // // layoutControlItem3 // this.layoutControlItem3.Control = this.edChgCalibration; this.layoutControlItem3.Location = new System.Drawing.Point(123, 26); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(318, 26); this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // lbDchCalibration // this.lbDchCalibration.AllowHotTrack = false; this.lbDchCalibration.Location = new System.Drawing.Point(0, 52); this.lbDchCalibration.Name = "lbDchCalibration"; this.lbDchCalibration.Size = new System.Drawing.Size(123, 26); this.lbDchCalibration.Text = " Calibration (DCH)"; this.lbDchCalibration.TextSize = new System.Drawing.Size(96, 14); // // layoutControlItem4 // this.layoutControlItem4.Control = this.edDchCalibration; this.layoutControlItem4.Location = new System.Drawing.Point(123, 52); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(318, 26); this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // ucCalibrationView // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.layoutControl1); this.Name = "ucCalibrationView"; this.Size = new System.Drawing.Size(449, 277); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.edDchCalibration.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.edChgCalibration.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.edChgOption.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.edBattCapacity.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gbBattCapacity)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbBattCapacity)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gbCalibrationValue)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbChgOption)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbChgCalibration)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.lbDchCalibration)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.TextEdit edBattCapacity; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.TextEdit edDchCalibration; private DevExpress.XtraEditors.TextEdit edChgCalibration; private DevExpress.XtraEditors.TextEdit edChgOption; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.SimpleLabelItem lbBattCapacity; private DevExpress.XtraLayout.SimpleLabelItem lbChgOption; private DevExpress.XtraLayout.SimpleLabelItem lbChgCalibration; private DevExpress.XtraLayout.SimpleLabelItem lbDchCalibration; private DevExpress.XtraLayout.LayoutControlGroup gbBattCapacity; private DevExpress.XtraLayout.LayoutControlGroup gbCalibrationValue; } }