You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
3.9 KiB
91 lines
3.9 KiB
namespace Stone.WinModule.Standard
|
|
{
|
|
partial class frmPickUpDate
|
|
{
|
|
/// <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.btnOK = new System.Windows.Forms.Button();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(26, 111);
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(150, 51);
|
|
this.btnOK.TabIndex = 2;
|
|
this.btnOK.Text = "确定";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(282, 111);
|
|
this.btnClose.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(150, 51);
|
|
this.btnClose.TabIndex = 3;
|
|
this.btnClose.Text = "取消";
|
|
this.btnClose.UseVisualStyleBackColor = true;
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.CustomFormat = " yyyy-MM-dd HH:mm:ss";
|
|
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(28, 35);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(404, 47);
|
|
this.dateTimePicker1.TabIndex = 4;
|
|
//
|
|
// frmPickUpDate
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(18F, 39F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(461, 200);
|
|
this.Controls.Add(this.dateTimePicker1);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
|
this.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7);
|
|
this.Name = "frmPickUpDate";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Required Pick-up Date";
|
|
this.Load += new System.EventHandler(this.frmPasswordVerify_Load);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
}
|
|
}
|