78 lines
3.2 KiB
C#
78 lines
3.2 KiB
C#
|
|
namespace SuperDesign.Controls
|
|
{
|
|
partial class FrmInsertUnixTime
|
|
{
|
|
/// <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.dateTimePickerEX1 = new ryControls.DateTimePickerEX();
|
|
this.BtnOK = new ryControls.ButtonEx();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(12, 25);
|
|
this.dateTimePickerEX1.Name = "dateTimePickerEX1";
|
|
this.dateTimePickerEX1.Size = new System.Drawing.Size(277, 23);
|
|
this.dateTimePickerEX1.TabIndex = 6;
|
|
//
|
|
// BtnOK
|
|
//
|
|
this.BtnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95)))));
|
|
this.BtnOK.Location = new System.Drawing.Point(222, 80);
|
|
this.BtnOK.Name = "BtnOK";
|
|
this.BtnOK.Size = new System.Drawing.Size(67, 26);
|
|
this.BtnOK.TabIndex = 113;
|
|
this.BtnOK.Text = "确定";
|
|
this.BtnOK.UseVisualStyleBackColor = true;
|
|
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
|
|
//
|
|
// FrmInsertUnixTime
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(303, 112);
|
|
this.Controls.Add(this.BtnOK);
|
|
this.Controls.Add(this.dateTimePickerEX1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmInsertUnixTime";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "插入时间戳";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private ryControls.ButtonEx BtnOK;
|
|
public ryControls.DateTimePickerEX dateTimePickerEX1;
|
|
}
|
|
} |