432 lines
24 KiB
C#
432 lines
24 KiB
C#
namespace Cheongbuk_MegaPark_Key_Management
|
|
{
|
|
partial class RentKey
|
|
{
|
|
/// <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(RentKey));
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.dateTimePicker_ManualTime = new System.Windows.Forms.DateTimePicker();
|
|
this.radioButton_ManualTime = new System.Windows.Forms.RadioButton();
|
|
this.radioButton_NowTime = new System.Windows.Forms.RadioButton();
|
|
this.textBox_KeyNumber = new System.Windows.Forms.TextBox();
|
|
this.panel_NumberKey = new System.Windows.Forms.Panel();
|
|
this.button_NumC = new System.Windows.Forms.Button();
|
|
this.button_Num0 = new System.Windows.Forms.Button();
|
|
this.button_Num1 = new System.Windows.Forms.Button();
|
|
this.button_NumB = new System.Windows.Forms.Button();
|
|
this.button_Num2 = new System.Windows.Forms.Button();
|
|
this.button_Num9 = new System.Windows.Forms.Button();
|
|
this.button_Num3 = new System.Windows.Forms.Button();
|
|
this.button_Num8 = new System.Windows.Forms.Button();
|
|
this.button_Num4 = new System.Windows.Forms.Button();
|
|
this.button_Num7 = new System.Windows.Forms.Button();
|
|
this.button_Num5 = new System.Windows.Forms.Button();
|
|
this.button_Num6 = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.button_Category3 = new System.Windows.Forms.Button();
|
|
this.button_Cancel = new System.Windows.Forms.Button();
|
|
this.button_Category2 = new System.Windows.Forms.Button();
|
|
this.button_Category1 = new System.Windows.Forms.Button();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.groupBox1.SuspendLayout();
|
|
this.panel_NumberKey.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.dateTimePicker_ManualTime);
|
|
this.groupBox1.Controls.Add(this.radioButton_ManualTime);
|
|
this.groupBox1.Controls.Add(this.radioButton_NowTime);
|
|
this.groupBox1.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
|
this.groupBox1.Location = new System.Drawing.Point(10, 10);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(426, 128);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// dateTimePicker_ManualTime
|
|
//
|
|
this.dateTimePicker_ManualTime.CalendarFont = new System.Drawing.Font("굴림", 20F);
|
|
this.dateTimePicker_ManualTime.CustomFormat = "yyyy/MM/dd HH:mm";
|
|
this.dateTimePicker_ManualTime.Enabled = false;
|
|
this.dateTimePicker_ManualTime.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
|
this.dateTimePicker_ManualTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
|
this.dateTimePicker_ManualTime.Location = new System.Drawing.Point(169, 70);
|
|
this.dateTimePicker_ManualTime.Name = "dateTimePicker_ManualTime";
|
|
this.dateTimePicker_ManualTime.ShowUpDown = true;
|
|
this.dateTimePicker_ManualTime.Size = new System.Drawing.Size(243, 43);
|
|
this.dateTimePicker_ManualTime.TabIndex = 1;
|
|
//
|
|
// radioButton_ManualTime
|
|
//
|
|
this.radioButton_ManualTime.AutoSize = true;
|
|
this.radioButton_ManualTime.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
|
this.radioButton_ManualTime.Location = new System.Drawing.Point(20, 70);
|
|
this.radioButton_ManualTime.Name = "radioButton_ManualTime";
|
|
this.radioButton_ManualTime.Size = new System.Drawing.Size(143, 41);
|
|
this.radioButton_ManualTime.TabIndex = 0;
|
|
this.radioButton_ManualTime.Text = "수동시간";
|
|
this.radioButton_ManualTime.UseVisualStyleBackColor = true;
|
|
this.radioButton_ManualTime.CheckedChanged += new System.EventHandler(this.RadioButton_ManualTime_CheckedChanged);
|
|
//
|
|
// radioButton_NowTime
|
|
//
|
|
this.radioButton_NowTime.AutoSize = true;
|
|
this.radioButton_NowTime.Checked = true;
|
|
this.radioButton_NowTime.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
|
this.radioButton_NowTime.Location = new System.Drawing.Point(20, 20);
|
|
this.radioButton_NowTime.Name = "radioButton_NowTime";
|
|
this.radioButton_NowTime.Size = new System.Drawing.Size(143, 41);
|
|
this.radioButton_NowTime.TabIndex = 0;
|
|
this.radioButton_NowTime.TabStop = true;
|
|
this.radioButton_NowTime.Text = "현재시간";
|
|
this.radioButton_NowTime.UseVisualStyleBackColor = true;
|
|
//
|
|
// textBox_KeyNumber
|
|
//
|
|
this.textBox_KeyNumber.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
|
this.textBox_KeyNumber.Location = new System.Drawing.Point(193, 20);
|
|
this.textBox_KeyNumber.Name = "textBox_KeyNumber";
|
|
this.textBox_KeyNumber.Size = new System.Drawing.Size(107, 43);
|
|
this.textBox_KeyNumber.TabIndex = 0;
|
|
//
|
|
// panel_NumberKey
|
|
//
|
|
this.panel_NumberKey.BackColor = System.Drawing.Color.White;
|
|
this.panel_NumberKey.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel_NumberKey.Controls.Add(this.button_NumC);
|
|
this.panel_NumberKey.Controls.Add(this.button_Num0);
|
|
this.panel_NumberKey.Controls.Add(this.button_Num1);
|
|
this.panel_NumberKey.Controls.Add(this.button_NumB);
|
|
this.panel_NumberKey.Controls.Add(this.button_Num2);
|
|
this.panel_NumberKey.Controls.Add(this.button_Num9);
|
|
this.panel_NumberKey.Controls.Add(this.button_Num3);
|
|
this.panel_NumberKey.Controls.Add(this.button_Num8);
|
|
this.panel_NumberKey.Controls.Add(this.button_Num4);
|
|
this.panel_NumberKey.Controls.Add(this.button_Num7);
|
|
this.panel_NumberKey.Controls.Add(this.button_Num5);
|
|
this.panel_NumberKey.Controls.Add(this.button_Num6);
|
|
this.panel_NumberKey.Location = new System.Drawing.Point(20, 70);
|
|
this.panel_NumberKey.Name = "panel_NumberKey";
|
|
this.panel_NumberKey.Size = new System.Drawing.Size(280, 370);
|
|
this.panel_NumberKey.TabIndex = 9;
|
|
//
|
|
// button_NumC
|
|
//
|
|
this.button_NumC.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_NumC.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button_NumC.Location = new System.Drawing.Point(190, 280);
|
|
this.button_NumC.Name = "button_NumC";
|
|
this.button_NumC.Size = new System.Drawing.Size(80, 80);
|
|
this.button_NumC.TabIndex = 13;
|
|
this.button_NumC.Tag = "-2";
|
|
this.button_NumC.Text = "C";
|
|
this.button_NumC.UseVisualStyleBackColor = true;
|
|
this.button_NumC.Click += new System.EventHandler(this.Button_Num_Click);
|
|
//
|
|
// button_Num0
|
|
//
|
|
this.button_Num0.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_Num0.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button_Num0.Location = new System.Drawing.Point(100, 280);
|
|
this.button_Num0.Name = "button_Num0";
|
|
this.button_Num0.Size = new System.Drawing.Size(80, 80);
|
|
this.button_Num0.TabIndex = 11;
|
|
this.button_Num0.Tag = "0";
|
|
this.button_Num0.Text = "0";
|
|
this.button_Num0.UseVisualStyleBackColor = true;
|
|
this.button_Num0.Click += new System.EventHandler(this.Button_Num_Click);
|
|
//
|
|
// button_Num1
|
|
//
|
|
this.button_Num1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_Num1.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button_Num1.Location = new System.Drawing.Point(10, 10);
|
|
this.button_Num1.Name = "button_Num1";
|
|
this.button_Num1.Size = new System.Drawing.Size(80, 80);
|
|
this.button_Num1.TabIndex = 2;
|
|
this.button_Num1.Tag = "1";
|
|
this.button_Num1.Text = "1";
|
|
this.button_Num1.UseVisualStyleBackColor = true;
|
|
this.button_Num1.Click += new System.EventHandler(this.Button_Num_Click);
|
|
//
|
|
// button_NumB
|
|
//
|
|
this.button_NumB.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_NumB.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button_NumB.Location = new System.Drawing.Point(10, 280);
|
|
this.button_NumB.Name = "button_NumB";
|
|
this.button_NumB.Size = new System.Drawing.Size(80, 80);
|
|
this.button_NumB.TabIndex = 12;
|
|
this.button_NumB.Tag = "-1";
|
|
this.button_NumB.Text = "←";
|
|
this.button_NumB.UseVisualStyleBackColor = true;
|
|
this.button_NumB.Click += new System.EventHandler(this.Button_Num_Click);
|
|
//
|
|
// button_Num2
|
|
//
|
|
this.button_Num2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_Num2.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button_Num2.Location = new System.Drawing.Point(100, 10);
|
|
this.button_Num2.Name = "button_Num2";
|
|
this.button_Num2.Size = new System.Drawing.Size(80, 80);
|
|
this.button_Num2.TabIndex = 3;
|
|
this.button_Num2.Tag = "2";
|
|
this.button_Num2.Text = "2";
|
|
this.button_Num2.UseVisualStyleBackColor = true;
|
|
this.button_Num2.Click += new System.EventHandler(this.Button_Num_Click);
|
|
//
|
|
// button_Num9
|
|
//
|
|
this.button_Num9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_Num9.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button_Num9.Location = new System.Drawing.Point(190, 190);
|
|
this.button_Num9.Name = "button_Num9";
|
|
this.button_Num9.Size = new System.Drawing.Size(80, 80);
|
|
this.button_Num9.TabIndex = 10;
|
|
this.button_Num9.Tag = "9";
|
|
this.button_Num9.Text = "9";
|
|
this.button_Num9.UseVisualStyleBackColor = true;
|
|
this.button_Num9.Click += new System.EventHandler(this.Button_Num_Click);
|
|
//
|
|
// button_Num3
|
|
//
|
|
this.button_Num3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_Num3.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button_Num3.Location = new System.Drawing.Point(190, 10);
|
|
this.button_Num3.Name = "button_Num3";
|
|
this.button_Num3.Size = new System.Drawing.Size(80, 80);
|
|
this.button_Num3.TabIndex = 4;
|
|
this.button_Num3.Tag = "3";
|
|
this.button_Num3.Text = "3";
|
|
this.button_Num3.UseVisualStyleBackColor = true;
|
|
this.button_Num3.Click += new System.EventHandler(this.Button_Num_Click);
|
|
//
|
|
// button_Num8
|
|
//
|
|
this.button_Num8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_Num8.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button_Num8.Location = new System.Drawing.Point(100, 190);
|
|
this.button_Num8.Name = "button_Num8";
|
|
this.button_Num8.Size = new System.Drawing.Size(80, 80);
|
|
this.button_Num8.TabIndex = 9;
|
|
this.button_Num8.Tag = "8";
|
|
this.button_Num8.Text = "8";
|
|
this.button_Num8.UseVisualStyleBackColor = true;
|
|
this.button_Num8.Click += new System.EventHandler(this.Button_Num_Click);
|
|
//
|
|
// button_Num4
|
|
//
|
|
this.button_Num4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_Num4.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button_Num4.Location = new System.Drawing.Point(10, 100);
|
|
this.button_Num4.Name = "button_Num4";
|
|
this.button_Num4.Size = new System.Drawing.Size(80, 80);
|
|
this.button_Num4.TabIndex = 5;
|
|
this.button_Num4.Tag = "4";
|
|
this.button_Num4.Text = "4";
|
|
this.button_Num4.UseVisualStyleBackColor = true;
|
|
this.button_Num4.Click += new System.EventHandler(this.Button_Num_Click);
|
|
//
|
|
// button_Num7
|
|
//
|
|
this.button_Num7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_Num7.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button_Num7.Location = new System.Drawing.Point(10, 190);
|
|
this.button_Num7.Name = "button_Num7";
|
|
this.button_Num7.Size = new System.Drawing.Size(80, 80);
|
|
this.button_Num7.TabIndex = 8;
|
|
this.button_Num7.Tag = "7";
|
|
this.button_Num7.Text = "7";
|
|
this.button_Num7.UseVisualStyleBackColor = true;
|
|
this.button_Num7.Click += new System.EventHandler(this.Button_Num_Click);
|
|
//
|
|
// button_Num5
|
|
//
|
|
this.button_Num5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_Num5.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button_Num5.Location = new System.Drawing.Point(100, 100);
|
|
this.button_Num5.Name = "button_Num5";
|
|
this.button_Num5.Size = new System.Drawing.Size(80, 80);
|
|
this.button_Num5.TabIndex = 6;
|
|
this.button_Num5.Tag = "5";
|
|
this.button_Num5.Text = "5";
|
|
this.button_Num5.UseVisualStyleBackColor = true;
|
|
this.button_Num5.Click += new System.EventHandler(this.Button_Num_Click);
|
|
//
|
|
// button_Num6
|
|
//
|
|
this.button_Num6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_Num6.Font = new System.Drawing.Font("맑은 고딕", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.button_Num6.Location = new System.Drawing.Point(190, 100);
|
|
this.button_Num6.Name = "button_Num6";
|
|
this.button_Num6.Size = new System.Drawing.Size(80, 80);
|
|
this.button_Num6.TabIndex = 7;
|
|
this.button_Num6.Tag = "6";
|
|
this.button_Num6.Text = "6";
|
|
this.button_Num6.UseVisualStyleBackColor = true;
|
|
this.button_Num6.Click += new System.EventHandler(this.Button_Num_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("맑은 고딕", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.label1.Location = new System.Drawing.Point(110, 20);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(80, 37);
|
|
this.label1.TabIndex = 5;
|
|
this.label1.Text = "인 원";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// button_Category3
|
|
//
|
|
this.button_Category3.BackColor = System.Drawing.Color.White;
|
|
this.button_Category3.DialogResult = System.Windows.Forms.DialogResult.Yes;
|
|
this.button_Category3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_Category3.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
|
this.button_Category3.Location = new System.Drawing.Point(450, 386);
|
|
this.button_Category3.Name = "button_Category3";
|
|
this.button_Category3.Size = new System.Drawing.Size(200, 100);
|
|
this.button_Category3.TabIndex = 4;
|
|
this.button_Category3.Tag = "4";
|
|
this.button_Category3.Text = "4시간 선불";
|
|
this.button_Category3.UseVisualStyleBackColor = false;
|
|
this.button_Category3.Click += new System.EventHandler(this.Button_Rent_Click);
|
|
//
|
|
// button_Cancel
|
|
//
|
|
this.button_Cancel.BackColor = System.Drawing.Color.White;
|
|
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("맑은 고딕", 20F);
|
|
this.button_Cancel.Location = new System.Drawing.Point(450, 496);
|
|
this.button_Cancel.Name = "button_Cancel";
|
|
this.button_Cancel.Size = new System.Drawing.Size(203, 100);
|
|
this.button_Cancel.TabIndex = 3;
|
|
this.button_Cancel.Text = "취소";
|
|
this.button_Cancel.UseVisualStyleBackColor = false;
|
|
//
|
|
// button_Category2
|
|
//
|
|
this.button_Category2.BackColor = System.Drawing.Color.White;
|
|
this.button_Category2.DialogResult = System.Windows.Forms.DialogResult.Yes;
|
|
this.button_Category2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_Category2.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
|
this.button_Category2.Location = new System.Drawing.Point(450, 276);
|
|
this.button_Category2.Name = "button_Category2";
|
|
this.button_Category2.Size = new System.Drawing.Size(200, 100);
|
|
this.button_Category2.TabIndex = 2;
|
|
this.button_Category2.Tag = "2";
|
|
this.button_Category2.Text = "2시간 선불";
|
|
this.button_Category2.UseVisualStyleBackColor = false;
|
|
this.button_Category2.Click += new System.EventHandler(this.Button_Rent_Click);
|
|
//
|
|
// button_Category1
|
|
//
|
|
this.button_Category1.BackColor = System.Drawing.Color.White;
|
|
this.button_Category1.DialogResult = System.Windows.Forms.DialogResult.Yes;
|
|
this.button_Category1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.button_Category1.Font = new System.Drawing.Font("맑은 고딕", 20F);
|
|
this.button_Category1.Location = new System.Drawing.Point(450, 166);
|
|
this.button_Category1.Name = "button_Category1";
|
|
this.button_Category1.Size = new System.Drawing.Size(200, 100);
|
|
this.button_Category1.TabIndex = 1;
|
|
this.button_Category1.Tag = "1";
|
|
this.button_Category1.Text = "1시간 선불";
|
|
this.button_Category1.UseVisualStyleBackColor = false;
|
|
this.button_Category1.Click += new System.EventHandler(this.Button_Rent_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel1.Controls.Add(this.textBox_KeyNumber);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.panel_NumberKey);
|
|
this.panel1.Location = new System.Drawing.Point(116, 150);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(320, 450);
|
|
this.panel1.TabIndex = 5;
|
|
//
|
|
// RentKey
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
this.ClientSize = new System.Drawing.Size(670, 620);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.button_Category1);
|
|
this.Controls.Add(this.button_Category2);
|
|
this.Controls.Add(this.button_Category3);
|
|
this.Controls.Add(this.button_Cancel);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "RentKey";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "RentKey";
|
|
this.TopMost = true;
|
|
this.Shown += new System.EventHandler(this.RentKey_Shown);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.panel_NumberKey.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker_ManualTime;
|
|
private System.Windows.Forms.RadioButton radioButton_ManualTime;
|
|
private System.Windows.Forms.RadioButton radioButton_NowTime;
|
|
private System.Windows.Forms.Button button_Category1;
|
|
private System.Windows.Forms.Button button_Category2;
|
|
private System.Windows.Forms.Button button_Cancel;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button button_Category3;
|
|
private System.Windows.Forms.Panel panel_NumberKey;
|
|
private System.Windows.Forms.Button button_NumC;
|
|
private System.Windows.Forms.Button button_Num0;
|
|
private System.Windows.Forms.Button button_Num1;
|
|
private System.Windows.Forms.Button button_NumB;
|
|
private System.Windows.Forms.Button button_Num2;
|
|
private System.Windows.Forms.Button button_Num9;
|
|
private System.Windows.Forms.Button button_Num3;
|
|
private System.Windows.Forms.Button button_Num8;
|
|
private System.Windows.Forms.Button button_Num4;
|
|
private System.Windows.Forms.Button button_Num7;
|
|
private System.Windows.Forms.Button button_Num5;
|
|
private System.Windows.Forms.Button button_Num6;
|
|
private System.Windows.Forms.TextBox textBox_KeyNumber;
|
|
private System.Windows.Forms.Panel panel1;
|
|
}
|
|
} |