398 lines
22 KiB
C#
398 lines
22 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmReservMain
|
|
{
|
|
/// <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.picBack = new System.Windows.Forms.PictureBox();
|
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.btnGridDn = new Cosmos.UI.CsmButton();
|
|
this.btnGridUp = new Cosmos.UI.CsmButton();
|
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|
this.btnModify = new Cosmos.UI.CsmButton();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lblPayAmt = new Cosmos.UI.CsmLabel();
|
|
this.txtReservYear = new Cosmos.UI.CsmPosEditBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.gridReserv = new Cosmos.UI.CsmGrid();
|
|
this.csmLabel1 = new Cosmos.UI.CsmLabel();
|
|
this.txtReservMon = new Cosmos.UI.CsmPosEditBox();
|
|
this.csmLabel3 = new Cosmos.UI.CsmLabel();
|
|
this.btnSearch = new Cosmos.UI.CsmButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// picBack
|
|
//
|
|
this.picBack.ErrorImage = null;
|
|
this.picBack.InitialImage = null;
|
|
this.picBack.Location = new System.Drawing.Point(23, 518);
|
|
this.picBack.Name = "picBack";
|
|
this.picBack.Size = new System.Drawing.Size(151, 61);
|
|
this.picBack.TabIndex = 242;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.btnExit.BorderStyleReDraw = false;
|
|
this.btnExit.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnExit.ForeColor = System.Drawing.Color.White;
|
|
this.btnExit.Location = new System.Drawing.Point(741, 1);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|
this.btnExit.TabIndex = 4;
|
|
this.btnExit.Text = "X";
|
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.lblTitle.BorderStyleReDraw = false;
|
|
this.lblTitle.Font = new System.Drawing.Font("나눔스퀘어", 16F, System.Drawing.FontStyle.Bold);
|
|
this.lblTitle.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.Location = new System.Drawing.Point(16, 1);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(733, 50);
|
|
this.lblTitle.TabIndex = 3;
|
|
this.lblTitle.Text = "예약 관리";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// btnGridDn
|
|
//
|
|
this.btnGridDn.BackColor = System.Drawing.Color.White;
|
|
this.btnGridDn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnGridDn.BorderStyleReDraw = true;
|
|
this.btnGridDn.ClickImage = null;
|
|
this.btnGridDn.DefaultImage = null;
|
|
this.btnGridDn.DisableImage = null;
|
|
this.btnGridDn.Location = new System.Drawing.Point(400, 476);
|
|
this.btnGridDn.Name = "btnGridDn";
|
|
this.btnGridDn.OccupancyBar = 0;
|
|
this.btnGridDn.OccupancyBar_Lv0 = null;
|
|
this.btnGridDn.OccupancyBar_Lv1 = null;
|
|
this.btnGridDn.OccupancyBar_Lv2 = null;
|
|
this.btnGridDn.OccupancyBar_Lv3 = null;
|
|
this.btnGridDn.OccupancyBar_Lv4 = null;
|
|
this.btnGridDn.Size = new System.Drawing.Size(378, 48);
|
|
this.btnGridDn.TabIndex = 11;
|
|
this.btnGridDn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnGridDn.Click += new System.EventHandler(this.btnGrid_Click);
|
|
this.btnGridDn.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnGrid_MouseDown);
|
|
this.btnGridDn.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnGrid_MouseUp);
|
|
//
|
|
// btnGridUp
|
|
//
|
|
this.btnGridUp.BackColor = System.Drawing.Color.White;
|
|
this.btnGridUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnGridUp.BorderStyleReDraw = true;
|
|
this.btnGridUp.ClickImage = null;
|
|
this.btnGridUp.DefaultImage = null;
|
|
this.btnGridUp.DisableImage = null;
|
|
this.btnGridUp.Location = new System.Drawing.Point(22, 476);
|
|
this.btnGridUp.Name = "btnGridUp";
|
|
this.btnGridUp.OccupancyBar = 0;
|
|
this.btnGridUp.OccupancyBar_Lv0 = null;
|
|
this.btnGridUp.OccupancyBar_Lv1 = null;
|
|
this.btnGridUp.OccupancyBar_Lv2 = null;
|
|
this.btnGridUp.OccupancyBar_Lv3 = null;
|
|
this.btnGridUp.OccupancyBar_Lv4 = null;
|
|
this.btnGridUp.Size = new System.Drawing.Size(378, 48);
|
|
this.btnGridUp.TabIndex = 10;
|
|
this.btnGridUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnGridUp.Click += new System.EventHandler(this.btnGrid_Click);
|
|
this.btnGridUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnGrid_MouseDown);
|
|
this.btnGridUp.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnGrid_MouseUp);
|
|
//
|
|
// btnEnter
|
|
//
|
|
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnEnter.BorderStyleReDraw = false;
|
|
this.btnEnter.ClickImage = null;
|
|
this.btnEnter.DefaultImage = null;
|
|
this.btnEnter.DisableImage = null;
|
|
this.btnEnter.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnEnter.ForeColor = System.Drawing.Color.White;
|
|
this.btnEnter.Location = new System.Drawing.Point(674, 538);
|
|
this.btnEnter.Name = "btnEnter";
|
|
this.btnEnter.OccupancyBar = 0;
|
|
this.btnEnter.OccupancyBar_Lv0 = null;
|
|
this.btnEnter.OccupancyBar_Lv1 = null;
|
|
this.btnEnter.OccupancyBar_Lv2 = null;
|
|
this.btnEnter.OccupancyBar_Lv3 = null;
|
|
this.btnEnter.OccupancyBar_Lv4 = null;
|
|
this.btnEnter.Size = new System.Drawing.Size(104, 39);
|
|
this.btnEnter.TabIndex = 13;
|
|
this.btnEnter.Text = "등록";
|
|
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnEnter.UseCompatibleTextRendering = true;
|
|
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnModify
|
|
//
|
|
this.btnModify.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnModify.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnModify.BorderStyleReDraw = false;
|
|
this.btnModify.ClickImage = null;
|
|
this.btnModify.DefaultImage = null;
|
|
this.btnModify.DisableImage = null;
|
|
this.btnModify.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnModify.ForeColor = System.Drawing.Color.White;
|
|
this.btnModify.Location = new System.Drawing.Point(566, 538);
|
|
this.btnModify.Name = "btnModify";
|
|
this.btnModify.OccupancyBar = 0;
|
|
this.btnModify.OccupancyBar_Lv0 = null;
|
|
this.btnModify.OccupancyBar_Lv1 = null;
|
|
this.btnModify.OccupancyBar_Lv2 = null;
|
|
this.btnModify.OccupancyBar_Lv3 = null;
|
|
this.btnModify.OccupancyBar_Lv4 = null;
|
|
this.btnModify.Size = new System.Drawing.Size(104, 39);
|
|
this.btnModify.TabIndex = 12;
|
|
this.btnModify.Text = "수정";
|
|
this.btnModify.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnModify.UseCompatibleTextRendering = true;
|
|
this.btnModify.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label2.Location = new System.Drawing.Point(22, 67);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(756, 2);
|
|
this.label2.TabIndex = 5;
|
|
//
|
|
// lblPayAmt
|
|
//
|
|
this.lblPayAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblPayAmt.BorderStyleReDraw = true;
|
|
this.lblPayAmt.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblPayAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblPayAmt.Location = new System.Drawing.Point(22, 68);
|
|
this.lblPayAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblPayAmt.Name = "lblPayAmt";
|
|
this.lblPayAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblPayAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblPayAmt.TabIndex = 6;
|
|
this.lblPayAmt.Text = "조회 월";
|
|
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtReservYear
|
|
//
|
|
this.txtReservYear.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtReservYear.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtReservYear.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtReservYear.BorderStyleReDraw = false;
|
|
this.txtReservYear.ClearFlag = false;
|
|
this.txtReservYear.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtReservYear.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtReservYear.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtReservYear.InputType = Cosmos.UI.InputType.Digit;
|
|
this.txtReservYear.InputTypeFormat = "";
|
|
this.txtReservYear.Location = new System.Drawing.Point(157, 75);
|
|
this.txtReservYear.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtReservYear.MaxLength = 4;
|
|
this.txtReservYear.MaxLengthAutoEnd = false;
|
|
this.txtReservYear.MaxLengthForKeyIn = 32767;
|
|
this.txtReservYear.MaxLengthForNumpad = 32767;
|
|
this.txtReservYear.Name = "txtReservYear";
|
|
this.txtReservYear.PasswordChar = '\0';
|
|
this.txtReservYear.ReadOnly = false;
|
|
this.txtReservYear.Size = new System.Drawing.Size(70, 26);
|
|
this.txtReservYear.TabIndex = 0;
|
|
this.txtReservYear.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtReservYear.UseDualMaxLength = false;
|
|
this.txtReservYear.Value = "2016";
|
|
this.txtReservYear.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.EditBox_KeyDownEvent);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label4.Location = new System.Drawing.Point(22, 122);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(756, 2);
|
|
this.label4.TabIndex = 9;
|
|
//
|
|
// gridReserv
|
|
//
|
|
this.gridReserv.BackColor = System.Drawing.Color.White;
|
|
this.gridReserv.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.gridReserv.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
|
|
this.gridReserv.CsmGridBackGroundColor = System.Drawing.Color.White;
|
|
this.gridReserv.CsmGridColumnCount = 0;
|
|
this.gridReserv.CsmGridColumnHeadersFont = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.gridReserv.CsmGridColumnHeadersHeight = 38;
|
|
this.gridReserv.CsmGridColumnHeadersVisible = false;
|
|
this.gridReserv.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory;
|
|
this.gridReserv.CsmGridFirstDisplayedScrollingRowIndex = -1;
|
|
this.gridReserv.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
|
|
this.gridReserv.CsmGridHighlightTextColor = System.Drawing.Color.Black;
|
|
this.gridReserv.CsmGridIndicateBackColor = System.Drawing.Color.Red;
|
|
this.gridReserv.CsmGridIndicateForeColor = System.Drawing.Color.White;
|
|
this.gridReserv.CsmGridRowMove = true;
|
|
this.gridReserv.CsmGridRowsHeight = 60;
|
|
this.gridReserv.CsmGridShowPageRowsCount = 5;
|
|
this.gridReserv.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.gridReserv.ForeColor = System.Drawing.Color.Black;
|
|
this.gridReserv.Location = new System.Drawing.Point(22, 123);
|
|
this.gridReserv.Margin = new System.Windows.Forms.Padding(4);
|
|
this.gridReserv.Name = "gridReserv";
|
|
this.gridReserv.Size = new System.Drawing.Size(756, 354);
|
|
this.gridReserv.TabIndex = 2;
|
|
//
|
|
// csmLabel1
|
|
//
|
|
this.csmLabel1.BackColor = System.Drawing.Color.White;
|
|
this.csmLabel1.BorderStyleReDraw = false;
|
|
this.csmLabel1.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.csmLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.csmLabel1.Location = new System.Drawing.Point(228, 75);
|
|
this.csmLabel1.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.csmLabel1.Name = "csmLabel1";
|
|
this.csmLabel1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.csmLabel1.Size = new System.Drawing.Size(24, 26);
|
|
this.csmLabel1.TabIndex = 7;
|
|
this.csmLabel1.Text = "/";
|
|
this.csmLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtReservMon
|
|
//
|
|
this.txtReservMon.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtReservMon.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtReservMon.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtReservMon.BorderStyleReDraw = false;
|
|
this.txtReservMon.ClearFlag = false;
|
|
this.txtReservMon.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtReservMon.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtReservMon.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtReservMon.InputType = Cosmos.UI.InputType.Digit;
|
|
this.txtReservMon.InputTypeFormat = "";
|
|
this.txtReservMon.Location = new System.Drawing.Point(253, 75);
|
|
this.txtReservMon.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtReservMon.MaxLength = 2;
|
|
this.txtReservMon.MaxLengthAutoEnd = false;
|
|
this.txtReservMon.MaxLengthForKeyIn = 32767;
|
|
this.txtReservMon.MaxLengthForNumpad = 32767;
|
|
this.txtReservMon.Name = "txtReservMon";
|
|
this.txtReservMon.PasswordChar = '\0';
|
|
this.txtReservMon.ReadOnly = false;
|
|
this.txtReservMon.Size = new System.Drawing.Size(46, 26);
|
|
this.txtReservMon.TabIndex = 1;
|
|
this.txtReservMon.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtReservMon.UseDualMaxLength = false;
|
|
this.txtReservMon.Value = "12";
|
|
this.txtReservMon.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.EditBox_KeyDownEvent);
|
|
//
|
|
// csmLabel3
|
|
//
|
|
this.csmLabel3.BackColor = System.Drawing.Color.White;
|
|
this.csmLabel3.BorderStyleReDraw = true;
|
|
this.csmLabel3.Location = new System.Drawing.Point(143, 68);
|
|
this.csmLabel3.Name = "csmLabel3";
|
|
this.csmLabel3.Size = new System.Drawing.Size(635, 40);
|
|
this.csmLabel3.TabIndex = 547;
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnSearch.BorderStyleReDraw = false;
|
|
this.btnSearch.ClickImage = null;
|
|
this.btnSearch.DefaultImage = null;
|
|
this.btnSearch.DisableImage = null;
|
|
this.btnSearch.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnSearch.ForeColor = System.Drawing.Color.White;
|
|
this.btnSearch.Location = new System.Drawing.Point(458, 538);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.OccupancyBar = 0;
|
|
this.btnSearch.OccupancyBar_Lv0 = null;
|
|
this.btnSearch.OccupancyBar_Lv1 = null;
|
|
this.btnSearch.OccupancyBar_Lv2 = null;
|
|
this.btnSearch.OccupancyBar_Lv3 = null;
|
|
this.btnSearch.OccupancyBar_Lv4 = null;
|
|
this.btnSearch.Size = new System.Drawing.Size(104, 39);
|
|
this.btnSearch.TabIndex = 548;
|
|
this.btnSearch.Text = "조회";
|
|
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnSearch.UseCompatibleTextRendering = true;
|
|
this.btnSearch.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// frmReservMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
|
this.Controls.Add(this.btnSearch);
|
|
this.Controls.Add(this.btnGridDn);
|
|
this.Controls.Add(this.btnGridUp);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtReservMon);
|
|
this.Controls.Add(this.csmLabel1);
|
|
this.Controls.Add(this.txtReservYear);
|
|
this.Controls.Add(this.csmLabel3);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.lblPayAmt);
|
|
this.Controls.Add(this.btnModify);
|
|
this.Controls.Add(this.btnEnter);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.gridReserv);
|
|
this.Controls.Add(this.picBack);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmReservMain";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "frmReservMain";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmReservMain_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmReservMain_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmLabel btnExit;
|
|
private UI.CsmLabel lblTitle;
|
|
private UI.CsmButton btnGridDn;
|
|
private UI.CsmButton btnGridUp;
|
|
private UI.CsmButton btnEnter;
|
|
private UI.CsmButton btnModify;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmLabel lblPayAmt;
|
|
private UI.CsmPosEditBox txtReservYear;
|
|
private System.Windows.Forms.Label label4;
|
|
private UI.CsmGrid gridReserv;
|
|
private UI.CsmLabel csmLabel1;
|
|
private UI.CsmPosEditBox txtReservMon;
|
|
private UI.CsmLabel csmLabel3;
|
|
private UI.CsmButton btnSearch;
|
|
}
|
|
} |