..
This commit is contained in:
@@ -57,13 +57,14 @@ namespace FPJ0000.OtConfirm
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.grpAdmin = new System.Windows.Forms.GroupBox();
|
||||
this.cmbPreset = new System.Windows.Forms.ComboBox();
|
||||
this.rad2 = new System.Windows.Forms.RadioButton();
|
||||
this.rad1 = new System.Windows.Forms.RadioButton();
|
||||
this.rad0 = new System.Windows.Forms.RadioButton();
|
||||
this.tbResponse = new System.Windows.Forms.RichTextBox();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.ta = new FPJ0000.DSKuntaeTableAdapters.EETGW_HolydayRequestTableAdapter();
|
||||
this.cmbPreset = new System.Windows.Forms.ComboBox();
|
||||
this.chkSendMail = new System.Windows.Forms.CheckBox();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dSKuntae)).BeginInit();
|
||||
this.grpUser.SuspendLayout();
|
||||
@@ -135,6 +136,7 @@ namespace FPJ0000.OtConfirm
|
||||
this.tbED.Name = "tbED";
|
||||
this.tbED.Size = new System.Drawing.Size(358, 38);
|
||||
this.tbED.TabIndex = 3;
|
||||
this.tbED.ValueChanged += new System.EventHandler(this.tbED_ValueChanged);
|
||||
//
|
||||
// tbRemark
|
||||
//
|
||||
@@ -332,6 +334,7 @@ namespace FPJ0000.OtConfirm
|
||||
//
|
||||
// grpAdmin
|
||||
//
|
||||
this.grpAdmin.Controls.Add(this.chkSendMail);
|
||||
this.grpAdmin.Controls.Add(this.cmbPreset);
|
||||
this.grpAdmin.Controls.Add(this.rad2);
|
||||
this.grpAdmin.Controls.Add(this.rad1);
|
||||
@@ -344,6 +347,21 @@ namespace FPJ0000.OtConfirm
|
||||
this.grpAdmin.TabStop = false;
|
||||
this.grpAdmin.Text = "관리자";
|
||||
//
|
||||
// cmbPreset
|
||||
//
|
||||
this.cmbPreset.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cate", true));
|
||||
this.cmbPreset.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmbPreset.FormattingEnabled = true;
|
||||
this.cmbPreset.Items.AddRange(new object[] {
|
||||
"연차",
|
||||
"하기",
|
||||
"대체"});
|
||||
this.cmbPreset.Location = new System.Drawing.Point(26, 74);
|
||||
this.cmbPreset.Name = "cmbPreset";
|
||||
this.cmbPreset.Size = new System.Drawing.Size(744, 35);
|
||||
this.cmbPreset.TabIndex = 6;
|
||||
this.cmbPreset.SelectedIndexChanged += new System.EventHandler(this.cmbPreset_SelectedIndexChanged);
|
||||
//
|
||||
// rad2
|
||||
//
|
||||
this.rad2.AutoSize = true;
|
||||
@@ -401,20 +419,15 @@ namespace FPJ0000.OtConfirm
|
||||
//
|
||||
this.ta.ClearBeforeFill = true;
|
||||
//
|
||||
// cmbPreset
|
||||
// chkSendMail
|
||||
//
|
||||
this.cmbPreset.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cate", true));
|
||||
this.cmbPreset.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmbPreset.FormattingEnabled = true;
|
||||
this.cmbPreset.Items.AddRange(new object[] {
|
||||
"연차",
|
||||
"하기",
|
||||
"대체"});
|
||||
this.cmbPreset.Location = new System.Drawing.Point(26, 74);
|
||||
this.cmbPreset.Name = "cmbPreset";
|
||||
this.cmbPreset.Size = new System.Drawing.Size(744, 35);
|
||||
this.cmbPreset.TabIndex = 6;
|
||||
this.cmbPreset.SelectedIndexChanged += new System.EventHandler(this.cmbPreset_SelectedIndexChanged);
|
||||
this.chkSendMail.AutoSize = true;
|
||||
this.chkSendMail.Location = new System.Drawing.Point(631, 37);
|
||||
this.chkSendMail.Name = "chkSendMail";
|
||||
this.chkSendMail.Size = new System.Drawing.Size(139, 31);
|
||||
this.chkSendMail.TabIndex = 7;
|
||||
this.chkSendMail.Text = "메일전송";
|
||||
this.chkSendMail.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// fHolyRequestAdd
|
||||
//
|
||||
@@ -476,5 +489,6 @@ namespace FPJ0000.OtConfirm
|
||||
private System.Windows.Forms.TextBox tbDays;
|
||||
private System.Windows.Forms.Label label11;
|
||||
private System.Windows.Forms.ComboBox cmbPreset;
|
||||
private System.Windows.Forms.CheckBox chkSendMail;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user