538 lines
28 KiB
C#
538 lines
28 KiB
C#
namespace Cheongbuk_MegaPark_Key_Management
|
||
{
|
||
partial class ReturnKey
|
||
{
|
||
/// <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(ReturnKey));
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.button_ReturnOk = new System.Windows.Forms.Button();
|
||
this.button_Cancel = new System.Windows.Forms.Button();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.label_KeyCode = new System.Windows.Forms.Label();
|
||
this.label_Category = new System.Windows.Forms.Label();
|
||
this.label_StartDateTime = new System.Windows.Forms.Label();
|
||
this.label_UseTime = new System.Windows.Forms.Label();
|
||
this.label_Price = new System.Windows.Forms.Label();
|
||
this.panel_BaseInformation = new System.Windows.Forms.Panel();
|
||
this.label_People = new System.Windows.Forms.Label();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.panel_Price = new System.Windows.Forms.Panel();
|
||
this.label_ElapsedTime = new System.Windows.Forms.Label();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.panel_Discount = new System.Windows.Forms.Panel();
|
||
this.button_DCC = new System.Windows.Forms.Button();
|
||
this.button_DC5 = new System.Windows.Forms.Button();
|
||
this.button_DC4 = new System.Windows.Forms.Button();
|
||
this.button_DC3 = new System.Windows.Forms.Button();
|
||
this.button_DC2 = new System.Windows.Forms.Button();
|
||
this.button_DC1 = new System.Windows.Forms.Button();
|
||
this.button_DC0 = new System.Windows.Forms.Button();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.panel_FinalPrice = new System.Windows.Forms.Panel();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.label_PriceFinal = new System.Windows.Forms.Label();
|
||
this.label_PriceDiscount = new System.Windows.Forms.Label();
|
||
this.button_DCALL = new System.Windows.Forms.Button();
|
||
this.panel_BaseInformation.SuspendLayout();
|
||
this.panel_Price.SuspendLayout();
|
||
this.panel_Discount.SuspendLayout();
|
||
this.panel_FinalPrice.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
||
this.label1.Location = new System.Drawing.Point(20, 10);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(203, 37);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "키 번 호:";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
||
this.label2.Location = new System.Drawing.Point(20, 50);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(203, 37);
|
||
this.label2.TabIndex = 0;
|
||
this.label2.Text = "기본 이용 종류:";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label3.Location = new System.Drawing.Point(20, 10);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(204, 37);
|
||
this.label3.TabIndex = 0;
|
||
this.label3.Text = "대여 시작 시간:";
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label4.Location = new System.Drawing.Point(20, 90);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(204, 37);
|
||
this.label4.TabIndex = 0;
|
||
this.label4.Text = "추가 이용 시간:";
|
||
//
|
||
// button_ReturnOk
|
||
//
|
||
this.button_ReturnOk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
||
this.button_ReturnOk.DialogResult = System.Windows.Forms.DialogResult.Yes;
|
||
this.button_ReturnOk.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.button_ReturnOk.Font = new System.Drawing.Font("맑은 고딕", 30F);
|
||
this.button_ReturnOk.Location = new System.Drawing.Point(495, 351);
|
||
this.button_ReturnOk.Name = "button_ReturnOk";
|
||
this.button_ReturnOk.Size = new System.Drawing.Size(416, 70);
|
||
this.button_ReturnOk.TabIndex = 0;
|
||
this.button_ReturnOk.Text = "반 납";
|
||
this.button_ReturnOk.UseVisualStyleBackColor = false;
|
||
this.button_ReturnOk.Click += new System.EventHandler(this.Button_ReturnOk_Click);
|
||
//
|
||
// button_Cancel
|
||
//
|
||
this.button_Cancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||
this.button_Cancel.DialogResult = System.Windows.Forms.DialogResult.No;
|
||
this.button_Cancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.button_Cancel.Font = new System.Drawing.Font("맑은 고딕", 30F);
|
||
this.button_Cancel.Location = new System.Drawing.Point(495, 427);
|
||
this.button_Cancel.Name = "button_Cancel";
|
||
this.button_Cancel.Size = new System.Drawing.Size(416, 70);
|
||
this.button_Cancel.TabIndex = 1;
|
||
this.button_Cancel.Text = "취 소";
|
||
this.button_Cancel.UseVisualStyleBackColor = false;
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.AutoSize = true;
|
||
this.label5.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label5.Location = new System.Drawing.Point(20, 10);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(204, 37);
|
||
this.label5.TabIndex = 0;
|
||
this.label5.Text = "추가 이용 요금:";
|
||
//
|
||
// label_KeyCode
|
||
//
|
||
this.label_KeyCode.AutoSize = true;
|
||
this.label_KeyCode.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
||
this.label_KeyCode.Location = new System.Drawing.Point(220, 10);
|
||
this.label_KeyCode.Name = "label_KeyCode";
|
||
this.label_KeyCode.Size = new System.Drawing.Size(62, 37);
|
||
this.label_KeyCode.TabIndex = 0;
|
||
this.label_KeyCode.Text = "000";
|
||
//
|
||
// label_Category
|
||
//
|
||
this.label_Category.AutoSize = true;
|
||
this.label_Category.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
||
this.label_Category.Location = new System.Drawing.Point(220, 50);
|
||
this.label_Category.Name = "label_Category";
|
||
this.label_Category.Size = new System.Drawing.Size(113, 37);
|
||
this.label_Category.TabIndex = 0;
|
||
this.label_Category.Text = "0시간권";
|
||
//
|
||
// label_StartDateTime
|
||
//
|
||
this.label_StartDateTime.AutoSize = true;
|
||
this.label_StartDateTime.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label_StartDateTime.ForeColor = System.Drawing.Color.Red;
|
||
this.label_StartDateTime.Location = new System.Drawing.Point(220, 10);
|
||
this.label_StartDateTime.Name = "label_StartDateTime";
|
||
this.label_StartDateTime.Size = new System.Drawing.Size(288, 37);
|
||
this.label_StartDateTime.TabIndex = 0;
|
||
this.label_StartDateTime.Text = "0000/00/00 00:00:00";
|
||
//
|
||
// label_UseTime
|
||
//
|
||
this.label_UseTime.AutoSize = true;
|
||
this.label_UseTime.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label_UseTime.ForeColor = System.Drawing.Color.Blue;
|
||
this.label_UseTime.Location = new System.Drawing.Point(220, 90);
|
||
this.label_UseTime.Name = "label_UseTime";
|
||
this.label_UseTime.Size = new System.Drawing.Size(171, 37);
|
||
this.label_UseTime.TabIndex = 0;
|
||
this.label_UseTime.Text = "00시간 00분";
|
||
//
|
||
// label_Price
|
||
//
|
||
this.label_Price.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||
this.label_Price.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label_Price.Location = new System.Drawing.Point(220, 10);
|
||
this.label_Price.Name = "label_Price";
|
||
this.label_Price.Size = new System.Drawing.Size(160, 37);
|
||
this.label_Price.TabIndex = 0;
|
||
this.label_Price.Text = "00,000원";
|
||
this.label_Price.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// panel_BaseInformation
|
||
//
|
||
this.panel_BaseInformation.BackColor = System.Drawing.Color.White;
|
||
this.panel_BaseInformation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.panel_BaseInformation.Controls.Add(this.label_People);
|
||
this.panel_BaseInformation.Controls.Add(this.label9);
|
||
this.panel_BaseInformation.Controls.Add(this.label1);
|
||
this.panel_BaseInformation.Controls.Add(this.label_KeyCode);
|
||
this.panel_BaseInformation.Controls.Add(this.label_Category);
|
||
this.panel_BaseInformation.Controls.Add(this.label2);
|
||
this.panel_BaseInformation.Location = new System.Drawing.Point(20, 20);
|
||
this.panel_BaseInformation.Name = "panel_BaseInformation";
|
||
this.panel_BaseInformation.Size = new System.Drawing.Size(360, 145);
|
||
this.panel_BaseInformation.TabIndex = 0;
|
||
//
|
||
// label_People
|
||
//
|
||
this.label_People.AutoSize = true;
|
||
this.label_People.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
||
this.label_People.Location = new System.Drawing.Point(220, 90);
|
||
this.label_People.Name = "label_People";
|
||
this.label_People.Size = new System.Drawing.Size(59, 37);
|
||
this.label_People.TabIndex = 2;
|
||
this.label_People.Text = "0명";
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.AutoSize = true;
|
||
this.label9.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
||
this.label9.Location = new System.Drawing.Point(20, 90);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(203, 37);
|
||
this.label9.TabIndex = 1;
|
||
this.label9.Text = "인 원 수:";
|
||
//
|
||
// panel_Price
|
||
//
|
||
this.panel_Price.BackColor = System.Drawing.Color.White;
|
||
this.panel_Price.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.panel_Price.Controls.Add(this.label3);
|
||
this.panel_Price.Controls.Add(this.label_StartDateTime);
|
||
this.panel_Price.Controls.Add(this.label_ElapsedTime);
|
||
this.panel_Price.Controls.Add(this.label_UseTime);
|
||
this.panel_Price.Controls.Add(this.label10);
|
||
this.panel_Price.Controls.Add(this.label4);
|
||
this.panel_Price.Location = new System.Drawing.Point(391, 20);
|
||
this.panel_Price.Name = "panel_Price";
|
||
this.panel_Price.Size = new System.Drawing.Size(520, 145);
|
||
this.panel_Price.TabIndex = 0;
|
||
//
|
||
// label_ElapsedTime
|
||
//
|
||
this.label_ElapsedTime.AutoSize = true;
|
||
this.label_ElapsedTime.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
||
this.label_ElapsedTime.ForeColor = System.Drawing.Color.Blue;
|
||
this.label_ElapsedTime.Location = new System.Drawing.Point(220, 50);
|
||
this.label_ElapsedTime.Name = "label_ElapsedTime";
|
||
this.label_ElapsedTime.Size = new System.Drawing.Size(167, 37);
|
||
this.label_ElapsedTime.TabIndex = 0;
|
||
this.label_ElapsedTime.Text = "00시간 00분";
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.AutoSize = true;
|
||
this.label10.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label10.Location = new System.Drawing.Point(20, 50);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(204, 37);
|
||
this.label10.TabIndex = 0;
|
||
this.label10.Text = "경과 시간:";
|
||
//
|
||
// panel_Discount
|
||
//
|
||
this.panel_Discount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
||
this.panel_Discount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.panel_Discount.Controls.Add(this.button_DCALL);
|
||
this.panel_Discount.Controls.Add(this.button_DCC);
|
||
this.panel_Discount.Controls.Add(this.button_DC5);
|
||
this.panel_Discount.Controls.Add(this.button_DC4);
|
||
this.panel_Discount.Controls.Add(this.button_DC3);
|
||
this.panel_Discount.Controls.Add(this.button_DC2);
|
||
this.panel_Discount.Controls.Add(this.button_DC1);
|
||
this.panel_Discount.Controls.Add(this.button_DC0);
|
||
this.panel_Discount.Controls.Add(this.label8);
|
||
this.panel_Discount.Location = new System.Drawing.Point(100, 180);
|
||
this.panel_Discount.Name = "panel_Discount";
|
||
this.panel_Discount.Size = new System.Drawing.Size(380, 322);
|
||
this.panel_Discount.TabIndex = 0;
|
||
//
|
||
// button_DCC
|
||
//
|
||
this.button_DCC.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||
this.button_DCC.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.button_DCC.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.button_DCC.Location = new System.Drawing.Point(210, 266);
|
||
this.button_DCC.Name = "button_DCC";
|
||
this.button_DCC.Size = new System.Drawing.Size(150, 50);
|
||
this.button_DCC.TabIndex = 8;
|
||
this.button_DCC.Tag = "-1";
|
||
this.button_DCC.Text = "할인취소";
|
||
this.button_DCC.UseVisualStyleBackColor = false;
|
||
this.button_DCC.Click += new System.EventHandler(this.Button_DC_Click);
|
||
//
|
||
// button_DC5
|
||
//
|
||
this.button_DC5.BackColor = System.Drawing.Color.White;
|
||
this.button_DC5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.button_DC5.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.button_DC5.Location = new System.Drawing.Point(50, 210);
|
||
this.button_DC5.Name = "button_DC5";
|
||
this.button_DC5.Size = new System.Drawing.Size(150, 50);
|
||
this.button_DC5.TabIndex = 7;
|
||
this.button_DC5.Tag = "5";
|
||
this.button_DC5.Text = "5,000원";
|
||
this.button_DC5.UseVisualStyleBackColor = false;
|
||
this.button_DC5.Click += new System.EventHandler(this.Button_DC_Click);
|
||
//
|
||
// button_DC4
|
||
//
|
||
this.button_DC4.BackColor = System.Drawing.Color.White;
|
||
this.button_DC4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.button_DC4.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.button_DC4.Location = new System.Drawing.Point(210, 158);
|
||
this.button_DC4.Name = "button_DC4";
|
||
this.button_DC4.Size = new System.Drawing.Size(150, 50);
|
||
this.button_DC4.TabIndex = 6;
|
||
this.button_DC4.Tag = "4";
|
||
this.button_DC4.Text = "4,000원";
|
||
this.button_DC4.UseVisualStyleBackColor = false;
|
||
this.button_DC4.Click += new System.EventHandler(this.Button_DC_Click);
|
||
//
|
||
// button_DC3
|
||
//
|
||
this.button_DC3.BackColor = System.Drawing.Color.White;
|
||
this.button_DC3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.button_DC3.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.button_DC3.Location = new System.Drawing.Point(50, 155);
|
||
this.button_DC3.Name = "button_DC3";
|
||
this.button_DC3.Size = new System.Drawing.Size(150, 50);
|
||
this.button_DC3.TabIndex = 5;
|
||
this.button_DC3.Tag = "3";
|
||
this.button_DC3.Text = "3,000원";
|
||
this.button_DC3.UseVisualStyleBackColor = false;
|
||
this.button_DC3.Click += new System.EventHandler(this.Button_DC_Click);
|
||
//
|
||
// button_DC2
|
||
//
|
||
this.button_DC2.BackColor = System.Drawing.Color.White;
|
||
this.button_DC2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.button_DC2.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.button_DC2.Location = new System.Drawing.Point(210, 100);
|
||
this.button_DC2.Name = "button_DC2";
|
||
this.button_DC2.Size = new System.Drawing.Size(150, 50);
|
||
this.button_DC2.TabIndex = 4;
|
||
this.button_DC2.Tag = "2";
|
||
this.button_DC2.Text = "2,000원";
|
||
this.button_DC2.UseVisualStyleBackColor = false;
|
||
this.button_DC2.Click += new System.EventHandler(this.Button_DC_Click);
|
||
//
|
||
// button_DC1
|
||
//
|
||
this.button_DC1.BackColor = System.Drawing.Color.White;
|
||
this.button_DC1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.button_DC1.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.button_DC1.Location = new System.Drawing.Point(50, 100);
|
||
this.button_DC1.Name = "button_DC1";
|
||
this.button_DC1.Size = new System.Drawing.Size(150, 50);
|
||
this.button_DC1.TabIndex = 3;
|
||
this.button_DC1.Tag = "1";
|
||
this.button_DC1.Text = "1,000원";
|
||
this.button_DC1.UseVisualStyleBackColor = false;
|
||
this.button_DC1.Click += new System.EventHandler(this.Button_DC_Click);
|
||
//
|
||
// button_DC0
|
||
//
|
||
this.button_DC0.BackColor = System.Drawing.Color.White;
|
||
this.button_DC0.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.button_DC0.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.button_DC0.Location = new System.Drawing.Point(30, 45);
|
||
this.button_DC0.Name = "button_DC0";
|
||
this.button_DC0.Size = new System.Drawing.Size(150, 50);
|
||
this.button_DC0.TabIndex = 2;
|
||
this.button_DC0.Tag = "91";
|
||
this.button_DC0.Text = "식사할인";
|
||
this.button_DC0.UseVisualStyleBackColor = false;
|
||
this.button_DC0.Click += new System.EventHandler(this.Button_DC_Click);
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label8.Location = new System.Drawing.Point(3, 4);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(89, 37);
|
||
this.label8.TabIndex = 0;
|
||
this.label8.Text = "할 인";
|
||
//
|
||
// panel_FinalPrice
|
||
//
|
||
this.panel_FinalPrice.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||
this.panel_FinalPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.panel_FinalPrice.Controls.Add(this.label7);
|
||
this.panel_FinalPrice.Controls.Add(this.label6);
|
||
this.panel_FinalPrice.Controls.Add(this.label5);
|
||
this.panel_FinalPrice.Controls.Add(this.label_PriceFinal);
|
||
this.panel_FinalPrice.Controls.Add(this.label_PriceDiscount);
|
||
this.panel_FinalPrice.Controls.Add(this.label_Price);
|
||
this.panel_FinalPrice.Location = new System.Drawing.Point(495, 180);
|
||
this.panel_FinalPrice.Name = "panel_FinalPrice";
|
||
this.panel_FinalPrice.Size = new System.Drawing.Size(416, 157);
|
||
this.panel_FinalPrice.TabIndex = 0;
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.AutoSize = true;
|
||
this.label7.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label7.Location = new System.Drawing.Point(20, 90);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(204, 37);
|
||
this.label7.TabIndex = 0;
|
||
this.label7.Text = "최종 결제 금액:";
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.AutoSize = true;
|
||
this.label6.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label6.Location = new System.Drawing.Point(20, 50);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(204, 37);
|
||
this.label6.TabIndex = 0;
|
||
this.label6.Text = "할인 금액:";
|
||
//
|
||
// label_PriceFinal
|
||
//
|
||
this.label_PriceFinal.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||
this.label_PriceFinal.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label_PriceFinal.ForeColor = System.Drawing.Color.Blue;
|
||
this.label_PriceFinal.Location = new System.Drawing.Point(220, 90);
|
||
this.label_PriceFinal.Name = "label_PriceFinal";
|
||
this.label_PriceFinal.Size = new System.Drawing.Size(160, 37);
|
||
this.label_PriceFinal.TabIndex = 0;
|
||
this.label_PriceFinal.Text = "00,000원";
|
||
this.label_PriceFinal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// label_PriceDiscount
|
||
//
|
||
this.label_PriceDiscount.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||
this.label_PriceDiscount.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label_PriceDiscount.ForeColor = System.Drawing.Color.Red;
|
||
this.label_PriceDiscount.Location = new System.Drawing.Point(220, 50);
|
||
this.label_PriceDiscount.Name = "label_PriceDiscount";
|
||
this.label_PriceDiscount.Size = new System.Drawing.Size(160, 37);
|
||
this.label_PriceDiscount.TabIndex = 0;
|
||
this.label_PriceDiscount.Text = "00,000원";
|
||
this.label_PriceDiscount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// button_DCALL
|
||
//
|
||
this.button_DCALL.BackColor = System.Drawing.Color.White;
|
||
this.button_DCALL.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
||
this.button_DCALL.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.button_DCALL.Location = new System.Drawing.Point(210, 210);
|
||
this.button_DCALL.Name = "button_DCALL";
|
||
this.button_DCALL.Size = new System.Drawing.Size(150, 50);
|
||
this.button_DCALL.TabIndex = 9;
|
||
this.button_DCALL.Tag = "0";
|
||
this.button_DCALL.Text = "전액할인";
|
||
this.button_DCALL.UseVisualStyleBackColor = false;
|
||
this.button_DCALL.Click += new System.EventHandler(this.Button_DC_Click);
|
||
//
|
||
// ReturnKey
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||
this.ClientSize = new System.Drawing.Size(930, 520);
|
||
this.Controls.Add(this.panel_FinalPrice);
|
||
this.Controls.Add(this.panel_Discount);
|
||
this.Controls.Add(this.panel_Price);
|
||
this.Controls.Add(this.panel_BaseInformation);
|
||
this.Controls.Add(this.button_Cancel);
|
||
this.Controls.Add(this.button_ReturnOk);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.Name = "ReturnKey";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
this.Text = "ReturnKey";
|
||
this.TopMost = true;
|
||
this.Shown += new System.EventHandler(this.ReturnKey_Shown);
|
||
this.panel_BaseInformation.ResumeLayout(false);
|
||
this.panel_BaseInformation.PerformLayout();
|
||
this.panel_Price.ResumeLayout(false);
|
||
this.panel_Price.PerformLayout();
|
||
this.panel_Discount.ResumeLayout(false);
|
||
this.panel_Discount.PerformLayout();
|
||
this.panel_FinalPrice.ResumeLayout(false);
|
||
this.panel_FinalPrice.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.Label label4;
|
||
private System.Windows.Forms.Button button_ReturnOk;
|
||
private System.Windows.Forms.Button button_Cancel;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.Label label_KeyCode;
|
||
private System.Windows.Forms.Label label_Category;
|
||
private System.Windows.Forms.Label label_StartDateTime;
|
||
private System.Windows.Forms.Label label_UseTime;
|
||
private System.Windows.Forms.Label label_Price;
|
||
private System.Windows.Forms.Panel panel_BaseInformation;
|
||
private System.Windows.Forms.Panel panel_Price;
|
||
private System.Windows.Forms.Panel panel_Discount;
|
||
private System.Windows.Forms.Panel panel_FinalPrice;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.Label label_PriceFinal;
|
||
private System.Windows.Forms.Label label_PriceDiscount;
|
||
private System.Windows.Forms.Button button_DCC;
|
||
private System.Windows.Forms.Button button_DC5;
|
||
private System.Windows.Forms.Button button_DC4;
|
||
private System.Windows.Forms.Button button_DC3;
|
||
private System.Windows.Forms.Button button_DC2;
|
||
private System.Windows.Forms.Button button_DC1;
|
||
private System.Windows.Forms.Button button_DC0;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.Label label_People;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.Label label_ElapsedTime;
|
||
private System.Windows.Forms.Label label10;
|
||
private System.Windows.Forms.Button button_DCALL;
|
||
}
|
||
} |