...
This commit is contained in:
		| @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; | |||||||
| // 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로 | // 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로 | ||||||
| // 지정되도록 할 수 있습니다. | // 지정되도록 할 수 있습니다. | ||||||
| // [assembly: AssemblyVersion("1.0.*")] | // [assembly: AssemblyVersion("1.0.*")] | ||||||
| [assembly: AssemblyVersion("22.01.18.2150")] | [assembly: AssemblyVersion("22.01.23.2100")] | ||||||
| [assembly: AssemblyFileVersion("22.01.18.2150")] | [assembly: AssemblyFileVersion("22.01.23.2100")] | ||||||
|   | |||||||
| @@ -39,6 +39,7 @@ namespace FPJ0000.OtConfirm | |||||||
|             this.tbED = new System.Windows.Forms.DateTimePicker(); |             this.tbED = new System.Windows.Forms.DateTimePicker(); | ||||||
|             this.tbRemark = new System.Windows.Forms.RichTextBox(); |             this.tbRemark = new System.Windows.Forms.RichTextBox(); | ||||||
|             this.grpUser = new System.Windows.Forms.GroupBox(); |             this.grpUser = new System.Windows.Forms.GroupBox(); | ||||||
|  |             this.cmbUser = new System.Windows.Forms.ComboBox(); | ||||||
|             this.radioButton2 = new System.Windows.Forms.RadioButton(); |             this.radioButton2 = new System.Windows.Forms.RadioButton(); | ||||||
|             this.radTime = new System.Windows.Forms.RadioButton(); |             this.radTime = new System.Windows.Forms.RadioButton(); | ||||||
|             this.tbTimes = new System.Windows.Forms.TextBox(); |             this.tbTimes = new System.Windows.Forms.TextBox(); | ||||||
| @@ -61,7 +62,6 @@ namespace FPJ0000.OtConfirm | |||||||
|             this.tbResponse = new System.Windows.Forms.RichTextBox(); |             this.tbResponse = new System.Windows.Forms.RichTextBox(); | ||||||
|             this.button1 = new System.Windows.Forms.Button(); |             this.button1 = new System.Windows.Forms.Button(); | ||||||
|             this.ta = new FPJ0000.DSKuntaeTableAdapters.EETGW_HolydayRequestTableAdapter(); |             this.ta = new FPJ0000.DSKuntaeTableAdapters.EETGW_HolydayRequestTableAdapter(); | ||||||
|             this.cmbUser = new System.Windows.Forms.ComboBox(); |  | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dSKuntae)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.dSKuntae)).BeginInit(); | ||||||
|             this.grpUser.SuspendLayout(); |             this.grpUser.SuspendLayout(); | ||||||
| @@ -88,7 +88,6 @@ namespace FPJ0000.OtConfirm | |||||||
|             //  |             //  | ||||||
|             // tbCate |             // tbCate | ||||||
|             //  |             //  | ||||||
|             this.tbCate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cate", true)); |  | ||||||
|             this.tbCate.FormattingEnabled = true; |             this.tbCate.FormattingEnabled = true; | ||||||
|             this.tbCate.Items.AddRange(new object[] { |             this.tbCate.Items.AddRange(new object[] { | ||||||
|             "년차", |             "년차", | ||||||
| @@ -111,7 +110,6 @@ namespace FPJ0000.OtConfirm | |||||||
|             //  |             //  | ||||||
|             // tbSD |             // 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.Location = new System.Drawing.Point(143, 79); | ||||||
|             this.tbSD.Name = "tbSD"; |             this.tbSD.Name = "tbSD"; | ||||||
|             this.tbSD.Size = new System.Drawing.Size(627, 38); |             this.tbSD.Size = new System.Drawing.Size(627, 38); | ||||||
| @@ -119,7 +117,6 @@ namespace FPJ0000.OtConfirm | |||||||
|             //  |             //  | ||||||
|             // tbED |             // 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.Location = new System.Drawing.Point(143, 126); | ||||||
|             this.tbED.Name = "tbED"; |             this.tbED.Name = "tbED"; | ||||||
|             this.tbED.Size = new System.Drawing.Size(627, 38); |             this.tbED.Size = new System.Drawing.Size(627, 38); | ||||||
| @@ -128,7 +125,6 @@ namespace FPJ0000.OtConfirm | |||||||
|             //  |             //  | ||||||
|             // tbRemark |             // 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.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.Location = new System.Drawing.Point(143, 337); | ||||||
|             this.tbRemark.Name = "tbRemark"; |             this.tbRemark.Name = "tbRemark"; | ||||||
| @@ -168,6 +164,15 @@ namespace FPJ0000.OtConfirm | |||||||
|             this.grpUser.TabStop = false; |             this.grpUser.TabStop = false; | ||||||
|             this.grpUser.Text = "신청자"; |             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 |             // radioButton2 | ||||||
|             //  |             //  | ||||||
|             this.radioButton2.AutoSize = true; |             this.radioButton2.AutoSize = true; | ||||||
| @@ -231,7 +236,6 @@ namespace FPJ0000.OtConfirm | |||||||
|             //  |             //  | ||||||
|             // tbBackup |             // tbBackup | ||||||
|             //  |             //  | ||||||
|             this.tbBackup.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cate", true)); |  | ||||||
|             this.tbBackup.FormattingEnabled = true; |             this.tbBackup.FormattingEnabled = true; | ||||||
|             this.tbBackup.Items.AddRange(new object[] { |             this.tbBackup.Items.AddRange(new object[] { | ||||||
|             "년차", |             "년차", | ||||||
| @@ -253,7 +257,6 @@ namespace FPJ0000.OtConfirm | |||||||
|             //  |             //  | ||||||
|             // tbLocation |             // tbLocation | ||||||
|             //  |             //  | ||||||
|             this.tbLocation.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cate", true)); |  | ||||||
|             this.tbLocation.FormattingEnabled = true; |             this.tbLocation.FormattingEnabled = true; | ||||||
|             this.tbLocation.Items.AddRange(new object[] { |             this.tbLocation.Items.AddRange(new object[] { | ||||||
|             "년차", |             "년차", | ||||||
| @@ -275,7 +278,6 @@ namespace FPJ0000.OtConfirm | |||||||
|             //  |             //  | ||||||
|             // tbReason |             // tbReason | ||||||
|             //  |             //  | ||||||
|             this.tbReason.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cate", true)); |  | ||||||
|             this.tbReason.FormattingEnabled = true; |             this.tbReason.FormattingEnabled = true; | ||||||
|             this.tbReason.Items.AddRange(new object[] { |             this.tbReason.Items.AddRange(new object[] { | ||||||
|             "년차", |             "년차", | ||||||
| @@ -382,7 +384,6 @@ namespace FPJ0000.OtConfirm | |||||||
|             //  |             //  | ||||||
|             // tbResponse |             // 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.Location = new System.Drawing.Point(26, 115); | ||||||
|             this.tbResponse.Name = "tbResponse"; |             this.tbResponse.Name = "tbResponse"; | ||||||
|             this.tbResponse.Size = new System.Drawing.Size(744, 57); |             this.tbResponse.Size = new System.Drawing.Size(744, 57); | ||||||
| @@ -403,15 +404,6 @@ namespace FPJ0000.OtConfirm | |||||||
|             //  |             //  | ||||||
|             this.ta.ClearBeforeFill = true; |             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 |             // fHolyRequestAdd | ||||||
|             //  |             //  | ||||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; |             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; | ||||||
|   | |||||||
| @@ -221,11 +221,6 @@ namespace FPJ0000.OtConfirm | |||||||
|             DialogResult = DialogResult.OK; |             DialogResult = DialogResult.OK; | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         private void button2_Click(object sender, EventArgs e) |  | ||||||
|         { |  | ||||||
|  |  | ||||||
|         } |  | ||||||
|  |  | ||||||
|         private void cmbPreset_SelectedIndexChanged(object sender, EventArgs e) |         private void cmbPreset_SelectedIndexChanged(object sender, EventArgs e) | ||||||
|         { |         { | ||||||
|             if (cmbPreset.SelectedIndex > 0) |             if (cmbPreset.SelectedIndex > 0) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 chi
					chi