namespace Cosmos.Win { partial class frmExchageRate { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmExchageRate)); 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.picBack = new System.Windows.Forms.PictureBox(); this.dgvData = new System.Windows.Forms.DataGridView(); this.eXcCD = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.eXcType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.eXcRate = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.xEcUnit = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.btnAllDw = new Cosmos.UI.CsmButton(); this.btnAllUp = new Cosmos.UI.CsmButton(); this.label1 = new System.Windows.Forms.Label(); this.lblSaleDate = new Cosmos.UI.CsmLabel(); this.lblInfo = new Cosmos.UI.CsmLabel(); this.btnDate = new Cosmos.UI.CsmButton(); this.txtDate = new Cosmos.UI.CsmPosEditBox(); this.label2 = new System.Windows.Forms.Label(); this.lblBox1 = new Cosmos.UI.CsmLabel(); ((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("나눔스퀘어", 14F); this.btnEnter.ForeColor = System.Drawing.Color.White; this.btnEnter.Location = new System.Drawing.Point(330, 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(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(444, 130); 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(730, 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(714, 50); this.lblTitle.TabIndex = 287; this.lblTitle.Text = "환율"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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(788, 402); this.picBack.TabIndex = 298; this.picBack.TabStop = false; // // 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.eXcRate, this.xEcUnit}); dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption; dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.Black; dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvData.DefaultCellStyle = dataGridViewCellStyle6; this.dgvData.EnableHeadersVisualStyles = false; this.dgvData.GridColor = System.Drawing.Color.Silver; this.dgvData.Location = new System.Drawing.Point(22, 116); this.dgvData.MultiSelect = false; this.dgvData.Name = "dgvData"; this.dgvData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); dataGridViewCellStyle7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle7; 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(408, 176); this.dgvData.TabIndex = 316; this.dgvData.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellClick); this.dgvData.SelectionChanged += new System.EventHandler(this.dgvData_SelectionChanged); 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.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; 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.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.eXcType.Width = 126; // // eXcRate // 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.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); dataGridViewCellStyle4.Format = "N0"; dataGridViewCellStyle4.NullValue = "0"; this.eXcRate.DefaultCellStyle = dataGridViewCellStyle4; this.eXcRate.HeaderText = "환율"; this.eXcRate.MaxInputLength = 8; this.eXcRate.Name = "eXcRate"; this.eXcRate.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.eXcRate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.eXcRate.Width = 120; // // xEcUnit // 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.xEcUnit.DefaultCellStyle = dataGridViewCellStyle5; this.xEcUnit.HeaderText = "환전단위"; this.xEcUnit.Name = "xEcUnit"; this.xEcUnit.ReadOnly = true; this.xEcUnit.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.xEcUnit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; this.xEcUnit.Width = 120; // // btnAllDw // this.btnAllDw.BackColor = System.Drawing.Color.White; this.btnAllDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; 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(226, 291); 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(204, 40); this.btnAllDw.TabIndex = 340; 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.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(22, 291); 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(204, 40); this.btnAllUp.TabIndex = 341; this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnAllUp.UseCompatibleTextRendering = true; this.btnAllUp.Click += new System.EventHandler(this.btnProc_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(22, 67); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(408, 2); this.label1.TabIndex = 479; // // lblSaleDate // this.lblSaleDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblSaleDate.BorderStyleReDraw = true; this.lblSaleDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold); this.lblSaleDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblSaleDate.Location = new System.Drawing.Point(22, 68); this.lblSaleDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblSaleDate.Name = "lblSaleDate"; this.lblSaleDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblSaleDate.Size = new System.Drawing.Size(122, 40); this.lblSaleDate.TabIndex = 476; this.lblSaleDate.Text = "조회일자"; this.lblSaleDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblInfo // this.lblInfo.BackColor = System.Drawing.Color.White; this.lblInfo.BorderStyleReDraw = false; this.lblInfo.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblInfo.ForeColor = System.Drawing.Color.Blue; this.lblInfo.Location = new System.Drawing.Point(5, 336); 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(323, 53); this.lblInfo.TabIndex = 482; this.lblInfo.Text = "※ 환율 저장일은 (영업일 - 1)로 저장 됩니다."; this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnDate // this.btnDate.BackColor = System.Drawing.Color.WhiteSmoke; this.btnDate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDate.BorderStyleReDraw = true; this.btnDate.ClickImage = null; this.btnDate.DefaultImage = null; this.btnDate.DisableImage = null; this.btnDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold); this.btnDate.ForeColor = System.Drawing.Color.Black; this.btnDate.Image = ((System.Drawing.Image)(resources.GetObject("btnDate.Image"))); this.btnDate.Location = new System.Drawing.Point(388, 75); this.btnDate.Name = "btnDate"; this.btnDate.OccupancyBar = 0; this.btnDate.OccupancyBar_Lv0 = null; this.btnDate.OccupancyBar_Lv1 = null; this.btnDate.OccupancyBar_Lv2 = null; this.btnDate.OccupancyBar_Lv3 = null; this.btnDate.OccupancyBar_Lv4 = null; this.btnDate.Size = new System.Drawing.Size(26, 26); this.btnDate.TabIndex = 536; this.btnDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDate.Click += new System.EventHandler(this.btnDate_Click); // // txtDate // this.txtDate.BackColor = System.Drawing.Color.WhiteSmoke; this.txtDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.txtDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtDate.BorderStyleReDraw = false; this.txtDate.ClearFlag = false; this.txtDate.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.txtDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.txtDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtDate.InputType = Cosmos.UI.InputType.Date; this.txtDate.InputTypeFormat = ""; this.txtDate.Location = new System.Drawing.Point(160, 75); this.txtDate.Margin = new System.Windows.Forms.Padding(5); this.txtDate.MaxLength = 10; this.txtDate.MaxLengthAutoEnd = false; this.txtDate.MaxLengthForKeyIn = 32767; this.txtDate.MaxLengthForNumpad = 32767; this.txtDate.Name = "txtDate"; this.txtDate.PasswordChar = '\0'; this.txtDate.ReadOnly = false; this.txtDate.Size = new System.Drawing.Size(226, 26); this.txtDate.TabIndex = 535; this.txtDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtDate.UseDualMaxLength = false; this.txtDate.Value = "20160101"; // // 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, 115); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(408, 2); this.label2.TabIndex = 537; // // lblBox1 // this.lblBox1.BackColor = System.Drawing.Color.White; this.lblBox1.BorderStyleReDraw = true; this.lblBox1.Location = new System.Drawing.Point(143, 68); this.lblBox1.Name = "lblBox1"; this.lblBox1.Size = new System.Drawing.Size(287, 40); this.lblBox1.TabIndex = 538; // // frmExchageRate // 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.label2); this.Controls.Add(this.btnDate); this.Controls.Add(this.txtDate); this.Controls.Add(this.label1); this.Controls.Add(this.lblSaleDate); this.Controls.Add(this.btnAllDw); this.Controls.Add(this.btnAllUp); 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.lblBox1); this.Controls.Add(this.lblInfo); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmExchageRate"; 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.DataGridView dgvData; private UI.CsmButton btnAllDw; private UI.CsmButton btnAllUp; private System.Windows.Forms.Label label1; private UI.CsmLabel lblSaleDate; private UI.CsmLabel lblInfo; private UI.CsmButton btnDate; private UI.CsmPosEditBox txtDate; private System.Windows.Forms.Label label2; private UI.CsmLabel lblBox1; private System.Windows.Forms.DataGridViewTextBoxColumn eXcCD; private System.Windows.Forms.DataGridViewTextBoxColumn eXcType; private System.Windows.Forms.DataGridViewTextBoxColumn eXcRate; private System.Windows.Forms.DataGridViewTextBoxColumn xEcUnit; } }