646 lines
39 KiB
C#
646 lines
39 KiB
C#
namespace TableConfiguration
|
|
{
|
|
partial class frmTableManager
|
|
{
|
|
/// <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.btnExit = new Cosmos.UI.CsmLabel();
|
|
this.txtTableNm = new Cosmos.UI.CsmPosEditBox();
|
|
this.lblTableNo = new Cosmos.UI.CsmLabel();
|
|
this.txtTableNo = new Cosmos.UI.CsmPosEditBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.lblFloorCd = new Cosmos.UI.CsmLabel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.lblFloor = new Cosmos.UI.CsmLabel();
|
|
this.lblTableNm = new Cosmos.UI.CsmLabel();
|
|
this.gridTable = new Cosmos.UI.CsmGrid();
|
|
this.lblFontSize = new Cosmos.UI.CsmLabel();
|
|
this.txtFontSize = new Cosmos.UI.CsmPosEditBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.lblTblPos = new Cosmos.UI.CsmLabel();
|
|
this.txtCordX = new Cosmos.UI.CsmPosEditBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.lblTblSize = new Cosmos.UI.CsmLabel();
|
|
this.txtWidth = new Cosmos.UI.CsmPosEditBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.txtHeight = new Cosmos.UI.CsmPosEditBox();
|
|
this.txtCordY = new Cosmos.UI.CsmPosEditBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.btnGridDn = new Cosmos.UI.CsmButton();
|
|
this.btnGridUp = new Cosmos.UI.CsmButton();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(729, 1);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|
this.btnExit.TabIndex = 12;
|
|
this.btnExit.Text = "X";
|
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnExit.Click += new System.EventHandler(this.Button_Click);
|
|
//
|
|
// txtTableNm
|
|
//
|
|
this.txtTableNm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtTableNm.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
|
this.txtTableNm.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtTableNm.BorderStyleReDraw = false;
|
|
this.txtTableNm.ClearFlag = false;
|
|
this.txtTableNm.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtTableNm.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176)))));
|
|
this.txtTableNm.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtTableNm.InputType = Cosmos.UI.InputType.None;
|
|
this.txtTableNm.InputTypeFormat = "";
|
|
this.txtTableNm.Location = new System.Drawing.Point(559, 157);
|
|
this.txtTableNm.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtTableNm.MaxLength = 20;
|
|
this.txtTableNm.MaxLengthAutoEnd = false;
|
|
this.txtTableNm.MaxLengthForKeyIn = 32767;
|
|
this.txtTableNm.MaxLengthForNumpad = 32767;
|
|
this.txtTableNm.Name = "txtTableNm";
|
|
this.txtTableNm.PasswordChar = '\0';
|
|
this.txtTableNm.ReadOnly = false;
|
|
this.txtTableNm.Size = new System.Drawing.Size(191, 26);
|
|
this.txtTableNm.TabIndex = 0;
|
|
this.txtTableNm.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtTableNm.UseDualMaxLength = false;
|
|
this.txtTableNm.Value = "1F";
|
|
this.txtTableNm.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.EditBox_KeyDownEvent);
|
|
this.txtTableNm.Enter += new System.EventHandler(this.EditBox_Enter);
|
|
//
|
|
// lblTableNo
|
|
//
|
|
this.lblTableNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblTableNo.BorderStyleReDraw = false;
|
|
this.lblTableNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblTableNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblTableNo.Location = new System.Drawing.Point(425, 109);
|
|
this.lblTableNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblTableNo.Name = "lblTableNo";
|
|
this.lblTableNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblTableNo.Size = new System.Drawing.Size(120, 40);
|
|
this.lblTableNo.TabIndex = 15;
|
|
this.lblTableNo.Text = "테이블 번호";
|
|
this.lblTableNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtTableNo
|
|
//
|
|
this.txtTableNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtTableNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
|
this.txtTableNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtTableNo.BorderStyleReDraw = false;
|
|
this.txtTableNo.ClearFlag = false;
|
|
this.txtTableNo.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtTableNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtTableNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtTableNo.InputType = Cosmos.UI.InputType.None;
|
|
this.txtTableNo.InputTypeFormat = "";
|
|
this.txtTableNo.Location = new System.Drawing.Point(559, 116);
|
|
this.txtTableNo.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtTableNo.MaxLength = 3;
|
|
this.txtTableNo.MaxLengthAutoEnd = false;
|
|
this.txtTableNo.MaxLengthForKeyIn = 32767;
|
|
this.txtTableNo.MaxLengthForNumpad = 32767;
|
|
this.txtTableNo.Name = "txtTableNo";
|
|
this.txtTableNo.PasswordChar = '\0';
|
|
this.txtTableNo.ReadOnly = true;
|
|
this.txtTableNo.Size = new System.Drawing.Size(191, 26);
|
|
this.txtTableNo.TabIndex = 7;
|
|
this.txtTableNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtTableNo.UseDualMaxLength = false;
|
|
this.txtTableNo.Value = "001";
|
|
this.txtTableNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.EditBox_KeyDownEvent);
|
|
this.txtTableNo.Enter += new System.EventHandler(this.EditBox_Enter);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(166)))), ((int)(((byte)(167)))));
|
|
this.label4.Location = new System.Drawing.Point(425, 108);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(340, 1);
|
|
this.label4.TabIndex = 22;
|
|
//
|
|
// lblFloorCd
|
|
//
|
|
this.lblFloorCd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
|
this.lblFloorCd.BorderStyleReDraw = false;
|
|
this.lblFloorCd.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblFloorCd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblFloorCd.Location = new System.Drawing.Point(425, 69);
|
|
this.lblFloorCd.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblFloorCd.Name = "lblFloorCd";
|
|
this.lblFloorCd.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblFloorCd.Size = new System.Drawing.Size(120, 40);
|
|
this.lblFloorCd.TabIndex = 14;
|
|
this.lblFloorCd.Text = "층";
|
|
this.lblFloorCd.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.Silver;
|
|
this.label2.Location = new System.Drawing.Point(425, 190);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(340, 1);
|
|
this.label2.TabIndex = 24;
|
|
//
|
|
// 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("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnEnter.ForeColor = System.Drawing.Color.White;
|
|
this.btnEnter.Location = new System.Drawing.Point(662, 340);
|
|
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, 40);
|
|
this.btnEnter.TabIndex = 11;
|
|
this.btnEnter.Text = "확인 ";
|
|
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnEnter.UseCompatibleTextRendering = true;
|
|
this.btnEnter.Click += new System.EventHandler(this.Button_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("나눔스퀘어 Bold", 15.75F, 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(714, 50);
|
|
this.lblTitle.TabIndex = 13;
|
|
this.lblTitle.Text = "테이블 속성";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// picBack
|
|
//
|
|
this.picBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picBack.ErrorImage = null;
|
|
this.picBack.InitialImage = null;
|
|
this.picBack.Location = new System.Drawing.Point(405, 326);
|
|
this.picBack.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.picBack.Name = "picBack";
|
|
this.picBack.Size = new System.Drawing.Size(97, 62);
|
|
this.picBack.TabIndex = 329;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.BackColor = System.Drawing.Color.Silver;
|
|
this.label3.Location = new System.Drawing.Point(425, 149);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(340, 1);
|
|
this.label3.TabIndex = 23;
|
|
//
|
|
// lblFloor
|
|
//
|
|
this.lblFloor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.lblFloor.BorderStyleReDraw = true;
|
|
this.lblFloor.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblFloor.Location = new System.Drawing.Point(559, 76);
|
|
this.lblFloor.Name = "lblFloor";
|
|
this.lblFloor.Size = new System.Drawing.Size(191, 26);
|
|
this.lblFloor.TabIndex = 6;
|
|
this.lblFloor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblTableNm
|
|
//
|
|
this.lblTableNm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblTableNm.BorderStyleReDraw = false;
|
|
this.lblTableNm.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblTableNm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblTableNm.Location = new System.Drawing.Point(425, 150);
|
|
this.lblTableNm.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblTableNm.Name = "lblTableNm";
|
|
this.lblTableNm.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblTableNm.Size = new System.Drawing.Size(120, 40);
|
|
this.lblTableNm.TabIndex = 16;
|
|
this.lblTableNm.Text = "테이블 이름";
|
|
this.lblTableNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// gridTable
|
|
//
|
|
this.gridTable.BackColor = System.Drawing.Color.White;
|
|
this.gridTable.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
|
|
this.gridTable.CsmGridBackGroundColor = System.Drawing.Color.Ivory;
|
|
this.gridTable.CsmGridColumnCount = 0;
|
|
this.gridTable.CsmGridColumnHeadersFont = new System.Drawing.Font("나눔스퀘어", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.gridTable.CsmGridColumnHeadersHeight = 34;
|
|
this.gridTable.CsmGridColumnHeadersVisible = true;
|
|
this.gridTable.CsmGridDefaultRowBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
|
|
this.gridTable.CsmGridFirstDisplayedScrollingRowIndex = -1;
|
|
this.gridTable.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
|
|
this.gridTable.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
|
|
this.gridTable.CsmGridIndicateBackColor = System.Drawing.Color.Red;
|
|
this.gridTable.CsmGridIndicateForeColor = System.Drawing.Color.White;
|
|
this.gridTable.CsmGridRowMove = true;
|
|
this.gridTable.CsmGridRowsHeight = 34;
|
|
this.gridTable.CsmGridShowPageRowsCount = 8;
|
|
this.gridTable.Font = new System.Drawing.Font("나눔스퀘어", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.gridTable.Location = new System.Drawing.Point(22, 67);
|
|
this.gridTable.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.gridTable.Name = "gridTable";
|
|
this.gridTable.Size = new System.Drawing.Size(340, 265);
|
|
this.gridTable.TabIndex = 8;
|
|
this.gridTable.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.Grid_ClickEvent);
|
|
this.gridTable.Enter += new System.EventHandler(this.Grid_Enter);
|
|
//
|
|
// lblFontSize
|
|
//
|
|
this.lblFontSize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblFontSize.BorderStyleReDraw = false;
|
|
this.lblFontSize.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblFontSize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblFontSize.Location = new System.Drawing.Point(425, 191);
|
|
this.lblFontSize.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblFontSize.Name = "lblFontSize";
|
|
this.lblFontSize.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblFontSize.Size = new System.Drawing.Size(120, 40);
|
|
this.lblFontSize.TabIndex = 17;
|
|
this.lblFontSize.Text = "폰트 크기";
|
|
this.lblFontSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtFontSize
|
|
//
|
|
this.txtFontSize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtFontSize.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
|
this.txtFontSize.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtFontSize.BorderStyleReDraw = false;
|
|
this.txtFontSize.ClearFlag = false;
|
|
this.txtFontSize.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtFontSize.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176)))));
|
|
this.txtFontSize.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtFontSize.InputType = Cosmos.UI.InputType.Digit;
|
|
this.txtFontSize.InputTypeFormat = "";
|
|
this.txtFontSize.Location = new System.Drawing.Point(559, 198);
|
|
this.txtFontSize.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtFontSize.MaxLength = 20;
|
|
this.txtFontSize.MaxLengthAutoEnd = false;
|
|
this.txtFontSize.MaxLengthForKeyIn = 32767;
|
|
this.txtFontSize.MaxLengthForNumpad = 32767;
|
|
this.txtFontSize.Name = "txtFontSize";
|
|
this.txtFontSize.PasswordChar = '\0';
|
|
this.txtFontSize.ReadOnly = false;
|
|
this.txtFontSize.Size = new System.Drawing.Size(191, 26);
|
|
this.txtFontSize.TabIndex = 1;
|
|
this.txtFontSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtFontSize.UseDualMaxLength = false;
|
|
this.txtFontSize.Value = "10";
|
|
this.txtFontSize.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.EditBox_KeyDownEvent);
|
|
this.txtFontSize.Enter += new System.EventHandler(this.EditBox_Enter);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.BackColor = System.Drawing.Color.Silver;
|
|
this.label5.Location = new System.Drawing.Point(425, 231);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(340, 1);
|
|
this.label5.TabIndex = 0;
|
|
//
|
|
// lblTblPos
|
|
//
|
|
this.lblTblPos.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblTblPos.BorderStyleReDraw = false;
|
|
this.lblTblPos.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblTblPos.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblTblPos.Location = new System.Drawing.Point(425, 232);
|
|
this.lblTblPos.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblTblPos.Name = "lblTblPos";
|
|
this.lblTblPos.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblTblPos.Size = new System.Drawing.Size(120, 40);
|
|
this.lblTblPos.TabIndex = 25;
|
|
this.lblTblPos.Text = "위치 (X,Y)";
|
|
this.lblTblPos.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtCordX
|
|
//
|
|
this.txtCordX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtCordX.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
|
this.txtCordX.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtCordX.BorderStyleReDraw = false;
|
|
this.txtCordX.ClearFlag = false;
|
|
this.txtCordX.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtCordX.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtCordX.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtCordX.InputType = Cosmos.UI.InputType.Digit;
|
|
this.txtCordX.InputTypeFormat = "";
|
|
this.txtCordX.Location = new System.Drawing.Point(559, 237);
|
|
this.txtCordX.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtCordX.MaxLength = 4;
|
|
this.txtCordX.MaxLengthAutoEnd = false;
|
|
this.txtCordX.MaxLengthForKeyIn = 32767;
|
|
this.txtCordX.MaxLengthForNumpad = 32767;
|
|
this.txtCordX.Name = "txtCordX";
|
|
this.txtCordX.PasswordChar = '\0';
|
|
this.txtCordX.ReadOnly = false;
|
|
this.txtCordX.Size = new System.Drawing.Size(91, 30);
|
|
this.txtCordX.TabIndex = 2;
|
|
this.txtCordX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtCordX.UseDualMaxLength = false;
|
|
this.txtCordX.Value = "100";
|
|
this.txtCordX.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.EditBox_KeyDownEvent);
|
|
this.txtCordX.Enter += new System.EventHandler(this.EditBox_Enter);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.BackColor = System.Drawing.Color.Silver;
|
|
this.label6.Location = new System.Drawing.Point(425, 272);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(340, 1);
|
|
this.label6.TabIndex = 26;
|
|
//
|
|
// lblTblSize
|
|
//
|
|
this.lblTblSize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblTblSize.BorderStyleReDraw = false;
|
|
this.lblTblSize.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblTblSize.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblTblSize.Location = new System.Drawing.Point(425, 273);
|
|
this.lblTblSize.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblTblSize.Name = "lblTblSize";
|
|
this.lblTblSize.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblTblSize.Size = new System.Drawing.Size(120, 40);
|
|
this.lblTblSize.TabIndex = 19;
|
|
this.lblTblSize.Text = "크기 (W,H)";
|
|
this.lblTblSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtWidth
|
|
//
|
|
this.txtWidth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtWidth.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
|
this.txtWidth.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtWidth.BorderStyleReDraw = false;
|
|
this.txtWidth.ClearFlag = false;
|
|
this.txtWidth.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtWidth.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtWidth.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtWidth.InputType = Cosmos.UI.InputType.Digit;
|
|
this.txtWidth.InputTypeFormat = "";
|
|
this.txtWidth.Location = new System.Drawing.Point(559, 278);
|
|
this.txtWidth.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtWidth.MaxLength = 4;
|
|
this.txtWidth.MaxLengthAutoEnd = false;
|
|
this.txtWidth.MaxLengthForKeyIn = 32767;
|
|
this.txtWidth.MaxLengthForNumpad = 32767;
|
|
this.txtWidth.Name = "txtWidth";
|
|
this.txtWidth.PasswordChar = '\0';
|
|
this.txtWidth.ReadOnly = false;
|
|
this.txtWidth.Size = new System.Drawing.Size(91, 30);
|
|
this.txtWidth.TabIndex = 4;
|
|
this.txtWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtWidth.UseDualMaxLength = false;
|
|
this.txtWidth.Value = "100";
|
|
this.txtWidth.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.EditBox_KeyDownEvent);
|
|
this.txtWidth.Enter += new System.EventHandler(this.EditBox_Enter);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(166)))), ((int)(((byte)(167)))));
|
|
this.label7.Location = new System.Drawing.Point(425, 313);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(340, 1);
|
|
this.label7.TabIndex = 20;
|
|
//
|
|
// txtHeight
|
|
//
|
|
this.txtHeight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtHeight.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
|
this.txtHeight.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtHeight.BorderStyleReDraw = false;
|
|
this.txtHeight.ClearFlag = false;
|
|
this.txtHeight.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtHeight.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtHeight.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtHeight.InputType = Cosmos.UI.InputType.Digit;
|
|
this.txtHeight.InputTypeFormat = "";
|
|
this.txtHeight.Location = new System.Drawing.Point(659, 278);
|
|
this.txtHeight.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtHeight.MaxLength = 4;
|
|
this.txtHeight.MaxLengthAutoEnd = false;
|
|
this.txtHeight.MaxLengthForKeyIn = 32767;
|
|
this.txtHeight.MaxLengthForNumpad = 32767;
|
|
this.txtHeight.Name = "txtHeight";
|
|
this.txtHeight.PasswordChar = '\0';
|
|
this.txtHeight.ReadOnly = false;
|
|
this.txtHeight.Size = new System.Drawing.Size(91, 30);
|
|
this.txtHeight.TabIndex = 5;
|
|
this.txtHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtHeight.UseDualMaxLength = false;
|
|
this.txtHeight.Value = "100";
|
|
this.txtHeight.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.EditBox_KeyDownEvent);
|
|
this.txtHeight.Enter += new System.EventHandler(this.EditBox_Enter);
|
|
//
|
|
// txtCordY
|
|
//
|
|
this.txtCordY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtCordY.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
|
this.txtCordY.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtCordY.BorderStyleReDraw = false;
|
|
this.txtCordY.ClearFlag = false;
|
|
this.txtCordY.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtCordY.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.txtCordY.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtCordY.InputType = Cosmos.UI.InputType.Digit;
|
|
this.txtCordY.InputTypeFormat = "";
|
|
this.txtCordY.Location = new System.Drawing.Point(659, 237);
|
|
this.txtCordY.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtCordY.MaxLength = 4;
|
|
this.txtCordY.MaxLengthAutoEnd = false;
|
|
this.txtCordY.MaxLengthForKeyIn = 32767;
|
|
this.txtCordY.MaxLengthForNumpad = 32767;
|
|
this.txtCordY.Name = "txtCordY";
|
|
this.txtCordY.PasswordChar = '\0';
|
|
this.txtCordY.ReadOnly = false;
|
|
this.txtCordY.Size = new System.Drawing.Size(91, 30);
|
|
this.txtCordY.TabIndex = 3;
|
|
this.txtCordY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtCordY.UseDualMaxLength = false;
|
|
this.txtCordY.Value = "100";
|
|
this.txtCordY.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.EditBox_KeyDownEvent);
|
|
this.txtCordY.Enter += new System.EventHandler(this.EditBox_Enter);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label8.Location = new System.Drawing.Point(22, 67);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(340, 2);
|
|
this.label8.TabIndex = 330;
|
|
//
|
|
// 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(192, 332);
|
|
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(170, 48);
|
|
this.btnGridDn.TabIndex = 332;
|
|
this.btnGridDn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnGridDn.Click += new System.EventHandler(this.Button_Click);
|
|
//
|
|
// 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, 332);
|
|
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(170, 48);
|
|
this.btnGridUp.TabIndex = 331;
|
|
this.btnGridUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnGridUp.Click += new System.EventHandler(this.Button_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label1.Location = new System.Drawing.Point(425, 67);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(340, 2);
|
|
this.label1.TabIndex = 333;
|
|
//
|
|
// frmTableManager
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.ClientSize = new System.Drawing.Size(788, 402);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.btnGridDn);
|
|
this.Controls.Add(this.btnGridUp);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.txtHeight);
|
|
this.Controls.Add(this.txtCordY);
|
|
this.Controls.Add(this.lblTblSize);
|
|
this.Controls.Add(this.txtWidth);
|
|
this.Controls.Add(this.lblTblPos);
|
|
this.Controls.Add(this.txtCordX);
|
|
this.Controls.Add(this.lblFontSize);
|
|
this.Controls.Add(this.txtFontSize);
|
|
this.Controls.Add(this.gridTable);
|
|
this.Controls.Add(this.lblTableNm);
|
|
this.Controls.Add(this.lblFloor);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.txtTableNm);
|
|
this.Controls.Add(this.lblTableNo);
|
|
this.Controls.Add(this.txtTableNo);
|
|
this.Controls.Add(this.lblFloorCd);
|
|
this.Controls.Add(this.btnEnter);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmTableManager";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "frmTableManager";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Closing);
|
|
this.Load += new System.EventHandler(this.From_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Cosmos.UI.CsmLabel btnExit;
|
|
private Cosmos.UI.CsmPosEditBox txtTableNm;
|
|
private Cosmos.UI.CsmLabel lblTableNo;
|
|
private Cosmos.UI.CsmPosEditBox txtTableNo;
|
|
private System.Windows.Forms.Label label4;
|
|
private Cosmos.UI.CsmLabel lblFloorCd;
|
|
private System.Windows.Forms.Label label2;
|
|
private Cosmos.UI.CsmButton btnEnter;
|
|
private Cosmos.UI.CsmLabel lblTitle;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private System.Windows.Forms.Label label3;
|
|
private Cosmos.UI.CsmLabel lblFloor;
|
|
private Cosmos.UI.CsmLabel lblTableNm;
|
|
private Cosmos.UI.CsmGrid gridTable;
|
|
private Cosmos.UI.CsmLabel lblFontSize;
|
|
private Cosmos.UI.CsmPosEditBox txtFontSize;
|
|
private System.Windows.Forms.Label label5;
|
|
private Cosmos.UI.CsmLabel lblTblPos;
|
|
private Cosmos.UI.CsmPosEditBox txtCordX;
|
|
private System.Windows.Forms.Label label6;
|
|
private Cosmos.UI.CsmLabel lblTblSize;
|
|
private Cosmos.UI.CsmPosEditBox txtWidth;
|
|
private System.Windows.Forms.Label label7;
|
|
private Cosmos.UI.CsmPosEditBox txtHeight;
|
|
private Cosmos.UI.CsmPosEditBox txtCordY;
|
|
private System.Windows.Forms.Label label8;
|
|
private Cosmos.UI.CsmButton btnGridDn;
|
|
private Cosmos.UI.CsmButton btnGridUp;
|
|
private System.Windows.Forms.Label label1;
|
|
}
|
|
} |