367 lines
19 KiB
C#
367 lines
19 KiB
C#
namespace Cheongbuk_MegaPark_Key_Management
|
||
{
|
||
partial class ReturnKeyInfo
|
||
{
|
||
/// <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()
|
||
{
|
||
this.panel1 = new System.Windows.Forms.Panel();
|
||
this.button_Close = new System.Windows.Forms.Button();
|
||
this.panel_FinalPrice = new System.Windows.Forms.Panel();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.label_PriceFinal = new System.Windows.Forms.Label();
|
||
this.label_PriceDiscount = new System.Windows.Forms.Label();
|
||
this.label_Price = new System.Windows.Forms.Label();
|
||
this.panel_Price = new System.Windows.Forms.Panel();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.label_StartDateTime = new System.Windows.Forms.Label();
|
||
this.label_UseTime = new System.Windows.Forms.Label();
|
||
this.label4 = 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.label1 = new System.Windows.Forms.Label();
|
||
this.label_KeyCode = new System.Windows.Forms.Label();
|
||
this.label_Category = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.label_EndDateTime = new System.Windows.Forms.Label();
|
||
this.panel1.SuspendLayout();
|
||
this.panel_FinalPrice.SuspendLayout();
|
||
this.panel_Price.SuspendLayout();
|
||
this.panel_BaseInformation.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// panel1
|
||
//
|
||
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.panel1.Controls.Add(this.panel_FinalPrice);
|
||
this.panel1.Controls.Add(this.panel_Price);
|
||
this.panel1.Controls.Add(this.panel_BaseInformation);
|
||
this.panel1.Controls.Add(this.button_Close);
|
||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||
this.panel1.Name = "panel1";
|
||
this.panel1.Size = new System.Drawing.Size(910, 330);
|
||
this.panel1.TabIndex = 0;
|
||
//
|
||
// button_Close
|
||
//
|
||
this.button_Close.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
||
this.button_Close.Font = new System.Drawing.Font("맑은 고딕", 30F);
|
||
this.button_Close.Location = new System.Drawing.Point(452, 181);
|
||
this.button_Close.Name = "button_Close";
|
||
this.button_Close.Size = new System.Drawing.Size(448, 137);
|
||
this.button_Close.TabIndex = 0;
|
||
this.button_Close.Text = "닫 기";
|
||
this.button_Close.UseVisualStyleBackColor = false;
|
||
this.button_Close.Click += new System.EventHandler(this.Button_Close_Click);
|
||
//
|
||
// 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(10, 161);
|
||
this.panel_FinalPrice.Name = "panel_FinalPrice";
|
||
this.panel_FinalPrice.Size = new System.Drawing.Size(416, 157);
|
||
this.panel_FinalPrice.TabIndex = 1;
|
||
//
|
||
// 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 = "할인 금액:";
|
||
//
|
||
// 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_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;
|
||
//
|
||
// 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_Price
|
||
//
|
||
this.panel_Price.BackColor = System.Drawing.Color.White;
|
||
this.panel_Price.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.panel_Price.Controls.Add(this.label8);
|
||
this.panel_Price.Controls.Add(this.label3);
|
||
this.panel_Price.Controls.Add(this.label_EndDateTime);
|
||
this.panel_Price.Controls.Add(this.label_StartDateTime);
|
||
this.panel_Price.Controls.Add(this.label_UseTime);
|
||
this.panel_Price.Controls.Add(this.label4);
|
||
this.panel_Price.Location = new System.Drawing.Point(380, 10);
|
||
this.panel_Price.Name = "panel_Price";
|
||
this.panel_Price.Size = new System.Drawing.Size(520, 145);
|
||
this.panel_Price.TabIndex = 2;
|
||
//
|
||
// 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 = "대여 시작 시간:";
|
||
//
|
||
// 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분";
|
||
//
|
||
// 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 = "추가 이용 시간:";
|
||
//
|
||
// 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(10, 10);
|
||
this.panel_BaseInformation.Name = "panel_BaseInformation";
|
||
this.panel_BaseInformation.Size = new System.Drawing.Size(360, 145);
|
||
this.panel_BaseInformation.TabIndex = 3;
|
||
//
|
||
// 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 = "인 원 수:";
|
||
//
|
||
// 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 = "키 번 호:";
|
||
//
|
||
// 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시간권";
|
||
//
|
||
// 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 = "기본 이용 종류:";
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.AutoSize = true;
|
||
this.label8.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label8.Location = new System.Drawing.Point(20, 50);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(204, 37);
|
||
this.label8.TabIndex = 0;
|
||
this.label8.Text = "대여 종료 시간:";
|
||
//
|
||
// label_EndDateTime
|
||
//
|
||
this.label_EndDateTime.AutoSize = true;
|
||
this.label_EndDateTime.Font = new System.Drawing.Font("맑은 고딕", 20F, System.Drawing.FontStyle.Bold);
|
||
this.label_EndDateTime.ForeColor = System.Drawing.Color.Red;
|
||
this.label_EndDateTime.Location = new System.Drawing.Point(220, 50);
|
||
this.label_EndDateTime.Name = "label_EndDateTime";
|
||
this.label_EndDateTime.Size = new System.Drawing.Size(288, 37);
|
||
this.label_EndDateTime.TabIndex = 0;
|
||
this.label_EndDateTime.Text = "0000/00/00 00:00:00";
|
||
//
|
||
// ReturnKeyInfo
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(910, 330);
|
||
this.Controls.Add(this.panel1);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Name = "ReturnKeyInfo";
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
this.Text = "ReturnKeyInfo";
|
||
this.Load += new System.EventHandler(this.ReturnKeyInfo_Load);
|
||
this.panel1.ResumeLayout(false);
|
||
this.panel_FinalPrice.ResumeLayout(false);
|
||
this.panel_FinalPrice.PerformLayout();
|
||
this.panel_Price.ResumeLayout(false);
|
||
this.panel_Price.PerformLayout();
|
||
this.panel_BaseInformation.ResumeLayout(false);
|
||
this.panel_BaseInformation.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Panel panel1;
|
||
private System.Windows.Forms.Button button_Close;
|
||
private System.Windows.Forms.Panel panel_FinalPrice;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.Label label_PriceFinal;
|
||
private System.Windows.Forms.Label label_PriceDiscount;
|
||
private System.Windows.Forms.Label label_Price;
|
||
private System.Windows.Forms.Panel panel_Price;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label label_EndDateTime;
|
||
private System.Windows.Forms.Label label_StartDateTime;
|
||
private System.Windows.Forms.Label label_UseTime;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Panel panel_BaseInformation;
|
||
private System.Windows.Forms.Label label_People;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label_KeyCode;
|
||
private System.Windows.Forms.Label label_Category;
|
||
private System.Windows.Forms.Label label2;
|
||
}
|
||
} |