job chart 추가
This commit is contained in:
143
SubProject/FPJ0000/JobReport/fJobChartMenu.Designer.cs
generated
Normal file
143
SubProject/FPJ0000/JobReport/fJobChartMenu.Designer.cs
generated
Normal file
@@ -0,0 +1,143 @@
|
||||
namespace FPJ0000.JobReport
|
||||
{
|
||||
partial class fJobChartMenu
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
System.Windows.Forms.Label label1;
|
||||
System.Windows.Forms.Label label2;
|
||||
System.Windows.Forms.Label label3;
|
||||
this.tbName = new System.Windows.Forms.TextBox();
|
||||
this.tbUID = new System.Windows.Forms.TextBox();
|
||||
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
||||
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
||||
this.btOK = new System.Windows.Forms.Button();
|
||||
label1 = new System.Windows.Forms.Label();
|
||||
label2 = new System.Windows.Forms.Label();
|
||||
label3 = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.AutoSize = true;
|
||||
label1.Location = new System.Drawing.Point(26, 22);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new System.Drawing.Size(41, 12);
|
||||
label1.TabIndex = 0;
|
||||
label1.Text = "사용자";
|
||||
//
|
||||
// tbName
|
||||
//
|
||||
this.tbName.Location = new System.Drawing.Point(79, 18);
|
||||
this.tbName.Name = "tbName";
|
||||
this.tbName.Size = new System.Drawing.Size(123, 21);
|
||||
this.tbName.TabIndex = 1;
|
||||
//
|
||||
// tbUID
|
||||
//
|
||||
this.tbUID.Location = new System.Drawing.Point(208, 18);
|
||||
this.tbUID.Name = "tbUID";
|
||||
this.tbUID.ReadOnly = true;
|
||||
this.tbUID.Size = new System.Drawing.Size(123, 21);
|
||||
this.tbUID.TabIndex = 2;
|
||||
this.tbUID.TabStop = false;
|
||||
//
|
||||
// dateTimePicker1
|
||||
//
|
||||
this.dateTimePicker1.Location = new System.Drawing.Point(79, 45);
|
||||
this.dateTimePicker1.Name = "dateTimePicker1";
|
||||
this.dateTimePicker1.Size = new System.Drawing.Size(252, 21);
|
||||
this.dateTimePicker1.TabIndex = 4;
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.AutoSize = true;
|
||||
label2.Location = new System.Drawing.Point(26, 51);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new System.Drawing.Size(41, 12);
|
||||
label2.TabIndex = 3;
|
||||
label2.Text = "시작일";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
label3.AutoSize = true;
|
||||
label3.Location = new System.Drawing.Point(26, 78);
|
||||
label3.Name = "label3";
|
||||
label3.Size = new System.Drawing.Size(41, 12);
|
||||
label3.TabIndex = 5;
|
||||
label3.Text = "종료일";
|
||||
//
|
||||
// dateTimePicker2
|
||||
//
|
||||
this.dateTimePicker2.Location = new System.Drawing.Point(79, 72);
|
||||
this.dateTimePicker2.Name = "dateTimePicker2";
|
||||
this.dateTimePicker2.Size = new System.Drawing.Size(252, 21);
|
||||
this.dateTimePicker2.TabIndex = 6;
|
||||
//
|
||||
// btOK
|
||||
//
|
||||
this.btOK.Location = new System.Drawing.Point(79, 101);
|
||||
this.btOK.Name = "btOK";
|
||||
this.btOK.Size = new System.Drawing.Size(252, 27);
|
||||
this.btOK.TabIndex = 7;
|
||||
this.btOK.Text = "확인";
|
||||
this.btOK.UseVisualStyleBackColor = true;
|
||||
this.btOK.Click += new System.EventHandler(this.btOK_Click);
|
||||
//
|
||||
// fJobChartMenu
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(356, 146);
|
||||
this.Controls.Add(this.btOK);
|
||||
this.Controls.Add(label3);
|
||||
this.Controls.Add(this.dateTimePicker2);
|
||||
this.Controls.Add(label2);
|
||||
this.Controls.Add(this.dateTimePicker1);
|
||||
this.Controls.Add(this.tbUID);
|
||||
this.Controls.Add(this.tbName);
|
||||
this.Controls.Add(label1);
|
||||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "fJobChartMenu";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "작업 분포 확인";
|
||||
this.Load += new System.EventHandler(this.fJobChartMenu_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.TextBox tbName;
|
||||
private System.Windows.Forms.TextBox tbUID;
|
||||
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
||||
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
||||
private System.Windows.Forms.Button btOK;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user