129 lines
5.4 KiB
C#
129 lines
5.4 KiB
C#
|
namespace FLSystem.Forms
|
|||
|
{
|
|||
|
partial class setting_endtime_form
|
|||
|
{
|
|||
|
/// <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.button1 = new System.Windows.Forms.Button();
|
|||
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|||
|
this.button1.Location = new System.Drawing.Point(104, 125);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(95, 29);
|
|||
|
this.button1.TabIndex = 0;
|
|||
|
this.button1.Text = "确 定";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// button2
|
|||
|
//
|
|||
|
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|||
|
this.button2.Location = new System.Drawing.Point(252, 125);
|
|||
|
this.button2.Name = "button2";
|
|||
|
this.button2.Size = new System.Drawing.Size(95, 29);
|
|||
|
this.button2.TabIndex = 0;
|
|||
|
this.button2.Text = "取 消";
|
|||
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|||
|
//
|
|||
|
// dateTimePicker1
|
|||
|
//
|
|||
|
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|||
|
this.dateTimePicker1.Enabled = false;
|
|||
|
this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|||
|
this.dateTimePicker1.Location = new System.Drawing.Point(164, 37);
|
|||
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|||
|
this.dateTimePicker1.Size = new System.Drawing.Size(200, 22);
|
|||
|
this.dateTimePicker1.TabIndex = 1;
|
|||
|
//
|
|||
|
// dateTimePicker2
|
|||
|
//
|
|||
|
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm:ss";
|
|||
|
this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|||
|
this.dateTimePicker2.Location = new System.Drawing.Point(164, 77);
|
|||
|
this.dateTimePicker2.Name = "dateTimePicker2";
|
|||
|
this.dateTimePicker2.Size = new System.Drawing.Size(200, 22);
|
|||
|
this.dateTimePicker2.TabIndex = 1;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(67, 41);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(91, 14);
|
|||
|
this.label1.TabIndex = 2;
|
|||
|
this.label1.Text = "原来冻结日期:";
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(67, 81);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(91, 14);
|
|||
|
this.label2.TabIndex = 2;
|
|||
|
this.label2.Text = "设置冻结时间:";
|
|||
|
//
|
|||
|
// setting_endtime_form
|
|||
|
//
|
|||
|
this.AcceptButton = this.button1;
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.CancelButton = this.button2;
|
|||
|
this.ClientSize = new System.Drawing.Size(440, 184);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.dateTimePicker2);
|
|||
|
this.Controls.Add(this.dateTimePicker1);
|
|||
|
this.Controls.Add(this.button2);
|
|||
|
this.Controls.Add(this.button1);
|
|||
|
this.MaximizeBox = false;
|
|||
|
this.MinimizeBox = false;
|
|||
|
this.Name = "setting_endtime_form";
|
|||
|
this.Text = "设 置 冻 结 日 期 ";
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
private System.Windows.Forms.Button button2;
|
|||
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|||
|
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
}
|
|||
|
}
|