532 lines
31 KiB
C#
532 lines
31 KiB
C#
namespace Cosmos.Win
|
||
{
|
||
partial class frmForeign
|
||
{
|
||
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
this.btnEnter = new Cosmos.UI.CsmButton();
|
||
this.padInPut = new Cosmos.UI.CsmNumpad();
|
||
this.btnExit = new Cosmos.UI.CsmLabel();
|
||
this.lblTitle = new Cosmos.UI.CsmLabel();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.picBack = new System.Windows.Forms.PictureBox();
|
||
this.txtSaleAmt = new Cosmos.UI.CsmLabel();
|
||
this.lblSaleAmt = new Cosmos.UI.CsmLabel();
|
||
this.dgvData = new System.Windows.Forms.DataGridView();
|
||
this.eXcCD = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.eXcType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.eXcAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.eXePayAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.eXcGetAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.eXcReAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.eXcRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.xEcUnit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.lblInfo = new Cosmos.UI.CsmLabel();
|
||
this.txtPayAmt = new Cosmos.UI.CsmLabel();
|
||
this.lblPayAmt = new Cosmos.UI.CsmLabel();
|
||
this.btnAllDw = new Cosmos.UI.CsmButton();
|
||
this.btnAllUp = new Cosmos.UI.CsmButton();
|
||
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
||
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// 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("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
||
this.btnEnter.ForeColor = System.Drawing.Color.White;
|
||
this.btnEnter.Location = new System.Drawing.Point(342, 516);
|
||
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(100, 40);
|
||
this.btnEnter.TabIndex = 133;
|
||
this.btnEnter.Text = "결제";
|
||
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnEnter.UseCompatibleTextRendering = true;
|
||
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// padInPut
|
||
//
|
||
this.padInPut.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
||
this.padInPut.BackColor = System.Drawing.Color.Transparent;
|
||
this.padInPut.BtnDotEnable = true;
|
||
this.padInPut.BtnMinusEnable = false;
|
||
this.padInPut.BtnPlusEnable = false;
|
||
this.padInPut.BtnQtyEnable = false;
|
||
this.padInPut.BtnSearchEnable = false;
|
||
this.padInPut.ClearBtnText = "CLEAR";
|
||
this.padInPut.DesignType = Cosmos.UI.DesignType.POPUP;
|
||
this.padInPut.Location = new System.Drawing.Point(456, 306);
|
||
this.padInPut.Name = "padInPut";
|
||
this.padInPut.QtyBtnText = "QTY";
|
||
this.padInPut.Size = new System.Drawing.Size(322, 250);
|
||
this.padInPut.TabIndex = 17;
|
||
this.padInPut.ThemeColor = "000000000";
|
||
this.padInPut.Use4By4 = true;
|
||
//
|
||
// 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 = 224;
|
||
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("나눔스퀘어 Bold", 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(728, 50);
|
||
this.lblTitle.TabIndex = 287;
|
||
this.lblTitle.Text = "외화";
|
||
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// 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, 422);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(420, 2);
|
||
this.label2.TabIndex = 305;
|
||
//
|
||
// picBack
|
||
//
|
||
this.picBack.ErrorImage = null;
|
||
this.picBack.Location = new System.Drawing.Point(0, 0);
|
||
this.picBack.Name = "picBack";
|
||
this.picBack.Size = new System.Drawing.Size(800, 578);
|
||
this.picBack.TabIndex = 298;
|
||
this.picBack.TabStop = false;
|
||
//
|
||
// txtSaleAmt
|
||
//
|
||
this.txtSaleAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
this.txtSaleAmt.BorderStyleReDraw = true;
|
||
this.txtSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
||
this.txtSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.txtSaleAmt.Location = new System.Drawing.Point(160, 430);
|
||
this.txtSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.txtSaleAmt.Name = "txtSaleAmt";
|
||
this.txtSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.txtSaleAmt.Size = new System.Drawing.Size(264, 26);
|
||
this.txtSaleAmt.TabIndex = 323;
|
||
this.txtSaleAmt.Text = "0";
|
||
this.txtSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// lblSaleAmt
|
||
//
|
||
this.lblSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
||
this.lblSaleAmt.BorderStyleReDraw = true;
|
||
this.lblSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
||
this.lblSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.lblSaleAmt.Location = new System.Drawing.Point(22, 423);
|
||
this.lblSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.lblSaleAmt.Name = "lblSaleAmt";
|
||
this.lblSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.lblSaleAmt.Size = new System.Drawing.Size(122, 40);
|
||
this.lblSaleAmt.TabIndex = 322;
|
||
this.lblSaleAmt.Text = "받을금액";
|
||
this.lblSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// dgvData
|
||
//
|
||
this.dgvData.BackgroundColor = System.Drawing.Color.White;
|
||
this.dgvData.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
|
||
this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(229)))));
|
||
dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
|
||
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
||
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
||
this.dgvData.ColumnHeadersHeight = 35;
|
||
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.eXcCD,
|
||
this.eXcType,
|
||
this.eXcAmount,
|
||
this.eXePayAmount,
|
||
this.eXcGetAmount,
|
||
this.eXcReAmount,
|
||
this.eXcRate,
|
||
this.xEcUnit});
|
||
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
|
||
dataGridViewCellStyle10.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
|
||
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
||
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.Black;
|
||
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.dgvData.DefaultCellStyle = dataGridViewCellStyle10;
|
||
this.dgvData.EnableHeadersVisualStyles = false;
|
||
this.dgvData.GridColor = System.Drawing.Color.Silver;
|
||
this.dgvData.Location = new System.Drawing.Point(22, 68);
|
||
this.dgvData.MultiSelect = false;
|
||
this.dgvData.Name = "dgvData";
|
||
this.dgvData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||
dataGridViewCellStyle11.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
||
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;
|
||
this.dgvData.RowHeadersWidth = 40;
|
||
this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
||
this.dgvData.RowTemplate.Height = 34;
|
||
this.dgvData.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.dgvData.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
||
this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
||
this.dgvData.ShowEditingIcon = false;
|
||
this.dgvData.Size = new System.Drawing.Size(728, 224);
|
||
this.dgvData.TabIndex = 316;
|
||
this.dgvData.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellClick);
|
||
this.dgvData.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellValueChanged);
|
||
this.dgvData.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
||
//
|
||
// eXcCD
|
||
//
|
||
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
dataGridViewCellStyle2.NullValue = null;
|
||
this.eXcCD.DefaultCellStyle = dataGridViewCellStyle2;
|
||
this.eXcCD.HeaderText = "외화코드";
|
||
this.eXcCD.Name = "eXcCD";
|
||
this.eXcCD.ReadOnly = true;
|
||
this.eXcCD.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.eXcCD.Visible = false;
|
||
//
|
||
// eXcType
|
||
//
|
||
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
dataGridViewCellStyle3.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.eXcType.DefaultCellStyle = dataGridViewCellStyle3;
|
||
this.eXcType.HeaderText = "입금종류";
|
||
this.eXcType.Name = "eXcType";
|
||
this.eXcType.ReadOnly = true;
|
||
this.eXcType.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.eXcType.Width = 88;
|
||
//
|
||
// eXcAmount
|
||
//
|
||
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
|
||
dataGridViewCellStyle4.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
dataGridViewCellStyle4.Format = "N0";
|
||
dataGridViewCellStyle4.NullValue = null;
|
||
this.eXcAmount.DefaultCellStyle = dataGridViewCellStyle4;
|
||
this.eXcAmount.HeaderText = "받은금액(외화)";
|
||
this.eXcAmount.MaxInputLength = 13;
|
||
this.eXcAmount.Name = "eXcAmount";
|
||
this.eXcAmount.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.eXcAmount.Width = 128;
|
||
//
|
||
// eXePayAmount
|
||
//
|
||
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle5.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
dataGridViewCellStyle5.NullValue = "0";
|
||
this.eXePayAmount.DefaultCellStyle = dataGridViewCellStyle5;
|
||
this.eXePayAmount.HeaderText = "받을금액(외화)";
|
||
this.eXePayAmount.Name = "eXePayAmount";
|
||
this.eXePayAmount.ReadOnly = true;
|
||
this.eXePayAmount.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.eXePayAmount.Width = 128;
|
||
//
|
||
// eXcGetAmount
|
||
//
|
||
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle6.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
dataGridViewCellStyle6.NullValue = "0";
|
||
this.eXcGetAmount.DefaultCellStyle = dataGridViewCellStyle6;
|
||
this.eXcGetAmount.HeaderText = "받은금액(원화)";
|
||
this.eXcGetAmount.Name = "eXcGetAmount";
|
||
this.eXcGetAmount.ReadOnly = true;
|
||
this.eXcGetAmount.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.eXcGetAmount.Width = 128;
|
||
//
|
||
// eXcReAmount
|
||
//
|
||
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle7.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
dataGridViewCellStyle7.NullValue = "0";
|
||
this.eXcReAmount.DefaultCellStyle = dataGridViewCellStyle7;
|
||
this.eXcReAmount.HeaderText = "거스름금액";
|
||
this.eXcReAmount.Name = "eXcReAmount";
|
||
this.eXcReAmount.ReadOnly = true;
|
||
this.eXcReAmount.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.eXcReAmount.Width = 115;
|
||
//
|
||
// eXcRate
|
||
//
|
||
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle8.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
dataGridViewCellStyle8.NullValue = "0";
|
||
this.eXcRate.DefaultCellStyle = dataGridViewCellStyle8;
|
||
this.eXcRate.HeaderText = "환율";
|
||
this.eXcRate.Name = "eXcRate";
|
||
this.eXcRate.ReadOnly = true;
|
||
this.eXcRate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
//
|
||
// xEcUnit
|
||
//
|
||
dataGridViewCellStyle9.NullValue = "0";
|
||
this.xEcUnit.DefaultCellStyle = dataGridViewCellStyle9;
|
||
this.xEcUnit.HeaderText = "환전단위";
|
||
this.xEcUnit.Name = "xEcUnit";
|
||
this.xEcUnit.ReadOnly = true;
|
||
this.xEcUnit.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.xEcUnit.Visible = false;
|
||
//
|
||
// lblInfo
|
||
//
|
||
this.lblInfo.BackColor = System.Drawing.Color.White;
|
||
this.lblInfo.BorderStyleReDraw = false;
|
||
this.lblInfo.Font = new System.Drawing.Font("맑은 고딕", 10F);
|
||
this.lblInfo.ForeColor = System.Drawing.Color.Red;
|
||
this.lblInfo.Location = new System.Drawing.Point(22, 306);
|
||
this.lblInfo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.lblInfo.Name = "lblInfo";
|
||
this.lblInfo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.lblInfo.Size = new System.Drawing.Size(420, 100);
|
||
this.lblInfo.TabIndex = 336;
|
||
this.lblInfo.Text = "※ 한 종류의 외화만 결제가 가능합니다.";
|
||
this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// txtPayAmt
|
||
//
|
||
this.txtPayAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
this.txtPayAmt.BorderStyleReDraw = true;
|
||
this.txtPayAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
||
this.txtPayAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.txtPayAmt.Location = new System.Drawing.Point(160, 471);
|
||
this.txtPayAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.txtPayAmt.Name = "txtPayAmt";
|
||
this.txtPayAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.txtPayAmt.Size = new System.Drawing.Size(264, 26);
|
||
this.txtPayAmt.TabIndex = 338;
|
||
this.txtPayAmt.Text = "0";
|
||
this.txtPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// lblPayAmt
|
||
//
|
||
this.lblPayAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
|
||
this.lblPayAmt.BorderStyleReDraw = true;
|
||
this.lblPayAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
||
this.lblPayAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.lblPayAmt.Location = new System.Drawing.Point(22, 462);
|
||
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 = 337;
|
||
this.lblPayAmt.Text = "받은금액(원화)";
|
||
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// btnAllDw
|
||
//
|
||
this.btnAllDw.BackColor = System.Drawing.Color.White;
|
||
this.btnAllDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnAllDw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.btnAllDw.BorderStyleReDraw = true;
|
||
this.btnAllDw.ClickImage = null;
|
||
this.btnAllDw.DefaultImage = null;
|
||
this.btnAllDw.DisableImage = null;
|
||
this.btnAllDw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.btnAllDw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
||
this.btnAllDw.Location = new System.Drawing.Point(749, 180);
|
||
this.btnAllDw.Name = "btnAllDw";
|
||
this.btnAllDw.OccupancyBar = 0;
|
||
this.btnAllDw.OccupancyBar_Lv0 = null;
|
||
this.btnAllDw.OccupancyBar_Lv1 = null;
|
||
this.btnAllDw.OccupancyBar_Lv2 = null;
|
||
this.btnAllDw.OccupancyBar_Lv3 = null;
|
||
this.btnAllDw.OccupancyBar_Lv4 = null;
|
||
this.btnAllDw.Size = new System.Drawing.Size(29, 112);
|
||
this.btnAllDw.TabIndex = 340;
|
||
this.btnAllDw.Text = "∨";
|
||
this.btnAllDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnAllDw.UseCompatibleTextRendering = true;
|
||
this.btnAllDw.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// btnAllUp
|
||
//
|
||
this.btnAllUp.BackColor = System.Drawing.Color.White;
|
||
this.btnAllUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnAllUp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.btnAllUp.BorderStyleReDraw = true;
|
||
this.btnAllUp.ClickImage = null;
|
||
this.btnAllUp.DefaultImage = null;
|
||
this.btnAllUp.DisableImage = null;
|
||
this.btnAllUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.btnAllUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
||
this.btnAllUp.Location = new System.Drawing.Point(749, 68);
|
||
this.btnAllUp.Name = "btnAllUp";
|
||
this.btnAllUp.OccupancyBar = 0;
|
||
this.btnAllUp.OccupancyBar_Lv0 = null;
|
||
this.btnAllUp.OccupancyBar_Lv1 = null;
|
||
this.btnAllUp.OccupancyBar_Lv2 = null;
|
||
this.btnAllUp.OccupancyBar_Lv3 = null;
|
||
this.btnAllUp.OccupancyBar_Lv4 = null;
|
||
this.btnAllUp.Size = new System.Drawing.Size(29, 113);
|
||
this.btnAllUp.TabIndex = 341;
|
||
this.btnAllUp.Text = "∧";
|
||
this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnAllUp.UseCompatibleTextRendering = true;
|
||
this.btnAllUp.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// lblBox2
|
||
//
|
||
this.lblBox2.BackColor = System.Drawing.Color.White;
|
||
this.lblBox2.BorderStyleReDraw = true;
|
||
this.lblBox2.Location = new System.Drawing.Point(143, 462);
|
||
this.lblBox2.Name = "lblBox2";
|
||
this.lblBox2.Size = new System.Drawing.Size(299, 40);
|
||
this.lblBox2.TabIndex = 363;
|
||
//
|
||
// lblBox1
|
||
//
|
||
this.lblBox1.BackColor = System.Drawing.Color.White;
|
||
this.lblBox1.BorderStyleReDraw = true;
|
||
this.lblBox1.Location = new System.Drawing.Point(143, 423);
|
||
this.lblBox1.Name = "lblBox1";
|
||
this.lblBox1.Size = new System.Drawing.Size(299, 40);
|
||
this.lblBox1.TabIndex = 364;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
||
this.label1.Location = new System.Drawing.Point(22, 67);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(756, 2);
|
||
this.label1.TabIndex = 365;
|
||
//
|
||
// frmForeign
|
||
//
|
||
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(800, 578);
|
||
this.Controls.Add(this.label1);
|
||
this.Controls.Add(this.txtPayAmt);
|
||
this.Controls.Add(this.txtSaleAmt);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.lblBox2);
|
||
this.Controls.Add(this.lblBox1);
|
||
this.Controls.Add(this.btnAllDw);
|
||
this.Controls.Add(this.btnAllUp);
|
||
this.Controls.Add(this.lblPayAmt);
|
||
this.Controls.Add(this.lblInfo);
|
||
this.Controls.Add(this.lblSaleAmt);
|
||
this.Controls.Add(this.lblTitle);
|
||
this.Controls.Add(this.btnExit);
|
||
this.Controls.Add(this.btnEnter);
|
||
this.Controls.Add(this.padInPut);
|
||
this.Controls.Add(this.dgvData);
|
||
this.Controls.Add(this.picBack);
|
||
this.DoubleBuffered = true;
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Name = "frmForeign";
|
||
this.ShowInTaskbar = false;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
||
this.Text = "frmForeign";
|
||
this.Activated += new System.EventHandler(this.frmForeign_Activated);
|
||
this.Deactivate += new System.EventHandler(this.frmForeign_Deactivate);
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmForeign_FormClosing);
|
||
this.Load += new System.EventHandler(this.frmForeign_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private UI.CsmNumpad padInPut;
|
||
private UI.CsmButton btnEnter;
|
||
private UI.CsmLabel btnExit;
|
||
private UI.CsmLabel lblTitle;
|
||
private System.Windows.Forms.PictureBox picBack;
|
||
private System.Windows.Forms.Label label2;
|
||
private UI.CsmLabel txtSaleAmt;
|
||
private UI.CsmLabel lblSaleAmt;
|
||
private System.Windows.Forms.DataGridView dgvData;
|
||
private UI.CsmLabel lblInfo;
|
||
private UI.CsmLabel txtPayAmt;
|
||
private UI.CsmLabel lblPayAmt;
|
||
private UI.CsmButton btnAllDw;
|
||
private UI.CsmButton btnAllUp;
|
||
private UI.CsmLabel lblBox2;
|
||
private UI.CsmLabel lblBox1;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn eXcCD;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn eXcType;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn eXcAmount;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn eXePayAmount;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn eXcGetAmount;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn eXcReAmount;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn eXcRate;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn xEcUnit;
|
||
private System.Windows.Forms.Label label1;
|
||
}
|
||
} |