347 lines
20 KiB
C#
347 lines
20 KiB
C#
namespace INT69DB_2A.DialogForms
|
|
{
|
|
partial class DialogFormHistoryData
|
|
{
|
|
/// <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 Windows Form 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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogFormHistoryData));
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.treeView = new System.Windows.Forms.TreeView();
|
|
this.buttonRead = new SmartX.SmartButton();
|
|
this.labelFileName = new SmartX.SmartLabel();
|
|
this.smartGroupBox1 = new SmartX.SmartGroupBox();
|
|
this.labelTitleDate = new SmartX.SmartLabel();
|
|
this.labelDate = new SmartX.SmartLabel();
|
|
this.labelNodeIndex = new SmartX.SmartLabel();
|
|
this.buttonClose = new SmartX.SmartButton();
|
|
this.checkBoxTypeAlarm = new SmartX.SmartCheckBox();
|
|
this.checkBoxTypeOperation = new SmartX.SmartCheckBox();
|
|
this.checkBoxTypeParameter = new SmartX.SmartCheckBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
|
this.smartGroupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// smartForm1
|
|
//
|
|
this.smartForm1.CenterLocation = false;
|
|
this.smartForm1.Image = ((System.Drawing.Image)(resources.GetObject("smartForm1.Image")));
|
|
this.smartForm1.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL;
|
|
this.smartForm1.LCDSize = SmartX.SmartForm.LCDRESOLUTION.CUSTOMIZING;
|
|
this.smartForm1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartForm1.MainForm = null;
|
|
this.smartForm1.Mode = SmartX.SmartForm.RUNMODE.RUNTIME;
|
|
this.smartForm1.MouseCursor = SmartX.SmartForm.OnOff.OFF;
|
|
this.smartForm1.Name = "smartForm1";
|
|
this.smartForm1.Size = new System.Drawing.Size(350, 470);
|
|
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
|
this.smartForm1.SuspendLayoutInterval = 0;
|
|
//
|
|
// treeView
|
|
//
|
|
this.treeView.Location = new System.Drawing.Point(12, 12);
|
|
this.treeView.Name = "treeView";
|
|
this.treeView.Size = new System.Drawing.Size(219, 445);
|
|
this.treeView.TabIndex = 4;
|
|
this.treeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
|
|
//
|
|
// buttonRead
|
|
//
|
|
this.buttonRead.BackPictureBox = null;
|
|
this.buttonRead.BackPictureBox1 = null;
|
|
this.buttonRead.BackPictureBox2 = null;
|
|
this.buttonRead.ButtonColor = System.Drawing.Color.Gainsboro;
|
|
this.buttonRead.ButtonImageAutoSize = true;
|
|
this.buttonRead.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonRead.DisableImage = null;
|
|
this.buttonRead.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.DownImage")));
|
|
this.buttonRead.GroupID = 0;
|
|
this.buttonRead.InitVisible = true;
|
|
this.buttonRead.Location = new System.Drawing.Point(237, 351);
|
|
this.buttonRead.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonRead.Name = "buttonRead";
|
|
this.buttonRead.NestedClickEventPrevent = false;
|
|
this.buttonRead.OutlinePixel = 1;
|
|
this.buttonRead.RepeatInterval = 200;
|
|
this.buttonRead.RepeatIntervalAccelerate = null;
|
|
this.buttonRead.SafeInterval = 200;
|
|
this.buttonRead.Size = new System.Drawing.Size(100, 50);
|
|
this.buttonRead.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonRead.TabIndex = 5;
|
|
this.buttonRead.Text = "Read";
|
|
this.buttonRead.TextColor = System.Drawing.Color.Black;
|
|
this.buttonRead.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonRead.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonRead.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonRead.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonRead.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonRead.UpImage")));
|
|
this.buttonRead.Click += new System.EventHandler(this.buttonRead_Click);
|
|
//
|
|
// labelFileName
|
|
//
|
|
this.labelFileName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelFileName.BackPictureBox = this.smartForm1;
|
|
this.labelFileName.BackPictureBox1 = null;
|
|
this.labelFileName.BackPictureBox2 = null;
|
|
this.labelFileName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelFileName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelFileName.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelFileName.ForeColor = System.Drawing.Color.White;
|
|
this.labelFileName.InitVisible = true;
|
|
this.labelFileName.LineSpacing = 0F;
|
|
this.labelFileName.Location = new System.Drawing.Point(237, 320);
|
|
this.labelFileName.Name = "labelFileName";
|
|
this.labelFileName.Size = new System.Drawing.Size(100, 25);
|
|
this.labelFileName.TabIndex = 7;
|
|
this.labelFileName.Text = "20200214_1";
|
|
this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelFileName.Visible = false;
|
|
this.labelFileName.Wordwrap = false;
|
|
//
|
|
// smartGroupBox1
|
|
//
|
|
this.smartGroupBox1.BackPictureBox = this.smartForm1;
|
|
this.smartGroupBox1.BackPictureBox1 = null;
|
|
this.smartGroupBox1.Controls.Add(this.checkBoxTypeParameter);
|
|
this.smartGroupBox1.Controls.Add(this.checkBoxTypeOperation);
|
|
this.smartGroupBox1.Controls.Add(this.checkBoxTypeAlarm);
|
|
this.smartGroupBox1.Controls.Add(this.labelTitleDate);
|
|
this.smartGroupBox1.Controls.Add(this.labelDate);
|
|
this.smartGroupBox1.Controls.Add(this.labelNodeIndex);
|
|
this.smartGroupBox1.Controls.Add(this.buttonClose);
|
|
this.smartGroupBox1.Controls.Add(this.labelFileName);
|
|
this.smartGroupBox1.Controls.Add(this.buttonRead);
|
|
this.smartGroupBox1.Controls.Add(this.treeView);
|
|
this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black;
|
|
this.smartGroupBox1.FrameLineThickness = 1;
|
|
this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None;
|
|
this.smartGroupBox1.Image = null;
|
|
this.smartGroupBox1.InitVisible = true;
|
|
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.smartGroupBox1.Name = "smartGroupBox1";
|
|
this.smartGroupBox1.RoundRadius = 5;
|
|
this.smartGroupBox1.Size = new System.Drawing.Size(350, 470);
|
|
this.smartGroupBox1.TabIndex = 11;
|
|
this.smartGroupBox1.Text = "smartGroupBox1";
|
|
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
|
//
|
|
// labelTitleDate
|
|
//
|
|
this.labelTitleDate.BackColor = System.Drawing.Color.DimGray;
|
|
this.labelTitleDate.BackPictureBox = null;
|
|
this.labelTitleDate.BackPictureBox1 = null;
|
|
this.labelTitleDate.BackPictureBox2 = null;
|
|
this.labelTitleDate.BorderColor = System.Drawing.Color.DimGray;
|
|
this.labelTitleDate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitleDate.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitleDate.ForeColor = System.Drawing.Color.White;
|
|
this.labelTitleDate.InitVisible = true;
|
|
this.labelTitleDate.LineSpacing = 0F;
|
|
this.labelTitleDate.Location = new System.Drawing.Point(237, 28);
|
|
this.labelTitleDate.Name = "labelTitleDate";
|
|
this.labelTitleDate.Size = new System.Drawing.Size(100, 20);
|
|
this.labelTitleDate.TabIndex = 16;
|
|
this.labelTitleDate.Text = "Date";
|
|
this.labelTitleDate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitleDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitleDate.Wordwrap = false;
|
|
//
|
|
// labelDate
|
|
//
|
|
this.labelDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelDate.BackPictureBox = this.smartForm1;
|
|
this.labelDate.BackPictureBox1 = null;
|
|
this.labelDate.BackPictureBox2 = null;
|
|
this.labelDate.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelDate.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelDate.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelDate.ForeColor = System.Drawing.Color.White;
|
|
this.labelDate.InitVisible = true;
|
|
this.labelDate.LineSpacing = 0F;
|
|
this.labelDate.Location = new System.Drawing.Point(237, 54);
|
|
this.labelDate.Name = "labelDate";
|
|
this.labelDate.Size = new System.Drawing.Size(100, 20);
|
|
this.labelDate.TabIndex = 15;
|
|
this.labelDate.Text = "2020.02.24";
|
|
this.labelDate.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelDate.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelDate.Wordwrap = false;
|
|
//
|
|
// labelNodeIndex
|
|
//
|
|
this.labelNodeIndex.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelNodeIndex.BackPictureBox = this.smartForm1;
|
|
this.labelNodeIndex.BackPictureBox1 = null;
|
|
this.labelNodeIndex.BackPictureBox2 = null;
|
|
this.labelNodeIndex.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
|
|
this.labelNodeIndex.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelNodeIndex.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
|
|
this.labelNodeIndex.ForeColor = System.Drawing.Color.White;
|
|
this.labelNodeIndex.InitVisible = true;
|
|
this.labelNodeIndex.LineSpacing = 0F;
|
|
this.labelNodeIndex.Location = new System.Drawing.Point(237, 289);
|
|
this.labelNodeIndex.Name = "labelNodeIndex";
|
|
this.labelNodeIndex.Size = new System.Drawing.Size(100, 25);
|
|
this.labelNodeIndex.TabIndex = 14;
|
|
this.labelNodeIndex.Text = "20200214_1";
|
|
this.labelNodeIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelNodeIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelNodeIndex.Visible = false;
|
|
this.labelNodeIndex.Wordwrap = false;
|
|
//
|
|
// buttonClose
|
|
//
|
|
this.buttonClose.BackPictureBox = null;
|
|
this.buttonClose.BackPictureBox1 = null;
|
|
this.buttonClose.BackPictureBox2 = null;
|
|
this.buttonClose.ButtonColor = System.Drawing.Color.Gainsboro;
|
|
this.buttonClose.ButtonImageAutoSize = true;
|
|
this.buttonClose.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonClose.DisableImage = null;
|
|
this.buttonClose.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonClose.DownImage")));
|
|
this.buttonClose.GroupID = 0;
|
|
this.buttonClose.InitVisible = true;
|
|
this.buttonClose.Location = new System.Drawing.Point(237, 407);
|
|
this.buttonClose.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonClose.Name = "buttonClose";
|
|
this.buttonClose.NestedClickEventPrevent = false;
|
|
this.buttonClose.OutlinePixel = 1;
|
|
this.buttonClose.RepeatInterval = 200;
|
|
this.buttonClose.RepeatIntervalAccelerate = null;
|
|
this.buttonClose.SafeInterval = 200;
|
|
this.buttonClose.Size = new System.Drawing.Size(100, 50);
|
|
this.buttonClose.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonClose.TabIndex = 11;
|
|
this.buttonClose.Text = "Close";
|
|
this.buttonClose.TextColor = System.Drawing.Color.Black;
|
|
this.buttonClose.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonClose.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonClose.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonClose.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonClose.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonClose.UpImage")));
|
|
this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
|
|
//
|
|
// checkBoxTypeAlarm
|
|
//
|
|
this.checkBoxTypeAlarm.BackPictureBox = this.smartForm1;
|
|
this.checkBoxTypeAlarm.BackPictureBox1 = null;
|
|
this.checkBoxTypeAlarm.BackPictureBox2 = null;
|
|
this.checkBoxTypeAlarm.CheckBoxBackColor = System.Drawing.Color.White;
|
|
this.checkBoxTypeAlarm.CheckBoxCheckColor = System.Drawing.Color.Green;
|
|
this.checkBoxTypeAlarm.CheckBoxForeColor = System.Drawing.Color.Black;
|
|
this.checkBoxTypeAlarm.CheckBoxSymbolSize = 15;
|
|
this.checkBoxTypeAlarm.Checked = false;
|
|
this.checkBoxTypeAlarm.CheckLineWidth = 3;
|
|
this.checkBoxTypeAlarm.ForeColor = System.Drawing.Color.White;
|
|
this.checkBoxTypeAlarm.ImageCheckBox = null;
|
|
this.checkBoxTypeAlarm.ImageUnCheckBox = null;
|
|
this.checkBoxTypeAlarm.InitVisible = true;
|
|
this.checkBoxTypeAlarm.Location = new System.Drawing.Point(241, 148);
|
|
this.checkBoxTypeAlarm.Name = "checkBoxTypeAlarm";
|
|
this.checkBoxTypeAlarm.Size = new System.Drawing.Size(90, 25);
|
|
this.checkBoxTypeAlarm.TabIndex = 17;
|
|
this.checkBoxTypeAlarm.Text = "Alarm";
|
|
this.checkBoxTypeAlarm.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// checkBoxTypeOperation
|
|
//
|
|
this.checkBoxTypeOperation.BackPictureBox = this.smartForm1;
|
|
this.checkBoxTypeOperation.BackPictureBox1 = null;
|
|
this.checkBoxTypeOperation.BackPictureBox2 = null;
|
|
this.checkBoxTypeOperation.CheckBoxBackColor = System.Drawing.Color.White;
|
|
this.checkBoxTypeOperation.CheckBoxCheckColor = System.Drawing.Color.Green;
|
|
this.checkBoxTypeOperation.CheckBoxForeColor = System.Drawing.Color.Black;
|
|
this.checkBoxTypeOperation.CheckBoxSymbolSize = 15;
|
|
this.checkBoxTypeOperation.Checked = false;
|
|
this.checkBoxTypeOperation.CheckLineWidth = 3;
|
|
this.checkBoxTypeOperation.ForeColor = System.Drawing.Color.White;
|
|
this.checkBoxTypeOperation.ImageCheckBox = null;
|
|
this.checkBoxTypeOperation.ImageUnCheckBox = null;
|
|
this.checkBoxTypeOperation.InitVisible = true;
|
|
this.checkBoxTypeOperation.Location = new System.Drawing.Point(241, 179);
|
|
this.checkBoxTypeOperation.Name = "checkBoxTypeOperation";
|
|
this.checkBoxTypeOperation.Size = new System.Drawing.Size(90, 25);
|
|
this.checkBoxTypeOperation.TabIndex = 18;
|
|
this.checkBoxTypeOperation.Text = "Operation";
|
|
this.checkBoxTypeOperation.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// checkBoxTypeParameter
|
|
//
|
|
this.checkBoxTypeParameter.BackPictureBox = this.smartForm1;
|
|
this.checkBoxTypeParameter.BackPictureBox1 = null;
|
|
this.checkBoxTypeParameter.BackPictureBox2 = null;
|
|
this.checkBoxTypeParameter.CheckBoxBackColor = System.Drawing.Color.White;
|
|
this.checkBoxTypeParameter.CheckBoxCheckColor = System.Drawing.Color.Green;
|
|
this.checkBoxTypeParameter.CheckBoxForeColor = System.Drawing.Color.Black;
|
|
this.checkBoxTypeParameter.CheckBoxSymbolSize = 15;
|
|
this.checkBoxTypeParameter.Checked = false;
|
|
this.checkBoxTypeParameter.CheckLineWidth = 3;
|
|
this.checkBoxTypeParameter.ForeColor = System.Drawing.Color.White;
|
|
this.checkBoxTypeParameter.ImageCheckBox = null;
|
|
this.checkBoxTypeParameter.ImageUnCheckBox = null;
|
|
this.checkBoxTypeParameter.InitVisible = true;
|
|
this.checkBoxTypeParameter.Location = new System.Drawing.Point(241, 210);
|
|
this.checkBoxTypeParameter.Name = "checkBoxTypeParameter";
|
|
this.checkBoxTypeParameter.Size = new System.Drawing.Size(90, 25);
|
|
this.checkBoxTypeParameter.TabIndex = 19;
|
|
this.checkBoxTypeParameter.Text = "Parameter";
|
|
this.checkBoxTypeParameter.TextVAlign = SmartX.SmartCheckBox.TextVerAlign.Middle;
|
|
//
|
|
// DialogFormHistoryData
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(350, 470);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.smartGroupBox1);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "DialogFormHistoryData";
|
|
this.Text = "DialogFormDataStatistics";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.smartGroupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
private System.Windows.Forms.TreeView treeView;
|
|
private SmartX.SmartButton buttonRead;
|
|
private SmartX.SmartLabel labelFileName;
|
|
private SmartX.SmartGroupBox smartGroupBox1;
|
|
private SmartX.SmartButton buttonClose;
|
|
private SmartX.SmartLabel labelNodeIndex;
|
|
private SmartX.SmartLabel labelTitleDate;
|
|
private SmartX.SmartLabel labelDate;
|
|
private SmartX.SmartCheckBox checkBoxTypeParameter;
|
|
private SmartX.SmartCheckBox checkBoxTypeOperation;
|
|
private SmartX.SmartCheckBox checkBoxTypeAlarm;
|
|
}
|
|
} |