258 lines
14 KiB
C#
258 lines
14 KiB
C#
namespace LFP_Manager.Controls
|
|
{
|
|
partial class ucDataLog
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.gbDataLog = new DevExpress.XtraEditors.GroupControl();
|
|
this.layoutControl6 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.btnOpenLogFolder = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnLogStart = new DevExpress.XtraEditors.SimpleButton();
|
|
this.cbLogTime = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.lcitemLogTime = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.tmrLogging = new System.Windows.Forms.Timer(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.gbDataLog)).BeginInit();
|
|
this.gbDataLog.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl6)).BeginInit();
|
|
this.layoutControl6.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbLogTime.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcitemLogTime)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.AllowCustomization = false;
|
|
this.layoutControl1.Controls.Add(this.gbDataLog);
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
this.layoutControl1.Root = this.layoutControlGroup1;
|
|
this.layoutControl1.Size = new System.Drawing.Size(354, 204);
|
|
this.layoutControl1.TabIndex = 0;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// gbDataLog
|
|
//
|
|
this.gbDataLog.Controls.Add(this.layoutControl6);
|
|
this.gbDataLog.Location = new System.Drawing.Point(3, 3);
|
|
this.gbDataLog.Name = "gbDataLog";
|
|
this.gbDataLog.Size = new System.Drawing.Size(348, 198);
|
|
this.gbDataLog.TabIndex = 9;
|
|
this.gbDataLog.Text = "Data Logging";
|
|
//
|
|
// layoutControl6
|
|
//
|
|
this.layoutControl6.AllowCustomization = false;
|
|
this.layoutControl6.Controls.Add(this.btnOpenLogFolder);
|
|
this.layoutControl6.Controls.Add(this.btnLogStart);
|
|
this.layoutControl6.Controls.Add(this.cbLogTime);
|
|
this.layoutControl6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl6.Location = new System.Drawing.Point(2, 23);
|
|
this.layoutControl6.Name = "layoutControl6";
|
|
this.layoutControl6.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1209, 389, 250, 350);
|
|
this.layoutControl6.Root = this.layoutControlGroup6;
|
|
this.layoutControl6.Size = new System.Drawing.Size(344, 173);
|
|
this.layoutControl6.TabIndex = 0;
|
|
this.layoutControl6.Text = "layoutControl6";
|
|
//
|
|
// btnOpenLogFolder
|
|
//
|
|
this.btnOpenLogFolder.Location = new System.Drawing.Point(3, 109);
|
|
this.btnOpenLogFolder.Name = "btnOpenLogFolder";
|
|
this.btnOpenLogFolder.Size = new System.Drawing.Size(338, 61);
|
|
this.btnOpenLogFolder.StyleController = this.layoutControl6;
|
|
this.btnOpenLogFolder.TabIndex = 6;
|
|
this.btnOpenLogFolder.Text = "Open Log Folder";
|
|
this.btnOpenLogFolder.Click += new System.EventHandler(this.btnOpenLogFolder_Click);
|
|
//
|
|
// btnLogStart
|
|
//
|
|
this.btnLogStart.Location = new System.Drawing.Point(3, 36);
|
|
this.btnLogStart.Name = "btnLogStart";
|
|
this.btnLogStart.Size = new System.Drawing.Size(338, 69);
|
|
this.btnLogStart.StyleController = this.layoutControl6;
|
|
this.btnLogStart.TabIndex = 5;
|
|
this.btnLogStart.Text = "Log Start";
|
|
this.btnLogStart.Click += new System.EventHandler(this.btnLogStart_Click);
|
|
//
|
|
// cbLogTime
|
|
//
|
|
this.cbLogTime.EditValue = "5";
|
|
this.cbLogTime.Location = new System.Drawing.Point(68, 3);
|
|
this.cbLogTime.Name = "cbLogTime";
|
|
this.cbLogTime.Properties.Appearance.Options.UseTextOptions = true;
|
|
this.cbLogTime.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
this.cbLogTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.cbLogTime.Properties.Items.AddRange(new object[] {
|
|
"1",
|
|
"5",
|
|
"10",
|
|
"15",
|
|
"30",
|
|
"60"});
|
|
this.cbLogTime.Size = new System.Drawing.Size(273, 20);
|
|
this.cbLogTime.StyleController = this.layoutControl6;
|
|
this.cbLogTime.TabIndex = 4;
|
|
//
|
|
// layoutControlGroup6
|
|
//
|
|
this.layoutControlGroup6.CustomizationFormText = "layoutControlGroup6";
|
|
this.layoutControlGroup6.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup6.GroupBordersVisible = false;
|
|
this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.lcitemLogTime,
|
|
this.layoutControlItem13,
|
|
this.layoutControlItem12});
|
|
this.layoutControlGroup6.Name = "layoutControlGroup6";
|
|
this.layoutControlGroup6.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.layoutControlGroup6.Size = new System.Drawing.Size(344, 173);
|
|
this.layoutControlGroup6.TextVisible = false;
|
|
//
|
|
// lcitemLogTime
|
|
//
|
|
this.lcitemLogTime.AppearanceItemCaption.Options.UseTextOptions = true;
|
|
this.lcitemLogTime.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.lcitemLogTime.Control = this.cbLogTime;
|
|
this.lcitemLogTime.CustomizationFormText = "Log Time";
|
|
this.lcitemLogTime.Location = new System.Drawing.Point(0, 0);
|
|
this.lcitemLogTime.MinSize = new System.Drawing.Size(119, 24);
|
|
this.lcitemLogTime.Name = "lcitemLogTime";
|
|
this.lcitemLogTime.Size = new System.Drawing.Size(342, 33);
|
|
this.lcitemLogTime.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.lcitemLogTime.Text = "Log Time";
|
|
this.lcitemLogTime.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
|
this.lcitemLogTime.TextSize = new System.Drawing.Size(60, 20);
|
|
this.lcitemLogTime.TextToControlDistance = 5;
|
|
//
|
|
// layoutControlItem13
|
|
//
|
|
this.layoutControlItem13.Control = this.btnLogStart;
|
|
this.layoutControlItem13.CustomizationFormText = "layoutControlItem13";
|
|
this.layoutControlItem13.Location = new System.Drawing.Point(0, 33);
|
|
this.layoutControlItem13.MinSize = new System.Drawing.Size(93, 26);
|
|
this.layoutControlItem13.Name = "layoutControlItem13";
|
|
this.layoutControlItem13.Size = new System.Drawing.Size(342, 73);
|
|
this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem13.TextVisible = false;
|
|
//
|
|
// layoutControlItem12
|
|
//
|
|
this.layoutControlItem12.Control = this.btnOpenLogFolder;
|
|
this.layoutControlItem12.CustomizationFormText = "layoutControlItem12";
|
|
this.layoutControlItem12.Location = new System.Drawing.Point(0, 106);
|
|
this.layoutControlItem12.MinSize = new System.Drawing.Size(93, 26);
|
|
this.layoutControlItem12.Name = "layoutControlItem12";
|
|
this.layoutControlItem12.Size = new System.Drawing.Size(342, 65);
|
|
this.layoutControlItem12.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
|
this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem12.TextVisible = false;
|
|
//
|
|
// layoutControlGroup1
|
|
//
|
|
this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
|
|
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem1});
|
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(1, 1, 1, 1);
|
|
this.layoutControlGroup1.Size = new System.Drawing.Size(354, 204);
|
|
this.layoutControlGroup1.TextVisible = false;
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.Control = this.gbDataLog;
|
|
this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(352, 202);
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem1.TextVisible = false;
|
|
//
|
|
// tmrLogging
|
|
//
|
|
this.tmrLogging.Interval = 500;
|
|
this.tmrLogging.Tick += new System.EventHandler(this.tmrLogging_Tick);
|
|
//
|
|
// ucDataLog
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.layoutControl1);
|
|
this.Name = "ucDataLog";
|
|
this.Size = new System.Drawing.Size(354, 204);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.gbDataLog)).EndInit();
|
|
this.gbDataLog.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl6)).EndInit();
|
|
this.layoutControl6.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.cbLogTime.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.lcitemLogTime)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
|
private DevExpress.XtraEditors.GroupControl gbDataLog;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl6;
|
|
private DevExpress.XtraEditors.SimpleButton btnOpenLogFolder;
|
|
private DevExpress.XtraEditors.SimpleButton btnLogStart;
|
|
private DevExpress.XtraEditors.ComboBoxEdit cbLogTime;
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
|
|
private DevExpress.XtraLayout.LayoutControlItem lcitemLogTime;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private System.Windows.Forms.Timer tmrLogging;
|
|
}
|
|
}
|