This commit is contained in:
chi
2022-01-23 21:20:57 +09:00
parent 8cdd9d5729
commit 66f1ff0cbb
3 changed files with 12 additions and 25 deletions

View File

@@ -39,6 +39,7 @@ namespace FPJ0000.OtConfirm
this.tbED = new System.Windows.Forms.DateTimePicker();
this.tbRemark = new System.Windows.Forms.RichTextBox();
this.grpUser = new System.Windows.Forms.GroupBox();
this.cmbUser = new System.Windows.Forms.ComboBox();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radTime = new System.Windows.Forms.RadioButton();
this.tbTimes = new System.Windows.Forms.TextBox();
@@ -61,7 +62,6 @@ namespace FPJ0000.OtConfirm
this.tbResponse = new System.Windows.Forms.RichTextBox();
this.button1 = new System.Windows.Forms.Button();
this.ta = new FPJ0000.DSKuntaeTableAdapters.EETGW_HolydayRequestTableAdapter();
this.cmbUser = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dSKuntae)).BeginInit();
this.grpUser.SuspendLayout();
@@ -88,7 +88,6 @@ namespace FPJ0000.OtConfirm
//
// tbCate
//
this.tbCate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cate", true));
this.tbCate.FormattingEnabled = true;
this.tbCate.Items.AddRange(new object[] {
"년차",
@@ -111,7 +110,6 @@ namespace FPJ0000.OtConfirm
//
// tbSD
//
this.tbSD.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "sdate", true));
this.tbSD.Location = new System.Drawing.Point(143, 79);
this.tbSD.Name = "tbSD";
this.tbSD.Size = new System.Drawing.Size(627, 38);
@@ -119,7 +117,6 @@ namespace FPJ0000.OtConfirm
//
// tbED
//
this.tbED.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "edate", true));
this.tbED.Location = new System.Drawing.Point(143, 126);
this.tbED.Name = "tbED";
this.tbED.Size = new System.Drawing.Size(627, 38);
@@ -128,7 +125,6 @@ namespace FPJ0000.OtConfirm
//
// tbRemark
//
this.tbRemark.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Remark", true));
this.tbRemark.Font = new System.Drawing.Font("굴림", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.tbRemark.Location = new System.Drawing.Point(143, 337);
this.tbRemark.Name = "tbRemark";
@@ -168,6 +164,15 @@ namespace FPJ0000.OtConfirm
this.grpUser.TabStop = false;
this.grpUser.Text = "신청자";
//
// cmbUser
//
this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbUser.FormattingEnabled = true;
this.cmbUser.Location = new System.Drawing.Point(143, 34);
this.cmbUser.Name = "cmbUser";
this.cmbUser.Size = new System.Drawing.Size(627, 35);
this.cmbUser.TabIndex = 1;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
@@ -231,7 +236,6 @@ namespace FPJ0000.OtConfirm
//
// tbBackup
//
this.tbBackup.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cate", true));
this.tbBackup.FormattingEnabled = true;
this.tbBackup.Items.AddRange(new object[] {
"년차",
@@ -253,7 +257,6 @@ namespace FPJ0000.OtConfirm
//
// tbLocation
//
this.tbLocation.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cate", true));
this.tbLocation.FormattingEnabled = true;
this.tbLocation.Items.AddRange(new object[] {
"년차",
@@ -275,7 +278,6 @@ namespace FPJ0000.OtConfirm
//
// tbReason
//
this.tbReason.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cate", true));
this.tbReason.FormattingEnabled = true;
this.tbReason.Items.AddRange(new object[] {
"년차",
@@ -382,7 +384,6 @@ namespace FPJ0000.OtConfirm
//
// tbResponse
//
this.tbResponse.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Response", true));
this.tbResponse.Location = new System.Drawing.Point(26, 115);
this.tbResponse.Name = "tbResponse";
this.tbResponse.Size = new System.Drawing.Size(744, 57);
@@ -403,15 +404,6 @@ namespace FPJ0000.OtConfirm
//
this.ta.ClearBeforeFill = true;
//
// cmbUser
//
this.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbUser.FormattingEnabled = true;
this.cmbUser.Location = new System.Drawing.Point(143, 34);
this.cmbUser.Name = "cmbUser";
this.cmbUser.Size = new System.Drawing.Size(627, 35);
this.cmbUser.TabIndex = 1;
//
// fHolyRequestAdd
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;

View File

@@ -221,11 +221,6 @@ namespace FPJ0000.OtConfirm
DialogResult = DialogResult.OK;
}
private void button2_Click(object sender, EventArgs e)
{
}
private void cmbPreset_SelectedIndexChanged(object sender, EventArgs e)
{
if (cmbPreset.SelectedIndex > 0)