namespace FPJ0000.OtConfirm { partial class fHolyRequestAdd { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.tbCate = new System.Windows.Forms.ComboBox(); this.bs = new System.Windows.Forms.BindingSource(this.components); this.dSKuntae = new FPJ0000.DSKuntae(); this.tbSD = new System.Windows.Forms.DateTimePicker(); this.tbED = new System.Windows.Forms.DateTimePicker(); this.tbRemark = new System.Windows.Forms.RichTextBox(); this.grpUser = new System.Windows.Forms.GroupBox(); this.tbTel = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.tbProcess = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.tbName = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.grpAdmin = new System.Windows.Forms.GroupBox(); this.tbResponse = new System.Windows.Forms.RichTextBox(); this.button1 = new System.Windows.Forms.Button(); this.ta = new FPJ0000.DSKuntaeTableAdapters.EETGW_HolydayRequestTableAdapter(); this.rad0 = new System.Windows.Forms.RadioButton(); this.rad1 = new System.Windows.Forms.RadioButton(); this.rad2 = new System.Windows.Forms.RadioButton(); ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dSKuntae)).BeginInit(); this.grpUser.SuspendLayout(); this.grpAdmin.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(35, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(93, 27); this.label1.TabIndex = 0; this.label1.Text = "시작일"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(35, 90); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(93, 27); this.label2.TabIndex = 0; this.label2.Text = "종료일"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(62, 136); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(66, 27); this.label3.TabIndex = 0; this.label3.Text = "구분"; // // 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[] { "연차", "하기"}); this.tbCate.Location = new System.Drawing.Point(140, 133); this.tbCate.Name = "tbCate"; this.tbCate.Size = new System.Drawing.Size(358, 35); this.tbCate.TabIndex = 1; // // bs // this.bs.DataMember = "EETGW_HolydayRequest"; this.bs.DataSource = this.dSKuntae; // // dSKuntae // this.dSKuntae.DataSetName = "DSKuntae"; this.dSKuntae.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // tbSD // this.tbSD.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "sdate", true)); this.tbSD.Location = new System.Drawing.Point(140, 39); this.tbSD.Name = "tbSD"; this.tbSD.Size = new System.Drawing.Size(358, 38); this.tbSD.TabIndex = 2; // // tbED // this.tbED.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bs, "edate", true)); this.tbED.Location = new System.Drawing.Point(140, 86); this.tbED.Name = "tbED"; this.tbED.Size = new System.Drawing.Size(358, 38); this.tbED.TabIndex = 2; // // tbRemark // this.tbRemark.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Remark", true)); this.tbRemark.Location = new System.Drawing.Point(140, 174); this.tbRemark.Name = "tbRemark"; this.tbRemark.Size = new System.Drawing.Size(358, 116); this.tbRemark.TabIndex = 3; this.tbRemark.Text = ""; // // grpUser // this.grpUser.Controls.Add(this.tbTel); this.grpUser.Controls.Add(this.label7); this.grpUser.Controls.Add(this.tbProcess); this.grpUser.Controls.Add(this.label6); this.grpUser.Controls.Add(this.tbName); this.grpUser.Controls.Add(this.label5); this.grpUser.Controls.Add(this.tbRemark); this.grpUser.Controls.Add(this.label1); this.grpUser.Controls.Add(this.tbED); this.grpUser.Controls.Add(this.label2); this.grpUser.Controls.Add(this.tbSD); this.grpUser.Controls.Add(this.label4); this.grpUser.Controls.Add(this.label3); this.grpUser.Controls.Add(this.tbCate); this.grpUser.Location = new System.Drawing.Point(12, 12); this.grpUser.Name = "grpUser"; this.grpUser.Size = new System.Drawing.Size(788, 311); this.grpUser.TabIndex = 4; this.grpUser.TabStop = false; this.grpUser.Text = "신청자"; // // tbTel // this.tbTel.Location = new System.Drawing.Point(518, 247); this.tbTel.Name = "tbTel"; this.tbTel.ReadOnly = true; this.tbTel.Size = new System.Drawing.Size(251, 38); this.tbTel.TabIndex = 9; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(513, 214); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(66, 27); this.label7.TabIndex = 8; this.label7.Text = "전화"; // // tbProcess // this.tbProcess.Location = new System.Drawing.Point(518, 157); this.tbProcess.Name = "tbProcess"; this.tbProcess.ReadOnly = true; this.tbProcess.Size = new System.Drawing.Size(251, 38); this.tbProcess.TabIndex = 7; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(513, 124); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(66, 27); this.label6.TabIndex = 6; this.label6.Text = "공정"; // // tbName // this.tbName.Location = new System.Drawing.Point(518, 66); this.tbName.Name = "tbName"; this.tbName.ReadOnly = true; this.tbName.Size = new System.Drawing.Size(251, 38); this.tbName.TabIndex = 5; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(513, 32); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(66, 27); this.label5.TabIndex = 4; this.label5.Text = "성명"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(62, 177); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(66, 27); this.label4.TabIndex = 0; this.label4.Text = "비고"; // // grpAdmin // this.grpAdmin.Controls.Add(this.rad2); this.grpAdmin.Controls.Add(this.rad1); this.grpAdmin.Controls.Add(this.rad0); this.grpAdmin.Controls.Add(this.tbResponse); this.grpAdmin.Location = new System.Drawing.Point(12, 338); this.grpAdmin.Name = "grpAdmin"; this.grpAdmin.Size = new System.Drawing.Size(788, 228); this.grpAdmin.TabIndex = 4; this.grpAdmin.TabStop = false; this.grpAdmin.Text = "관리자"; // // tbResponse // this.tbResponse.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "Response", true)); this.tbResponse.Location = new System.Drawing.Point(26, 80); this.tbResponse.Name = "tbResponse"; this.tbResponse.Size = new System.Drawing.Size(744, 125); this.tbResponse.TabIndex = 3; this.tbResponse.Text = ""; // // button1 // this.button1.Location = new System.Drawing.Point(12, 578); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(788, 72); this.button1.TabIndex = 5; this.button1.Text = "확인"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // ta // this.ta.ClearBeforeFill = true; // // rad0 // this.rad0.AutoSize = true; this.rad0.Checked = true; this.rad0.Location = new System.Drawing.Point(26, 37); this.rad0.Name = "rad0"; this.rad0.Size = new System.Drawing.Size(147, 31); this.rad0.TabIndex = 5; this.rad0.TabStop = true; this.rad0.Text = "선택 안함"; this.rad0.UseVisualStyleBackColor = true; // // rad1 // this.rad1.AutoSize = true; this.rad1.Location = new System.Drawing.Point(179, 37); this.rad1.Name = "rad1"; this.rad1.Size = new System.Drawing.Size(84, 31); this.rad1.TabIndex = 5; this.rad1.TabStop = true; this.rad1.Text = "승인"; this.rad1.UseVisualStyleBackColor = true; // // rad2 // this.rad2.AutoSize = true; this.rad2.Location = new System.Drawing.Point(269, 37); this.rad2.Name = "rad2"; this.rad2.Size = new System.Drawing.Size(84, 31); this.rad2.TabIndex = 5; this.rad2.TabStop = true; this.rad2.Text = "거절"; this.rad2.UseVisualStyleBackColor = true; // // fHolyRequestAdd // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(812, 664); this.Controls.Add(this.button1); this.Controls.Add(this.grpAdmin); this.Controls.Add(this.grpUser); this.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "fHolyRequestAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "fHolyRequestAdd"; this.Load += new System.EventHandler(this.fHolyRequestAdd_Load); ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dSKuntae)).EndInit(); this.grpUser.ResumeLayout(false); this.grpUser.PerformLayout(); this.grpAdmin.ResumeLayout(false); this.grpAdmin.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox tbCate; private System.Windows.Forms.DateTimePicker tbSD; private System.Windows.Forms.DateTimePicker tbED; private System.Windows.Forms.RichTextBox tbRemark; private System.Windows.Forms.GroupBox grpUser; private System.Windows.Forms.Label label4; private System.Windows.Forms.GroupBox grpAdmin; private System.Windows.Forms.RichTextBox tbResponse; private System.Windows.Forms.Button button1; private DSKuntae dSKuntae; private System.Windows.Forms.BindingSource bs; private DSKuntaeTableAdapters.EETGW_HolydayRequestTableAdapter ta; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox tbProcess; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox tbName; private System.Windows.Forms.TextBox tbTel; private System.Windows.Forms.Label label7; private System.Windows.Forms.RadioButton rad0; private System.Windows.Forms.RadioButton rad2; private System.Windows.Forms.RadioButton rad1; } }