File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
namespace HANMI_SALE
{
partial class SelectFinishForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectFinishForm));
this.simpleButton_OK = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_Cancel = new DevExpress.XtraEditors.SimpleButton();
this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
this.dateEdit_TODAY = new DevExpress.XtraEditors.DateEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton_Time = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton8 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton9 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton10 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton11 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton12 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton13 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton14 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton15 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton16 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton17 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton18 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton19 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton20 = new DevExpress.XtraEditors.SimpleButton();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton21 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton22 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton23 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton24 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton25 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton26 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton27 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton28 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton29 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton30 = new DevExpress.XtraEditors.SimpleButton();
this.labelControl_TIME = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
this.panelControl6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dateEdit_TODAY.Properties.CalendarTimeProperties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dateEdit_TODAY.Properties)).BeginInit();
this.SuspendLayout();
//
// simpleButton_OK
//
this.simpleButton_OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.simpleButton_OK.DialogResult = System.Windows.Forms.DialogResult.Yes;
this.simpleButton_OK.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_OK.Image")));
this.simpleButton_OK.Location = new System.Drawing.Point(12, 220);
this.simpleButton_OK.Name = "simpleButton_OK";
this.simpleButton_OK.Size = new System.Drawing.Size(100, 30);
this.simpleButton_OK.TabIndex = 5;
this.simpleButton_OK.Text = "저장";
//
// simpleButton_Cancel
//
this.simpleButton_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.simpleButton_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton_Cancel.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton_Cancel.Image")));
this.simpleButton_Cancel.Location = new System.Drawing.Point(412, 220);
this.simpleButton_Cancel.Name = "simpleButton_Cancel";
this.simpleButton_Cancel.Size = new System.Drawing.Size(100, 30);
this.simpleButton_Cancel.TabIndex = 7;
this.simpleButton_Cancel.Text = "닫기";
//
// panelControl6
//
this.panelControl6.Controls.Add(this.dateEdit_TODAY);
this.panelControl6.Controls.Add(this.labelControl_TIME);
this.panelControl6.Controls.Add(this.labelControl4);
this.panelControl6.Location = new System.Drawing.Point(12, 12);
this.panelControl6.Name = "panelControl6";
this.panelControl6.Size = new System.Drawing.Size(419, 27);
this.panelControl6.TabIndex = 13;
this.panelControl6.TabStop = true;
//
// dateEdit_TODAY
//
this.dateEdit_TODAY.Dock = System.Windows.Forms.DockStyle.Fill;
this.dateEdit_TODAY.EditValue = null;
this.dateEdit_TODAY.Location = new System.Drawing.Point(92, 2);
this.dateEdit_TODAY.Name = "dateEdit_TODAY";
this.dateEdit_TODAY.Properties.AutoHeight = false;
this.dateEdit_TODAY.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.dateEdit_TODAY.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.dateEdit_TODAY.Size = new System.Drawing.Size(235, 23);
this.dateEdit_TODAY.TabIndex = 11;
//
// labelControl4
//
this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl4.Dock = System.Windows.Forms.DockStyle.Left;
this.labelControl4.Location = new System.Drawing.Point(2, 2);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.labelControl4.Size = new System.Drawing.Size(90, 23);
this.labelControl4.TabIndex = 0;
this.labelControl4.Text = "완료일자";
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(12, 94);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
this.simpleButton1.TabIndex = 14;
this.simpleButton1.Text = "10:00";
//
// simpleButton2
//
this.simpleButton2.Location = new System.Drawing.Point(93, 94);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(75, 23);
this.simpleButton2.TabIndex = 14;
this.simpleButton2.Text = "10:30";
//
// simpleButton3
//
this.simpleButton3.Location = new System.Drawing.Point(12, 123);
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(75, 23);
this.simpleButton3.TabIndex = 14;
this.simpleButton3.Text = "11:00";
//
// simpleButton4
//
this.simpleButton4.Location = new System.Drawing.Point(93, 123);
this.simpleButton4.Name = "simpleButton4";
this.simpleButton4.Size = new System.Drawing.Size(75, 23);
this.simpleButton4.TabIndex = 14;
this.simpleButton4.Text = "11:30";
//
// simpleButton_Time
//
this.simpleButton_Time.Location = new System.Drawing.Point(12, 65);
this.simpleButton_Time.Name = "simpleButton_Time";
this.simpleButton_Time.Size = new System.Drawing.Size(75, 23);
this.simpleButton_Time.TabIndex = 14;
this.simpleButton_Time.Text = "09:00";
this.simpleButton_Time.Click += new System.EventHandler(this.simpleButton_Time_Click);
//
// simpleButton6
//
this.simpleButton6.Location = new System.Drawing.Point(93, 65);
this.simpleButton6.Name = "simpleButton6";
this.simpleButton6.Size = new System.Drawing.Size(75, 23);
this.simpleButton6.TabIndex = 14;
this.simpleButton6.Text = "09:30";
//
// simpleButton7
//
this.simpleButton7.Location = new System.Drawing.Point(12, 152);
this.simpleButton7.Name = "simpleButton7";
this.simpleButton7.Size = new System.Drawing.Size(75, 23);
this.simpleButton7.TabIndex = 14;
this.simpleButton7.Text = "12:00";
//
// simpleButton8
//
this.simpleButton8.Location = new System.Drawing.Point(93, 152);
this.simpleButton8.Name = "simpleButton8";
this.simpleButton8.Size = new System.Drawing.Size(75, 23);
this.simpleButton8.TabIndex = 14;
this.simpleButton8.Text = "12:30";
//
// simpleButton9
//
this.simpleButton9.Location = new System.Drawing.Point(183, 65);
this.simpleButton9.Name = "simpleButton9";
this.simpleButton9.Size = new System.Drawing.Size(75, 23);
this.simpleButton9.TabIndex = 14;
this.simpleButton9.Text = "14:00";
//
// simpleButton10
//
this.simpleButton10.Location = new System.Drawing.Point(12, 181);
this.simpleButton10.Name = "simpleButton10";
this.simpleButton10.Size = new System.Drawing.Size(75, 23);
this.simpleButton10.TabIndex = 14;
this.simpleButton10.Text = "13:00";
//
// simpleButton11
//
this.simpleButton11.Location = new System.Drawing.Point(183, 94);
this.simpleButton11.Name = "simpleButton11";
this.simpleButton11.Size = new System.Drawing.Size(75, 23);
this.simpleButton11.TabIndex = 14;
this.simpleButton11.Text = "15:00";
//
// simpleButton12
//
this.simpleButton12.Location = new System.Drawing.Point(183, 123);
this.simpleButton12.Name = "simpleButton12";
this.simpleButton12.Size = new System.Drawing.Size(75, 23);
this.simpleButton12.TabIndex = 14;
this.simpleButton12.Text = "16:00";
//
// simpleButton13
//
this.simpleButton13.Location = new System.Drawing.Point(264, 65);
this.simpleButton13.Name = "simpleButton13";
this.simpleButton13.Size = new System.Drawing.Size(75, 23);
this.simpleButton13.TabIndex = 14;
this.simpleButton13.Text = "14:30";
//
// simpleButton14
//
this.simpleButton14.Location = new System.Drawing.Point(93, 181);
this.simpleButton14.Name = "simpleButton14";
this.simpleButton14.Size = new System.Drawing.Size(75, 23);
this.simpleButton14.TabIndex = 14;
this.simpleButton14.Text = "13:30";
//
// simpleButton15
//
this.simpleButton15.Location = new System.Drawing.Point(264, 94);
this.simpleButton15.Name = "simpleButton15";
this.simpleButton15.Size = new System.Drawing.Size(75, 23);
this.simpleButton15.TabIndex = 14;
this.simpleButton15.Text = "15:30";
//
// simpleButton16
//
this.simpleButton16.Location = new System.Drawing.Point(264, 123);
this.simpleButton16.Name = "simpleButton16";
this.simpleButton16.Size = new System.Drawing.Size(75, 23);
this.simpleButton16.TabIndex = 14;
this.simpleButton16.Text = "16:30";
//
// simpleButton17
//
this.simpleButton17.Location = new System.Drawing.Point(183, 152);
this.simpleButton17.Name = "simpleButton17";
this.simpleButton17.Size = new System.Drawing.Size(75, 23);
this.simpleButton17.TabIndex = 14;
this.simpleButton17.Text = "17:00";
//
// simpleButton18
//
this.simpleButton18.Location = new System.Drawing.Point(264, 152);
this.simpleButton18.Name = "simpleButton18";
this.simpleButton18.Size = new System.Drawing.Size(75, 23);
this.simpleButton18.TabIndex = 14;
this.simpleButton18.Text = "17:30";
//
// simpleButton19
//
this.simpleButton19.Location = new System.Drawing.Point(183, 181);
this.simpleButton19.Name = "simpleButton19";
this.simpleButton19.Size = new System.Drawing.Size(75, 23);
this.simpleButton19.TabIndex = 14;
this.simpleButton19.Text = "18:00";
//
// simpleButton20
//
this.simpleButton20.Location = new System.Drawing.Point(264, 181);
this.simpleButton20.Name = "simpleButton20";
this.simpleButton20.Size = new System.Drawing.Size(75, 23);
this.simpleButton20.TabIndex = 14;
this.simpleButton20.Text = "18:30";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(12, 45);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(26, 18);
this.labelControl1.TabIndex = 15;
this.labelControl1.Text = "오전";
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(183, 45);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(26, 18);
this.labelControl2.TabIndex = 15;
this.labelControl2.Text = "오후";
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(360, 45);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(26, 18);
this.labelControl3.TabIndex = 15;
this.labelControl3.Text = "야간";
//
// simpleButton21
//
this.simpleButton21.Location = new System.Drawing.Point(356, 65);
this.simpleButton21.Name = "simpleButton21";
this.simpleButton21.Size = new System.Drawing.Size(75, 23);
this.simpleButton21.TabIndex = 14;
this.simpleButton21.Text = "19:00";
//
// simpleButton22
//
this.simpleButton22.Location = new System.Drawing.Point(356, 94);
this.simpleButton22.Name = "simpleButton22";
this.simpleButton22.Size = new System.Drawing.Size(75, 23);
this.simpleButton22.TabIndex = 14;
this.simpleButton22.Text = "20:00";
//
// simpleButton23
//
this.simpleButton23.Location = new System.Drawing.Point(356, 123);
this.simpleButton23.Name = "simpleButton23";
this.simpleButton23.Size = new System.Drawing.Size(75, 23);
this.simpleButton23.TabIndex = 14;
this.simpleButton23.Text = "21:00";
//
// simpleButton24
//
this.simpleButton24.Location = new System.Drawing.Point(356, 152);
this.simpleButton24.Name = "simpleButton24";
this.simpleButton24.Size = new System.Drawing.Size(75, 23);
this.simpleButton24.TabIndex = 14;
this.simpleButton24.Text = "22:00";
//
// simpleButton25
//
this.simpleButton25.Location = new System.Drawing.Point(356, 181);
this.simpleButton25.Name = "simpleButton25";
this.simpleButton25.Size = new System.Drawing.Size(75, 23);
this.simpleButton25.TabIndex = 14;
this.simpleButton25.Text = "23:00";
//
// simpleButton26
//
this.simpleButton26.Location = new System.Drawing.Point(437, 65);
this.simpleButton26.Name = "simpleButton26";
this.simpleButton26.Size = new System.Drawing.Size(75, 23);
this.simpleButton26.TabIndex = 14;
this.simpleButton26.Text = "19:30";
//
// simpleButton27
//
this.simpleButton27.Location = new System.Drawing.Point(437, 94);
this.simpleButton27.Name = "simpleButton27";
this.simpleButton27.Size = new System.Drawing.Size(75, 23);
this.simpleButton27.TabIndex = 14;
this.simpleButton27.Text = "20:30";
//
// simpleButton28
//
this.simpleButton28.Location = new System.Drawing.Point(437, 123);
this.simpleButton28.Name = "simpleButton28";
this.simpleButton28.Size = new System.Drawing.Size(75, 23);
this.simpleButton28.TabIndex = 14;
this.simpleButton28.Text = "21:30";
//
// simpleButton29
//
this.simpleButton29.Location = new System.Drawing.Point(437, 152);
this.simpleButton29.Name = "simpleButton29";
this.simpleButton29.Size = new System.Drawing.Size(75, 23);
this.simpleButton29.TabIndex = 14;
this.simpleButton29.Text = "22:30";
//
// simpleButton30
//
this.simpleButton30.Location = new System.Drawing.Point(437, 181);
this.simpleButton30.Name = "simpleButton30";
this.simpleButton30.Size = new System.Drawing.Size(75, 23);
this.simpleButton30.TabIndex = 14;
this.simpleButton30.Text = "23:30";
//
// labelControl_TIME
//
this.labelControl_TIME.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.labelControl_TIME.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
this.labelControl_TIME.Dock = System.Windows.Forms.DockStyle.Right;
this.labelControl_TIME.Location = new System.Drawing.Point(327, 2);
this.labelControl_TIME.Name = "labelControl_TIME";
this.labelControl_TIME.Padding = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.labelControl_TIME.Size = new System.Drawing.Size(90, 23);
this.labelControl_TIME.TabIndex = 12;
//
// SelectFinishForm
//
this.Appearance.Options.UseFont = true;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(526, 257);
this.Controls.Add(this.labelControl3);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.labelControl1);
this.Controls.Add(this.simpleButton30);
this.Controls.Add(this.simpleButton20);
this.Controls.Add(this.simpleButton29);
this.Controls.Add(this.simpleButton18);
this.Controls.Add(this.simpleButton28);
this.Controls.Add(this.simpleButton16);
this.Controls.Add(this.simpleButton8);
this.Controls.Add(this.simpleButton27);
this.Controls.Add(this.simpleButton15);
this.Controls.Add(this.simpleButton4);
this.Controls.Add(this.simpleButton14);
this.Controls.Add(this.simpleButton6);
this.Controls.Add(this.simpleButton26);
this.Controls.Add(this.simpleButton13);
this.Controls.Add(this.simpleButton2);
this.Controls.Add(this.simpleButton25);
this.Controls.Add(this.simpleButton19);
this.Controls.Add(this.simpleButton24);
this.Controls.Add(this.simpleButton17);
this.Controls.Add(this.simpleButton23);
this.Controls.Add(this.simpleButton12);
this.Controls.Add(this.simpleButton7);
this.Controls.Add(this.simpleButton22);
this.Controls.Add(this.simpleButton11);
this.Controls.Add(this.simpleButton3);
this.Controls.Add(this.simpleButton10);
this.Controls.Add(this.simpleButton21);
this.Controls.Add(this.simpleButton9);
this.Controls.Add(this.simpleButton_Time);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.panelControl6);
this.Controls.Add(this.simpleButton_Cancel);
this.Controls.Add(this.simpleButton_OK);
this.Font = new System.Drawing.Font("굴림체", 9F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SelectFinishForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "완료시간 입력";
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
this.panelControl6.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dateEdit_TODAY.Properties.CalendarTimeProperties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dateEdit_TODAY.Properties)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.SimpleButton simpleButton_OK;
private DevExpress.XtraEditors.SimpleButton simpleButton_Cancel;
private DevExpress.XtraEditors.PanelControl panelControl6;
private DevExpress.XtraEditors.DateEdit dateEdit_TODAY;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.SimpleButton simpleButton3;
private DevExpress.XtraEditors.SimpleButton simpleButton4;
private DevExpress.XtraEditors.SimpleButton simpleButton_Time;
private DevExpress.XtraEditors.SimpleButton simpleButton6;
private DevExpress.XtraEditors.SimpleButton simpleButton7;
private DevExpress.XtraEditors.SimpleButton simpleButton8;
private DevExpress.XtraEditors.SimpleButton simpleButton9;
private DevExpress.XtraEditors.SimpleButton simpleButton10;
private DevExpress.XtraEditors.SimpleButton simpleButton11;
private DevExpress.XtraEditors.SimpleButton simpleButton12;
private DevExpress.XtraEditors.SimpleButton simpleButton13;
private DevExpress.XtraEditors.SimpleButton simpleButton14;
private DevExpress.XtraEditors.SimpleButton simpleButton15;
private DevExpress.XtraEditors.SimpleButton simpleButton16;
private DevExpress.XtraEditors.SimpleButton simpleButton17;
private DevExpress.XtraEditors.SimpleButton simpleButton18;
private DevExpress.XtraEditors.SimpleButton simpleButton19;
private DevExpress.XtraEditors.SimpleButton simpleButton20;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.SimpleButton simpleButton21;
private DevExpress.XtraEditors.SimpleButton simpleButton22;
private DevExpress.XtraEditors.SimpleButton simpleButton23;
private DevExpress.XtraEditors.SimpleButton simpleButton24;
private DevExpress.XtraEditors.SimpleButton simpleButton25;
private DevExpress.XtraEditors.SimpleButton simpleButton26;
private DevExpress.XtraEditors.SimpleButton simpleButton27;
private DevExpress.XtraEditors.SimpleButton simpleButton28;
private DevExpress.XtraEditors.SimpleButton simpleButton29;
private DevExpress.XtraEditors.SimpleButton simpleButton30;
private DevExpress.XtraEditors.LabelControl labelControl_TIME;
}
}