namespace 开发辅助工具.Tools
{
    partial class FrmTime
    {
        /// 
        /// Required designer variable.
        /// 
        private System.ComponentModel.IContainer components = null;
        /// 
        /// Clean up any resources being used.
        /// 
        /// true if managed resources should be disposed; otherwise, false.
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region Windows Form Designer generated code
        /// 
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// 
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTime));
            this.label1 = new System.Windows.Forms.Label();
            this.TxtFromUnixTime = new ryControls.TextBoxEx2();
            this.label2 = new System.Windows.Forms.Label();
            this.TxtResultTime = new ryControls.TextBoxEx2();
            this.label3 = new System.Windows.Forms.Label();
            this.dateTimePickerEX1 = new ryControls.DateTimePickerEX();
            this.TxtResultUnixTime = new ryControls.TextBoxEx2();
            this.label4 = new System.Windows.Forms.Label();
            this.TxtJSTime2 = new ryControls.TextBoxEx2();
            this.label5 = new System.Windows.Forms.Label();
            this.TxtJSTime1 = new ryControls.TextBoxEx2();
            this.label6 = new System.Windows.Forms.Label();
            this.TxtUnixTime3 = new ryControls.TextBoxEx2();
            this.label7 = new System.Windows.Forms.Label();
            this.TxtResultTime3 = new ryControls.TextBoxEx2();
            this.label8 = new System.Windows.Forms.Label();
            this.TxtFromJSTime3 = new ryControls.TextBoxEx2();
            this.label9 = new System.Windows.Forms.Label();
            this.menuRight1 = new ryPaiban.Model.MenuRight(this.components);
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(11, 8);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "Unix时间戳";
            // 
            // TxtFromUnixTime
            // 
            this.TxtFromUnixTime.BackColor = System.Drawing.Color.White;
            this.TxtFromUnixTime.EmptyText = "请输入时间戳";
            this.TxtFromUnixTime.Location = new System.Drawing.Point(13, 23);
            this.TxtFromUnixTime.MaxLength = 999999999;
            this.TxtFromUnixTime.Multiline = false;
            this.TxtFromUnixTime.Name = "TxtFromUnixTime";
            this.TxtFromUnixTime.OnlyNumeric = false;
            this.TxtFromUnixTime.PasswordChar = '\0';
            this.TxtFromUnixTime.ReadOnly = false;
            this.TxtFromUnixTime.SelectedText = "";
            this.TxtFromUnixTime.SelectionLength = 0;
            this.TxtFromUnixTime.SelectionStart = 0;
            this.TxtFromUnixTime.Size = new System.Drawing.Size(277, 30);
            this.TxtFromUnixTime.TabIndex = 1;
            this.TxtFromUnixTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.TxtFromUnixTime.ToolTip = "";
            this.TxtFromUnixTime.TextChanged2 += new System.EventHandler(this.TxtFromUnixTime_TextChanged2);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(294, 9);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "具体时间";
            // 
            // TxtResultTime
            // 
            this.TxtResultTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.TxtResultTime.EmptyText = "";
            this.TxtResultTime.Location = new System.Drawing.Point(296, 23);
            this.TxtResultTime.MaxLength = 999999999;
            this.TxtResultTime.Multiline = false;
            this.TxtResultTime.Name = "TxtResultTime";
            this.TxtResultTime.OnlyNumeric = false;
            this.TxtResultTime.PasswordChar = '\0';
            this.TxtResultTime.ReadOnly = true;
            this.TxtResultTime.SelectedText = "";
            this.TxtResultTime.SelectionLength = 0;
            this.TxtResultTime.SelectionStart = 0;
            this.TxtResultTime.Size = new System.Drawing.Size(243, 30);
            this.TxtResultTime.TabIndex = 3;
            this.TxtResultTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.TxtResultTime.ToolTip = "";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(11, 56);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "具体时间";
            // 
            // dateTimePickerEX1
            // 
            this.dateTimePickerEX1.CustomFormat = "yyyy年MM月dd日 dddd HH:mm:ss";
            this.dateTimePickerEX1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.dateTimePickerEX1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
            this.dateTimePickerEX1.Location = new System.Drawing.Point(13, 75);
            this.dateTimePickerEX1.Name = "dateTimePickerEX1";
            this.dateTimePickerEX1.Size = new System.Drawing.Size(277, 23);
            this.dateTimePickerEX1.TabIndex = 5;
            this.dateTimePickerEX1.ValueChanged += new System.EventHandler(this.DateTimePickerEX1_ValueChanged);
            // 
            // TxtResultUnixTime
            // 
            this.TxtResultUnixTime.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.TxtResultUnixTime.EmptyText = "";
            this.TxtResultUnixTime.Location = new System.Drawing.Point(296, 71);
            this.TxtResultUnixTime.MaxLength = 999999999;
            this.TxtResultUnixTime.Multiline = false;
            this.TxtResultUnixTime.Name = "TxtResultUnixTime";
            this.TxtResultUnixTime.OnlyNumeric = false;
            this.TxtResultUnixTime.PasswordChar = '\0';
            this.TxtResultUnixTime.ReadOnly = true;
            this.TxtResultUnixTime.SelectedText = "";
            this.TxtResultUnixTime.SelectionLength = 0;
            this.TxtResultUnixTime.SelectionStart = 0;
            this.TxtResultUnixTime.Size = new System.Drawing.Size(243, 30);
            this.TxtResultUnixTime.TabIndex = 7;
            this.TxtResultUnixTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.TxtResultUnixTime.ToolTip = "";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(294, 57);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 6;
            this.label4.Text = "Unix时间戳";
            // 
            // TxtJSTime2
            // 
            this.TxtJSTime2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.TxtJSTime2.EmptyText = "";
            this.TxtJSTime2.Location = new System.Drawing.Point(545, 71);
            this.TxtJSTime2.MaxLength = 999999999;
            this.TxtJSTime2.Multiline = false;
            this.TxtJSTime2.Name = "TxtJSTime2";
            this.TxtJSTime2.OnlyNumeric = false;
            this.TxtJSTime2.PasswordChar = '\0';
            this.TxtJSTime2.ReadOnly = true;
            this.TxtJSTime2.SelectedText = "";
            this.TxtJSTime2.SelectionLength = 0;
            this.TxtJSTime2.SelectionStart = 0;
            this.TxtJSTime2.Size = new System.Drawing.Size(243, 30);
            this.TxtJSTime2.TabIndex = 11;
            this.TxtJSTime2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.TxtJSTime2.ToolTip = "";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(543, 57);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 10;
            this.label5.Text = "JS时间戳";
            // 
            // TxtJSTime1
            // 
            this.TxtJSTime1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.TxtJSTime1.EmptyText = "";
            this.TxtJSTime1.Location = new System.Drawing.Point(545, 23);
            this.TxtJSTime1.MaxLength = 999999999;
            this.TxtJSTime1.Multiline = false;
            this.TxtJSTime1.Name = "TxtJSTime1";
            this.TxtJSTime1.OnlyNumeric = false;
            this.TxtJSTime1.PasswordChar = '\0';
            this.TxtJSTime1.ReadOnly = true;
            this.TxtJSTime1.SelectedText = "";
            this.TxtJSTime1.SelectionLength = 0;
            this.TxtJSTime1.SelectionStart = 0;
            this.TxtJSTime1.Size = new System.Drawing.Size(243, 30);
            this.TxtJSTime1.TabIndex = 9;
            this.TxtJSTime1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.TxtJSTime1.ToolTip = "";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(543, 9);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 8;
            this.label6.Text = "JS时间戳";
            // 
            // TxtUnixTime3
            // 
            this.TxtUnixTime3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.TxtUnixTime3.EmptyText = "";
            this.TxtUnixTime3.Location = new System.Drawing.Point(545, 120);
            this.TxtUnixTime3.MaxLength = 999999999;
            this.TxtUnixTime3.Multiline = false;
            this.TxtUnixTime3.Name = "TxtUnixTime3";
            this.TxtUnixTime3.OnlyNumeric = false;
            this.TxtUnixTime3.PasswordChar = '\0';
            this.TxtUnixTime3.ReadOnly = true;
            this.TxtUnixTime3.SelectedText = "";
            this.TxtUnixTime3.SelectionLength = 0;
            this.TxtUnixTime3.SelectionStart = 0;
            this.TxtUnixTime3.Size = new System.Drawing.Size(243, 30);
            this.TxtUnixTime3.TabIndex = 17;
            this.TxtUnixTime3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.TxtUnixTime3.ToolTip = "";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(543, 106);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 16;
            this.label7.Text = "Unix时间戳";
            // 
            // TxtResultTime3
            // 
            this.TxtResultTime3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.TxtResultTime3.EmptyText = "";
            this.TxtResultTime3.Location = new System.Drawing.Point(296, 120);
            this.TxtResultTime3.MaxLength = 999999999;
            this.TxtResultTime3.Multiline = false;
            this.TxtResultTime3.Name = "TxtResultTime3";
            this.TxtResultTime3.OnlyNumeric = false;
            this.TxtResultTime3.PasswordChar = '\0';
            this.TxtResultTime3.ReadOnly = true;
            this.TxtResultTime3.SelectedText = "";
            this.TxtResultTime3.SelectionLength = 0;
            this.TxtResultTime3.SelectionStart = 0;
            this.TxtResultTime3.Size = new System.Drawing.Size(243, 30);
            this.TxtResultTime3.TabIndex = 15;
            this.TxtResultTime3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.TxtResultTime3.ToolTip = "";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(294, 106);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 14;
            this.label8.Text = "具体时间";
            // 
            // TxtFromJSTime3
            // 
            this.TxtFromJSTime3.BackColor = System.Drawing.Color.White;
            this.TxtFromJSTime3.EmptyText = "请输入时间戳";
            this.TxtFromJSTime3.Location = new System.Drawing.Point(13, 120);
            this.TxtFromJSTime3.MaxLength = 999999999;
            this.TxtFromJSTime3.Multiline = false;
            this.TxtFromJSTime3.Name = "TxtFromJSTime3";
            this.TxtFromJSTime3.OnlyNumeric = false;
            this.TxtFromJSTime3.PasswordChar = '\0';
            this.TxtFromJSTime3.ReadOnly = false;
            this.TxtFromJSTime3.SelectedText = "";
            this.TxtFromJSTime3.SelectionLength = 0;
            this.TxtFromJSTime3.SelectionStart = 0;
            this.TxtFromJSTime3.Size = new System.Drawing.Size(277, 30);
            this.TxtFromJSTime3.TabIndex = 13;
            this.TxtFromJSTime3.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
            this.TxtFromJSTime3.ToolTip = "";
            this.TxtFromJSTime3.TextChanged2 += new System.EventHandler(this.TxtFromJSTime3_TextChanged2);
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(11, 105);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 12;
            this.label9.Text = "JS时间戳";
            // 
            // menuRight1
            // 
            this.menuRight1.Name = "menuRight1";
            this.menuRight1.Size = new System.Drawing.Size(173, 48);
            this.menuRight1.SourceContent = this;
            // 
            // FrmTime
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(800, 450);
            this.Controls.Add(this.TxtUnixTime3);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.TxtResultTime3);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.TxtFromJSTime3);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.TxtJSTime2);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.TxtJSTime1);
            this.Controls.Add(this.label6);
            this.Controls.Add(this.TxtResultUnixTime);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.dateTimePickerEX1);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.TxtResultTime);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.TxtFromUnixTime);
            this.Controls.Add(this.label1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FrmTime";
            this.TabPageContextMenuStrip = this.menuRight1;
            this.Text = "时间戳转换";
            this.Load += new System.EventHandler(this.FrmTime_Load);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.Label label1;
        private ryControls.TextBoxEx2 TxtFromUnixTime;
        private System.Windows.Forms.Label label2;
        private ryControls.TextBoxEx2 TxtResultTime;
        private System.Windows.Forms.Label label3;
        private ryControls.DateTimePickerEX dateTimePickerEX1;
        private ryControls.TextBoxEx2 TxtResultUnixTime;
        private System.Windows.Forms.Label label4;
        private ryControls.TextBoxEx2 TxtJSTime2;
        private System.Windows.Forms.Label label5;
        private ryControls.TextBoxEx2 TxtJSTime1;
        private System.Windows.Forms.Label label6;
        private ryControls.TextBoxEx2 TxtUnixTime3;
        private System.Windows.Forms.Label label7;
        private ryControls.TextBoxEx2 TxtResultTime3;
        private System.Windows.Forms.Label label8;
        private ryControls.TextBoxEx2 TxtFromJSTime3;
        private System.Windows.Forms.Label label9;
        private ryPaiban.Model.MenuRight menuRight1;
    }
}