109 lines
4.2 KiB
C#
109 lines
4.2 KiB
C#
|
|
namespace FPJ0000.OtConfirm
|
|
{
|
|
partial class fOutCoomplete
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.dtSD = new System.Windows.Forms.DateTimePicker();
|
|
this.dtED = new System.Windows.Forms.DateTimePicker();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(26, 23);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(197, 54);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "외출 시작";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(26, 100);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(197, 54);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "외출 종료";
|
|
//
|
|
// dtSD
|
|
//
|
|
this.dtSD.Format = System.Windows.Forms.DateTimePickerFormat.Time;
|
|
this.dtSD.Location = new System.Drawing.Point(239, 23);
|
|
this.dtSD.Name = "dtSD";
|
|
this.dtSD.Size = new System.Drawing.Size(328, 61);
|
|
this.dtSD.TabIndex = 1;
|
|
//
|
|
// dtED
|
|
//
|
|
this.dtED.Format = System.Windows.Forms.DateTimePickerFormat.Time;
|
|
this.dtED.Location = new System.Drawing.Point(239, 100);
|
|
this.dtED.Name = "dtED";
|
|
this.dtED.Size = new System.Drawing.Size(328, 61);
|
|
this.dtED.TabIndex = 1;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(35, 179);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(532, 79);
|
|
this.button1.TabIndex = 2;
|
|
this.button1.Text = "완료";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// fOutCoomplete
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(595, 275);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.dtED);
|
|
this.Controls.Add(this.dtSD);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.Name = "fOutCoomplete";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "외출 종료";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button button1;
|
|
public System.Windows.Forms.DateTimePicker dtSD;
|
|
public System.Windows.Forms.DateTimePicker dtED;
|
|
}
|
|
} |