Newer
Older
laserPTZ_CS / DialogCancelAlarm.Designer.cs
wangxitong on 11 Sep 23 KB first commit
namespace laserPTZ
{
    partial class DialogCancelAlarm
    {
        /// <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.panel1 = new System.Windows.Forms.Panel();
            this.label_title = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.txt_resumeTime = new System.Windows.Forms.TextBox();
            this.txt_monitorName = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label5 = new System.Windows.Forms.Label();
            this.label_time = new System.Windows.Forms.Label();
            this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label_value = new System.Windows.Forms.Label();
            this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.label_direction = new System.Windows.Forms.Label();
            this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.btn_save = new laserPTZ.RoundButton();
            this.btn_cancel = new laserPTZ.RoundButton();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.BackgroundImage = global::laserPTZ.Properties.Resources.banner;
            this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.panel1.Controls.Add(this.label_title);
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(483, 47);
            this.panel1.TabIndex = 0;
            // 
            // label_title
            // 
            this.label_title.AutoSize = true;
            this.label_title.BackColor = System.Drawing.Color.Transparent;
            this.label_title.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label_title.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.label_title.Location = new System.Drawing.Point(4, 9);
            this.label_title.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label_title.Name = "label_title";
            this.label_title.Size = new System.Drawing.Size(65, 20);
            this.label_title.TabIndex = 1;
            this.label_title.Text = "手动消警";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.label1.Location = new System.Drawing.Point(85, 117);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 20);
            this.label1.TabIndex = 2;
            this.label1.Text = "报警浓度";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.label2.Location = new System.Drawing.Point(85, 70);
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 20);
            this.label2.TabIndex = 3;
            this.label2.Text = "报警时间";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.label3.Location = new System.Drawing.Point(85, 168);
            this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 20);
            this.label3.TabIndex = 4;
            this.label3.Text = "报警方位";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.label4.Location = new System.Drawing.Point(23, 220);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(131, 20);
            this.label4.TabIndex = 5;
            this.label4.Text = "消警持续时间(分钟)";
            // 
            // txt_resumeTime
            // 
            this.txt_resumeTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            this.txt_resumeTime.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txt_resumeTime.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txt_resumeTime.ForeColor = System.Drawing.SystemColors.ControlLight;
            this.txt_resumeTime.Location = new System.Drawing.Point(175, 222);
            this.txt_resumeTime.Name = "txt_resumeTime";
            this.txt_resumeTime.Size = new System.Drawing.Size(172, 19);
            this.txt_resumeTime.TabIndex = 30;
            // 
            // txt_monitorName
            // 
            this.txt_monitorName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            // 
            // 
            // 
            this.txt_monitorName.Border.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            this.txt_monitorName.Border.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            this.txt_monitorName.Border.BorderBottomColor = System.Drawing.Color.Transparent;
            this.txt_monitorName.Border.BorderBottomWidth = 10;
            this.txt_monitorName.Border.BorderColor = System.Drawing.Color.Transparent;
            this.txt_monitorName.Border.BorderLeftWidth = 10;
            this.txt_monitorName.Border.BorderRightWidth = 10;
            this.txt_monitorName.Border.BorderTopWidth = 10;
            this.txt_monitorName.Border.Class = "TextBoxBorder";
            this.txt_monitorName.Border.CornerDiameter = 18;
            this.txt_monitorName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.txt_monitorName.Border.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txt_monitorName.DisabledBackColor = System.Drawing.Color.White;
            this.txt_monitorName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txt_monitorName.ForeColor = System.Drawing.Color.White;
            this.txt_monitorName.Location = new System.Drawing.Point(156, 211);
            this.txt_monitorName.Name = "txt_monitorName";
            this.txt_monitorName.PreventEnterBeep = true;
            this.txt_monitorName.Size = new System.Drawing.Size(206, 41);
            this.txt_monitorName.TabIndex = 92;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.ForeColor = System.Drawing.SystemColors.HighlightText;
            this.label5.Location = new System.Drawing.Point(187, 220);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(0, 20);
            this.label5.TabIndex = 93;
            // 
            // label_time
            // 
            this.label_time.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            this.label_time.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label_time.ForeColor = System.Drawing.SystemColors.ControlDark;
            this.label_time.Location = new System.Drawing.Point(175, 70);
            this.label_time.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label_time.Name = "label_time";
            this.label_time.Size = new System.Drawing.Size(162, 20);
            this.label_time.TabIndex = 95;
            this.label_time.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // textBoxX1
            // 
            this.textBoxX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            // 
            // 
            // 
            this.textBoxX1.Border.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            this.textBoxX1.Border.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            this.textBoxX1.Border.BorderBottomColor = System.Drawing.Color.Transparent;
            this.textBoxX1.Border.BorderBottomWidth = 10;
            this.textBoxX1.Border.BorderColor = System.Drawing.Color.Transparent;
            this.textBoxX1.Border.BorderLeftWidth = 10;
            this.textBoxX1.Border.BorderRightWidth = 10;
            this.textBoxX1.Border.BorderTopWidth = 10;
            this.textBoxX1.Border.Class = "TextBoxBorder";
            this.textBoxX1.Border.CornerDiameter = 18;
            this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.textBoxX1.Border.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX1.DisabledBackColor = System.Drawing.Color.White;
            this.textBoxX1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX1.ForeColor = System.Drawing.Color.White;
            this.textBoxX1.Location = new System.Drawing.Point(154, 60);
            this.textBoxX1.Name = "textBoxX1";
            this.textBoxX1.PreventEnterBeep = true;
            this.textBoxX1.Size = new System.Drawing.Size(206, 41);
            this.textBoxX1.TabIndex = 94;
            // 
            // label_value
            // 
            this.label_value.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            this.label_value.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label_value.ForeColor = System.Drawing.SystemColors.ControlDark;
            this.label_value.Location = new System.Drawing.Point(178, 118);
            this.label_value.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label_value.Name = "label_value";
            this.label_value.Size = new System.Drawing.Size(160, 20);
            this.label_value.TabIndex = 97;
            this.label_value.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // textBoxX2
            // 
            this.textBoxX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            // 
            // 
            // 
            this.textBoxX2.Border.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            this.textBoxX2.Border.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            this.textBoxX2.Border.BorderBottomColor = System.Drawing.Color.Transparent;
            this.textBoxX2.Border.BorderBottomWidth = 10;
            this.textBoxX2.Border.BorderColor = System.Drawing.Color.Transparent;
            this.textBoxX2.Border.BorderLeftWidth = 10;
            this.textBoxX2.Border.BorderRightWidth = 10;
            this.textBoxX2.Border.BorderTopWidth = 10;
            this.textBoxX2.Border.Class = "TextBoxBorder";
            this.textBoxX2.Border.CornerDiameter = 18;
            this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.textBoxX2.Border.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX2.DisabledBackColor = System.Drawing.Color.White;
            this.textBoxX2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX2.ForeColor = System.Drawing.Color.White;
            this.textBoxX2.Location = new System.Drawing.Point(156, 108);
            this.textBoxX2.Name = "textBoxX2";
            this.textBoxX2.PreventEnterBeep = true;
            this.textBoxX2.Size = new System.Drawing.Size(206, 41);
            this.textBoxX2.TabIndex = 96;
            // 
            // label_direction
            // 
            this.label_direction.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            this.label_direction.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label_direction.ForeColor = System.Drawing.SystemColors.ControlDark;
            this.label_direction.Location = new System.Drawing.Point(173, 170);
            this.label_direction.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label_direction.Name = "label_direction";
            this.label_direction.Size = new System.Drawing.Size(170, 20);
            this.label_direction.TabIndex = 99;
            this.label_direction.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // textBoxX3
            // 
            this.textBoxX3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            // 
            // 
            // 
            this.textBoxX3.Border.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            this.textBoxX3.Border.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(99)))));
            this.textBoxX3.Border.BorderBottomColor = System.Drawing.Color.Transparent;
            this.textBoxX3.Border.BorderBottomWidth = 10;
            this.textBoxX3.Border.BorderColor = System.Drawing.Color.Transparent;
            this.textBoxX3.Border.BorderLeftWidth = 10;
            this.textBoxX3.Border.BorderRightWidth = 10;
            this.textBoxX3.Border.BorderTopWidth = 10;
            this.textBoxX3.Border.Class = "TextBoxBorder";
            this.textBoxX3.Border.CornerDiameter = 18;
            this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
            this.textBoxX3.Border.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX3.DisabledBackColor = System.Drawing.Color.White;
            this.textBoxX3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxX3.ForeColor = System.Drawing.Color.White;
            this.textBoxX3.Location = new System.Drawing.Point(155, 160);
            this.textBoxX3.Name = "textBoxX3";
            this.textBoxX3.PreventEnterBeep = true;
            this.textBoxX3.Size = new System.Drawing.Size(206, 41);
            this.textBoxX3.TabIndex = 98;
            // 
            // btn_save
            // 
            this.btn_save.EnterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(108)))), ((int)(((byte)(166)))));
            this.btn_save.EnterForeColor = System.Drawing.Color.White;
            this.btn_save.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_save.FlatAppearance.BorderSize = 0;
            this.btn_save.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_save.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_save.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_save.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_save.HoverBackColor = System.Drawing.SystemColors.Window;
            this.btn_save.HoverForeColor = System.Drawing.Color.Black;
            this.btn_save.Location = new System.Drawing.Point(252, 283);
            this.btn_save.Name = "btn_save";
            this.btn_save.PressBackColor = System.Drawing.Color.Indigo;
            this.btn_save.PressForeColor = System.Drawing.Color.White;
            this.btn_save.Radius = 26;
            this.btn_save.Size = new System.Drawing.Size(82, 28);
            this.btn_save.TabIndex = 100;
            this.btn_save.Text = "确定";
            this.btn_save.UseVisualStyleBackColor = true;
            this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
            // 
            // btn_cancel
            // 
            this.btn_cancel.EnterBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(108)))), ((int)(((byte)(166)))));
            this.btn_cancel.EnterForeColor = System.Drawing.Color.White;
            this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.btn_cancel.FlatAppearance.BorderSize = 0;
            this.btn_cancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btn_cancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btn_cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_cancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_cancel.HoverBackColor = System.Drawing.SystemColors.Window;
            this.btn_cancel.HoverForeColor = System.Drawing.Color.Black;
            this.btn_cancel.Location = new System.Drawing.Point(345, 283);
            this.btn_cancel.Name = "btn_cancel";
            this.btn_cancel.PressBackColor = System.Drawing.Color.Indigo;
            this.btn_cancel.PressForeColor = System.Drawing.Color.White;
            this.btn_cancel.Radius = 26;
            this.btn_cancel.Size = new System.Drawing.Size(82, 28);
            this.btn_cancel.TabIndex = 101;
            this.btn_cancel.Text = "取消";
            this.btn_cancel.UseVisualStyleBackColor = true;
            this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
            // 
            // DialogCancelAlarm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(55)))));
            this.ClientSize = new System.Drawing.Size(481, 336);
            this.Controls.Add(this.btn_cancel);
            this.Controls.Add(this.btn_save);
            this.Controls.Add(this.label_direction);
            this.Controls.Add(this.textBoxX3);
            this.Controls.Add(this.label_value);
            this.Controls.Add(this.textBoxX2);
            this.Controls.Add(this.label_time);
            this.Controls.Add(this.textBoxX1);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.txt_resumeTime);
            this.Controls.Add(this.txt_monitorName);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "DialogCancelAlarm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "DialogCancelAlarm";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label_title;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txt_resumeTime;
        private DevComponents.DotNetBar.Controls.TextBoxX txt_monitorName;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label_time;
        private DevComponents.DotNetBar.Controls.TextBoxX textBoxX1;
        private System.Windows.Forms.Label label_value;
        private DevComponents.DotNetBar.Controls.TextBoxX textBoxX2;
        private System.Windows.Forms.Label label_direction;
        private DevComponents.DotNetBar.Controls.TextBoxX textBoxX3;
        private RoundButton btn_save;
        private RoundButton btn_cancel;
    }
}