377 lines
16 KiB
C#
377 lines
16 KiB
C#
namespace FBS0000
|
|
{
|
|
partial class fHolyday_Add
|
|
{
|
|
/// <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 sdateLabel;
|
|
System.Windows.Forms.Label contentsLabel;
|
|
System.Windows.Forms.Label uidLabel;
|
|
System.Windows.Forms.Label label1;
|
|
System.Windows.Forms.Label label2;
|
|
System.Windows.Forms.Label label3;
|
|
System.Windows.Forms.Label label4;
|
|
System.Windows.Forms.Label label5;
|
|
System.Windows.Forms.Label label6;
|
|
this.dsMSSQL = new FBS0000.dsMSSQL();
|
|
this.ta = new FBS0000.dsMSSQLTableAdapters.HolydayTableAdapter();
|
|
this.tam = new FBS0000.dsMSSQLTableAdapters.TableAdapterManager();
|
|
this.contentsTextBox = new System.Windows.Forms.TextBox();
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.cmbUser = new System.Windows.Forms.ComboBox();
|
|
this.btOK = new System.Windows.Forms.Button();
|
|
this.nudCrDAy = new System.Windows.Forms.NumericUpDown();
|
|
this.nudCrHour = new System.Windows.Forms.NumericUpDown();
|
|
this.cmbType = new System.Windows.Forms.ComboBox();
|
|
this.nudDrHour = new System.Windows.Forms.NumericUpDown();
|
|
this.nudDrDay = new System.Windows.Forms.NumericUpDown();
|
|
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
sdateLabel = new System.Windows.Forms.Label();
|
|
contentsLabel = new System.Windows.Forms.Label();
|
|
uidLabel = new System.Windows.Forms.Label();
|
|
label1 = new System.Windows.Forms.Label();
|
|
label2 = new System.Windows.Forms.Label();
|
|
label3 = new System.Windows.Forms.Label();
|
|
label4 = new System.Windows.Forms.Label();
|
|
label5 = new System.Windows.Forms.Label();
|
|
label6 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudCrDAy)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudCrHour)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudDrHour)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudDrDay)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// sdateLabel
|
|
//
|
|
sdateLabel.AutoSize = true;
|
|
sdateLabel.Location = new System.Drawing.Point(30, 49);
|
|
sdateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
sdateLabel.Name = "sdateLabel";
|
|
sdateLabel.Size = new System.Drawing.Size(51, 19);
|
|
sdateLabel.TabIndex = 2;
|
|
sdateLabel.Text = "시작일";
|
|
//
|
|
// contentsLabel
|
|
//
|
|
contentsLabel.AutoSize = true;
|
|
contentsLabel.Location = new System.Drawing.Point(44, 148);
|
|
contentsLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
contentsLabel.Name = "contentsLabel";
|
|
contentsLabel.Size = new System.Drawing.Size(37, 19);
|
|
contentsLabel.TabIndex = 8;
|
|
contentsLabel.Text = "내용";
|
|
//
|
|
// uidLabel
|
|
//
|
|
uidLabel.AutoSize = true;
|
|
uidLabel.Location = new System.Drawing.Point(30, 15);
|
|
uidLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
uidLabel.Name = "uidLabel";
|
|
uidLabel.Size = new System.Drawing.Size(51, 19);
|
|
uidLabel.TabIndex = 0;
|
|
uidLabel.Text = "담당자";
|
|
//
|
|
// label1
|
|
//
|
|
label1.AutoSize = true;
|
|
label1.Location = new System.Drawing.Point(28, 340);
|
|
label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
label1.Name = "label1";
|
|
label1.Size = new System.Drawing.Size(51, 19);
|
|
label1.TabIndex = 14;
|
|
label1.Text = "사용일";
|
|
//
|
|
// label2
|
|
//
|
|
label2.AutoSize = true;
|
|
label2.Location = new System.Drawing.Point(279, 340);
|
|
label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
label2.Name = "label2";
|
|
label2.Size = new System.Drawing.Size(65, 19);
|
|
label2.TabIndex = 16;
|
|
label2.Text = "사용시간";
|
|
//
|
|
// label3
|
|
//
|
|
label3.AutoSize = true;
|
|
label3.Location = new System.Drawing.Point(279, 307);
|
|
label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
label3.Name = "label3";
|
|
label3.Size = new System.Drawing.Size(65, 19);
|
|
label3.TabIndex = 12;
|
|
label3.Text = "발생시간";
|
|
//
|
|
// label4
|
|
//
|
|
label4.AutoSize = true;
|
|
label4.Location = new System.Drawing.Point(28, 307);
|
|
label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
label4.Name = "label4";
|
|
label4.Size = new System.Drawing.Size(51, 19);
|
|
label4.TabIndex = 10;
|
|
label4.Text = "발생일";
|
|
//
|
|
// label5
|
|
//
|
|
label5.AutoSize = true;
|
|
label5.Location = new System.Drawing.Point(44, 115);
|
|
label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
label5.Name = "label5";
|
|
label5.Size = new System.Drawing.Size(37, 19);
|
|
label5.TabIndex = 6;
|
|
label5.Text = "구분";
|
|
//
|
|
// label6
|
|
//
|
|
label6.AutoSize = true;
|
|
label6.Location = new System.Drawing.Point(30, 82);
|
|
label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
label6.Name = "label6";
|
|
label6.Size = new System.Drawing.Size(51, 19);
|
|
label6.TabIndex = 4;
|
|
label6.Text = "종료일";
|
|
//
|
|
// dsMSSQL
|
|
//
|
|
this.dsMSSQL.DataSetName = "dsMSSQL";
|
|
this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// ta
|
|
//
|
|
this.ta.ClearBeforeFill = true;
|
|
//
|
|
// tam
|
|
//
|
|
this.tam.BackupDataSetBeforeUpdate = false;
|
|
this.tam.BoardTableAdapter = null;
|
|
this.tam.EETGW_WorkTableUserTableAdapter = null;
|
|
this.tam.HolidayLIstTableAdapter = null;
|
|
this.tam.HolydayTableAdapter = this.ta;
|
|
this.tam.minutesTableAdapter = null;
|
|
this.tam.UpdateOrder = FBS0000.dsMSSQLTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
|
//
|
|
// contentsTextBox
|
|
//
|
|
this.contentsTextBox.Location = new System.Drawing.Point(87, 145);
|
|
this.contentsTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.contentsTextBox.Multiline = true;
|
|
this.contentsTextBox.Name = "contentsTextBox";
|
|
this.contentsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.contentsTextBox.Size = new System.Drawing.Size(460, 152);
|
|
this.contentsTextBox.TabIndex = 9;
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(87, 45);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(462, 27);
|
|
this.dateTimePicker1.TabIndex = 3;
|
|
this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
|
|
//
|
|
// cmbUser
|
|
//
|
|
this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbUser.FormattingEnabled = true;
|
|
this.cmbUser.Location = new System.Drawing.Point(87, 12);
|
|
this.cmbUser.Name = "cmbUser";
|
|
this.cmbUser.Size = new System.Drawing.Size(462, 27);
|
|
this.cmbUser.TabIndex = 1;
|
|
//
|
|
// btOK
|
|
//
|
|
this.btOK.Location = new System.Drawing.Point(87, 373);
|
|
this.btOK.Name = "btOK";
|
|
this.btOK.Size = new System.Drawing.Size(460, 38);
|
|
this.btOK.TabIndex = 18;
|
|
this.btOK.Text = "OK";
|
|
this.btOK.UseVisualStyleBackColor = true;
|
|
this.btOK.Click += new System.EventHandler(this.btOK_Click);
|
|
//
|
|
// nudCrDAy
|
|
//
|
|
this.nudCrDAy.DecimalPlaces = 2;
|
|
this.nudCrDAy.Location = new System.Drawing.Point(87, 338);
|
|
this.nudCrDAy.Maximum = new decimal(new int[] {
|
|
1215752191,
|
|
23,
|
|
0,
|
|
0});
|
|
this.nudCrDAy.Minimum = new decimal(new int[] {
|
|
1316134911,
|
|
2328,
|
|
0,
|
|
-2147483648});
|
|
this.nudCrDAy.Name = "nudCrDAy";
|
|
this.nudCrDAy.Size = new System.Drawing.Size(183, 27);
|
|
this.nudCrDAy.TabIndex = 15;
|
|
this.nudCrDAy.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// nudCrHour
|
|
//
|
|
this.nudCrHour.DecimalPlaces = 2;
|
|
this.nudCrHour.Location = new System.Drawing.Point(350, 338);
|
|
this.nudCrHour.Maximum = new decimal(new int[] {
|
|
1215752191,
|
|
23,
|
|
0,
|
|
0});
|
|
this.nudCrHour.Minimum = new decimal(new int[] {
|
|
1316134911,
|
|
2328,
|
|
0,
|
|
-2147483648});
|
|
this.nudCrHour.Name = "nudCrHour";
|
|
this.nudCrHour.Size = new System.Drawing.Size(197, 27);
|
|
this.nudCrHour.TabIndex = 17;
|
|
this.nudCrHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// cmbType
|
|
//
|
|
this.cmbType.FormattingEnabled = true;
|
|
this.cmbType.Location = new System.Drawing.Point(87, 112);
|
|
this.cmbType.Name = "cmbType";
|
|
this.cmbType.Size = new System.Drawing.Size(311, 27);
|
|
this.cmbType.TabIndex = 7;
|
|
//
|
|
// nudDrHour
|
|
//
|
|
this.nudDrHour.DecimalPlaces = 2;
|
|
this.nudDrHour.Location = new System.Drawing.Point(350, 305);
|
|
this.nudDrHour.Maximum = new decimal(new int[] {
|
|
1215752191,
|
|
23,
|
|
0,
|
|
0});
|
|
this.nudDrHour.Minimum = new decimal(new int[] {
|
|
1316134911,
|
|
2328,
|
|
0,
|
|
-2147483648});
|
|
this.nudDrHour.Name = "nudDrHour";
|
|
this.nudDrHour.Size = new System.Drawing.Size(197, 27);
|
|
this.nudDrHour.TabIndex = 13;
|
|
this.nudDrHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// nudDrDay
|
|
//
|
|
this.nudDrDay.DecimalPlaces = 2;
|
|
this.nudDrDay.Location = new System.Drawing.Point(87, 305);
|
|
this.nudDrDay.Maximum = new decimal(new int[] {
|
|
1215752191,
|
|
23,
|
|
0,
|
|
0});
|
|
this.nudDrDay.Minimum = new decimal(new int[] {
|
|
1316134911,
|
|
2328,
|
|
0,
|
|
-2147483648});
|
|
this.nudDrDay.Name = "nudDrDay";
|
|
this.nudDrDay.Size = new System.Drawing.Size(183, 27);
|
|
this.nudDrDay.TabIndex = 11;
|
|
this.nudDrDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// dateTimePicker2
|
|
//
|
|
this.dateTimePicker2.Location = new System.Drawing.Point(87, 78);
|
|
this.dateTimePicker2.Name = "dateTimePicker2";
|
|
this.dateTimePicker2.Size = new System.Drawing.Size(462, 27);
|
|
this.dateTimePicker2.TabIndex = 5;
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(404, 114);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(150, 23);
|
|
this.checkBox1.TabIndex = 19;
|
|
this.checkBox1.Text = "이월된 자료 입니다";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// fHolyday_Add
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(566, 430);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.dateTimePicker2);
|
|
this.Controls.Add(label6);
|
|
this.Controls.Add(this.contentsTextBox);
|
|
this.Controls.Add(this.nudDrHour);
|
|
this.Controls.Add(label3);
|
|
this.Controls.Add(this.nudDrDay);
|
|
this.Controls.Add(label4);
|
|
this.Controls.Add(this.cmbType);
|
|
this.Controls.Add(this.nudCrHour);
|
|
this.Controls.Add(label2);
|
|
this.Controls.Add(this.nudCrDAy);
|
|
this.Controls.Add(label1);
|
|
this.Controls.Add(this.btOK);
|
|
this.Controls.Add(this.cmbUser);
|
|
this.Controls.Add(this.dateTimePicker1);
|
|
this.Controls.Add(label5);
|
|
this.Controls.Add(sdateLabel);
|
|
this.Controls.Add(contentsLabel);
|
|
this.Controls.Add(uidLabel);
|
|
this.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "fHolyday_Add";
|
|
this.Text = "근태입력";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.@__Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudCrDAy)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudCrHour)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudDrHour)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudDrDay)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private dsMSSQL dsMSSQL;
|
|
private dsMSSQLTableAdapters.HolydayTableAdapter ta;
|
|
private dsMSSQLTableAdapters.TableAdapterManager tam;
|
|
private System.Windows.Forms.TextBox contentsTextBox;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private System.Windows.Forms.ComboBox cmbUser;
|
|
private System.Windows.Forms.Button btOK;
|
|
private System.Windows.Forms.NumericUpDown nudCrDAy;
|
|
private System.Windows.Forms.NumericUpDown nudCrHour;
|
|
private System.Windows.Forms.ComboBox cmbType;
|
|
private System.Windows.Forms.NumericUpDown nudDrHour;
|
|
private System.Windows.Forms.NumericUpDown nudDrDay;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker2;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
}
|
|
} |