965 lines
56 KiB
C#
965 lines
56 KiB
C#
namespace INT69DC_7C.Forms
|
|
{
|
|
partial class FormDataViewer
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDataViewer));
|
|
this.smartForm1 = new SmartX.SmartForm();
|
|
this.labelTitle = new SmartX.SmartLabel();
|
|
this.buttonBack = new SmartX.SmartButton();
|
|
this.buttonFileSelect = new SmartX.SmartButton();
|
|
this.buttonSave = new SmartX.SmartButton();
|
|
this.buttonFilter = new SmartX.SmartButton();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.labelCurrentIndex = new SmartX.SmartLabel();
|
|
this.smartSeparatorLine1 = new SmartX.SmartSeparatorLine();
|
|
this.labelTotalIndex = new SmartX.SmartLabel();
|
|
this.buttonDown = new SmartX.SmartButton();
|
|
this.buttonUp = new SmartX.SmartButton();
|
|
this.listBoxEvent = new SmartX.SmartListBox();
|
|
this.labelItemCount = new SmartX.SmartLabel();
|
|
this.listBoxType = new SmartX.SmartListBox();
|
|
this.listBoxAfter = new SmartX.SmartListBox();
|
|
this.listBoxBefore = new SmartX.SmartListBox();
|
|
this.listBoxDetail = new SmartX.SmartListBox();
|
|
this.listBoxLoginID = new SmartX.SmartListBox();
|
|
this.listBoxTime = new SmartX.SmartListBox();
|
|
this.smartLabel8 = new SmartX.SmartLabel();
|
|
this.smartLabel7 = new SmartX.SmartLabel();
|
|
this.smartLabel6 = new SmartX.SmartLabel();
|
|
this.smartLabel5 = new SmartX.SmartLabel();
|
|
this.smartLabel4 = new SmartX.SmartLabel();
|
|
this.smartLabel3 = new SmartX.SmartLabel();
|
|
this.smartLabel2 = new SmartX.SmartLabel();
|
|
this.labelItemsCount = new SmartX.SmartLabel();
|
|
this.smartLabel9 = new SmartX.SmartLabel();
|
|
this.labelFileName = new SmartX.SmartLabel();
|
|
this.smartTimer1 = new SmartX.SmartTimer(this.components);
|
|
this.labelFileReadElapsedTime = new SmartX.SmartLabel();
|
|
this.labelRemainDataCount = new SmartX.SmartLabel();
|
|
this.labelDisplayUpdateElapsedTime = new SmartX.SmartLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).BeginInit();
|
|
this.panel1.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.LCD1024X768;
|
|
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(1024, 768);
|
|
this.smartForm1.SpecialFunctionClickPointSize = 100;
|
|
this.smartForm1.SuspendLayoutInterval = 0;
|
|
//
|
|
// labelTitle
|
|
//
|
|
this.labelTitle.BackPictureBox = this.smartForm1;
|
|
this.labelTitle.BackPictureBox1 = null;
|
|
this.labelTitle.BackPictureBox2 = null;
|
|
this.labelTitle.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTitle.Font = new System.Drawing.Font("New Gulim", 35F, System.Drawing.FontStyle.Bold);
|
|
this.labelTitle.InitVisible = true;
|
|
this.labelTitle.LineSpacing = 0F;
|
|
this.labelTitle.Location = new System.Drawing.Point(3, 7);
|
|
this.labelTitle.Name = "labelTitle";
|
|
this.labelTitle.Size = new System.Drawing.Size(1018, 60);
|
|
this.labelTitle.TabIndex = 22;
|
|
this.labelTitle.Text = "데 이 터 뷰 어";
|
|
this.labelTitle.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTitle.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTitle.Wordwrap = false;
|
|
//
|
|
// buttonBack
|
|
//
|
|
this.buttonBack.BackPictureBox = null;
|
|
this.buttonBack.BackPictureBox1 = null;
|
|
this.buttonBack.BackPictureBox2 = null;
|
|
this.buttonBack.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonBack.ButtonImageAutoSize = true;
|
|
this.buttonBack.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonBack.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DisableImage")));
|
|
this.buttonBack.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.DownImage")));
|
|
this.buttonBack.GroupID = 0;
|
|
this.buttonBack.InitVisible = true;
|
|
this.buttonBack.Location = new System.Drawing.Point(924, 666);
|
|
this.buttonBack.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonBack.Name = "buttonBack";
|
|
this.buttonBack.NestedClickEventPrevent = false;
|
|
this.buttonBack.OutlinePixel = 1;
|
|
this.buttonBack.RepeatInterval = 200;
|
|
this.buttonBack.RepeatIntervalAccelerate = null;
|
|
this.buttonBack.SafeInterval = 200;
|
|
this.buttonBack.Size = new System.Drawing.Size(84, 87);
|
|
this.buttonBack.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonBack.TabIndex = 23;
|
|
this.buttonBack.TextColor = System.Drawing.Color.Black;
|
|
this.buttonBack.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonBack.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonBack.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonBack.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonBack.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonBack.UpImage")));
|
|
this.buttonBack.Click += new System.EventHandler(this.buttonBack_Click);
|
|
//
|
|
// buttonFileSelect
|
|
//
|
|
this.buttonFileSelect.BackPictureBox = null;
|
|
this.buttonFileSelect.BackPictureBox1 = null;
|
|
this.buttonFileSelect.BackPictureBox2 = null;
|
|
this.buttonFileSelect.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonFileSelect.ButtonImageAutoSize = true;
|
|
this.buttonFileSelect.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonFileSelect.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonFileSelect.DisableImage")));
|
|
this.buttonFileSelect.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFileSelect.DownImage")));
|
|
this.buttonFileSelect.GroupID = 0;
|
|
this.buttonFileSelect.InitVisible = true;
|
|
this.buttonFileSelect.Location = new System.Drawing.Point(834, 666);
|
|
this.buttonFileSelect.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonFileSelect.Name = "buttonFileSelect";
|
|
this.buttonFileSelect.NestedClickEventPrevent = false;
|
|
this.buttonFileSelect.OutlinePixel = 1;
|
|
this.buttonFileSelect.RepeatInterval = 200;
|
|
this.buttonFileSelect.RepeatIntervalAccelerate = null;
|
|
this.buttonFileSelect.SafeInterval = 200;
|
|
this.buttonFileSelect.Size = new System.Drawing.Size(84, 87);
|
|
this.buttonFileSelect.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonFileSelect.TabIndex = 24;
|
|
this.buttonFileSelect.TextColor = System.Drawing.Color.Black;
|
|
this.buttonFileSelect.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonFileSelect.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonFileSelect.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonFileSelect.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonFileSelect.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonFileSelect.UpImage")));
|
|
this.buttonFileSelect.Click += new System.EventHandler(this.buttonFileSelect_Click);
|
|
//
|
|
// buttonSave
|
|
//
|
|
this.buttonSave.BackPictureBox = null;
|
|
this.buttonSave.BackPictureBox1 = null;
|
|
this.buttonSave.BackPictureBox2 = null;
|
|
this.buttonSave.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonSave.ButtonImageAutoSize = true;
|
|
this.buttonSave.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonSave.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DisableImage")));
|
|
this.buttonSave.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.DownImage")));
|
|
this.buttonSave.GroupID = 0;
|
|
this.buttonSave.InitVisible = true;
|
|
this.buttonSave.Location = new System.Drawing.Point(654, 666);
|
|
this.buttonSave.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonSave.Name = "buttonSave";
|
|
this.buttonSave.NestedClickEventPrevent = false;
|
|
this.buttonSave.OutlinePixel = 1;
|
|
this.buttonSave.RepeatInterval = 200;
|
|
this.buttonSave.RepeatIntervalAccelerate = null;
|
|
this.buttonSave.SafeInterval = 200;
|
|
this.buttonSave.Size = new System.Drawing.Size(84, 87);
|
|
this.buttonSave.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonSave.TabIndex = 25;
|
|
this.buttonSave.TextColor = System.Drawing.Color.Black;
|
|
this.buttonSave.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonSave.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonSave.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonSave.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonSave.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.UpImage")));
|
|
this.buttonSave.Visible = false;
|
|
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
|
//
|
|
// buttonFilter
|
|
//
|
|
this.buttonFilter.BackPictureBox = null;
|
|
this.buttonFilter.BackPictureBox1 = null;
|
|
this.buttonFilter.BackPictureBox2 = null;
|
|
this.buttonFilter.ButtonColor = System.Drawing.Color.Gray;
|
|
this.buttonFilter.ButtonImageAutoSize = true;
|
|
this.buttonFilter.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonFilter.DisableImage = ((System.Drawing.Image)(resources.GetObject("buttonFilter.DisableImage")));
|
|
this.buttonFilter.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonFilter.DownImage")));
|
|
this.buttonFilter.GroupID = 0;
|
|
this.buttonFilter.InitVisible = true;
|
|
this.buttonFilter.Location = new System.Drawing.Point(744, 666);
|
|
this.buttonFilter.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonFilter.Name = "buttonFilter";
|
|
this.buttonFilter.NestedClickEventPrevent = false;
|
|
this.buttonFilter.OutlinePixel = 1;
|
|
this.buttonFilter.RepeatInterval = 200;
|
|
this.buttonFilter.RepeatIntervalAccelerate = null;
|
|
this.buttonFilter.SafeInterval = 200;
|
|
this.buttonFilter.Size = new System.Drawing.Size(84, 87);
|
|
this.buttonFilter.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonFilter.TabIndex = 26;
|
|
this.buttonFilter.TextColor = System.Drawing.Color.Black;
|
|
this.buttonFilter.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonFilter.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonFilter.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonFilter.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonFilter.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonFilter.UpImage")));
|
|
this.buttonFilter.Visible = false;
|
|
this.buttonFilter.Click += new System.EventHandler(this.buttonFilter_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.panel1.Controls.Add(this.labelCurrentIndex);
|
|
this.panel1.Controls.Add(this.smartSeparatorLine1);
|
|
this.panel1.Controls.Add(this.labelTotalIndex);
|
|
this.panel1.Controls.Add(this.buttonDown);
|
|
this.panel1.Controls.Add(this.buttonUp);
|
|
this.panel1.Controls.Add(this.listBoxEvent);
|
|
this.panel1.Controls.Add(this.labelItemCount);
|
|
this.panel1.Controls.Add(this.listBoxType);
|
|
this.panel1.Controls.Add(this.listBoxAfter);
|
|
this.panel1.Controls.Add(this.listBoxBefore);
|
|
this.panel1.Controls.Add(this.listBoxDetail);
|
|
this.panel1.Controls.Add(this.listBoxLoginID);
|
|
this.panel1.Controls.Add(this.listBoxTime);
|
|
this.panel1.Controls.Add(this.smartLabel8);
|
|
this.panel1.Controls.Add(this.smartLabel7);
|
|
this.panel1.Controls.Add(this.smartLabel6);
|
|
this.panel1.Controls.Add(this.smartLabel5);
|
|
this.panel1.Controls.Add(this.smartLabel4);
|
|
this.panel1.Controls.Add(this.smartLabel3);
|
|
this.panel1.Controls.Add(this.smartLabel2);
|
|
this.panel1.Location = new System.Drawing.Point(0, 73);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1024, 580);
|
|
//
|
|
// labelCurrentIndex
|
|
//
|
|
this.labelCurrentIndex.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.labelCurrentIndex.BackPictureBox = null;
|
|
this.labelCurrentIndex.BackPictureBox1 = null;
|
|
this.labelCurrentIndex.BackPictureBox2 = null;
|
|
this.labelCurrentIndex.BorderColor = System.Drawing.Color.Black;
|
|
this.labelCurrentIndex.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelCurrentIndex.InitVisible = true;
|
|
this.labelCurrentIndex.LineSpacing = 0F;
|
|
this.labelCurrentIndex.Location = new System.Drawing.Point(948, 282);
|
|
this.labelCurrentIndex.Name = "labelCurrentIndex";
|
|
this.labelCurrentIndex.Size = new System.Drawing.Size(70, 20);
|
|
this.labelCurrentIndex.TabIndex = 239;
|
|
this.labelCurrentIndex.Text = "0";
|
|
this.labelCurrentIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelCurrentIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelCurrentIndex.Visible = false;
|
|
this.labelCurrentIndex.Wordwrap = false;
|
|
//
|
|
// smartSeparatorLine1
|
|
//
|
|
this.smartSeparatorLine1.InitVisible = true;
|
|
this.smartSeparatorLine1.Line1Color = System.Drawing.Color.DimGray;
|
|
this.smartSeparatorLine1.Line1Width = 1F;
|
|
this.smartSeparatorLine1.Line2Color = System.Drawing.Color.LightGray;
|
|
this.smartSeparatorLine1.Line2Visible = true;
|
|
this.smartSeparatorLine1.Line2Width = 1F;
|
|
this.smartSeparatorLine1.LineDirection = SmartX.SmartSeparatorLine.DIR.Horizontal;
|
|
this.smartSeparatorLine1.Location = new System.Drawing.Point(948, 308);
|
|
this.smartSeparatorLine1.Name = "smartSeparatorLine1";
|
|
this.smartSeparatorLine1.Size = new System.Drawing.Size(70, 2);
|
|
this.smartSeparatorLine1.TabIndex = 238;
|
|
this.smartSeparatorLine1.Text = "smartSeparatorLine1";
|
|
this.smartSeparatorLine1.Visible = false;
|
|
//
|
|
// labelTotalIndex
|
|
//
|
|
this.labelTotalIndex.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.labelTotalIndex.BackPictureBox = null;
|
|
this.labelTotalIndex.BackPictureBox1 = null;
|
|
this.labelTotalIndex.BackPictureBox2 = null;
|
|
this.labelTotalIndex.BorderColor = System.Drawing.Color.Black;
|
|
this.labelTotalIndex.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelTotalIndex.InitVisible = true;
|
|
this.labelTotalIndex.LineSpacing = 0F;
|
|
this.labelTotalIndex.Location = new System.Drawing.Point(948, 316);
|
|
this.labelTotalIndex.Name = "labelTotalIndex";
|
|
this.labelTotalIndex.Size = new System.Drawing.Size(70, 20);
|
|
this.labelTotalIndex.TabIndex = 38;
|
|
this.labelTotalIndex.Text = "0";
|
|
this.labelTotalIndex.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelTotalIndex.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelTotalIndex.Visible = false;
|
|
this.labelTotalIndex.Wordwrap = false;
|
|
//
|
|
// buttonDown
|
|
//
|
|
this.buttonDown.BackPictureBox = null;
|
|
this.buttonDown.BackPictureBox1 = null;
|
|
this.buttonDown.BackPictureBox2 = null;
|
|
this.buttonDown.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
|
this.buttonDown.ButtonImageAutoSize = true;
|
|
this.buttonDown.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonDown.DisableImage = null;
|
|
this.buttonDown.DownImage = null;
|
|
this.buttonDown.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular);
|
|
this.buttonDown.GroupID = 0;
|
|
this.buttonDown.InitVisible = true;
|
|
this.buttonDown.Location = new System.Drawing.Point(948, 350);
|
|
this.buttonDown.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonDown.Name = "buttonDown";
|
|
this.buttonDown.NestedClickEventPrevent = false;
|
|
this.buttonDown.OutlinePixel = 1;
|
|
this.buttonDown.RepeatInterval = 200;
|
|
this.buttonDown.RepeatIntervalAccelerate = null;
|
|
this.buttonDown.SafeInterval = 200;
|
|
this.buttonDown.Size = new System.Drawing.Size(70, 230);
|
|
this.buttonDown.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonDown.TabIndex = 40;
|
|
this.buttonDown.Text = "▼";
|
|
this.buttonDown.TextColor = System.Drawing.Color.Black;
|
|
this.buttonDown.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonDown.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonDown.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonDown.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonDown.UpImage = null;
|
|
this.buttonDown.Click += new System.EventHandler(this.buttonDown_Click);
|
|
//
|
|
// buttonUp
|
|
//
|
|
this.buttonUp.BackPictureBox = null;
|
|
this.buttonUp.BackPictureBox1 = null;
|
|
this.buttonUp.BackPictureBox2 = null;
|
|
this.buttonUp.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
|
this.buttonUp.ButtonImageAutoSize = true;
|
|
this.buttonUp.ColorKeySamplePosition = new System.Drawing.Point(0, 0);
|
|
this.buttonUp.DisableImage = null;
|
|
this.buttonUp.DownImage = null;
|
|
this.buttonUp.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Regular);
|
|
this.buttonUp.GroupID = 0;
|
|
this.buttonUp.InitVisible = true;
|
|
this.buttonUp.Location = new System.Drawing.Point(948, 39);
|
|
this.buttonUp.Mode = SmartX.SmartButton.BUTTONMODE.NORMAL;
|
|
this.buttonUp.Name = "buttonUp";
|
|
this.buttonUp.NestedClickEventPrevent = false;
|
|
this.buttonUp.OutlinePixel = 1;
|
|
this.buttonUp.RepeatInterval = 200;
|
|
this.buttonUp.RepeatIntervalAccelerate = null;
|
|
this.buttonUp.SafeInterval = 200;
|
|
this.buttonUp.Size = new System.Drawing.Size(70, 230);
|
|
this.buttonUp.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE;
|
|
this.buttonUp.TabIndex = 39;
|
|
this.buttonUp.Text = "▲";
|
|
this.buttonUp.TextColor = System.Drawing.Color.Black;
|
|
this.buttonUp.TextDownColor = System.Drawing.Color.White;
|
|
this.buttonUp.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle;
|
|
this.buttonUp.TextLocation = new System.Drawing.Point(0, 0);
|
|
this.buttonUp.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle;
|
|
this.buttonUp.UpImage = null;
|
|
this.buttonUp.Click += new System.EventHandler(this.buttonUp_Click);
|
|
//
|
|
// listBoxEvent
|
|
//
|
|
this.listBoxEvent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.listBoxEvent.BackPictureBox = null;
|
|
this.listBoxEvent.BackPictureBox1 = null;
|
|
this.listBoxEvent.BackPictureBox2 = null;
|
|
this.listBoxEvent.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
|
this.listBoxEvent.ColumnDelimiter = '\0';
|
|
this.listBoxEvent.ColumnOffsets = null;
|
|
this.listBoxEvent.FontColor = System.Drawing.Color.Black;
|
|
this.listBoxEvent.InitVisible = true;
|
|
this.listBoxEvent.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
|
this.listBoxEvent.ItemOffsetGap = 5;
|
|
this.listBoxEvent.ItemOffsetX = 5;
|
|
this.listBoxEvent.ItemOffsetY = 0;
|
|
this.listBoxEvent.Location = new System.Drawing.Point(208, 39);
|
|
this.listBoxEvent.MouseMoveEventSpace = 3;
|
|
this.listBoxEvent.MouseMoveSpace = 10;
|
|
this.listBoxEvent.Name = "listBoxEvent";
|
|
this.listBoxEvent.OutLineColor = System.Drawing.SystemColors.ControlText;
|
|
this.listBoxEvent.SelectColor = System.Drawing.Color.WhiteSmoke;
|
|
this.listBoxEvent.SelectFilled = true;
|
|
this.listBoxEvent.SelectFontColor = System.Drawing.Color.DarkBlue;
|
|
this.listBoxEvent.SelectItemIndex = -1;
|
|
this.listBoxEvent.SeparationlineColor1 = System.Drawing.Color.Gray;
|
|
this.listBoxEvent.SeparationlineColor2 = System.Drawing.Color.LightGray;
|
|
this.listBoxEvent.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
|
this.listBoxEvent.SeparationlineVisibleBottom = false;
|
|
this.listBoxEvent.SeparationlineVisibleTop = false;
|
|
this.listBoxEvent.Size = new System.Drawing.Size(180, 540);
|
|
this.listBoxEvent.TabIndex = 28;
|
|
this.listBoxEvent.Text = "smartListBox1";
|
|
this.listBoxEvent.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
|
//
|
|
// labelItemCount
|
|
//
|
|
this.labelItemCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.labelItemCount.BackPictureBox = null;
|
|
this.labelItemCount.BackPictureBox1 = null;
|
|
this.labelItemCount.BackPictureBox2 = null;
|
|
this.labelItemCount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelItemCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelItemCount.InitVisible = true;
|
|
this.labelItemCount.LineSpacing = 0F;
|
|
this.labelItemCount.Location = new System.Drawing.Point(948, 3);
|
|
this.labelItemCount.Name = "labelItemCount";
|
|
this.labelItemCount.Size = new System.Drawing.Size(70, 30);
|
|
this.labelItemCount.TabIndex = 38;
|
|
this.labelItemCount.Text = "0 / 0 ";
|
|
this.labelItemCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelItemCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelItemCount.Visible = false;
|
|
this.labelItemCount.Wordwrap = false;
|
|
//
|
|
// listBoxType
|
|
//
|
|
this.listBoxType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.listBoxType.BackPictureBox = null;
|
|
this.listBoxType.BackPictureBox1 = null;
|
|
this.listBoxType.BackPictureBox2 = null;
|
|
this.listBoxType.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
|
this.listBoxType.ColumnDelimiter = '\0';
|
|
this.listBoxType.ColumnOffsets = null;
|
|
this.listBoxType.FontColor = System.Drawing.Color.Black;
|
|
this.listBoxType.InitVisible = true;
|
|
this.listBoxType.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
|
this.listBoxType.ItemOffsetGap = 5;
|
|
this.listBoxType.ItemOffsetX = 5;
|
|
this.listBoxType.ItemOffsetY = 0;
|
|
this.listBoxType.Location = new System.Drawing.Point(852, 39);
|
|
this.listBoxType.MouseMoveEventSpace = 3;
|
|
this.listBoxType.MouseMoveSpace = 10;
|
|
this.listBoxType.Name = "listBoxType";
|
|
this.listBoxType.OutLineColor = System.Drawing.SystemColors.ControlText;
|
|
this.listBoxType.SelectColor = System.Drawing.Color.WhiteSmoke;
|
|
this.listBoxType.SelectFilled = true;
|
|
this.listBoxType.SelectFontColor = System.Drawing.Color.DarkBlue;
|
|
this.listBoxType.SelectItemIndex = -1;
|
|
this.listBoxType.SeparationlineColor1 = System.Drawing.Color.Gray;
|
|
this.listBoxType.SeparationlineColor2 = System.Drawing.Color.LightGray;
|
|
this.listBoxType.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
|
this.listBoxType.SeparationlineVisibleBottom = false;
|
|
this.listBoxType.SeparationlineVisibleTop = false;
|
|
this.listBoxType.Size = new System.Drawing.Size(90, 540);
|
|
this.listBoxType.TabIndex = 28;
|
|
this.listBoxType.Text = "smartListBox1";
|
|
this.listBoxType.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
|
//
|
|
// listBoxAfter
|
|
//
|
|
this.listBoxAfter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.listBoxAfter.BackPictureBox = null;
|
|
this.listBoxAfter.BackPictureBox1 = null;
|
|
this.listBoxAfter.BackPictureBox2 = null;
|
|
this.listBoxAfter.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
|
this.listBoxAfter.ColumnDelimiter = '\0';
|
|
this.listBoxAfter.ColumnOffsets = null;
|
|
this.listBoxAfter.FontColor = System.Drawing.Color.Black;
|
|
this.listBoxAfter.InitVisible = true;
|
|
this.listBoxAfter.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
|
this.listBoxAfter.ItemOffsetGap = 5;
|
|
this.listBoxAfter.ItemOffsetX = 5;
|
|
this.listBoxAfter.ItemOffsetY = 0;
|
|
this.listBoxAfter.Location = new System.Drawing.Point(716, 39);
|
|
this.listBoxAfter.MouseMoveEventSpace = 3;
|
|
this.listBoxAfter.MouseMoveSpace = 10;
|
|
this.listBoxAfter.Name = "listBoxAfter";
|
|
this.listBoxAfter.OutLineColor = System.Drawing.SystemColors.ControlText;
|
|
this.listBoxAfter.SelectColor = System.Drawing.Color.WhiteSmoke;
|
|
this.listBoxAfter.SelectFilled = true;
|
|
this.listBoxAfter.SelectFontColor = System.Drawing.Color.DarkBlue;
|
|
this.listBoxAfter.SelectItemIndex = -1;
|
|
this.listBoxAfter.SeparationlineColor1 = System.Drawing.Color.Gray;
|
|
this.listBoxAfter.SeparationlineColor2 = System.Drawing.Color.LightGray;
|
|
this.listBoxAfter.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
|
this.listBoxAfter.SeparationlineVisibleBottom = false;
|
|
this.listBoxAfter.SeparationlineVisibleTop = false;
|
|
this.listBoxAfter.Size = new System.Drawing.Size(130, 540);
|
|
this.listBoxAfter.TabIndex = 28;
|
|
this.listBoxAfter.Text = "smartListBox1";
|
|
this.listBoxAfter.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
|
//
|
|
// listBoxBefore
|
|
//
|
|
this.listBoxBefore.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.listBoxBefore.BackPictureBox = null;
|
|
this.listBoxBefore.BackPictureBox1 = null;
|
|
this.listBoxBefore.BackPictureBox2 = null;
|
|
this.listBoxBefore.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
|
this.listBoxBefore.ColumnDelimiter = '\0';
|
|
this.listBoxBefore.ColumnOffsets = null;
|
|
this.listBoxBefore.FontColor = System.Drawing.Color.Black;
|
|
this.listBoxBefore.InitVisible = true;
|
|
this.listBoxBefore.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
|
this.listBoxBefore.ItemOffsetGap = 5;
|
|
this.listBoxBefore.ItemOffsetX = 5;
|
|
this.listBoxBefore.ItemOffsetY = 0;
|
|
this.listBoxBefore.Location = new System.Drawing.Point(580, 39);
|
|
this.listBoxBefore.MouseMoveEventSpace = 3;
|
|
this.listBoxBefore.MouseMoveSpace = 10;
|
|
this.listBoxBefore.Name = "listBoxBefore";
|
|
this.listBoxBefore.OutLineColor = System.Drawing.SystemColors.ControlText;
|
|
this.listBoxBefore.SelectColor = System.Drawing.Color.WhiteSmoke;
|
|
this.listBoxBefore.SelectFilled = true;
|
|
this.listBoxBefore.SelectFontColor = System.Drawing.Color.DarkBlue;
|
|
this.listBoxBefore.SelectItemIndex = -1;
|
|
this.listBoxBefore.SeparationlineColor1 = System.Drawing.Color.Gray;
|
|
this.listBoxBefore.SeparationlineColor2 = System.Drawing.Color.LightGray;
|
|
this.listBoxBefore.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
|
this.listBoxBefore.SeparationlineVisibleBottom = false;
|
|
this.listBoxBefore.SeparationlineVisibleTop = false;
|
|
this.listBoxBefore.Size = new System.Drawing.Size(130, 540);
|
|
this.listBoxBefore.TabIndex = 28;
|
|
this.listBoxBefore.Text = "smartListBox1";
|
|
this.listBoxBefore.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
|
//
|
|
// listBoxDetail
|
|
//
|
|
this.listBoxDetail.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.listBoxDetail.BackPictureBox = null;
|
|
this.listBoxDetail.BackPictureBox1 = null;
|
|
this.listBoxDetail.BackPictureBox2 = null;
|
|
this.listBoxDetail.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
|
this.listBoxDetail.ColumnDelimiter = '\0';
|
|
this.listBoxDetail.ColumnOffsets = null;
|
|
this.listBoxDetail.FontColor = System.Drawing.Color.Black;
|
|
this.listBoxDetail.InitVisible = true;
|
|
this.listBoxDetail.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
|
this.listBoxDetail.ItemOffsetGap = 5;
|
|
this.listBoxDetail.ItemOffsetX = 5;
|
|
this.listBoxDetail.ItemOffsetY = 0;
|
|
this.listBoxDetail.Location = new System.Drawing.Point(394, 39);
|
|
this.listBoxDetail.MouseMoveEventSpace = 3;
|
|
this.listBoxDetail.MouseMoveSpace = 10;
|
|
this.listBoxDetail.Name = "listBoxDetail";
|
|
this.listBoxDetail.OutLineColor = System.Drawing.SystemColors.ControlText;
|
|
this.listBoxDetail.SelectColor = System.Drawing.Color.WhiteSmoke;
|
|
this.listBoxDetail.SelectFilled = true;
|
|
this.listBoxDetail.SelectFontColor = System.Drawing.Color.DarkBlue;
|
|
this.listBoxDetail.SelectItemIndex = -1;
|
|
this.listBoxDetail.SeparationlineColor1 = System.Drawing.Color.Gray;
|
|
this.listBoxDetail.SeparationlineColor2 = System.Drawing.Color.LightGray;
|
|
this.listBoxDetail.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
|
this.listBoxDetail.SeparationlineVisibleBottom = false;
|
|
this.listBoxDetail.SeparationlineVisibleTop = false;
|
|
this.listBoxDetail.Size = new System.Drawing.Size(180, 540);
|
|
this.listBoxDetail.TabIndex = 28;
|
|
this.listBoxDetail.Text = "smartListBox1";
|
|
this.listBoxDetail.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
|
//
|
|
// listBoxLoginID
|
|
//
|
|
this.listBoxLoginID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.listBoxLoginID.BackPictureBox = null;
|
|
this.listBoxLoginID.BackPictureBox1 = null;
|
|
this.listBoxLoginID.BackPictureBox2 = null;
|
|
this.listBoxLoginID.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
|
this.listBoxLoginID.ColumnDelimiter = '\0';
|
|
this.listBoxLoginID.ColumnOffsets = null;
|
|
this.listBoxLoginID.FontColor = System.Drawing.Color.Black;
|
|
this.listBoxLoginID.InitVisible = true;
|
|
this.listBoxLoginID.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
|
this.listBoxLoginID.ItemOffsetGap = 5;
|
|
this.listBoxLoginID.ItemOffsetX = 5;
|
|
this.listBoxLoginID.ItemOffsetY = 0;
|
|
this.listBoxLoginID.Location = new System.Drawing.Point(92, 39);
|
|
this.listBoxLoginID.MouseMoveEventSpace = 3;
|
|
this.listBoxLoginID.MouseMoveSpace = 10;
|
|
this.listBoxLoginID.Name = "listBoxLoginID";
|
|
this.listBoxLoginID.OutLineColor = System.Drawing.SystemColors.ControlText;
|
|
this.listBoxLoginID.SelectColor = System.Drawing.Color.WhiteSmoke;
|
|
this.listBoxLoginID.SelectFilled = true;
|
|
this.listBoxLoginID.SelectFontColor = System.Drawing.Color.DarkBlue;
|
|
this.listBoxLoginID.SelectItemIndex = -1;
|
|
this.listBoxLoginID.SeparationlineColor1 = System.Drawing.Color.Gray;
|
|
this.listBoxLoginID.SeparationlineColor2 = System.Drawing.Color.LightGray;
|
|
this.listBoxLoginID.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
|
this.listBoxLoginID.SeparationlineVisibleBottom = false;
|
|
this.listBoxLoginID.SeparationlineVisibleTop = false;
|
|
this.listBoxLoginID.Size = new System.Drawing.Size(110, 540);
|
|
this.listBoxLoginID.TabIndex = 28;
|
|
this.listBoxLoginID.Text = "smartListBox1";
|
|
this.listBoxLoginID.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
|
//
|
|
// listBoxTime
|
|
//
|
|
this.listBoxTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.listBoxTime.BackPictureBox = null;
|
|
this.listBoxTime.BackPictureBox1 = null;
|
|
this.listBoxTime.BackPictureBox2 = null;
|
|
this.listBoxTime.ColumnAlign = SmartX.SmartListBox.COLUMNALIGNS.CENTER;
|
|
this.listBoxTime.ColumnDelimiter = '\0';
|
|
this.listBoxTime.ColumnOffsets = null;
|
|
this.listBoxTime.FontColor = System.Drawing.Color.Black;
|
|
this.listBoxTime.InitVisible = true;
|
|
this.listBoxTime.ItemAddOrder = SmartX.SmartListBox.ITEMADDORDERS.BOTTOMADD;
|
|
this.listBoxTime.ItemOffsetGap = 5;
|
|
this.listBoxTime.ItemOffsetX = 5;
|
|
this.listBoxTime.ItemOffsetY = 0;
|
|
this.listBoxTime.Location = new System.Drawing.Point(6, 39);
|
|
this.listBoxTime.MouseMoveEventSpace = 3;
|
|
this.listBoxTime.MouseMoveSpace = 10;
|
|
this.listBoxTime.Name = "listBoxTime";
|
|
this.listBoxTime.OutLineColor = System.Drawing.SystemColors.ControlText;
|
|
this.listBoxTime.SelectColor = System.Drawing.Color.WhiteSmoke;
|
|
this.listBoxTime.SelectFilled = true;
|
|
this.listBoxTime.SelectFontColor = System.Drawing.Color.DarkBlue;
|
|
this.listBoxTime.SelectItemIndex = -1;
|
|
this.listBoxTime.SeparationlineColor1 = System.Drawing.Color.Gray;
|
|
this.listBoxTime.SeparationlineColor2 = System.Drawing.Color.LightGray;
|
|
this.listBoxTime.SeparationLineStyle = SmartX.SmartListBox.SEPARATIONLINETYPES.FixedSingle;
|
|
this.listBoxTime.SeparationlineVisibleBottom = false;
|
|
this.listBoxTime.SeparationlineVisibleTop = false;
|
|
this.listBoxTime.Size = new System.Drawing.Size(80, 540);
|
|
this.listBoxTime.TabIndex = 28;
|
|
this.listBoxTime.Text = "smartListBox1";
|
|
this.listBoxTime.SelectedIndexChanged += new System.EventHandler(this.listBox_SelectedIndexChanged);
|
|
//
|
|
// smartLabel8
|
|
//
|
|
this.smartLabel8.BackColor = System.Drawing.Color.Black;
|
|
this.smartLabel8.BackPictureBox = null;
|
|
this.smartLabel8.BackPictureBox1 = null;
|
|
this.smartLabel8.BackPictureBox2 = null;
|
|
this.smartLabel8.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel8.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel8.ForeColor = System.Drawing.Color.White;
|
|
this.smartLabel8.InitVisible = true;
|
|
this.smartLabel8.LineSpacing = 0F;
|
|
this.smartLabel8.Location = new System.Drawing.Point(852, 5);
|
|
this.smartLabel8.Name = "smartLabel8";
|
|
this.smartLabel8.Size = new System.Drawing.Size(90, 30);
|
|
this.smartLabel8.TabIndex = 28;
|
|
this.smartLabel8.Text = "Type";
|
|
this.smartLabel8.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel8.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel8.Wordwrap = false;
|
|
//
|
|
// smartLabel7
|
|
//
|
|
this.smartLabel7.BackColor = System.Drawing.Color.Black;
|
|
this.smartLabel7.BackPictureBox = null;
|
|
this.smartLabel7.BackPictureBox1 = null;
|
|
this.smartLabel7.BackPictureBox2 = null;
|
|
this.smartLabel7.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel7.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel7.ForeColor = System.Drawing.Color.White;
|
|
this.smartLabel7.InitVisible = true;
|
|
this.smartLabel7.LineSpacing = 0F;
|
|
this.smartLabel7.Location = new System.Drawing.Point(716, 5);
|
|
this.smartLabel7.Name = "smartLabel7";
|
|
this.smartLabel7.Size = new System.Drawing.Size(130, 30);
|
|
this.smartLabel7.TabIndex = 28;
|
|
this.smartLabel7.Text = "After";
|
|
this.smartLabel7.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel7.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel7.Wordwrap = false;
|
|
//
|
|
// smartLabel6
|
|
//
|
|
this.smartLabel6.BackColor = System.Drawing.Color.Black;
|
|
this.smartLabel6.BackPictureBox = null;
|
|
this.smartLabel6.BackPictureBox1 = null;
|
|
this.smartLabel6.BackPictureBox2 = null;
|
|
this.smartLabel6.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel6.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel6.ForeColor = System.Drawing.Color.White;
|
|
this.smartLabel6.InitVisible = true;
|
|
this.smartLabel6.LineSpacing = 0F;
|
|
this.smartLabel6.Location = new System.Drawing.Point(580, 5);
|
|
this.smartLabel6.Name = "smartLabel6";
|
|
this.smartLabel6.Size = new System.Drawing.Size(130, 30);
|
|
this.smartLabel6.TabIndex = 28;
|
|
this.smartLabel6.Text = "Before";
|
|
this.smartLabel6.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel6.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel6.Wordwrap = false;
|
|
//
|
|
// smartLabel5
|
|
//
|
|
this.smartLabel5.BackColor = System.Drawing.Color.Black;
|
|
this.smartLabel5.BackPictureBox = null;
|
|
this.smartLabel5.BackPictureBox1 = null;
|
|
this.smartLabel5.BackPictureBox2 = null;
|
|
this.smartLabel5.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel5.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel5.ForeColor = System.Drawing.Color.White;
|
|
this.smartLabel5.InitVisible = true;
|
|
this.smartLabel5.LineSpacing = 0F;
|
|
this.smartLabel5.Location = new System.Drawing.Point(394, 5);
|
|
this.smartLabel5.Name = "smartLabel5";
|
|
this.smartLabel5.Size = new System.Drawing.Size(180, 30);
|
|
this.smartLabel5.TabIndex = 28;
|
|
this.smartLabel5.Text = "Detail";
|
|
this.smartLabel5.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel5.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel5.Wordwrap = false;
|
|
//
|
|
// smartLabel4
|
|
//
|
|
this.smartLabel4.BackColor = System.Drawing.Color.Black;
|
|
this.smartLabel4.BackPictureBox = null;
|
|
this.smartLabel4.BackPictureBox1 = null;
|
|
this.smartLabel4.BackPictureBox2 = null;
|
|
this.smartLabel4.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel4.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel4.ForeColor = System.Drawing.Color.White;
|
|
this.smartLabel4.InitVisible = true;
|
|
this.smartLabel4.LineSpacing = 0F;
|
|
this.smartLabel4.Location = new System.Drawing.Point(208, 5);
|
|
this.smartLabel4.Name = "smartLabel4";
|
|
this.smartLabel4.Size = new System.Drawing.Size(180, 30);
|
|
this.smartLabel4.TabIndex = 28;
|
|
this.smartLabel4.Text = "Event";
|
|
this.smartLabel4.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel4.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel4.Wordwrap = false;
|
|
//
|
|
// smartLabel3
|
|
//
|
|
this.smartLabel3.BackColor = System.Drawing.Color.Black;
|
|
this.smartLabel3.BackPictureBox = null;
|
|
this.smartLabel3.BackPictureBox1 = null;
|
|
this.smartLabel3.BackPictureBox2 = null;
|
|
this.smartLabel3.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel3.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel3.ForeColor = System.Drawing.Color.White;
|
|
this.smartLabel3.InitVisible = true;
|
|
this.smartLabel3.LineSpacing = 0F;
|
|
this.smartLabel3.Location = new System.Drawing.Point(92, 5);
|
|
this.smartLabel3.Name = "smartLabel3";
|
|
this.smartLabel3.Size = new System.Drawing.Size(110, 30);
|
|
this.smartLabel3.TabIndex = 28;
|
|
this.smartLabel3.Text = "Login ID";
|
|
this.smartLabel3.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel3.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel3.Wordwrap = false;
|
|
//
|
|
// smartLabel2
|
|
//
|
|
this.smartLabel2.BackColor = System.Drawing.Color.Black;
|
|
this.smartLabel2.BackPictureBox = null;
|
|
this.smartLabel2.BackPictureBox1 = null;
|
|
this.smartLabel2.BackPictureBox2 = null;
|
|
this.smartLabel2.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel2.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel2.ForeColor = System.Drawing.Color.White;
|
|
this.smartLabel2.InitVisible = true;
|
|
this.smartLabel2.LineSpacing = 0F;
|
|
this.smartLabel2.Location = new System.Drawing.Point(6, 5);
|
|
this.smartLabel2.Name = "smartLabel2";
|
|
this.smartLabel2.Size = new System.Drawing.Size(80, 30);
|
|
this.smartLabel2.TabIndex = 28;
|
|
this.smartLabel2.Text = "Time";
|
|
this.smartLabel2.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.smartLabel2.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel2.Wordwrap = false;
|
|
//
|
|
// labelItemsCount
|
|
//
|
|
this.labelItemsCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.labelItemsCount.BackPictureBox = null;
|
|
this.labelItemsCount.BackPictureBox1 = null;
|
|
this.labelItemsCount.BackPictureBox2 = null;
|
|
this.labelItemsCount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelItemsCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelItemsCount.InitVisible = true;
|
|
this.labelItemsCount.LineSpacing = 0F;
|
|
this.labelItemsCount.Location = new System.Drawing.Point(948, 14);
|
|
this.labelItemsCount.Name = "labelItemsCount";
|
|
this.labelItemsCount.Size = new System.Drawing.Size(70, 30);
|
|
this.labelItemsCount.TabIndex = 31;
|
|
this.labelItemsCount.Text = "0 / 0 ";
|
|
this.labelItemsCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelItemsCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelItemsCount.Visible = false;
|
|
this.labelItemsCount.Wordwrap = false;
|
|
//
|
|
// smartLabel9
|
|
//
|
|
this.smartLabel9.BackPictureBox = this.smartForm1;
|
|
this.smartLabel9.BackPictureBox1 = null;
|
|
this.smartLabel9.BackPictureBox2 = null;
|
|
this.smartLabel9.BorderColor = System.Drawing.Color.Black;
|
|
this.smartLabel9.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.smartLabel9.InitVisible = true;
|
|
this.smartLabel9.LineSpacing = 0F;
|
|
this.smartLabel9.Location = new System.Drawing.Point(744, 12);
|
|
this.smartLabel9.Name = "smartLabel9";
|
|
this.smartLabel9.Size = new System.Drawing.Size(80, 22);
|
|
this.smartLabel9.TabIndex = 28;
|
|
this.smartLabel9.Text = "FileName :";
|
|
this.smartLabel9.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.smartLabel9.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.smartLabel9.Wordwrap = false;
|
|
//
|
|
// labelFileName
|
|
//
|
|
this.labelFileName.BackPictureBox = this.smartForm1;
|
|
this.labelFileName.BackPictureBox1 = null;
|
|
this.labelFileName.BackPictureBox2 = null;
|
|
this.labelFileName.BorderColor = System.Drawing.Color.Black;
|
|
this.labelFileName.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelFileName.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold);
|
|
this.labelFileName.InitVisible = true;
|
|
this.labelFileName.LineSpacing = 0F;
|
|
this.labelFileName.Location = new System.Drawing.Point(744, 40);
|
|
this.labelFileName.Name = "labelFileName";
|
|
this.labelFileName.Size = new System.Drawing.Size(198, 23);
|
|
this.labelFileName.TabIndex = 29;
|
|
this.labelFileName.Text = "FileName";
|
|
this.labelFileName.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelFileName.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelFileName.Wordwrap = false;
|
|
//
|
|
// smartTimer1
|
|
//
|
|
this.smartTimer1.EndTime = ((long)(100000000000));
|
|
this.smartTimer1.Interval = 100;
|
|
this.smartTimer1.IntervalSeries = null;
|
|
this.smartTimer1.NowMillisecond = ((long)(0));
|
|
this.smartTimer1.StartTime = ((long)(0));
|
|
//
|
|
// labelFileReadElapsedTime
|
|
//
|
|
this.labelFileReadElapsedTime.BackPictureBox = this.smartForm1;
|
|
this.labelFileReadElapsedTime.BackPictureBox1 = null;
|
|
this.labelFileReadElapsedTime.BackPictureBox2 = null;
|
|
this.labelFileReadElapsedTime.BorderColor = System.Drawing.Color.Black;
|
|
this.labelFileReadElapsedTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelFileReadElapsedTime.InitVisible = true;
|
|
this.labelFileReadElapsedTime.LineSpacing = 0F;
|
|
this.labelFileReadElapsedTime.Location = new System.Drawing.Point(95, 687);
|
|
this.labelFileReadElapsedTime.Name = "labelFileReadElapsedTime";
|
|
this.labelFileReadElapsedTime.Size = new System.Drawing.Size(150, 30);
|
|
this.labelFileReadElapsedTime.TabIndex = 32;
|
|
this.labelFileReadElapsedTime.Text = "FileName";
|
|
this.labelFileReadElapsedTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelFileReadElapsedTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelFileReadElapsedTime.Visible = false;
|
|
this.labelFileReadElapsedTime.Wordwrap = false;
|
|
//
|
|
// labelRemainDataCount
|
|
//
|
|
this.labelRemainDataCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(150)))), ((int)(((byte)(151)))));
|
|
this.labelRemainDataCount.BackPictureBox = null;
|
|
this.labelRemainDataCount.BackPictureBox1 = null;
|
|
this.labelRemainDataCount.BackPictureBox2 = null;
|
|
this.labelRemainDataCount.BorderColor = System.Drawing.Color.Black;
|
|
this.labelRemainDataCount.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelRemainDataCount.InitVisible = true;
|
|
this.labelRemainDataCount.LineSpacing = 0F;
|
|
this.labelRemainDataCount.Location = new System.Drawing.Point(948, 50);
|
|
this.labelRemainDataCount.Name = "labelRemainDataCount";
|
|
this.labelRemainDataCount.Size = new System.Drawing.Size(70, 20);
|
|
this.labelRemainDataCount.TabIndex = 32;
|
|
this.labelRemainDataCount.Text = "0 / 0 ";
|
|
this.labelRemainDataCount.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle;
|
|
this.labelRemainDataCount.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelRemainDataCount.Visible = false;
|
|
this.labelRemainDataCount.Wordwrap = false;
|
|
//
|
|
// labelDisplayUpdateElapsedTime
|
|
//
|
|
this.labelDisplayUpdateElapsedTime.BackPictureBox = this.smartForm1;
|
|
this.labelDisplayUpdateElapsedTime.BackPictureBox1 = null;
|
|
this.labelDisplayUpdateElapsedTime.BackPictureBox2 = null;
|
|
this.labelDisplayUpdateElapsedTime.BorderColor = System.Drawing.Color.Black;
|
|
this.labelDisplayUpdateElapsedTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.labelDisplayUpdateElapsedTime.InitVisible = true;
|
|
this.labelDisplayUpdateElapsedTime.LineSpacing = 0F;
|
|
this.labelDisplayUpdateElapsedTime.Location = new System.Drawing.Point(251, 687);
|
|
this.labelDisplayUpdateElapsedTime.Name = "labelDisplayUpdateElapsedTime";
|
|
this.labelDisplayUpdateElapsedTime.Size = new System.Drawing.Size(150, 30);
|
|
this.labelDisplayUpdateElapsedTime.TabIndex = 35;
|
|
this.labelDisplayUpdateElapsedTime.Text = "FileName";
|
|
this.labelDisplayUpdateElapsedTime.TextHAlign = SmartX.SmartLabel.TextHorAlign.Left;
|
|
this.labelDisplayUpdateElapsedTime.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle;
|
|
this.labelDisplayUpdateElapsedTime.Visible = false;
|
|
this.labelDisplayUpdateElapsedTime.Wordwrap = false;
|
|
//
|
|
// FormDataViewer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.AutoScroll = true;
|
|
this.ClientSize = new System.Drawing.Size(1024, 768);
|
|
this.Controls.Add(this.labelItemsCount);
|
|
this.Controls.Add(this.labelDisplayUpdateElapsedTime);
|
|
this.Controls.Add(this.labelRemainDataCount);
|
|
this.Controls.Add(this.labelFileReadElapsedTime);
|
|
this.Controls.Add(this.labelFileName);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.buttonFilter);
|
|
this.Controls.Add(this.smartLabel9);
|
|
this.Controls.Add(this.buttonSave);
|
|
this.Controls.Add(this.buttonFileSelect);
|
|
this.Controls.Add(this.buttonBack);
|
|
this.Controls.Add(this.labelTitle);
|
|
this.Controls.Add(this.smartForm1);
|
|
this.Name = "FormDataViewer";
|
|
this.Text = "FormDataViewer";
|
|
((System.ComponentModel.ISupportInitialize)(this.smartForm1)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private SmartX.SmartForm smartForm1;
|
|
private SmartX.SmartLabel labelTitle;
|
|
private SmartX.SmartButton buttonBack;
|
|
private SmartX.SmartButton buttonFileSelect;
|
|
private SmartX.SmartButton buttonSave;
|
|
private SmartX.SmartButton buttonFilter;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private SmartX.SmartLabel smartLabel8;
|
|
private SmartX.SmartLabel smartLabel7;
|
|
private SmartX.SmartLabel smartLabel6;
|
|
private SmartX.SmartLabel smartLabel5;
|
|
private SmartX.SmartLabel smartLabel4;
|
|
private SmartX.SmartLabel smartLabel3;
|
|
private SmartX.SmartLabel smartLabel2;
|
|
private SmartX.SmartListBox listBoxEvent;
|
|
private SmartX.SmartListBox listBoxType;
|
|
private SmartX.SmartListBox listBoxAfter;
|
|
private SmartX.SmartListBox listBoxBefore;
|
|
private SmartX.SmartListBox listBoxDetail;
|
|
private SmartX.SmartListBox listBoxLoginID;
|
|
private SmartX.SmartListBox listBoxTime;
|
|
private SmartX.SmartLabel labelItemsCount;
|
|
private SmartX.SmartLabel smartLabel9;
|
|
private SmartX.SmartLabel labelFileName;
|
|
private SmartX.SmartTimer smartTimer1;
|
|
private SmartX.SmartLabel labelFileReadElapsedTime;
|
|
private SmartX.SmartLabel labelRemainDataCount;
|
|
private SmartX.SmartLabel labelDisplayUpdateElapsedTime;
|
|
private SmartX.SmartLabel labelItemCount;
|
|
private SmartX.SmartLabel labelCurrentIndex;
|
|
private SmartX.SmartSeparatorLine smartSeparatorLine1;
|
|
private SmartX.SmartLabel labelTotalIndex;
|
|
private SmartX.SmartButton buttonDown;
|
|
private SmartX.SmartButton buttonUp;
|
|
}
|
|
} |