From 66f1ff0cbb55279f635599c0460109f7703103d9 Mon Sep 17 00:00:00 2001 From: chi Date: Sun, 23 Jan 2022 21:20:57 +0900 Subject: [PATCH] ... --- Project/Properties/AssemblyInfo.cs | 4 +-- .../OtConfirm/fHolyRequestAdd.Designer.cs | 28 +++++++------------ .../FPJ0000/OtConfirm/fHolyRequestAdd.cs | 5 ---- 3 files changed, 12 insertions(+), 25 deletions(-) diff --git a/Project/Properties/AssemblyInfo.cs b/Project/Properties/AssemblyInfo.cs index 7472ce5..7a31c42 100644 --- a/Project/Properties/AssemblyInfo.cs +++ b/Project/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로 // 지정되도록 할 수 있습니다. // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("22.01.18.2150")] -[assembly: AssemblyFileVersion("22.01.18.2150")] +[assembly: AssemblyVersion("22.01.23.2100")] +[assembly: AssemblyFileVersion("22.01.23.2100")] diff --git a/SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.Designer.cs b/SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.Designer.cs index a3ef0bc..ca1ec72 100644 --- a/SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.Designer.cs +++ b/SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.Designer.cs @@ -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; diff --git a/SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.cs b/SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.cs index 52f7d50..b8a0f74 100644 --- a/SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.cs +++ b/SubProject/FPJ0000/OtConfirm/fHolyRequestAdd.cs @@ -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)