136 lines
5.5 KiB
C#
136 lines
5.5 KiB
C#
namespace Cheongbuk_MegaPark_Key_Management
|
|
{
|
|
partial class RentKeyInfo
|
|
{
|
|
/// <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(RentKeyInfo));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label_StartDate = new System.Windows.Forms.Label();
|
|
this.button_Close = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label_Key = new System.Windows.Forms.Label();
|
|
this.label_People = new System.Windows.Forms.Label();
|
|
this.label_Category = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.label4);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.label_StartDate);
|
|
this.panel1.Controls.Add(this.button_Close);
|
|
this.panel1.Controls.Add(this.label3);
|
|
this.panel1.Controls.Add(this.label_Key);
|
|
this.panel1.Controls.Add(this.label_People);
|
|
this.panel1.Controls.Add(this.label_Category);
|
|
this.panel1.Controls.Add(this.label2);
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
this.panel1.Name = "panel1";
|
|
//
|
|
// label4
|
|
//
|
|
resources.ApplyResources(this.label4, "label4");
|
|
this.label4.Name = "label4";
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// label_StartDate
|
|
//
|
|
resources.ApplyResources(this.label_StartDate, "label_StartDate");
|
|
this.label_StartDate.Name = "label_StartDate";
|
|
//
|
|
// button_Close
|
|
//
|
|
this.button_Close.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
resources.ApplyResources(this.button_Close, "button_Close");
|
|
this.button_Close.Name = "button_Close";
|
|
this.button_Close.UseVisualStyleBackColor = false;
|
|
this.button_Close.Click += new System.EventHandler(this.Button_Close_Click);
|
|
//
|
|
// label3
|
|
//
|
|
resources.ApplyResources(this.label3, "label3");
|
|
this.label3.Name = "label3";
|
|
//
|
|
// label_Key
|
|
//
|
|
resources.ApplyResources(this.label_Key, "label_Key");
|
|
this.label_Key.Name = "label_Key";
|
|
//
|
|
// label_People
|
|
//
|
|
resources.ApplyResources(this.label_People, "label_People");
|
|
this.label_People.Name = "label_People";
|
|
//
|
|
// label_Category
|
|
//
|
|
resources.ApplyResources(this.label_Category, "label_Category");
|
|
this.label_Category.Name = "label_Category";
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Name = "label2";
|
|
//
|
|
// RentKeyInfo
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.Controls.Add(this.panel1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "RentKeyInfo";
|
|
this.Load += new System.EventHandler(this.RentKeyInfo_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label_StartDate;
|
|
private System.Windows.Forms.Button button_Close;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label_Key;
|
|
private System.Windows.Forms.Label label_People;
|
|
private System.Windows.Forms.Label label_Category;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
} |