Exemple #1
0
        private void TransactionNoWnd_Load(object sender, System.EventArgs e)
        {
            try
            { this.BackgroundImage = new Bitmap(Application.StartupPath + "/images/Background.jpg"); }
            catch { }
            try
            { this.imgIcon.Image = new Bitmap(Application.StartupPath + "/images/TransactionNo.jpg"); }
            catch { }
            try
            { this.cmdCancel.Image = new Bitmap(Application.StartupPath + "/images/blank_medium_dark_red.jpg"); }
            catch { }

            txtTerminalNo.Text = mstrTerminalNo;

            if (TerminalDetails.WithRestaurantFeatures)
            {
                this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();

                //
                // keyboardNoControl1
                //
                this.keyboardNoControl1.BackColor       = System.Drawing.Color.White;
                this.keyboardNoControl1.commandBlank1   = AceSoft.KeyBoardHook.CommandBlank1.Clear;
                this.keyboardNoControl1.commandBlank2   = AceSoft.KeyBoardHook.CommandBlank2.SelectAll;
                this.keyboardNoControl1.Location        = new System.Drawing.Point(571, 68);
                this.keyboardNoControl1.Name            = "keyboardNoControl1";
                this.keyboardNoControl1.Size            = new System.Drawing.Size(208, 172);
                this.keyboardNoControl1.TabIndex        = 86;
                this.keyboardNoControl1.TabStop         = false;
                this.keyboardNoControl1.Visible         = false;
                this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);

                this.groupBox1.Controls.Add(this.keyboardNoControl1);

                keyboardNoControl1.Visible = TerminalDetails.WithRestaurantFeatures;
            }
        }
Exemple #2
0
 private void InitializeComponent()
 {
     this.lblBalanceAmount       = new System.Windows.Forms.Label();
     this.lblHeader              = new System.Windows.Forms.Label();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.lblRemarks             = new System.Windows.Forms.Label();
     this.txtRemarks             = new System.Windows.Forms.TextBox();
     this.lblDebit               = new System.Windows.Forms.Label();
     this.txtAmount              = new System.Windows.Forms.TextBox();
     this.lblDebitOrDeposit      = new System.Windows.Forms.Label();
     this.imgIcon                = new System.Windows.Forms.PictureBox();
     this.lblAllowedDebit        = new System.Windows.Forms.Label();
     this.label2                 = new System.Windows.Forms.Label();
     this.keyboardSearchControl1 = new AceSoft.KeyBoardHook.KeyboardSearchControl();
     this.cmdCancel              = new System.Windows.Forms.Button();
     this.cmdEnter               = new System.Windows.Forms.Button();
     this.keyboardNoControl1     = new AceSoft.KeyBoardHook.KeyboardNoControl();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
     this.SuspendLayout();
     //
     // lblBalanceAmount
     //
     this.lblBalanceAmount.BackColor = System.Drawing.Color.Transparent;
     this.lblBalanceAmount.Font      = new System.Drawing.Font("Tahoma", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBalanceAmount.ForeColor = System.Drawing.Color.Red;
     this.lblBalanceAmount.Location  = new System.Drawing.Point(611, 10);
     this.lblBalanceAmount.Name      = "lblBalanceAmount";
     this.lblBalanceAmount.Size      = new System.Drawing.Size(184, 32);
     this.lblBalanceAmount.TabIndex  = 86;
     this.lblBalanceAmount.Text      = "0.00";
     this.lblBalanceAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.White;
     this.lblHeader.Location  = new System.Drawing.Point(67, 22);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(128, 13);
     this.lblHeader.TabIndex  = 83;
     this.lblHeader.Text      = "Tender Debit Amount";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.White;
     this.groupBox1.Controls.Add(this.lblRemarks);
     this.groupBox1.Controls.Add(this.txtRemarks);
     this.groupBox1.Controls.Add(this.lblDebit);
     this.groupBox1.Controls.Add(this.txtAmount);
     this.groupBox1.Controls.Add(this.lblBalanceAmount);
     this.groupBox1.Controls.Add(this.lblDebitOrDeposit);
     this.groupBox1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.Blue;
     this.groupBox1.Location  = new System.Drawing.Point(9, 67);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(1008, 237);
     this.groupBox1.TabIndex  = 84;
     this.groupBox1.TabStop   = false;
     //
     // lblRemarks
     //
     this.lblRemarks.AutoSize  = true;
     this.lblRemarks.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRemarks.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblRemarks.Location  = new System.Drawing.Point(361, 134);
     this.lblRemarks.Name      = "lblRemarks";
     this.lblRemarks.Size      = new System.Drawing.Size(267, 13);
     this.lblRemarks.TabIndex  = 17;
     this.lblRemarks.Text      = "Add an optional 255 character remarks below.";
     //
     // txtRemarks
     //
     this.txtRemarks.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtRemarks.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRemarks.Location    = new System.Drawing.Point(118, 153);
     this.txtRemarks.MaxLength   = 255;
     this.txtRemarks.Multiline   = true;
     this.txtRemarks.Name        = "txtRemarks";
     this.txtRemarks.Size        = new System.Drawing.Size(723, 56);
     this.txtRemarks.TabIndex    = 1;
     this.txtRemarks.GotFocus   += new System.EventHandler(this.txtRemarks_GotFocus);
     //
     // lblDebit
     //
     this.lblDebit.AutoSize  = true;
     this.lblDebit.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDebit.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblDebit.Location  = new System.Drawing.Point(434, 58);
     this.lblDebit.Name      = "lblDebit";
     this.lblDebit.Size      = new System.Drawing.Size(120, 13);
     this.lblDebit.TabIndex  = 15;
     this.lblDebit.Text      = "Debit Amount (PHP)";
     //
     // txtAmount
     //
     this.txtAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAmount.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAmount.Location    = new System.Drawing.Point(392, 80);
     this.txtAmount.MaxLength   = 16;
     this.txtAmount.Name        = "txtAmount";
     this.txtAmount.Size        = new System.Drawing.Size(200, 30);
     this.txtAmount.TabIndex    = 0;
     this.txtAmount.Text        = "0.00";
     this.txtAmount.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtAmount.GotFocus   += new System.EventHandler(this.txtAmount_GotFocus);
     this.txtAmount.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtAmount_KeyPress);
     //
     // lblDebitOrDeposit
     //
     this.lblDebitOrDeposit.AutoSize  = true;
     this.lblDebitOrDeposit.BackColor = System.Drawing.Color.Transparent;
     this.lblDebitOrDeposit.Font      = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDebitOrDeposit.ForeColor = System.Drawing.Color.LightSlateGray;
     this.lblDebitOrDeposit.Location  = new System.Drawing.Point(801, 17);
     this.lblDebitOrDeposit.Name      = "lblDebitOrDeposit";
     this.lblDebitOrDeposit.Size      = new System.Drawing.Size(201, 19);
     this.lblDebitOrDeposit.TabIndex  = 85;
     this.lblDebitOrDeposit.Text      = "Current Balance to be paid.";
     //
     // imgIcon
     //
     this.imgIcon.BackColor = System.Drawing.Color.Blue;
     this.imgIcon.Location  = new System.Drawing.Point(9, 5);
     this.imgIcon.Name      = "imgIcon";
     this.imgIcon.Size      = new System.Drawing.Size(49, 49);
     this.imgIcon.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgIcon.TabIndex  = 82;
     this.imgIcon.TabStop   = false;
     //
     // lblAllowedDebit
     //
     this.lblAllowedDebit.BackColor = System.Drawing.Color.Transparent;
     this.lblAllowedDebit.Font      = new System.Drawing.Font("Tahoma", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAllowedDebit.ForeColor = System.Drawing.Color.DarkSalmon;
     this.lblAllowedDebit.Location  = new System.Drawing.Point(620, 48);
     this.lblAllowedDebit.Name      = "lblAllowedDebit";
     this.lblAllowedDebit.Size      = new System.Drawing.Size(184, 16);
     this.lblAllowedDebit.TabIndex  = 88;
     this.lblAllowedDebit.Text      = "0.00";
     this.lblAllowedDebit.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.LightSlateGray;
     this.label2.Location  = new System.Drawing.Point(811, 52);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(136, 16);
     this.label2.TabIndex  = 87;
     this.label2.Text      = "Allowed debit amount.";
     //
     // keyboardSearchControl1
     //
     this.keyboardSearchControl1.BackColor       = System.Drawing.Color.White;
     this.keyboardSearchControl1.Location        = new System.Drawing.Point(95, 323);
     this.keyboardSearchControl1.Name            = "keyboardSearchControl1";
     this.keyboardSearchControl1.Size            = new System.Drawing.Size(799, 134);
     this.keyboardSearchControl1.TabIndex        = 4;
     this.keyboardSearchControl1.TabStop         = false;
     this.keyboardSearchControl1.Tag             = "";
     this.keyboardSearchControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardSearchControl1_UserKeyPressed);
     //
     // cmdCancel
     //
     this.cmdCancel.AutoSize = true;
     this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdCancel.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdCancel.ForeColor = System.Drawing.Color.White;
     this.cmdCancel.Location  = new System.Drawing.Point(765, 618);
     this.cmdCancel.Name      = "cmdCancel";
     this.cmdCancel.Size      = new System.Drawing.Size(106, 83);
     this.cmdCancel.TabIndex  = 3;
     this.cmdCancel.Text      = "CANCEL";
     this.cmdCancel.UseVisualStyleBackColor = true;
     this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdEnter
     //
     this.cmdEnter.AutoSize = true;
     this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdEnter.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdEnter.ForeColor = System.Drawing.Color.White;
     this.cmdEnter.Location  = new System.Drawing.Point(877, 618);
     this.cmdEnter.Name      = "cmdEnter";
     this.cmdEnter.Size      = new System.Drawing.Size(106, 83);
     this.cmdEnter.TabIndex  = 2;
     this.cmdEnter.Text      = "ENTER";
     this.cmdEnter.UseVisualStyleBackColor = true;
     this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click);
     //
     // keyboardNoControl1
     //
     this.keyboardNoControl1.BackColor       = System.Drawing.Color.White;
     this.keyboardNoControl1.commandBlank1   = AceSoft.KeyBoardHook.CommandBlank1.Up;
     this.keyboardNoControl1.commandBlank2   = AceSoft.KeyBoardHook.CommandBlank2.Down;
     this.keyboardNoControl1.Location        = new System.Drawing.Point(400, 323);
     this.keyboardNoControl1.Name            = "keyboardNoControl1";
     this.keyboardNoControl1.Size            = new System.Drawing.Size(202, 176);
     this.keyboardNoControl1.TabIndex        = 89;
     this.keyboardNoControl1.TabStop         = false;
     this.keyboardNoControl1.Visible         = false;
     this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
     //
     // DebitPaymentWnd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(1022, 766);
     this.ControlBox        = false;
     this.Controls.Add(this.keyboardNoControl1);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdEnter);
     this.Controls.Add(this.keyboardSearchControl1);
     this.Controls.Add(this.lblAllowedDebit);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.imgIcon);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DebitPaymentWnd";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.DebitPaymentWnd_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.DebitPaymentWnd_KeyDown);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        private void TransactionNoWnd_Load(object sender, System.EventArgs e)
        {
            try
            { this.BackgroundImage = new Bitmap(Application.StartupPath + "/images/Background.jpg"); }
            catch { }
            try
            { this.imgIcon.Image = new Bitmap(Application.StartupPath + "/images/TransactionNo.jpg"); }
            catch { }
            try
            { this.cmdCancel.Image = new Bitmap(Application.StartupPath + "/images/blank_medium_dark_red.jpg"); }
            catch { }

            txtTerminalNo.Text = mstrTerminalNo;

            if (TerminalDetails.WithRestaurantFeatures)
            {
                this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();

                // 
                // keyboardNoControl1
                // 
                this.keyboardNoControl1.BackColor = System.Drawing.Color.White;
                this.keyboardNoControl1.commandBlank1 = AceSoft.KeyBoardHook.CommandBlank1.Clear;
                this.keyboardNoControl1.commandBlank2 = AceSoft.KeyBoardHook.CommandBlank2.SelectAll;
                this.keyboardNoControl1.Location = new System.Drawing.Point(571, 68);
                this.keyboardNoControl1.Name = "keyboardNoControl1";
                this.keyboardNoControl1.Size = new System.Drawing.Size(208, 172);
                this.keyboardNoControl1.TabIndex = 86;
                this.keyboardNoControl1.TabStop = false;
                this.keyboardNoControl1.Visible = false;
                this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);

                this.groupBox1.Controls.Add(this.keyboardNoControl1);

                keyboardNoControl1.Visible = TerminalDetails.WithRestaurantFeatures;
            }
        }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.imgIcon = new System.Windows.Forms.PictureBox();
            this.lblHeader = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label8 = new System.Windows.Forms.Label();
            this.lblBalanceAmount = new System.Windows.Forms.Label();
            this.cboCardType = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtCardHolder = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtCardNo = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.txtValidityDates = new System.Windows.Forms.TextBox();
            this.lblRemarks = new System.Windows.Forms.Label();
            this.txtRemarks = new System.Windows.Forms.TextBox();
            this.lblCreditCard = new System.Windows.Forms.Label();
            this.txtAmount = new System.Windows.Forms.TextBox();
            this.keyboardSearchControl1 = new AceSoft.KeyBoardHook.KeyboardSearchControl();
            this.cmdCancel = new System.Windows.Forms.Button();
            this.cmdEnter = new System.Windows.Forms.Button();
            this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // imgIcon
            // 
            this.imgIcon.BackColor = System.Drawing.Color.Blue;
            this.imgIcon.Location = new System.Drawing.Point(9, 5);
            this.imgIcon.Name = "imgIcon";
            this.imgIcon.Size = new System.Drawing.Size(49, 49);
            this.imgIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.imgIcon.TabIndex = 7;
            this.imgIcon.TabStop = false;
            // 
            // lblHeader
            // 
            this.lblHeader.AutoSize = true;
            this.lblHeader.BackColor = System.Drawing.Color.Transparent;
            this.lblHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblHeader.ForeColor = System.Drawing.Color.White;
            this.lblHeader.Location = new System.Drawing.Point(67, 22);
            this.lblHeader.Name = "lblHeader";
            this.lblHeader.Size = new System.Drawing.Size(161, 13);
            this.lblHeader.TabIndex = 8;
            this.lblHeader.Text = "Tender Credit Card Amount";
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.White;
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.lblBalanceAmount);
            this.groupBox1.Controls.Add(this.cboCardType);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtCardHolder);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.txtCardNo);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.txtValidityDates);
            this.groupBox1.Controls.Add(this.lblRemarks);
            this.groupBox1.Controls.Add(this.txtRemarks);
            this.groupBox1.Controls.Add(this.lblCreditCard);
            this.groupBox1.Controls.Add(this.txtAmount);
            this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.ForeColor = System.Drawing.Color.Blue;
            this.groupBox1.Location = new System.Drawing.Point(9, 67);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(1008, 237);
            this.groupBox1.TabIndex = 89;
            this.groupBox1.TabStop = false;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.BackColor = System.Drawing.Color.Transparent;
            this.label8.Font = new System.Drawing.Font("Tahoma", 12F);
            this.label8.ForeColor = System.Drawing.Color.LightSlateGray;
            this.label8.Location = new System.Drawing.Point(801, 17);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(201, 19);
            this.label8.TabIndex = 92;
            this.label8.Text = "Current Balance to be paid.";
            // 
            // lblBalanceAmount
            // 
            this.lblBalanceAmount.BackColor = System.Drawing.Color.Transparent;
            this.lblBalanceAmount.Font = new System.Drawing.Font("Tahoma", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
            this.lblBalanceAmount.ForeColor = System.Drawing.Color.Red;
            this.lblBalanceAmount.Location = new System.Drawing.Point(611, 10);
            this.lblBalanceAmount.Name = "lblBalanceAmount";
            this.lblBalanceAmount.Size = new System.Drawing.Size(184, 30);
            this.lblBalanceAmount.TabIndex = 93;
            this.lblBalanceAmount.Text = "0.00";
            this.lblBalanceAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // cboCardType
            // 
            this.cboCardType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboCardType.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cboCardType.Location = new System.Drawing.Point(203, 70);
            this.cboCardType.Name = "cboCardType";
            this.cboCardType.Size = new System.Drawing.Size(200, 31);
            this.cboCardType.TabIndex = 1;
            this.cboCardType.GotFocus += new System.EventHandler(this.cboCardType_GotFocus);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.BackColor = System.Drawing.Color.White;
            this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.ForeColor = System.Drawing.Color.MediumBlue;
            this.label5.Location = new System.Drawing.Point(67, 107);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(76, 13);
            this.label5.TabIndex = 91;
            this.label5.Text = "Card Holder:";
            // 
            // txtCardHolder
            // 
            this.txtCardHolder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtCardHolder.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtCardHolder.Location = new System.Drawing.Point(203, 104);
            this.txtCardHolder.MaxLength = 0;
            this.txtCardHolder.Name = "txtCardHolder";
            this.txtCardHolder.Size = new System.Drawing.Size(424, 30);
            this.txtCardHolder.TabIndex = 3;
            this.txtCardHolder.GotFocus += new System.EventHandler(this.txtCardHolder_GotFocus);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ForeColor = System.Drawing.Color.MediumBlue;
            this.label4.Location = new System.Drawing.Point(410, 73);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(56, 13);
            this.label4.TabIndex = 89;
            this.label4.Text = "Card No.:";
            // 
            // txtCardNo
            // 
            this.txtCardNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtCardNo.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtCardNo.Location = new System.Drawing.Point(467, 70);
            this.txtCardNo.MaxLength = 0;
            this.txtCardNo.Name = "txtCardNo";
            this.txtCardNo.Size = new System.Drawing.Size(160, 30);
            this.txtCardNo.TabIndex = 2;
            this.txtCardNo.GotFocus += new System.EventHandler(this.txtCardNo_GotFocus);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.ForeColor = System.Drawing.Color.LightSlateGray;
            this.label2.Location = new System.Drawing.Point(404, 146);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(84, 13);
            this.label2.TabIndex = 86;
            this.label2.Text = "(Format: mmyy)";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.White;
            this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.MediumBlue;
            this.label3.Location = new System.Drawing.Point(67, 73);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(67, 13);
            this.label3.TabIndex = 23;
            this.label3.Text = "Card Type:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.MediumBlue;
            this.label1.Location = new System.Drawing.Point(67, 141);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(97, 13);
            this.label1.TabIndex = 19;
            this.label1.Text = "Expiration Date:";
            // 
            // txtValidityDates
            // 
            this.txtValidityDates.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtValidityDates.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtValidityDates.Location = new System.Drawing.Point(203, 138);
            this.txtValidityDates.MaxLength = 4;
            this.txtValidityDates.Name = "txtValidityDates";
            this.txtValidityDates.Size = new System.Drawing.Size(200, 30);
            this.txtValidityDates.TabIndex = 4;
            this.txtValidityDates.GotFocus += new System.EventHandler(this.txtValidityDates_GotFocus);
            this.txtValidityDates.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtValidityDates_KeyPress);
            // 
            // lblRemarks
            // 
            this.lblRemarks.AutoSize = true;
            this.lblRemarks.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblRemarks.ForeColor = System.Drawing.Color.MediumBlue;
            this.lblRemarks.Location = new System.Drawing.Point(67, 175);
            this.lblRemarks.Name = "lblRemarks";
            this.lblRemarks.Size = new System.Drawing.Size(126, 13);
            this.lblRemarks.TabIndex = 17;
            this.lblRemarks.Text = "Remarks (optional) : ";
            // 
            // txtRemarks
            // 
            this.txtRemarks.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtRemarks.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtRemarks.Location = new System.Drawing.Point(203, 172);
            this.txtRemarks.MaxLength = 255;
            this.txtRemarks.Multiline = true;
            this.txtRemarks.Name = "txtRemarks";
            this.txtRemarks.Size = new System.Drawing.Size(585, 41);
            this.txtRemarks.TabIndex = 5;
            this.txtRemarks.GotFocus += new System.EventHandler(this.txtRemarks_GotFocus);
            // 
            // lblCreditCard
            // 
            this.lblCreditCard.AutoSize = true;
            this.lblCreditCard.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblCreditCard.ForeColor = System.Drawing.Color.MediumBlue;
            this.lblCreditCard.Location = new System.Drawing.Point(67, 39);
            this.lblCreditCard.Name = "lblCreditCard";
            this.lblCreditCard.Size = new System.Drawing.Size(119, 13);
            this.lblCreditCard.TabIndex = 15;
            this.lblCreditCard.Text = "Card Amount (PHP):";
            // 
            // txtAmount
            // 
            this.txtAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtAmount.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtAmount.Location = new System.Drawing.Point(203, 36);
            this.txtAmount.MaxLength = 16;
            this.txtAmount.Name = "txtAmount";
            this.txtAmount.Size = new System.Drawing.Size(200, 30);
            this.txtAmount.TabIndex = 0;
            this.txtAmount.Text = "0.00";
            this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtAmount.GotFocus += new System.EventHandler(this.txtAmount_GotFocus);
            this.txtAmount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAmount_KeyPress);
            // 
            // keyboardSearchControl1
            // 
            this.keyboardSearchControl1.BackColor = System.Drawing.Color.White;
            this.keyboardSearchControl1.Location = new System.Drawing.Point(95, 323);
            this.keyboardSearchControl1.Name = "keyboardSearchControl1";
            this.keyboardSearchControl1.Size = new System.Drawing.Size(799, 134);
            this.keyboardSearchControl1.TabIndex = 8;
            this.keyboardSearchControl1.TabStop = false;
            this.keyboardSearchControl1.Tag = "";
            this.keyboardSearchControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardSearchControl1_UserKeyPressed);
            // 
            // cmdCancel
            // 
            this.cmdCancel.AutoSize = true;
            this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdCancel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdCancel.ForeColor = System.Drawing.Color.White;
            this.cmdCancel.Location = new System.Drawing.Point(765, 618);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(106, 83);
            this.cmdCancel.TabIndex = 7;
            this.cmdCancel.Text = "CANCEL";
            this.cmdCancel.UseVisualStyleBackColor = true;
            this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
            // 
            // cmdEnter
            // 
            this.cmdEnter.AutoSize = true;
            this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdEnter.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdEnter.ForeColor = System.Drawing.Color.White;
            this.cmdEnter.Location = new System.Drawing.Point(877, 618);
            this.cmdEnter.Name = "cmdEnter";
            this.cmdEnter.Size = new System.Drawing.Size(106, 83);
            this.cmdEnter.TabIndex = 6;
            this.cmdEnter.Text = "ENTER";
            this.cmdEnter.UseVisualStyleBackColor = true;
            this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click);
            // 
            // keyboardNoControl1
            // 
            this.keyboardNoControl1.BackColor = System.Drawing.Color.White;
            this.keyboardNoControl1.commandBlank1 = AceSoft.KeyBoardHook.CommandBlank1.Up;
            this.keyboardNoControl1.commandBlank2 = AceSoft.KeyBoardHook.CommandBlank2.Down;
            this.keyboardNoControl1.Location = new System.Drawing.Point(400, 323);
            this.keyboardNoControl1.Name = "keyboardNoControl1";
            this.keyboardNoControl1.Size = new System.Drawing.Size(202, 176);
            this.keyboardNoControl1.TabIndex = 90;
            this.keyboardNoControl1.TabStop = false;
            this.keyboardNoControl1.Visible = false;
            this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
            // 
            // CreditCardPaymentWnd
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1022, 766);
            this.ControlBox = false;
            this.Controls.Add(this.keyboardNoControl1);
            this.Controls.Add(this.cmdCancel);
            this.Controls.Add(this.cmdEnter);
            this.Controls.Add(this.keyboardSearchControl1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.lblHeader);
            this.Controls.Add(this.imgIcon);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "CreditCardPaymentWnd";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Load += new System.EventHandler(this.CreditCardPaymentWnd_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CreditCardPaymentWnd_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Exemple #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1             = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.lblTotalAmount     = new System.Windows.Forms.Label();
     this.label13            = new System.Windows.Forms.Label();
     this.lblQuantity        = new System.Windows.Forms.Label();
     this.label11            = new System.Windows.Forms.Label();
     this.lblUnit            = new System.Windows.Forms.Label();
     this.label8             = new System.Windows.Forms.Label();
     this.lblDescription     = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.lblBarCode         = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.lblProductCode     = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.txtPrice           = new System.Windows.Forms.TextBox();
     this.label14            = new System.Windows.Forms.Label();
     this.imgIcon            = new System.Windows.Forms.PictureBox();
     this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();
     this.cmdCancel          = new System.Windows.Forms.Button();
     this.cmdEnter           = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(67, 22);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 13);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Change Price";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.White;
     this.groupBox1.Controls.Add(this.lblTotalAmount);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.lblQuantity);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.lblUnit);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.lblDescription);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.lblBarCode);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.lblProductCode);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtPrice);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.Blue;
     this.groupBox1.Location  = new System.Drawing.Point(9, 67);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(1008, 237);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Product Details";
     //
     // lblTotalAmount
     //
     this.lblTotalAmount.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.lblTotalAmount.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.lblTotalAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblTotalAmount.Font        = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotalAmount.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblTotalAmount.Location    = new System.Drawing.Point(611, 181);
     this.lblTotalAmount.Name        = "lblTotalAmount";
     this.lblTotalAmount.Size        = new System.Drawing.Size(152, 24);
     this.lblTotalAmount.TabIndex    = 1;
     this.lblTotalAmount.Text        = "0.00";
     this.lblTotalAmount.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.Black;
     this.label13.Location  = new System.Drawing.Point(503, 191);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(83, 14);
     this.label13.TabIndex  = 12;
     this.label13.Text      = "Total Amount";
     //
     // lblQuantity
     //
     this.lblQuantity.Anchor      = System.Windows.Forms.AnchorStyles.None;
     this.lblQuantity.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.lblQuantity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblQuantity.Font        = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblQuantity.ForeColor   = System.Drawing.Color.Black;
     this.lblQuantity.Location    = new System.Drawing.Point(611, 152);
     this.lblQuantity.Name        = "lblQuantity";
     this.lblQuantity.Size        = new System.Drawing.Size(152, 24);
     this.lblQuantity.TabIndex    = 3;
     this.lblQuantity.Text        = "0.00";
     this.lblQuantity.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Black;
     this.label11.Location  = new System.Drawing.Point(503, 162);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(54, 14);
     this.label11.TabIndex  = 13;
     this.label11.Text      = "Quantity";
     //
     // lblUnit
     //
     this.lblUnit.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.lblUnit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblUnit.Font        = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUnit.ForeColor   = System.Drawing.Color.Black;
     this.lblUnit.Location    = new System.Drawing.Point(193, 151);
     this.lblUnit.Name        = "lblUnit";
     this.lblUnit.Size        = new System.Drawing.Size(213, 24);
     this.lblUnit.TabIndex    = 2;
     this.lblUnit.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.Black;
     this.label8.Location  = new System.Drawing.Point(71, 156);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(29, 14);
     this.label8.TabIndex  = 8;
     this.label8.Text      = "Unit";
     //
     // lblDescription
     //
     this.lblDescription.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.lblDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblDescription.Font        = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDescription.ForeColor   = System.Drawing.Color.Black;
     this.lblDescription.Location    = new System.Drawing.Point(192, 96);
     this.lblDescription.Name        = "lblDescription";
     this.lblDescription.Size        = new System.Drawing.Size(571, 49);
     this.lblDescription.TabIndex    = 4;
     this.lblDescription.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Location  = new System.Drawing.Point(71, 96);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(67, 14);
     this.label6.TabIndex  = 9;
     this.label6.Text      = "Description";
     //
     // lblBarCode
     //
     this.lblBarCode.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.lblBarCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblBarCode.Font        = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBarCode.ForeColor   = System.Drawing.Color.Black;
     this.lblBarCode.Location    = new System.Drawing.Point(192, 66);
     this.lblBarCode.Name        = "lblBarCode";
     this.lblBarCode.Size        = new System.Drawing.Size(416, 24);
     this.lblBarCode.TabIndex    = 5;
     this.lblBarCode.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location  = new System.Drawing.Point(71, 71);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(56, 14);
     this.label4.TabIndex  = 10;
     this.label4.Text      = "Bar Code";
     //
     // lblProductCode
     //
     this.lblProductCode.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.lblProductCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblProductCode.Font        = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProductCode.ForeColor   = System.Drawing.Color.Black;
     this.lblProductCode.Location    = new System.Drawing.Point(192, 36);
     this.lblProductCode.Name        = "lblProductCode";
     this.lblProductCode.Size        = new System.Drawing.Size(416, 24);
     this.lblProductCode.TabIndex    = 6;
     this.lblProductCode.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(71, 41);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(82, 14);
     this.label2.TabIndex  = 11;
     this.label2.Text      = "Product Code";
     //
     // txtPrice
     //
     this.txtPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPrice.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold);
     this.txtPrice.Location    = new System.Drawing.Point(193, 181);
     this.txtPrice.MaxLength   = 9;
     this.txtPrice.Name        = "txtPrice";
     this.txtPrice.Size        = new System.Drawing.Size(213, 30);
     this.txtPrice.TabIndex    = 0;
     this.txtPrice.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtPrice.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress);
     this.txtPrice.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.txtPrice_KeyUp);
     //
     // label14
     //
     this.label14.AutoSize  = true;
     this.label14.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.MediumBlue;
     this.label14.Location  = new System.Drawing.Point(71, 185);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(94, 13);
     this.label14.TabIndex  = 7;
     this.label14.Text      = "Enter New Price";
     //
     // imgIcon
     //
     this.imgIcon.BackColor = System.Drawing.Color.Blue;
     this.imgIcon.Location  = new System.Drawing.Point(9, 5);
     this.imgIcon.Name      = "imgIcon";
     this.imgIcon.Size      = new System.Drawing.Size(49, 49);
     this.imgIcon.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgIcon.TabIndex  = 9;
     this.imgIcon.TabStop   = false;
     this.imgIcon.Click    += new System.EventHandler(this.imgIcon_Click);
     //
     // keyboardNoControl1
     //
     this.keyboardNoControl1.BackColor       = System.Drawing.Color.White;
     this.keyboardNoControl1.commandBlank1   = AceSoft.KeyBoardHook.CommandBlank1.Default;
     this.keyboardNoControl1.commandBlank2   = AceSoft.KeyBoardHook.CommandBlank2.Default;
     this.keyboardNoControl1.Location        = new System.Drawing.Point(457, 356);
     this.keyboardNoControl1.Name            = "keyboardNoControl1";
     this.keyboardNoControl1.Size            = new System.Drawing.Size(208, 172);
     this.keyboardNoControl1.TabIndex        = 1;
     this.keyboardNoControl1.TabStop         = false;
     this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
     this.keyboardNoControl1.commandBlank1   = KeyBoardHook.CommandBlank1.Clear;
     this.keyboardNoControl1.commandBlank2   = KeyBoardHook.CommandBlank2.SelectAll;
     //
     // cmdCancel
     //
     this.cmdCancel.AutoSize = true;
     this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdCancel.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdCancel.ForeColor = System.Drawing.Color.White;
     this.cmdCancel.Location  = new System.Drawing.Point(765, 618);
     this.cmdCancel.Name      = "cmdCancel";
     this.cmdCancel.Size      = new System.Drawing.Size(106, 83);
     this.cmdCancel.TabIndex  = 11;
     this.cmdCancel.Text      = "CANCEL";
     this.cmdCancel.UseVisualStyleBackColor = true;
     this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdEnter
     //
     this.cmdEnter.AutoSize = true;
     this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdEnter.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdEnter.ForeColor = System.Drawing.Color.White;
     this.cmdEnter.Location  = new System.Drawing.Point(877, 618);
     this.cmdEnter.Name      = "cmdEnter";
     this.cmdEnter.Size      = new System.Drawing.Size(106, 83);
     this.cmdEnter.TabIndex  = 10;
     this.cmdEnter.Text      = "ENTER";
     this.cmdEnter.UseVisualStyleBackColor = true;
     this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click);
     //
     // ChangePriceWnd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(1022, 766);
     this.ControlBox        = false;
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdEnter);
     this.Controls.Add(this.keyboardNoControl1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.imgIcon);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ChangePriceWnd";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Load           += new System.EventHandler(this.ChangePriceWnd_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.ChangePriceWnd_KeyDown);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #6
0
 private void InitializeComponent()
 {
     this.imgIcon                = new System.Windows.Forms.PictureBox();
     this.lblHeader              = new System.Windows.Forms.Label();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.lblDescription         = new System.Windows.Forms.Label();
     this.lblBalanceAmount       = new System.Windows.Forms.Label();
     this.label2                 = new System.Windows.Forms.Label();
     this.cboChargeType          = new System.Windows.Forms.ComboBox();
     this.lblChargeType          = new System.Windows.Forms.Label();
     this.lblChargeTypes         = new System.Windows.Forms.Label();
     this.txtRemarks             = new System.Windows.Forms.TextBox();
     this.lblCash                = new System.Windows.Forms.Label();
     this.txtAmount              = new System.Windows.Forms.TextBox();
     this.label1                 = new System.Windows.Forms.Label();
     this.keyboardSearchControl1 = new AceSoft.KeyBoardHook.KeyboardSearchControl();
     this.cmdCancel              = new System.Windows.Forms.Button();
     this.cmdEnter               = new System.Windows.Forms.Button();
     this.keyboardNoControl1     = new AceSoft.KeyBoardHook.KeyboardNoControl();
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // imgIcon
     //
     this.imgIcon.BackColor = System.Drawing.Color.Blue;
     this.imgIcon.Location  = new System.Drawing.Point(9, 5);
     this.imgIcon.Name      = "imgIcon";
     this.imgIcon.Size      = new System.Drawing.Size(49, 49);
     this.imgIcon.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgIcon.TabIndex  = 87;
     this.imgIcon.TabStop   = false;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.White;
     this.lblHeader.Location  = new System.Drawing.Point(67, 22);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(138, 13);
     this.lblHeader.TabIndex  = 4;
     this.lblHeader.Text      = "Tender Charge Amount";
     //
     // groupBox1
     //
     this.groupBox1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.groupBox1.BackColor = System.Drawing.Color.White;
     this.groupBox1.Controls.Add(this.lblDescription);
     this.groupBox1.Controls.Add(this.lblBalanceAmount);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.cboChargeType);
     this.groupBox1.Controls.Add(this.lblChargeType);
     this.groupBox1.Controls.Add(this.lblChargeTypes);
     this.groupBox1.Controls.Add(this.txtRemarks);
     this.groupBox1.Controls.Add(this.lblCash);
     this.groupBox1.Controls.Add(this.txtAmount);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.Blue;
     this.groupBox1.Location  = new System.Drawing.Point(8, 65);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(1008, 237);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Press ENTER key to apply charge.";
     //
     // lblDescription
     //
     this.lblDescription.AutoSize  = true;
     this.lblDescription.BackColor = System.Drawing.Color.Transparent;
     this.lblDescription.Font      = new System.Drawing.Font("Tahoma", 12F);
     this.lblDescription.ForeColor = System.Drawing.Color.LightSlateGray;
     this.lblDescription.Location  = new System.Drawing.Point(801, 17);
     this.lblDescription.Name      = "lblDescription";
     this.lblDescription.Size      = new System.Drawing.Size(201, 19);
     this.lblDescription.TabIndex  = 9;
     this.lblDescription.Text      = "Current Balance to be paid.";
     //
     // lblBalanceAmount
     //
     this.lblBalanceAmount.BackColor = System.Drawing.Color.Transparent;
     this.lblBalanceAmount.Font      = new System.Drawing.Font("Tahoma", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.lblBalanceAmount.ForeColor = System.Drawing.Color.Red;
     this.lblBalanceAmount.Location  = new System.Drawing.Point(611, 10);
     this.lblBalanceAmount.Name      = "lblBalanceAmount";
     this.lblBalanceAmount.Size      = new System.Drawing.Size(184, 30);
     this.lblBalanceAmount.TabIndex  = 8;
     this.lblBalanceAmount.Text      = "0.00";
     this.lblBalanceAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.MediumBlue;
     this.label2.Location  = new System.Drawing.Point(346, 144);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(267, 13);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "Add an optional 255 character remarks below.";
     //
     // cboChargeType
     //
     this.cboChargeType.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboChargeType.Font                  = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboChargeType.Location              = new System.Drawing.Point(379, 35);
     this.cboChargeType.Name                  = "cboChargeType";
     this.cboChargeType.Size                  = new System.Drawing.Size(200, 31);
     this.cboChargeType.TabIndex              = 0;
     this.cboChargeType.SelectedIndexChanged += new System.EventHandler(this.cboChargeType_SelectedIndexChanged);
     this.cboChargeType.GotFocus             += new System.EventHandler(this.cboChargeType_GotFocus);
     //
     // lblChargeType
     //
     this.lblChargeType.AutoSize  = true;
     this.lblChargeType.BackColor = System.Drawing.Color.Transparent;
     this.lblChargeType.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblChargeType.ForeColor = System.Drawing.Color.Red;
     this.lblChargeType.Location  = new System.Drawing.Point(663, 109);
     this.lblChargeType.Name      = "lblChargeType";
     this.lblChargeType.Size      = new System.Drawing.Size(20, 13);
     this.lblChargeType.TabIndex  = 6;
     this.lblChargeType.Text      = "%";
     //
     // lblChargeTypes
     //
     this.lblChargeTypes.AutoSize  = true;
     this.lblChargeTypes.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblChargeTypes.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblChargeTypes.Location  = new System.Drawing.Point(421, 16);
     this.lblChargeTypes.Name      = "lblChargeTypes";
     this.lblChargeTypes.Size      = new System.Drawing.Size(116, 13);
     this.lblChargeTypes.TabIndex  = 3;
     this.lblChargeTypes.Text      = "Select Charge Type";
     //
     // txtRemarks
     //
     this.txtRemarks.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtRemarks.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRemarks.Location    = new System.Drawing.Point(118, 162);
     this.txtRemarks.MaxLength   = 255;
     this.txtRemarks.Multiline   = true;
     this.txtRemarks.Name        = "txtRemarks";
     this.txtRemarks.Size        = new System.Drawing.Size(723, 56);
     this.txtRemarks.TabIndex    = 2;
     this.txtRemarks.GotFocus   += new System.EventHandler(this.txtRemarks_GotFocus);
     //
     // lblCash
     //
     this.lblCash.AutoSize  = true;
     this.lblCash.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCash.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblCash.Location  = new System.Drawing.Point(416, 80);
     this.lblCash.Name      = "lblCash";
     this.lblCash.Size      = new System.Drawing.Size(126, 13);
     this.lblCash.TabIndex  = 4;
     this.lblCash.Text      = "Charge to be applied.";
     //
     // txtAmount
     //
     this.txtAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAmount.Enabled     = false;
     this.txtAmount.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAmount.Location    = new System.Drawing.Point(302, 99);
     this.txtAmount.MaxLength   = 16;
     this.txtAmount.Name        = "txtAmount";
     this.txtAmount.Size        = new System.Drawing.Size(355, 30);
     this.txtAmount.TabIndex    = 1;
     this.txtAmount.Text        = "0.00";
     this.txtAmount.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtAmount.GotFocus   += new System.EventHandler(this.txtAmount_GotFocus);
     this.txtAmount.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtAmount_KeyPress);
     //
     // label1
     //
     this.label1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Red;
     this.label1.Location  = new System.Drawing.Point(35, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(39, 13);
     this.label1.TabIndex  = 7;
     this.label1.Text      = "ENTER";
     //
     // keyboardSearchControl1
     //
     this.keyboardSearchControl1.BackColor       = System.Drawing.Color.White;
     this.keyboardSearchControl1.Location        = new System.Drawing.Point(95, 323);
     this.keyboardSearchControl1.Name            = "keyboardSearchControl1";
     this.keyboardSearchControl1.Size            = new System.Drawing.Size(799, 134);
     this.keyboardSearchControl1.TabIndex        = 3;
     this.keyboardSearchControl1.TabStop         = false;
     this.keyboardSearchControl1.Tag             = "";
     this.keyboardSearchControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardSearchControl1_UserKeyPressed);
     //
     // cmdCancel
     //
     this.cmdCancel.AutoSize = true;
     this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdCancel.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdCancel.ForeColor = System.Drawing.Color.White;
     this.cmdCancel.Location  = new System.Drawing.Point(765, 618);
     this.cmdCancel.Name      = "cmdCancel";
     this.cmdCancel.Size      = new System.Drawing.Size(106, 83);
     this.cmdCancel.TabIndex  = 2;
     this.cmdCancel.Text      = "CANCEL";
     this.cmdCancel.UseVisualStyleBackColor = true;
     this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdEnter
     //
     this.cmdEnter.AutoSize = true;
     this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdEnter.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdEnter.ForeColor = System.Drawing.Color.White;
     this.cmdEnter.Location  = new System.Drawing.Point(877, 618);
     this.cmdEnter.Name      = "cmdEnter";
     this.cmdEnter.Size      = new System.Drawing.Size(106, 83);
     this.cmdEnter.TabIndex  = 1;
     this.cmdEnter.Text      = "ENTER";
     this.cmdEnter.UseVisualStyleBackColor = true;
     this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click);
     //
     // keyboardNoControl1
     //
     this.keyboardNoControl1.BackColor       = System.Drawing.Color.White;
     this.keyboardNoControl1.commandBlank1   = AceSoft.KeyBoardHook.CommandBlank1.Up;
     this.keyboardNoControl1.commandBlank2   = AceSoft.KeyBoardHook.CommandBlank2.Down;
     this.keyboardNoControl1.Location        = new System.Drawing.Point(400, 323);
     this.keyboardNoControl1.Name            = "keyboardNoControl1";
     this.keyboardNoControl1.Size            = new System.Drawing.Size(208, 172);
     this.keyboardNoControl1.TabIndex        = 88;
     this.keyboardNoControl1.TabStop         = false;
     this.keyboardNoControl1.Visible         = false;
     this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
     //
     // ChargeWnd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(1022, 766);
     this.ControlBox        = false;
     this.Controls.Add(this.keyboardNoControl1);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdEnter);
     this.Controls.Add(this.keyboardSearchControl1);
     this.Controls.Add(this.imgIcon);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.groupBox1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "ChargeWnd";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.ChargeWnd_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.ChargeWnd_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #7
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BalanceWnd));
            this.lblHeader = new System.Windows.Forms.Label();
            this.imgIcon = new System.Windows.Forms.PictureBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.lblCurrency = new System.Windows.Forms.Label();
            this.txtAmount = new System.Windows.Forms.TextBox();
            this.cmdCancel = new System.Windows.Forms.Button();
            this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();
            this.cmdEnter = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // lblHeader
            // 
            this.lblHeader.AutoSize = true;
            this.lblHeader.BackColor = System.Drawing.Color.Transparent;
            this.lblHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblHeader.ForeColor = System.Drawing.Color.White;
            this.lblHeader.Location = new System.Drawing.Point(67, 22);
            this.lblHeader.Name = "lblHeader";
            this.lblHeader.Size = new System.Drawing.Size(149, 13);
            this.lblHeader.TabIndex = 4;
            this.lblHeader.Text = "Enter Begginning Balance";
            // 
            // imgIcon
            // 
            this.imgIcon.BackColor = System.Drawing.Color.Blue;
            this.imgIcon.Location = new System.Drawing.Point(9, 5);
            this.imgIcon.Name = "imgIcon";
            this.imgIcon.Size = new System.Drawing.Size(49, 49);
            this.imgIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.imgIcon.TabIndex = 7;
            this.imgIcon.TabStop = false;
            this.imgIcon.Click += new System.EventHandler(this.imgIcon_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.White;
            this.groupBox1.Controls.Add(this.txtAmount);
            this.groupBox1.Controls.Add(this.lblCurrency);
            this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.ForeColor = System.Drawing.Color.Blue;
            this.groupBox1.Location = new System.Drawing.Point(9, 67);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(1008, 237);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // lblCurrency
            // 
            this.lblCurrency.AutoSize = true;
            this.lblCurrency.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblCurrency.ForeColor = System.Drawing.Color.MediumBlue;
            this.lblCurrency.Location = new System.Drawing.Point(346, 85);
            this.lblCurrency.Name = "lblCurrency";
            this.lblCurrency.Size = new System.Drawing.Size(192, 13);
            this.lblCurrency.TabIndex = 1;
            this.lblCurrency.Text = "Beginning Balance Amount (PHP)";
            // 
            // txtAmount
            // 
            this.txtAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtAmount.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtAmount.Location = new System.Drawing.Point(391, 101);
            this.txtAmount.MaxLength = 16;
            this.txtAmount.Name = "txtAmount";
            this.txtAmount.Size = new System.Drawing.Size(200, 30);
            this.txtAmount.TabIndex = 0;
            this.txtAmount.Text = "0.00";
            this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtAmount.GotFocus += new System.EventHandler(this.txtAmount_GotFocus);
            this.txtAmount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAmount_KeyPress);
            // 
            // cmdCancel
            // 
            this.cmdCancel.AutoSize = true;
            this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdCancel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdCancel.ForeColor = System.Drawing.Color.White;
            this.cmdCancel.Location = new System.Drawing.Point(765, 618);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(106, 83);
            this.cmdCancel.TabIndex = 3;
            this.cmdCancel.TabStop = false;
            this.cmdCancel.Text = "CANCEL";
            this.cmdCancel.UseVisualStyleBackColor = true;
            this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
            // 
            // keyboardNoControl1
            // 
            this.keyboardNoControl1.BackColor = System.Drawing.Color.White;
            this.keyboardNoControl1.commandBlank1 = AceSoft.KeyBoardHook.CommandBlank1.Default;
            this.keyboardNoControl1.commandBlank2 = AceSoft.KeyBoardHook.CommandBlank2.Default;
            this.keyboardNoControl1.Location = new System.Drawing.Point(400, 323);
            this.keyboardNoControl1.Name = "keyboardNoControl1";
            this.keyboardNoControl1.Size = new System.Drawing.Size(199, 202);
            this.keyboardNoControl1.TabIndex = 1;
            this.keyboardNoControl1.TabStop = false;
            this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
            // 
            // cmdEnter
            // 
            this.cmdEnter.AutoSize = true;
            this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdEnter.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdEnter.ForeColor = System.Drawing.Color.White;
            this.cmdEnter.Location = new System.Drawing.Point(877, 618);
            this.cmdEnter.Name = "cmdEnter";
            this.cmdEnter.Size = new System.Drawing.Size(106, 83);
            this.cmdEnter.TabIndex = 2;
            this.cmdEnter.TabStop = false;
            this.cmdEnter.Text = "ENTER";
            this.cmdEnter.UseVisualStyleBackColor = true;
            // 
            // BalanceWnd
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1022, 766);
            this.ControlBox = false;
            this.Controls.Add(this.cmdEnter);
            this.Controls.Add(this.cmdCancel);
            this.Controls.Add(this.keyboardNoControl1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.lblHeader);
            this.Controls.Add(this.imgIcon);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "BalanceWnd";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Load += new System.EventHandler(this.BalanceWnd_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BalanceWnd_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
		private void InitializeComponent()
		{
            this.lblBalanceAmount = new System.Windows.Forms.Label();
            this.lblHeader = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.lblConversion = new System.Windows.Forms.Label();
            this.lblRewards = new System.Windows.Forms.Label();
            this.txtAmount = new System.Windows.Forms.TextBox();
            this.lblRewardPoints = new System.Windows.Forms.Label();
            this.lblRewardPointsLabel = new System.Windows.Forms.Label();
            this.lblDebitOrDeposit = new System.Windows.Forms.Label();
            this.imgIcon = new System.Windows.Forms.PictureBox();
            this.cmdCancel = new System.Windows.Forms.Button();
            this.cmdEnter = new System.Windows.Forms.Button();
            this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
            this.SuspendLayout();
            // 
            // lblBalanceAmount
            // 
            this.lblBalanceAmount.BackColor = System.Drawing.Color.Transparent;
            this.lblBalanceAmount.Font = new System.Drawing.Font("Tahoma", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblBalanceAmount.ForeColor = System.Drawing.Color.Red;
            this.lblBalanceAmount.Location = new System.Drawing.Point(564, 35);
            this.lblBalanceAmount.Name = "lblBalanceAmount";
            this.lblBalanceAmount.Size = new System.Drawing.Size(184, 16);
            this.lblBalanceAmount.TabIndex = 4;
            this.lblBalanceAmount.Text = "0.00";
            this.lblBalanceAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblHeader
            // 
            this.lblHeader.AutoSize = true;
            this.lblHeader.BackColor = System.Drawing.Color.Transparent;
            this.lblHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblHeader.ForeColor = System.Drawing.Color.White;
            this.lblHeader.Location = new System.Drawing.Point(67, 22);
            this.lblHeader.Name = "lblHeader";
            this.lblHeader.Size = new System.Drawing.Size(185, 13);
            this.lblHeader.TabIndex = 83;
            this.lblHeader.Text = "Tender Reward Points Payment";
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.White;
            this.groupBox1.Controls.Add(this.lblConversion);
            this.groupBox1.Controls.Add(this.lblRewards);
            this.groupBox1.Controls.Add(this.txtAmount);
            this.groupBox1.Controls.Add(this.lblRewardPoints);
            this.groupBox1.Controls.Add(this.lblRewardPointsLabel);
            this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.ForeColor = System.Drawing.Color.Blue;
            this.groupBox1.Location = new System.Drawing.Point(9, 67);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(1008, 237);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // lblConversion
            // 
            this.lblConversion.BackColor = System.Drawing.Color.Transparent;
            this.lblConversion.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.lblConversion.ForeColor = System.Drawing.Color.LightSlateGray;
            this.lblConversion.Location = new System.Drawing.Point(355, 141);
            this.lblConversion.Name = "lblConversion";
            this.lblConversion.Size = new System.Drawing.Size(266, 20);
            this.lblConversion.TabIndex = 2;
            this.lblConversion.Text = "1 Point = 0.50 cents";
            this.lblConversion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lblRewards
            // 
            this.lblRewards.AutoSize = true;
            this.lblRewards.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblRewards.ForeColor = System.Drawing.Color.MediumBlue;
            this.lblRewards.Location = new System.Drawing.Point(403, 39);
            this.lblRewards.Name = "lblRewards";
            this.lblRewards.Size = new System.Drawing.Size(171, 13);
            this.lblRewards.TabIndex = 1;
            this.lblRewards.Text = "Reward Points Amount (PHP)";
            // 
            // txtAmount
            // 
            this.txtAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtAmount.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtAmount.Location = new System.Drawing.Point(386, 61);
            this.txtAmount.MaxLength = 16;
            this.txtAmount.Name = "txtAmount";
            this.txtAmount.Size = new System.Drawing.Size(200, 30);
            this.txtAmount.TabIndex = 0;
            this.txtAmount.Text = "0.00";
            this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtAmount.GotFocus += new System.EventHandler(this.txtAmount_GotFocus);
            this.txtAmount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAmount_KeyPress);
            // 
            // lblRewardPoints
            // 
            this.lblRewardPoints.BackColor = System.Drawing.Color.Transparent;
            this.lblRewardPoints.Font = new System.Drawing.Font("Tahoma", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblRewardPoints.ForeColor = System.Drawing.Color.DarkSalmon;
            this.lblRewardPoints.Location = new System.Drawing.Point(483, 115);
            this.lblRewardPoints.Name = "lblRewardPoints";
            this.lblRewardPoints.Size = new System.Drawing.Size(184, 16);
            this.lblRewardPoints.TabIndex = 5;
            this.lblRewardPoints.Text = "0.00";
            this.lblRewardPoints.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // lblRewardPointsLabel
            // 
            this.lblRewardPointsLabel.BackColor = System.Drawing.Color.Transparent;
            this.lblRewardPointsLabel.ForeColor = System.Drawing.Color.LightSlateGray;
            this.lblRewardPointsLabel.Location = new System.Drawing.Point(315, 112);
            this.lblRewardPointsLabel.Name = "lblRewardPointsLabel";
            this.lblRewardPointsLabel.Size = new System.Drawing.Size(165, 23);
            this.lblRewardPointsLabel.TabIndex = 6;
            this.lblRewardPointsLabel.Text = "Available Reward Points";
            this.lblRewardPointsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblDebitOrDeposit
            // 
            this.lblDebitOrDeposit.AutoSize = true;
            this.lblDebitOrDeposit.BackColor = System.Drawing.Color.Transparent;
            this.lblDebitOrDeposit.ForeColor = System.Drawing.Color.LightSlateGray;
            this.lblDebitOrDeposit.Location = new System.Drawing.Point(749, 41);
            this.lblDebitOrDeposit.Name = "lblDebitOrDeposit";
            this.lblDebitOrDeposit.Size = new System.Drawing.Size(139, 13);
            this.lblDebitOrDeposit.TabIndex = 7;
            this.lblDebitOrDeposit.Text = "Current Balance to be paid.";
            // 
            // imgIcon
            // 
            this.imgIcon.BackColor = System.Drawing.Color.Blue;
            this.imgIcon.Location = new System.Drawing.Point(9, 5);
            this.imgIcon.Name = "imgIcon";
            this.imgIcon.Size = new System.Drawing.Size(49, 49);
            this.imgIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.imgIcon.TabIndex = 82;
            this.imgIcon.TabStop = false;
            // 
            // cmdCancel
            // 
            this.cmdCancel.AutoSize = true;
            this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdCancel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdCancel.ForeColor = System.Drawing.Color.White;
            this.cmdCancel.Location = new System.Drawing.Point(765, 618);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(106, 83);
            this.cmdCancel.TabIndex = 2;
            this.cmdCancel.Text = "CANCEL";
            this.cmdCancel.UseVisualStyleBackColor = true;
            this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
            // 
            // cmdEnter
            // 
            this.cmdEnter.AutoSize = true;
            this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdEnter.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdEnter.ForeColor = System.Drawing.Color.White;
            this.cmdEnter.Location = new System.Drawing.Point(877, 618);
            this.cmdEnter.Name = "cmdEnter";
            this.cmdEnter.Size = new System.Drawing.Size(106, 83);
            this.cmdEnter.TabIndex = 1;
            this.cmdEnter.Text = "ENTER";
            this.cmdEnter.UseVisualStyleBackColor = true;
            this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click);
            // 
            // keyboardNoControl1
            // 
            this.keyboardNoControl1.BackColor = System.Drawing.Color.White;
            this.keyboardNoControl1.commandBlank1 = AceSoft.KeyBoardHook.CommandBlank1.Up;
            this.keyboardNoControl1.commandBlank2 = AceSoft.KeyBoardHook.CommandBlank2.Down;
            this.keyboardNoControl1.Location = new System.Drawing.Point(400, 323);
            this.keyboardNoControl1.Name = "keyboardNoControl1";
            this.keyboardNoControl1.Size = new System.Drawing.Size(202, 176);
            this.keyboardNoControl1.TabIndex = 84;
            this.keyboardNoControl1.TabStop = false;
            this.keyboardNoControl1.Visible = false;
            this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
            // 
            // RewardPointPaymentWnd
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1022, 766);
            this.ControlBox = false;
            this.Controls.Add(this.keyboardNoControl1);
            this.Controls.Add(this.cmdCancel);
            this.Controls.Add(this.cmdEnter);
            this.Controls.Add(this.lblHeader);
            this.Controls.Add(this.lblDebitOrDeposit);
            this.Controls.Add(this.lblBalanceAmount);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.imgIcon);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "RewardPointPaymentWnd";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Load += new System.EventHandler(this.RewardPointPaymentWnd_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.RewardPointPaymentWnd_KeyDown);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Exemple #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.imgIcon                = new System.Windows.Forms.PictureBox();
     this.lblHeader              = new System.Windows.Forms.Label();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.label8                 = new System.Windows.Forms.Label();
     this.lblBalanceAmount       = new System.Windows.Forms.Label();
     this.cboCardType            = new System.Windows.Forms.ComboBox();
     this.label5                 = new System.Windows.Forms.Label();
     this.txtCardHolder          = new System.Windows.Forms.TextBox();
     this.label4                 = new System.Windows.Forms.Label();
     this.txtCardNo              = new System.Windows.Forms.TextBox();
     this.label2                 = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.txtValidityDates       = new System.Windows.Forms.TextBox();
     this.lblRemarks             = new System.Windows.Forms.Label();
     this.txtRemarks             = new System.Windows.Forms.TextBox();
     this.lblCreditCard          = new System.Windows.Forms.Label();
     this.txtAmount              = new System.Windows.Forms.TextBox();
     this.keyboardSearchControl1 = new AceSoft.KeyBoardHook.KeyboardSearchControl();
     this.cmdCancel              = new System.Windows.Forms.Button();
     this.cmdEnter               = new System.Windows.Forms.Button();
     this.keyboardNoControl1     = new AceSoft.KeyBoardHook.KeyboardNoControl();
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // imgIcon
     //
     this.imgIcon.BackColor = System.Drawing.Color.Blue;
     this.imgIcon.Location  = new System.Drawing.Point(9, 5);
     this.imgIcon.Name      = "imgIcon";
     this.imgIcon.Size      = new System.Drawing.Size(49, 49);
     this.imgIcon.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgIcon.TabIndex  = 7;
     this.imgIcon.TabStop   = false;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.White;
     this.lblHeader.Location  = new System.Drawing.Point(67, 22);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(161, 13);
     this.lblHeader.TabIndex  = 8;
     this.lblHeader.Text      = "Tender Credit Card Amount";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.White;
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.lblBalanceAmount);
     this.groupBox1.Controls.Add(this.cboCardType);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.txtCardHolder);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.txtCardNo);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.txtValidityDates);
     this.groupBox1.Controls.Add(this.lblRemarks);
     this.groupBox1.Controls.Add(this.txtRemarks);
     this.groupBox1.Controls.Add(this.lblCreditCard);
     this.groupBox1.Controls.Add(this.txtAmount);
     this.groupBox1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.Blue;
     this.groupBox1.Location  = new System.Drawing.Point(9, 67);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(1008, 237);
     this.groupBox1.TabIndex  = 89;
     this.groupBox1.TabStop   = false;
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font      = new System.Drawing.Font("Tahoma", 12F);
     this.label8.ForeColor = System.Drawing.Color.LightSlateGray;
     this.label8.Location  = new System.Drawing.Point(801, 17);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(201, 19);
     this.label8.TabIndex  = 92;
     this.label8.Text      = "Current Balance to be paid.";
     //
     // lblBalanceAmount
     //
     this.lblBalanceAmount.BackColor = System.Drawing.Color.Transparent;
     this.lblBalanceAmount.Font      = new System.Drawing.Font("Tahoma", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.lblBalanceAmount.ForeColor = System.Drawing.Color.Red;
     this.lblBalanceAmount.Location  = new System.Drawing.Point(611, 10);
     this.lblBalanceAmount.Name      = "lblBalanceAmount";
     this.lblBalanceAmount.Size      = new System.Drawing.Size(184, 30);
     this.lblBalanceAmount.TabIndex  = 93;
     this.lblBalanceAmount.Text      = "0.00";
     this.lblBalanceAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboCardType
     //
     this.cboCardType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboCardType.Font          = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboCardType.Location      = new System.Drawing.Point(203, 70);
     this.cboCardType.Name          = "cboCardType";
     this.cboCardType.Size          = new System.Drawing.Size(200, 31);
     this.cboCardType.TabIndex      = 1;
     this.cboCardType.GotFocus     += new System.EventHandler(this.cboCardType_GotFocus);
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.White;
     this.label5.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.MediumBlue;
     this.label5.Location  = new System.Drawing.Point(67, 107);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(76, 13);
     this.label5.TabIndex  = 91;
     this.label5.Text      = "Card Holder:";
     //
     // txtCardHolder
     //
     this.txtCardHolder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCardHolder.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCardHolder.Location    = new System.Drawing.Point(203, 104);
     this.txtCardHolder.MaxLength   = 0;
     this.txtCardHolder.Name        = "txtCardHolder";
     this.txtCardHolder.Size        = new System.Drawing.Size(424, 30);
     this.txtCardHolder.TabIndex    = 3;
     this.txtCardHolder.GotFocus   += new System.EventHandler(this.txtCardHolder_GotFocus);
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.MediumBlue;
     this.label4.Location  = new System.Drawing.Point(410, 73);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(56, 13);
     this.label4.TabIndex  = 89;
     this.label4.Text      = "Card No.:";
     //
     // txtCardNo
     //
     this.txtCardNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCardNo.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCardNo.Location    = new System.Drawing.Point(467, 70);
     this.txtCardNo.MaxLength   = 0;
     this.txtCardNo.Name        = "txtCardNo";
     this.txtCardNo.Size        = new System.Drawing.Size(160, 30);
     this.txtCardNo.TabIndex    = 2;
     this.txtCardNo.GotFocus   += new System.EventHandler(this.txtCardNo_GotFocus);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.ForeColor = System.Drawing.Color.LightSlateGray;
     this.label2.Location  = new System.Drawing.Point(404, 146);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(84, 13);
     this.label2.TabIndex  = 86;
     this.label2.Text      = "(Format: mmyy)";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.White;
     this.label3.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.MediumBlue;
     this.label3.Location  = new System.Drawing.Point(67, 73);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(67, 13);
     this.label3.TabIndex  = 23;
     this.label3.Text      = "Card Type:";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.MediumBlue;
     this.label1.Location  = new System.Drawing.Point(67, 141);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(97, 13);
     this.label1.TabIndex  = 19;
     this.label1.Text      = "Expiration Date:";
     //
     // txtValidityDates
     //
     this.txtValidityDates.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtValidityDates.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtValidityDates.Location    = new System.Drawing.Point(203, 138);
     this.txtValidityDates.MaxLength   = 4;
     this.txtValidityDates.Name        = "txtValidityDates";
     this.txtValidityDates.Size        = new System.Drawing.Size(200, 30);
     this.txtValidityDates.TabIndex    = 4;
     this.txtValidityDates.GotFocus   += new System.EventHandler(this.txtValidityDates_GotFocus);
     this.txtValidityDates.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtValidityDates_KeyPress);
     //
     // lblRemarks
     //
     this.lblRemarks.AutoSize  = true;
     this.lblRemarks.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRemarks.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblRemarks.Location  = new System.Drawing.Point(67, 175);
     this.lblRemarks.Name      = "lblRemarks";
     this.lblRemarks.Size      = new System.Drawing.Size(126, 13);
     this.lblRemarks.TabIndex  = 17;
     this.lblRemarks.Text      = "Remarks (optional) : ";
     //
     // txtRemarks
     //
     this.txtRemarks.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtRemarks.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRemarks.Location    = new System.Drawing.Point(203, 172);
     this.txtRemarks.MaxLength   = 255;
     this.txtRemarks.Multiline   = true;
     this.txtRemarks.Name        = "txtRemarks";
     this.txtRemarks.Size        = new System.Drawing.Size(585, 41);
     this.txtRemarks.TabIndex    = 5;
     this.txtRemarks.GotFocus   += new System.EventHandler(this.txtRemarks_GotFocus);
     //
     // lblCreditCard
     //
     this.lblCreditCard.AutoSize  = true;
     this.lblCreditCard.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCreditCard.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblCreditCard.Location  = new System.Drawing.Point(67, 39);
     this.lblCreditCard.Name      = "lblCreditCard";
     this.lblCreditCard.Size      = new System.Drawing.Size(119, 13);
     this.lblCreditCard.TabIndex  = 15;
     this.lblCreditCard.Text      = "Card Amount (PHP):";
     //
     // txtAmount
     //
     this.txtAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAmount.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAmount.Location    = new System.Drawing.Point(203, 36);
     this.txtAmount.MaxLength   = 16;
     this.txtAmount.Name        = "txtAmount";
     this.txtAmount.Size        = new System.Drawing.Size(200, 30);
     this.txtAmount.TabIndex    = 0;
     this.txtAmount.Text        = "0.00";
     this.txtAmount.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtAmount.GotFocus   += new System.EventHandler(this.txtAmount_GotFocus);
     this.txtAmount.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtAmount_KeyPress);
     //
     // keyboardSearchControl1
     //
     this.keyboardSearchControl1.BackColor       = System.Drawing.Color.White;
     this.keyboardSearchControl1.Location        = new System.Drawing.Point(95, 323);
     this.keyboardSearchControl1.Name            = "keyboardSearchControl1";
     this.keyboardSearchControl1.Size            = new System.Drawing.Size(799, 134);
     this.keyboardSearchControl1.TabIndex        = 8;
     this.keyboardSearchControl1.TabStop         = false;
     this.keyboardSearchControl1.Tag             = "";
     this.keyboardSearchControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardSearchControl1_UserKeyPressed);
     //
     // cmdCancel
     //
     this.cmdCancel.AutoSize = true;
     this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdCancel.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdCancel.ForeColor = System.Drawing.Color.White;
     this.cmdCancel.Location  = new System.Drawing.Point(765, 618);
     this.cmdCancel.Name      = "cmdCancel";
     this.cmdCancel.Size      = new System.Drawing.Size(106, 83);
     this.cmdCancel.TabIndex  = 7;
     this.cmdCancel.Text      = "CANCEL";
     this.cmdCancel.UseVisualStyleBackColor = true;
     this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdEnter
     //
     this.cmdEnter.AutoSize = true;
     this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdEnter.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdEnter.ForeColor = System.Drawing.Color.White;
     this.cmdEnter.Location  = new System.Drawing.Point(877, 618);
     this.cmdEnter.Name      = "cmdEnter";
     this.cmdEnter.Size      = new System.Drawing.Size(106, 83);
     this.cmdEnter.TabIndex  = 6;
     this.cmdEnter.Text      = "ENTER";
     this.cmdEnter.UseVisualStyleBackColor = true;
     this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click);
     //
     // keyboardNoControl1
     //
     this.keyboardNoControl1.BackColor       = System.Drawing.Color.White;
     this.keyboardNoControl1.commandBlank1   = AceSoft.KeyBoardHook.CommandBlank1.Up;
     this.keyboardNoControl1.commandBlank2   = AceSoft.KeyBoardHook.CommandBlank2.Down;
     this.keyboardNoControl1.Location        = new System.Drawing.Point(400, 323);
     this.keyboardNoControl1.Name            = "keyboardNoControl1";
     this.keyboardNoControl1.Size            = new System.Drawing.Size(202, 176);
     this.keyboardNoControl1.TabIndex        = 90;
     this.keyboardNoControl1.TabStop         = false;
     this.keyboardNoControl1.Visible         = false;
     this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
     //
     // CreditCardPaymentWnd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(1022, 766);
     this.ControlBox        = false;
     this.Controls.Add(this.keyboardNoControl1);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdEnter);
     this.Controls.Add(this.keyboardSearchControl1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.imgIcon);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "CreditCardPaymentWnd";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.CreditCardPaymentWnd_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.CreditCardPaymentWnd_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.imgIcon            = new System.Windows.Forms.PictureBox();
     this.lblHeader          = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.label1             = new System.Windows.Forms.Label();
     this.txtTerminalNo      = new System.Windows.Forms.TextBox();
     this.lblTerminalNo      = new System.Windows.Forms.Label();
     this.txtTransactionNo   = new System.Windows.Forms.TextBox();
     this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();
     this.cmdCancel          = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // imgIcon
     //
     this.imgIcon.BackColor = System.Drawing.Color.Blue;
     this.imgIcon.Location  = new System.Drawing.Point(9, 5);
     this.imgIcon.Name      = "imgIcon";
     this.imgIcon.Size      = new System.Drawing.Size(49, 49);
     this.imgIcon.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgIcon.TabIndex  = 7;
     this.imgIcon.TabStop   = false;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.White;
     this.lblHeader.Location  = new System.Drawing.Point(67, 22);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(124, 13);
     this.lblHeader.TabIndex  = 2;
     this.lblHeader.Text      = "Enter TransactionNo.";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.White;
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.keyboardNoControl1);
     this.groupBox1.Controls.Add(this.txtTerminalNo);
     this.groupBox1.Controls.Add(this.lblTerminalNo);
     this.groupBox1.Controls.Add(this.txtTransactionNo);
     this.groupBox1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.Blue;
     this.groupBox1.Location  = new System.Drawing.Point(9, 67);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(1005, 533);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.MediumBlue;
     this.label1.Location  = new System.Drawing.Point(200, 58);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(127, 13);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Enter Transaction No.";
     //
     // txtTerminalNo
     //
     this.txtTerminalNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTerminalNo.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTerminalNo.Location    = new System.Drawing.Point(78, 80);
     this.txtTerminalNo.MaxLength   = 16;
     this.txtTerminalNo.Name        = "txtTerminalNo";
     this.txtTerminalNo.Size        = new System.Drawing.Size(73, 30);
     this.txtTerminalNo.TabIndex    = 2;
     this.txtTerminalNo.Text        = "01";
     this.txtTerminalNo.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // lblTerminalNo
     //
     this.lblTerminalNo.AutoSize  = true;
     this.lblTerminalNo.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTerminalNo.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblTerminalNo.Location  = new System.Drawing.Point(40, 58);
     this.lblTerminalNo.Name      = "lblTerminalNo";
     this.lblTerminalNo.Size      = new System.Drawing.Size(110, 13);
     this.lblTerminalNo.TabIndex  = 3;
     this.lblTerminalNo.Text      = "Enter Terminal No.";
     //
     // txtTransactionNo
     //
     this.txtTransactionNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTransactionNo.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTransactionNo.Location    = new System.Drawing.Point(225, 80);
     this.txtTransactionNo.MaxLength   = 16;
     this.txtTransactionNo.Name        = "txtTransactionNo";
     this.txtTransactionNo.Size        = new System.Drawing.Size(237, 30);
     this.txtTransactionNo.TabIndex    = 0;
     this.txtTransactionNo.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // keyboardNoControl1
     //
     this.keyboardNoControl1.BackColor       = System.Drawing.Color.White;
     this.keyboardNoControl1.commandBlank1   = AceSoft.KeyBoardHook.CommandBlank1.Default;
     this.keyboardNoControl1.commandBlank2   = AceSoft.KeyBoardHook.CommandBlank2.Default;
     this.keyboardNoControl1.Location        = new System.Drawing.Point(561, 20);
     this.keyboardNoControl1.Name            = "keyboardNoControl1";
     this.keyboardNoControl1.Size            = new System.Drawing.Size(199, 202);
     this.keyboardNoControl1.TabIndex        = 1;
     this.keyboardNoControl1.TabStop         = false;
     this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
     //
     // cmdCancel
     //
     this.cmdCancel.AutoSize = true;
     this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdCancel.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdCancel.ForeColor = System.Drawing.Color.White;
     this.cmdCancel.Location  = new System.Drawing.Point(877, 618);
     this.cmdCancel.Name      = "cmdCancel";
     this.cmdCancel.Size      = new System.Drawing.Size(106, 83);
     this.cmdCancel.TabIndex  = 1;
     this.cmdCancel.Text      = "CANCEL";
     this.cmdCancel.UseVisualStyleBackColor = true;
     this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
     //
     // TransactionNoWnd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(1022, 766);
     this.ControlBox        = false;
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.imgIcon);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "TransactionNoWnd";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.TransactionNoWnd_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.TransactionNoWnd_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.imgIcon              = new System.Windows.Forms.PictureBox();
     this.dgCashCount          = new System.Windows.Forms.DataGrid();
     this.dgStyle              = new System.Windows.Forms.DataGridTableStyle();
     this.DenominationID       = new System.Windows.Forms.DataGridTextBoxColumn();
     this.ImagePath            = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DenominationValue    = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DenominationCount    = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DenominationAmount   = new System.Windows.Forms.DataGridTextBoxColumn();
     this.DenominationCode     = new System.Windows.Forms.DataGridTextBoxColumn();
     this.imgImagePath         = new System.Windows.Forms.PictureBox();
     this.lblHeader            = new System.Windows.Forms.Label();
     this.txtDenominationCount = new System.Windows.Forms.TextBox();
     this.label13              = new System.Windows.Forms.Label();
     this.lblCashCount         = new System.Windows.Forms.Label();
     this.lblDescription       = new System.Windows.Forms.Label();
     this.cmdCancel            = new System.Windows.Forms.Button();
     this.cmdEnter             = new System.Windows.Forms.Button();
     this.keyboardNoControl1   = new AceSoft.KeyBoardHook.KeyboardNoControl();
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgCashCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgImagePath)).BeginInit();
     this.SuspendLayout();
     //
     // imgIcon
     //
     this.imgIcon.BackColor = System.Drawing.Color.Blue;
     this.imgIcon.Location  = new System.Drawing.Point(9, 5);
     this.imgIcon.Name      = "imgIcon";
     this.imgIcon.Size      = new System.Drawing.Size(49, 49);
     this.imgIcon.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgIcon.TabIndex  = 0;
     this.imgIcon.TabStop   = false;
     this.imgIcon.Click    += new System.EventHandler(this.imgIcon_Click);
     //
     // dgCashCount
     //
     this.dgCashCount.AlternatingBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.dgCashCount.BackColor            = System.Drawing.Color.White;
     this.dgCashCount.BackgroundColor      = System.Drawing.Color.White;
     this.dgCashCount.BorderStyle          = System.Windows.Forms.BorderStyle.FixedSingle;
     this.dgCashCount.CaptionBackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.dgCashCount.CaptionFont          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgCashCount.CaptionForeColor     = System.Drawing.Color.Blue;
     this.dgCashCount.CaptionVisible       = false;
     this.dgCashCount.DataMember           = "";
     this.dgCashCount.Enabled            = false;
     this.dgCashCount.FlatMode           = true;
     this.dgCashCount.Font               = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgCashCount.HeaderBackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(81)))), ((int)(((byte)(153)))));
     this.dgCashCount.HeaderFont         = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgCashCount.HeaderForeColor    = System.Drawing.Color.White;
     this.dgCashCount.Location           = new System.Drawing.Point(0, 60);
     this.dgCashCount.Name               = "dgCashCount";
     this.dgCashCount.PreferredRowHeight = 50;
     this.dgCashCount.ReadOnly           = true;
     this.dgCashCount.RowHeadersVisible  = false;
     this.dgCashCount.RowHeaderWidth     = 5;
     this.dgCashCount.SelectionBackColor = System.Drawing.Color.RoyalBlue;
     this.dgCashCount.SelectionForeColor = System.Drawing.Color.White;
     this.dgCashCount.Size               = new System.Drawing.Size(722, 526);
     this.dgCashCount.TabIndex           = 4;
     this.dgCashCount.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dgStyle
     });
     this.dgCashCount.TabStop = false;
     //
     // dgStyle
     //
     this.dgStyle.AlternatingBackColor = System.Drawing.Color.White;
     this.dgStyle.BackColor            = System.Drawing.Color.White;
     this.dgStyle.DataGrid             = this.dgCashCount;
     this.dgStyle.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.DenominationID,
         this.ImagePath,
         this.DenominationValue,
         this.DenominationCount,
         this.DenominationAmount,
         this.DenominationCode
     });
     this.dgStyle.HeaderBackColor      = System.Drawing.Color.DarkOrange;
     this.dgStyle.HeaderFont           = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgStyle.HeaderForeColor      = System.Drawing.Color.White;
     this.dgStyle.MappingName          = "tblDenominationsasasasas";
     this.dgStyle.PreferredColumnWidth = 180;
     this.dgStyle.PreferredRowHeight   = 30;
     this.dgStyle.RowHeadersVisible    = false;
     this.dgStyle.RowHeaderWidth       = 5;
     this.dgStyle.SelectionBackColor   = System.Drawing.Color.Green;
     this.dgStyle.SelectionForeColor   = System.Drawing.Color.White;
     //
     // DenominationID
     //
     this.DenominationID.Format      = "";
     this.DenominationID.FormatInfo  = null;
     this.DenominationID.MappingName = "DenominationID";
     this.DenominationID.NullText    = "";
     this.DenominationID.ReadOnly    = true;
     this.DenominationID.Width       = 0;
     //
     // ImagePath
     //
     this.ImagePath.Format      = "";
     this.ImagePath.FormatInfo  = null;
     this.ImagePath.MappingName = "ImagePath";
     this.ImagePath.NullText    = "";
     this.ImagePath.ReadOnly    = true;
     this.ImagePath.Width       = 20;
     //
     // DenominationValue
     //
     this.DenominationValue.Format      = "#,##0.#0";
     this.DenominationValue.FormatInfo  = null;
     this.DenominationValue.HeaderText  = "Value";
     this.DenominationValue.MappingName = "DenominationValue";
     this.DenominationValue.ReadOnly    = true;
     this.DenominationValue.Width       = 0;
     //
     // DenominationCount
     //
     this.DenominationCount.Alignment   = System.Windows.Forms.HorizontalAlignment.Right;
     this.DenominationCount.Format      = "#,##0";
     this.DenominationCount.FormatInfo  = null;
     this.DenominationCount.HeaderText  = "Enter Deno. Count";
     this.DenominationCount.MappingName = "DenominationCount";
     this.DenominationCount.NullText    = "";
     this.DenominationCount.Width       = 75;
     //
     // DenominationAmount
     //
     this.DenominationAmount.Alignment   = System.Windows.Forms.HorizontalAlignment.Center;
     this.DenominationAmount.Format      = "#,##0.#0";
     this.DenominationAmount.FormatInfo  = null;
     this.DenominationAmount.HeaderText  = "Amount";
     this.DenominationAmount.MappingName = "DenominationAmount";
     this.DenominationAmount.NullText    = "";
     this.DenominationAmount.ReadOnly    = true;
     this.DenominationAmount.Width       = 75;
     //
     // DenominationCode
     //
     this.DenominationCode.Format      = "";
     this.DenominationCode.FormatInfo  = null;
     this.DenominationCode.HeaderText  = "Denomination";
     this.DenominationCode.MappingName = "DenominationCode";
     this.DenominationCode.NullText    = "";
     this.DenominationCode.ReadOnly    = true;
     this.DenominationCode.Width       = 200;
     //
     // imgImagePath
     //
     this.imgImagePath.BackColor = System.Drawing.Color.Blue;
     this.imgImagePath.Location  = new System.Drawing.Point(0, 0);
     this.imgImagePath.Name      = "imgImagePath";
     this.imgImagePath.Size      = new System.Drawing.Size(49, 49);
     this.imgImagePath.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgImagePath.TabIndex  = 0;
     this.imgImagePath.TabStop   = false;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.White;
     this.lblHeader.Location  = new System.Drawing.Point(67, 22);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(103, 13);
     this.lblHeader.TabIndex  = 5;
     this.lblHeader.Text      = "Enter Cash Count";
     //
     // txtDenominationCount
     //
     this.txtDenominationCount.BackColor   = System.Drawing.Color.RoyalBlue;
     this.txtDenominationCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDenominationCount.Font        = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDenominationCount.ForeColor   = System.Drawing.Color.White;
     this.txtDenominationCount.Location    = new System.Drawing.Point(728, 206);
     this.txtDenominationCount.MaxLength   = 16;
     this.txtDenominationCount.Name        = "txtDenominationCount";
     this.txtDenominationCount.Size        = new System.Drawing.Size(282, 36);
     this.txtDenominationCount.TabIndex    = 0;
     this.txtDenominationCount.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtDenominationCount.Visible     = false;
     this.txtDenominationCount.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtDenominationCount_KeyPress);
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font      = new System.Drawing.Font("Arial Narrow", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location  = new System.Drawing.Point(592, 10);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(142, 29);
     this.label13.TabIndex  = 6;
     this.label13.Text      = "CASH COUNT";
     //
     // lblCashCount
     //
     this.lblCashCount.BackColor = System.Drawing.Color.Transparent;
     this.lblCashCount.Font      = new System.Drawing.Font("Arial Narrow", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCashCount.ForeColor = System.Drawing.Color.Firebrick;
     this.lblCashCount.Location  = new System.Drawing.Point(760, 10);
     this.lblCashCount.Name      = "lblCashCount";
     this.lblCashCount.Size      = new System.Drawing.Size(170, 25);
     this.lblCashCount.TabIndex  = 7;
     this.lblCashCount.Text      = "0.00";
     this.lblCashCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblDescription
     //
     this.lblDescription.AutoSize  = true;
     this.lblDescription.BackColor = System.Drawing.Color.Transparent;
     this.lblDescription.ForeColor = System.Drawing.Color.LightSlateGray;
     this.lblDescription.Location  = new System.Drawing.Point(458, 38);
     this.lblDescription.Name      = "lblDescription";
     this.lblDescription.Size      = new System.Drawing.Size(473, 13);
     this.lblDescription.TabIndex  = 5;
     this.lblDescription.Tag       = "";
     this.lblDescription.Text      = "Select the denomination you want to enter, then press the number to enter no. of " +
                                     "denomination.";
     //
     // cmdCancel
     //
     this.cmdCancel.AutoSize = true;
     this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdCancel.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdCancel.ForeColor = System.Drawing.Color.White;
     this.cmdCancel.Location  = new System.Drawing.Point(765, 618);
     this.cmdCancel.Name      = "cmdCancel";
     this.cmdCancel.Size      = new System.Drawing.Size(106, 83);
     this.cmdCancel.TabIndex  = 3;
     this.cmdCancel.TabStop   = false;
     this.cmdCancel.Text      = "CANCEL";
     this.cmdCancel.UseVisualStyleBackColor = true;
     this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdEnter
     //
     this.cmdEnter.AutoSize = true;
     this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdEnter.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdEnter.ForeColor = System.Drawing.Color.White;
     this.cmdEnter.Location  = new System.Drawing.Point(877, 618);
     this.cmdEnter.Name      = "cmdEnter";
     this.cmdEnter.Size      = new System.Drawing.Size(106, 83);
     this.cmdEnter.TabIndex  = 2;
     this.cmdEnter.TabStop   = false;
     this.cmdEnter.Text      = "ENTER";
     this.cmdEnter.UseVisualStyleBackColor = true;
     this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click);
     //
     // keyboardNoControl1
     //
     this.keyboardNoControl1.BackColor       = System.Drawing.Color.White;
     this.keyboardNoControl1.commandBlank1   = AceSoft.KeyBoardHook.CommandBlank1.Up;
     this.keyboardNoControl1.commandBlank2   = AceSoft.KeyBoardHook.CommandBlank2.Down;
     this.keyboardNoControl1.Location        = new System.Drawing.Point(781, 248);
     this.keyboardNoControl1.Name            = "keyboardNoControl1";
     this.keyboardNoControl1.Size            = new System.Drawing.Size(202, 176);
     this.keyboardNoControl1.TabIndex        = 1;
     this.keyboardNoControl1.TabStop         = false;
     this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
     //
     // CashCountWnd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(1022, 766);
     this.ControlBox        = false;
     this.Controls.Add(this.keyboardNoControl1);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdEnter);
     this.Controls.Add(this.lblDescription);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.lblCashCount);
     this.Controls.Add(this.txtDenominationCount);
     this.Controls.Add(this.dgCashCount);
     this.Controls.Add(this.imgIcon);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.Name            = "CashCountWnd";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.CashCount_Load);
     this.Resize         += new System.EventHandler(this.CashCount_Resize);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.CashCount_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgCashCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgImagePath)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.imgIcon = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();
            this.cmdGO = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.txtDateTo = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.cboDate = new System.Windows.Forms.ComboBox();
            this.lblCash = new System.Windows.Forms.Label();
            this.txtDateFrom = new System.Windows.Forms.TextBox();
            this.cmdCancel = new System.Windows.Forms.Button();
            this.cmdEnter = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // imgIcon
            // 
            this.imgIcon.BackColor = System.Drawing.Color.Blue;
            this.imgIcon.Location = new System.Drawing.Point(9, 5);
            this.imgIcon.Name = "imgIcon";
            this.imgIcon.Size = new System.Drawing.Size(49, 49);
            this.imgIcon.TabIndex = 51;
            this.imgIcon.TabStop = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(67, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(209, 13);
            this.label1.TabIndex = 67;
            this.label1.Text = "Terminal Report Initialization Dates";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.BackColor = System.Drawing.Color.Transparent;
            this.label8.ForeColor = System.Drawing.Color.LightSlateGray;
            this.label8.Location = new System.Drawing.Point(762, 41);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(172, 13);
            this.label8.TabIndex = 79;
            this.label8.Text = "Press Enter to resume Transaction";
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.BackColor = System.Drawing.Color.Transparent;
            this.label15.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label15.ForeColor = System.Drawing.Color.MistyRose;
            this.label15.Location = new System.Drawing.Point(731, 41);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(33, 13);
            this.label15.TabIndex = 78;
            this.label15.Text = "Enter";
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.White;
            this.groupBox1.Controls.Add(this.keyboardNoControl1);
            this.groupBox1.Controls.Add(this.cmdGO);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtDateTo);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.cboDate);
            this.groupBox1.Controls.Add(this.lblCash);
            this.groupBox1.Controls.Add(this.txtDateFrom);
            this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.ForeColor = System.Drawing.Color.Blue;
            this.groupBox1.Location = new System.Drawing.Point(9, 67);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(1005, 533);
            this.groupBox1.TabIndex = 80;
            this.groupBox1.TabStop = false;
            // 
            // keyboardNoControl1
            // 
            this.keyboardNoControl1.BackColor = System.Drawing.Color.White;
            this.keyboardNoControl1.commandBlank1 = AceSoft.KeyBoardHook.CommandBlank1.Default;
            this.keyboardNoControl1.commandBlank2 = AceSoft.KeyBoardHook.CommandBlank2.Default;
            this.keyboardNoControl1.Location = new System.Drawing.Point(545, 20);
            this.keyboardNoControl1.Name = "keyboardNoControl1";
            this.keyboardNoControl1.Size = new System.Drawing.Size(202, 201);
            this.keyboardNoControl1.TabIndex = 6;
            this.keyboardNoControl1.TabStop = false;
            this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
            // 
            // cmdGO
            // 
            this.cmdGO.AutoSize = true;
            this.cmdGO.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdGO.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdGO.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdGO.ForeColor = System.Drawing.Color.White;
            this.cmdGO.Location = new System.Drawing.Point(413, 35);
            this.cmdGO.Name = "cmdGO";
            this.cmdGO.Size = new System.Drawing.Size(78, 62);
            this.cmdGO.TabIndex = 2;
            this.cmdGO.Text = "SEARCH";
            this.cmdGO.UseVisualStyleBackColor = true;
            this.cmdGO.Click += new System.EventHandler(this.cmdGO_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.MediumBlue;
            this.label3.Location = new System.Drawing.Point(250, 61);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(17, 13);
            this.label3.TabIndex = 21;
            this.label3.Text = "--";
            // 
            // txtDateTo
            // 
            this.txtDateTo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtDateTo.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtDateTo.Location = new System.Drawing.Point(277, 51);
            this.txtDateTo.MaxLength = 10;
            this.txtDateTo.Name = "txtDateTo";
            this.txtDateTo.Size = new System.Drawing.Size(134, 30);
            this.txtDateTo.TabIndex = 1;
            this.txtDateTo.Text = "yyyy-mm-dd";
            this.txtDateTo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtDateTo.GotFocus += new System.EventHandler(this.txtDateTo_GotFocus);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.Color.MediumBlue;
            this.label2.Location = new System.Drawing.Point(181, 113);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(181, 13);
            this.label2.TabIndex = 19;
            this.label2.Text = "Select date of report to reprint";
            // 
            // cboDate
            // 
            this.cboDate.CausesValidation = false;
            this.cboDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboDate.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cboDate.Location = new System.Drawing.Point(76, 133);
            this.cboDate.Name = "cboDate";
            this.cboDate.Size = new System.Drawing.Size(415, 31);
            this.cboDate.TabIndex = 3;
            // 
            // lblCash
            // 
            this.lblCash.AutoSize = true;
            this.lblCash.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblCash.ForeColor = System.Drawing.Color.MediumBlue;
            this.lblCash.Location = new System.Drawing.Point(124, 30);
            this.lblCash.Name = "lblCash";
            this.lblCash.Size = new System.Drawing.Size(278, 13);
            this.lblCash.TabIndex = 15;
            this.lblCash.Text = "Select covered dates of terminal report to print.";
            // 
            // txtDateFrom
            // 
            this.txtDateFrom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtDateFrom.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtDateFrom.Location = new System.Drawing.Point(106, 51);
            this.txtDateFrom.MaxLength = 10;
            this.txtDateFrom.Name = "txtDateFrom";
            this.txtDateFrom.Size = new System.Drawing.Size(134, 30);
            this.txtDateFrom.TabIndex = 0;
            this.txtDateFrom.Text = "yyyy-mm-dd";
            this.txtDateFrom.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.txtDateFrom.GotFocus += new System.EventHandler(this.txtDateFrom_GotFocus);
            // 
            // cmdCancel
            // 
            this.cmdCancel.AutoSize = true;
            this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdCancel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdCancel.ForeColor = System.Drawing.Color.White;
            this.cmdCancel.Location = new System.Drawing.Point(765, 618);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(106, 83);
            this.cmdCancel.TabIndex = 5;
            this.cmdCancel.Text = "CANCEL";
            this.cmdCancel.UseVisualStyleBackColor = true;
            this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
            // 
            // cmdEnter
            // 
            this.cmdEnter.AutoSize = true;
            this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdEnter.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdEnter.ForeColor = System.Drawing.Color.White;
            this.cmdEnter.Location = new System.Drawing.Point(877, 618);
            this.cmdEnter.Name = "cmdEnter";
            this.cmdEnter.Size = new System.Drawing.Size(1024, 768);
            this.cmdEnter.TabIndex = 4;
            this.cmdEnter.Text = "ENTER";
            this.cmdEnter.UseVisualStyleBackColor = true;
            this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click);
            // 
            // TerminalHistoryDateWnd
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1022, 766);
            this.ControlBox = false;
            this.Controls.Add(this.cmdCancel);
            this.Controls.Add(this.cmdEnter);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.label15);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.imgIcon);
            this.Font = new System.Drawing.Font("Tahoma", 8F);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.KeyPreview = true;
            this.Name = "TerminalHistoryDateWnd";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Load += new System.EventHandler(this.TerminalHistoryDateWnd_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TerminalHistoryDateWnd_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Exemple #13
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.imgIcon = new System.Windows.Forms.PictureBox();
            this.dgCashCount = new System.Windows.Forms.DataGrid();
            this.dgStyle = new System.Windows.Forms.DataGridTableStyle();
            this.DenominationID = new System.Windows.Forms.DataGridTextBoxColumn();
            this.ImagePath = new System.Windows.Forms.DataGridTextBoxColumn();
            this.DenominationValue = new System.Windows.Forms.DataGridTextBoxColumn();
            this.DenominationCount = new System.Windows.Forms.DataGridTextBoxColumn();
            this.DenominationAmount = new System.Windows.Forms.DataGridTextBoxColumn();
            this.DenominationCode = new System.Windows.Forms.DataGridTextBoxColumn();
            this.imgImagePath = new System.Windows.Forms.PictureBox();
            this.lblHeader = new System.Windows.Forms.Label();
            this.txtDenominationCount = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.lblCashCount = new System.Windows.Forms.Label();
            this.lblDescription = new System.Windows.Forms.Label();
            this.cmdCancel = new System.Windows.Forms.Button();
            this.cmdEnter = new System.Windows.Forms.Button();
            this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgCashCount)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgImagePath)).BeginInit();
            this.SuspendLayout();
            // 
            // imgIcon
            // 
            this.imgIcon.BackColor = System.Drawing.Color.Blue;
            this.imgIcon.Location = new System.Drawing.Point(9, 5);
            this.imgIcon.Name = "imgIcon";
            this.imgIcon.Size = new System.Drawing.Size(49, 49);
            this.imgIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.imgIcon.TabIndex = 0;
            this.imgIcon.TabStop = false;
            this.imgIcon.Click += new System.EventHandler(this.imgIcon_Click);
            // 
            // dgCashCount
            // 
            this.dgCashCount.AlternatingBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dgCashCount.BackColor = System.Drawing.Color.White;
            this.dgCashCount.BackgroundColor = System.Drawing.Color.White;
            this.dgCashCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.dgCashCount.CaptionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.dgCashCount.CaptionFont = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgCashCount.CaptionForeColor = System.Drawing.Color.Blue;
            this.dgCashCount.CaptionVisible = false;
            this.dgCashCount.DataMember = "";
            this.dgCashCount.Enabled = false;
            this.dgCashCount.FlatMode = true;
            this.dgCashCount.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgCashCount.HeaderBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(81)))), ((int)(((byte)(153)))));
            this.dgCashCount.HeaderFont = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgCashCount.HeaderForeColor = System.Drawing.Color.White;
            this.dgCashCount.Location = new System.Drawing.Point(0, 60);
            this.dgCashCount.Name = "dgCashCount";
            this.dgCashCount.PreferredRowHeight = 50;
            this.dgCashCount.ReadOnly = true;
            this.dgCashCount.RowHeadersVisible = false;
            this.dgCashCount.RowHeaderWidth = 5;
            this.dgCashCount.SelectionBackColor = System.Drawing.Color.RoyalBlue;
            this.dgCashCount.SelectionForeColor = System.Drawing.Color.White;
            this.dgCashCount.Size = new System.Drawing.Size(722, 526);
            this.dgCashCount.TabIndex = 4;
            this.dgCashCount.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
            this.dgStyle});
            this.dgCashCount.TabStop = false;
            // 
            // dgStyle
            // 
            this.dgStyle.AlternatingBackColor = System.Drawing.Color.White;
            this.dgStyle.BackColor = System.Drawing.Color.White;
            this.dgStyle.DataGrid = this.dgCashCount;
            this.dgStyle.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
            this.DenominationID,
            this.ImagePath,
            this.DenominationValue,
            this.DenominationCount,
            this.DenominationAmount,
            this.DenominationCode});
            this.dgStyle.HeaderBackColor = System.Drawing.Color.DarkOrange;
            this.dgStyle.HeaderFont = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dgStyle.HeaderForeColor = System.Drawing.Color.White;
            this.dgStyle.MappingName = "tblDenominationsasasasas";
            this.dgStyle.PreferredColumnWidth = 180;
            this.dgStyle.PreferredRowHeight = 30;
            this.dgStyle.RowHeadersVisible = false;
            this.dgStyle.RowHeaderWidth = 5;
            this.dgStyle.SelectionBackColor = System.Drawing.Color.Green;
            this.dgStyle.SelectionForeColor = System.Drawing.Color.White;
            // 
            // DenominationID
            // 
            this.DenominationID.Format = "";
            this.DenominationID.FormatInfo = null;
            this.DenominationID.MappingName = "DenominationID";
            this.DenominationID.NullText = "";
            this.DenominationID.ReadOnly = true;
            this.DenominationID.Width = 0;
            // 
            // ImagePath
            // 
            this.ImagePath.Format = "";
            this.ImagePath.FormatInfo = null;
            this.ImagePath.MappingName = "ImagePath";
            this.ImagePath.NullText = "";
            this.ImagePath.ReadOnly = true;
            this.ImagePath.Width = 20;
            // 
            // DenominationValue
            // 
            this.DenominationValue.Format = "#,##0.#0";
            this.DenominationValue.FormatInfo = null;
            this.DenominationValue.HeaderText = "Value";
            this.DenominationValue.MappingName = "DenominationValue";
            this.DenominationValue.ReadOnly = true;
            this.DenominationValue.Width = 0;
            // 
            // DenominationCount
            // 
            this.DenominationCount.Alignment = System.Windows.Forms.HorizontalAlignment.Right;
            this.DenominationCount.Format = "#,##0";
            this.DenominationCount.FormatInfo = null;
            this.DenominationCount.HeaderText = "Enter Deno. Count";
            this.DenominationCount.MappingName = "DenominationCount";
            this.DenominationCount.NullText = "";
            this.DenominationCount.Width = 75;
            // 
            // DenominationAmount
            // 
            this.DenominationAmount.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.DenominationAmount.Format = "#,##0.#0";
            this.DenominationAmount.FormatInfo = null;
            this.DenominationAmount.HeaderText = "Amount";
            this.DenominationAmount.MappingName = "DenominationAmount";
            this.DenominationAmount.NullText = "";
            this.DenominationAmount.ReadOnly = true;
            this.DenominationAmount.Width = 75;
            // 
            // DenominationCode
            // 
            this.DenominationCode.Format = "";
            this.DenominationCode.FormatInfo = null;
            this.DenominationCode.HeaderText = "Denomination";
            this.DenominationCode.MappingName = "DenominationCode";
            this.DenominationCode.NullText = "";
            this.DenominationCode.ReadOnly = true;
            this.DenominationCode.Width = 200;
            // 
            // imgImagePath
            // 
            this.imgImagePath.BackColor = System.Drawing.Color.Blue;
            this.imgImagePath.Location = new System.Drawing.Point(0, 0);
            this.imgImagePath.Name = "imgImagePath";
            this.imgImagePath.Size = new System.Drawing.Size(49, 49);
            this.imgImagePath.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.imgImagePath.TabIndex = 0;
            this.imgImagePath.TabStop = false;
            // 
            // lblHeader
            // 
            this.lblHeader.AutoSize = true;
            this.lblHeader.BackColor = System.Drawing.Color.Transparent;
            this.lblHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblHeader.ForeColor = System.Drawing.Color.White;
            this.lblHeader.Location = new System.Drawing.Point(67, 22);
            this.lblHeader.Name = "lblHeader";
            this.lblHeader.Size = new System.Drawing.Size(103, 13);
            this.lblHeader.TabIndex = 5;
            this.lblHeader.Text = "Enter Cash Count";
            // 
            // txtDenominationCount
            // 
            this.txtDenominationCount.BackColor = System.Drawing.Color.RoyalBlue;
            this.txtDenominationCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtDenominationCount.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtDenominationCount.ForeColor = System.Drawing.Color.White;
            this.txtDenominationCount.Location = new System.Drawing.Point(728, 206);
            this.txtDenominationCount.MaxLength = 16;
            this.txtDenominationCount.Name = "txtDenominationCount";
            this.txtDenominationCount.Size = new System.Drawing.Size(282, 36);
            this.txtDenominationCount.TabIndex = 0;
            this.txtDenominationCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtDenominationCount.Visible = false;
            this.txtDenominationCount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtDenominationCount_KeyPress);
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.BackColor = System.Drawing.Color.Transparent;
            this.label13.Font = new System.Drawing.Font("Arial Narrow", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label13.Location = new System.Drawing.Point(592, 10);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(142, 29);
            this.label13.TabIndex = 6;
            this.label13.Text = "CASH COUNT";
            // 
            // lblCashCount
            // 
            this.lblCashCount.BackColor = System.Drawing.Color.Transparent;
            this.lblCashCount.Font = new System.Drawing.Font("Arial Narrow", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblCashCount.ForeColor = System.Drawing.Color.Firebrick;
            this.lblCashCount.Location = new System.Drawing.Point(760, 10);
            this.lblCashCount.Name = "lblCashCount";
            this.lblCashCount.Size = new System.Drawing.Size(170, 25);
            this.lblCashCount.TabIndex = 7;
            this.lblCashCount.Text = "0.00";
            this.lblCashCount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblDescription
            // 
            this.lblDescription.AutoSize = true;
            this.lblDescription.BackColor = System.Drawing.Color.Transparent;
            this.lblDescription.ForeColor = System.Drawing.Color.LightSlateGray;
            this.lblDescription.Location = new System.Drawing.Point(458, 38);
            this.lblDescription.Name = "lblDescription";
            this.lblDescription.Size = new System.Drawing.Size(473, 13);
            this.lblDescription.TabIndex = 5;
            this.lblDescription.Tag = "";
            this.lblDescription.Text = "Select the denomination you want to enter, then press the number to enter no. of " +
                "denomination.";
            // 
            // cmdCancel
            // 
            this.cmdCancel.AutoSize = true;
            this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdCancel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdCancel.ForeColor = System.Drawing.Color.White;
            this.cmdCancel.Location = new System.Drawing.Point(765, 618);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(106, 83);
            this.cmdCancel.TabIndex = 3;
            this.cmdCancel.TabStop = false;
            this.cmdCancel.Text = "CANCEL";
            this.cmdCancel.UseVisualStyleBackColor = true;
            this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
            // 
            // cmdEnter
            // 
            this.cmdEnter.AutoSize = true;
            this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdEnter.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdEnter.ForeColor = System.Drawing.Color.White;
            this.cmdEnter.Location = new System.Drawing.Point(877, 618);
            this.cmdEnter.Name = "cmdEnter";
            this.cmdEnter.Size = new System.Drawing.Size(106, 83);
            this.cmdEnter.TabIndex = 2;
            this.cmdEnter.TabStop = false;
            this.cmdEnter.Text = "ENTER";
            this.cmdEnter.UseVisualStyleBackColor = true;
            this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click);
            // 
            // keyboardNoControl1
            // 
            this.keyboardNoControl1.BackColor = System.Drawing.Color.White;
            this.keyboardNoControl1.commandBlank1 = AceSoft.KeyBoardHook.CommandBlank1.Up;
            this.keyboardNoControl1.commandBlank2 = AceSoft.KeyBoardHook.CommandBlank2.Down;
            this.keyboardNoControl1.Location = new System.Drawing.Point(781, 248);
            this.keyboardNoControl1.Name = "keyboardNoControl1";
            this.keyboardNoControl1.Size = new System.Drawing.Size(202, 176);
            this.keyboardNoControl1.TabIndex = 1;
            this.keyboardNoControl1.TabStop = false;
            this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
            // 
            // CashCountWnd
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1022, 766);
            this.ControlBox = false;
            this.Controls.Add(this.keyboardNoControl1);
            this.Controls.Add(this.cmdCancel);
            this.Controls.Add(this.cmdEnter);
            this.Controls.Add(this.lblDescription);
            this.Controls.Add(this.label13);
            this.Controls.Add(this.lblHeader);
            this.Controls.Add(this.lblCashCount);
            this.Controls.Add(this.txtDenominationCount);
            this.Controls.Add(this.dgCashCount);
            this.Controls.Add(this.imgIcon);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.Name = "CashCountWnd";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Load += new System.EventHandler(this.CashCount_Load);
            this.Resize += new System.EventHandler(this.CashCount_Resize);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CashCount_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgCashCount)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgImagePath)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.imgIcon = new System.Windows.Forms.PictureBox();
            this.lblHeader = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label1 = new System.Windows.Forms.Label();
            this.txtTerminalNo = new System.Windows.Forms.TextBox();
            this.lblTerminalNo = new System.Windows.Forms.Label();
            this.txtTransactionNo = new System.Windows.Forms.TextBox();
            this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();
            this.cmdCancel = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // imgIcon
            // 
            this.imgIcon.BackColor = System.Drawing.Color.Blue;
            this.imgIcon.Location = new System.Drawing.Point(9, 5);
            this.imgIcon.Name = "imgIcon";
            this.imgIcon.Size = new System.Drawing.Size(49, 49);
            this.imgIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.imgIcon.TabIndex = 7;
            this.imgIcon.TabStop = false;
            // 
            // lblHeader
            // 
            this.lblHeader.AutoSize = true;
            this.lblHeader.BackColor = System.Drawing.Color.Transparent;
            this.lblHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblHeader.ForeColor = System.Drawing.Color.White;
            this.lblHeader.Location = new System.Drawing.Point(67, 22);
            this.lblHeader.Name = "lblHeader";
            this.lblHeader.Size = new System.Drawing.Size(124, 13);
            this.lblHeader.TabIndex = 2;
            this.lblHeader.Text = "Enter TransactionNo.";
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.White;
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.keyboardNoControl1);
            this.groupBox1.Controls.Add(this.txtTerminalNo);
            this.groupBox1.Controls.Add(this.lblTerminalNo);
            this.groupBox1.Controls.Add(this.txtTransactionNo);
            this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.ForeColor = System.Drawing.Color.Blue;
            this.groupBox1.Location = new System.Drawing.Point(9, 67);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(1005, 533);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.MediumBlue;
            this.label1.Location = new System.Drawing.Point(200, 58);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(127, 13);
            this.label1.TabIndex = 4;
            this.label1.Text = "Enter Transaction No.";
            // 
            // txtTerminalNo
            // 
            this.txtTerminalNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtTerminalNo.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtTerminalNo.Location = new System.Drawing.Point(78, 80);
            this.txtTerminalNo.MaxLength = 16;
            this.txtTerminalNo.Name = "txtTerminalNo";
            this.txtTerminalNo.Size = new System.Drawing.Size(73, 30);
            this.txtTerminalNo.TabIndex = 2;
            this.txtTerminalNo.Text = "01";
            this.txtTerminalNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            // 
            // lblTerminalNo
            // 
            this.lblTerminalNo.AutoSize = true;
            this.lblTerminalNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTerminalNo.ForeColor = System.Drawing.Color.MediumBlue;
            this.lblTerminalNo.Location = new System.Drawing.Point(40, 58);
            this.lblTerminalNo.Name = "lblTerminalNo";
            this.lblTerminalNo.Size = new System.Drawing.Size(110, 13);
            this.lblTerminalNo.TabIndex = 3;
            this.lblTerminalNo.Text = "Enter Terminal No.";
            // 
            // txtTransactionNo
            // 
            this.txtTransactionNo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtTransactionNo.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtTransactionNo.Location = new System.Drawing.Point(225, 80);
            this.txtTransactionNo.MaxLength = 16;
            this.txtTransactionNo.Name = "txtTransactionNo";
            this.txtTransactionNo.Size = new System.Drawing.Size(237, 30);
            this.txtTransactionNo.TabIndex = 0;
            this.txtTransactionNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // keyboardNoControl1
            // 
            this.keyboardNoControl1.BackColor = System.Drawing.Color.White;
            this.keyboardNoControl1.commandBlank1 = AceSoft.KeyBoardHook.CommandBlank1.Default;
            this.keyboardNoControl1.commandBlank2 = AceSoft.KeyBoardHook.CommandBlank2.Default;
            this.keyboardNoControl1.Location = new System.Drawing.Point(561, 20);
            this.keyboardNoControl1.Name = "keyboardNoControl1";
            this.keyboardNoControl1.Size = new System.Drawing.Size(199, 202);
            this.keyboardNoControl1.TabIndex = 1;
            this.keyboardNoControl1.TabStop = false;
            this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
            // 
            // cmdCancel
            // 
            this.cmdCancel.AutoSize = true;
            this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdCancel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdCancel.ForeColor = System.Drawing.Color.White;
            this.cmdCancel.Location = new System.Drawing.Point(877, 618);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(106, 83);
            this.cmdCancel.TabIndex = 1;
            this.cmdCancel.Text = "CANCEL";
            this.cmdCancel.UseVisualStyleBackColor = true;
            this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
            // 
            // TransactionNoWnd
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1022, 766);
            this.ControlBox = false;
            this.Controls.Add(this.cmdCancel);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.lblHeader);
            this.Controls.Add(this.imgIcon);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "TransactionNoWnd";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Load += new System.EventHandler(this.TransactionNoWnd_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TransactionNoWnd_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemple #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.imgIcon            = new System.Windows.Forms.PictureBox();
     this.label1             = new System.Windows.Forms.Label();
     this.label8             = new System.Windows.Forms.Label();
     this.label15            = new System.Windows.Forms.Label();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();
     this.cmdGO       = new System.Windows.Forms.Button();
     this.label3      = new System.Windows.Forms.Label();
     this.txtDateTo   = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.cboDate     = new System.Windows.Forms.ComboBox();
     this.lblCash     = new System.Windows.Forms.Label();
     this.txtDateFrom = new System.Windows.Forms.TextBox();
     this.cmdCancel   = new System.Windows.Forms.Button();
     this.cmdEnter    = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // imgIcon
     //
     this.imgIcon.BackColor = System.Drawing.Color.Blue;
     this.imgIcon.Location  = new System.Drawing.Point(9, 5);
     this.imgIcon.Name      = "imgIcon";
     this.imgIcon.Size      = new System.Drawing.Size(49, 49);
     this.imgIcon.TabIndex  = 51;
     this.imgIcon.TabStop   = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(67, 22);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(209, 13);
     this.label1.TabIndex  = 67;
     this.label1.Text      = "Terminal Report Initialization Dates";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.ForeColor = System.Drawing.Color.LightSlateGray;
     this.label8.Location  = new System.Drawing.Point(762, 41);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(172, 13);
     this.label8.TabIndex  = 79;
     this.label8.Text      = "Press Enter to resume Transaction";
     //
     // label15
     //
     this.label15.AutoSize  = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.MistyRose;
     this.label15.Location  = new System.Drawing.Point(731, 41);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(33, 13);
     this.label15.TabIndex  = 78;
     this.label15.Text      = "Enter";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.White;
     this.groupBox1.Controls.Add(this.keyboardNoControl1);
     this.groupBox1.Controls.Add(this.cmdGO);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtDateTo);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.cboDate);
     this.groupBox1.Controls.Add(this.lblCash);
     this.groupBox1.Controls.Add(this.txtDateFrom);
     this.groupBox1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.Blue;
     this.groupBox1.Location  = new System.Drawing.Point(9, 67);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(1005, 533);
     this.groupBox1.TabIndex  = 80;
     this.groupBox1.TabStop   = false;
     //
     // keyboardNoControl1
     //
     this.keyboardNoControl1.BackColor       = System.Drawing.Color.White;
     this.keyboardNoControl1.commandBlank1   = AceSoft.KeyBoardHook.CommandBlank1.Default;
     this.keyboardNoControl1.commandBlank2   = AceSoft.KeyBoardHook.CommandBlank2.Default;
     this.keyboardNoControl1.Location        = new System.Drawing.Point(545, 20);
     this.keyboardNoControl1.Name            = "keyboardNoControl1";
     this.keyboardNoControl1.Size            = new System.Drawing.Size(202, 201);
     this.keyboardNoControl1.TabIndex        = 6;
     this.keyboardNoControl1.TabStop         = false;
     this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
     //
     // cmdGO
     //
     this.cmdGO.AutoSize = true;
     this.cmdGO.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdGO.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdGO.Font      = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdGO.ForeColor = System.Drawing.Color.White;
     this.cmdGO.Location  = new System.Drawing.Point(413, 35);
     this.cmdGO.Name      = "cmdGO";
     this.cmdGO.Size      = new System.Drawing.Size(78, 62);
     this.cmdGO.TabIndex  = 2;
     this.cmdGO.Text      = "SEARCH";
     this.cmdGO.UseVisualStyleBackColor = true;
     this.cmdGO.Click += new System.EventHandler(this.cmdGO_Click);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.MediumBlue;
     this.label3.Location  = new System.Drawing.Point(250, 61);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(17, 13);
     this.label3.TabIndex  = 21;
     this.label3.Text      = "--";
     //
     // txtDateTo
     //
     this.txtDateTo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDateTo.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDateTo.Location    = new System.Drawing.Point(277, 51);
     this.txtDateTo.MaxLength   = 10;
     this.txtDateTo.Name        = "txtDateTo";
     this.txtDateTo.Size        = new System.Drawing.Size(134, 30);
     this.txtDateTo.TabIndex    = 1;
     this.txtDateTo.Text        = "yyyy-mm-dd";
     this.txtDateTo.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtDateTo.GotFocus   += new System.EventHandler(this.txtDateTo_GotFocus);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.MediumBlue;
     this.label2.Location  = new System.Drawing.Point(181, 113);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(181, 13);
     this.label2.TabIndex  = 19;
     this.label2.Text      = "Select date of report to reprint";
     //
     // cboDate
     //
     this.cboDate.CausesValidation = false;
     this.cboDate.DropDownStyle    = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDate.Font             = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboDate.Location         = new System.Drawing.Point(76, 133);
     this.cboDate.Name             = "cboDate";
     this.cboDate.Size             = new System.Drawing.Size(415, 31);
     this.cboDate.TabIndex         = 3;
     //
     // lblCash
     //
     this.lblCash.AutoSize  = true;
     this.lblCash.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCash.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblCash.Location  = new System.Drawing.Point(124, 30);
     this.lblCash.Name      = "lblCash";
     this.lblCash.Size      = new System.Drawing.Size(278, 13);
     this.lblCash.TabIndex  = 15;
     this.lblCash.Text      = "Select covered dates of terminal report to print.";
     //
     // txtDateFrom
     //
     this.txtDateFrom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDateFrom.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDateFrom.Location    = new System.Drawing.Point(106, 51);
     this.txtDateFrom.MaxLength   = 10;
     this.txtDateFrom.Name        = "txtDateFrom";
     this.txtDateFrom.Size        = new System.Drawing.Size(134, 30);
     this.txtDateFrom.TabIndex    = 0;
     this.txtDateFrom.Text        = "yyyy-mm-dd";
     this.txtDateFrom.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtDateFrom.GotFocus   += new System.EventHandler(this.txtDateFrom_GotFocus);
     //
     // cmdCancel
     //
     this.cmdCancel.AutoSize = true;
     this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdCancel.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdCancel.ForeColor = System.Drawing.Color.White;
     this.cmdCancel.Location  = new System.Drawing.Point(765, 618);
     this.cmdCancel.Name      = "cmdCancel";
     this.cmdCancel.Size      = new System.Drawing.Size(106, 83);
     this.cmdCancel.TabIndex  = 5;
     this.cmdCancel.Text      = "CANCEL";
     this.cmdCancel.UseVisualStyleBackColor = true;
     this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdEnter
     //
     this.cmdEnter.AutoSize = true;
     this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdEnter.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdEnter.ForeColor = System.Drawing.Color.White;
     this.cmdEnter.Location  = new System.Drawing.Point(877, 618);
     this.cmdEnter.Name      = "cmdEnter";
     this.cmdEnter.Size      = new System.Drawing.Size(1024, 768);
     this.cmdEnter.TabIndex  = 4;
     this.cmdEnter.Text      = "ENTER";
     this.cmdEnter.UseVisualStyleBackColor = true;
     this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click);
     //
     // TerminalHistoryDateWnd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(1022, 766);
     this.ControlBox        = false;
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdEnter);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.imgIcon);
     this.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.Name            = "TerminalHistoryDateWnd";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.TerminalHistoryDateWnd_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.TerminalHistoryDateWnd_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #16
0
 private void InitializeComponent()
 {
     this.lblBalanceAmount     = new System.Windows.Forms.Label();
     this.lblHeader            = new System.Windows.Forms.Label();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.lblConversion        = new System.Windows.Forms.Label();
     this.lblRewards           = new System.Windows.Forms.Label();
     this.txtAmount            = new System.Windows.Forms.TextBox();
     this.lblRewardPoints      = new System.Windows.Forms.Label();
     this.lblRewardPointsLabel = new System.Windows.Forms.Label();
     this.lblDebitOrDeposit    = new System.Windows.Forms.Label();
     this.imgIcon            = new System.Windows.Forms.PictureBox();
     this.cmdCancel          = new System.Windows.Forms.Button();
     this.cmdEnter           = new System.Windows.Forms.Button();
     this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
     this.SuspendLayout();
     //
     // lblBalanceAmount
     //
     this.lblBalanceAmount.BackColor = System.Drawing.Color.Transparent;
     this.lblBalanceAmount.Font      = new System.Drawing.Font("Tahoma", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBalanceAmount.ForeColor = System.Drawing.Color.Red;
     this.lblBalanceAmount.Location  = new System.Drawing.Point(564, 35);
     this.lblBalanceAmount.Name      = "lblBalanceAmount";
     this.lblBalanceAmount.Size      = new System.Drawing.Size(184, 16);
     this.lblBalanceAmount.TabIndex  = 4;
     this.lblBalanceAmount.Text      = "0.00";
     this.lblBalanceAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.White;
     this.lblHeader.Location  = new System.Drawing.Point(67, 22);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(185, 13);
     this.lblHeader.TabIndex  = 83;
     this.lblHeader.Text      = "Tender Reward Points Payment";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.White;
     this.groupBox1.Controls.Add(this.lblConversion);
     this.groupBox1.Controls.Add(this.lblRewards);
     this.groupBox1.Controls.Add(this.txtAmount);
     this.groupBox1.Controls.Add(this.lblRewardPoints);
     this.groupBox1.Controls.Add(this.lblRewardPointsLabel);
     this.groupBox1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.Blue;
     this.groupBox1.Location  = new System.Drawing.Point(9, 67);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(1008, 237);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     //
     // lblConversion
     //
     this.lblConversion.BackColor = System.Drawing.Color.Transparent;
     this.lblConversion.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lblConversion.ForeColor = System.Drawing.Color.LightSlateGray;
     this.lblConversion.Location  = new System.Drawing.Point(355, 141);
     this.lblConversion.Name      = "lblConversion";
     this.lblConversion.Size      = new System.Drawing.Size(266, 20);
     this.lblConversion.TabIndex  = 2;
     this.lblConversion.Text      = "1 Point = 0.50 cents";
     this.lblConversion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblRewards
     //
     this.lblRewards.AutoSize  = true;
     this.lblRewards.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRewards.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblRewards.Location  = new System.Drawing.Point(403, 39);
     this.lblRewards.Name      = "lblRewards";
     this.lblRewards.Size      = new System.Drawing.Size(171, 13);
     this.lblRewards.TabIndex  = 1;
     this.lblRewards.Text      = "Reward Points Amount (PHP)";
     //
     // txtAmount
     //
     this.txtAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAmount.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAmount.Location    = new System.Drawing.Point(386, 61);
     this.txtAmount.MaxLength   = 16;
     this.txtAmount.Name        = "txtAmount";
     this.txtAmount.Size        = new System.Drawing.Size(200, 30);
     this.txtAmount.TabIndex    = 0;
     this.txtAmount.Text        = "0.00";
     this.txtAmount.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtAmount.GotFocus   += new System.EventHandler(this.txtAmount_GotFocus);
     this.txtAmount.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtAmount_KeyPress);
     //
     // lblRewardPoints
     //
     this.lblRewardPoints.BackColor = System.Drawing.Color.Transparent;
     this.lblRewardPoints.Font      = new System.Drawing.Font("Tahoma", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRewardPoints.ForeColor = System.Drawing.Color.DarkSalmon;
     this.lblRewardPoints.Location  = new System.Drawing.Point(483, 115);
     this.lblRewardPoints.Name      = "lblRewardPoints";
     this.lblRewardPoints.Size      = new System.Drawing.Size(184, 16);
     this.lblRewardPoints.TabIndex  = 5;
     this.lblRewardPoints.Text      = "0.00";
     this.lblRewardPoints.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblRewardPointsLabel
     //
     this.lblRewardPointsLabel.BackColor = System.Drawing.Color.Transparent;
     this.lblRewardPointsLabel.ForeColor = System.Drawing.Color.LightSlateGray;
     this.lblRewardPointsLabel.Location  = new System.Drawing.Point(315, 112);
     this.lblRewardPointsLabel.Name      = "lblRewardPointsLabel";
     this.lblRewardPointsLabel.Size      = new System.Drawing.Size(165, 23);
     this.lblRewardPointsLabel.TabIndex  = 6;
     this.lblRewardPointsLabel.Text      = "Available Reward Points";
     this.lblRewardPointsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblDebitOrDeposit
     //
     this.lblDebitOrDeposit.AutoSize  = true;
     this.lblDebitOrDeposit.BackColor = System.Drawing.Color.Transparent;
     this.lblDebitOrDeposit.ForeColor = System.Drawing.Color.LightSlateGray;
     this.lblDebitOrDeposit.Location  = new System.Drawing.Point(749, 41);
     this.lblDebitOrDeposit.Name      = "lblDebitOrDeposit";
     this.lblDebitOrDeposit.Size      = new System.Drawing.Size(139, 13);
     this.lblDebitOrDeposit.TabIndex  = 7;
     this.lblDebitOrDeposit.Text      = "Current Balance to be paid.";
     //
     // imgIcon
     //
     this.imgIcon.BackColor = System.Drawing.Color.Blue;
     this.imgIcon.Location  = new System.Drawing.Point(9, 5);
     this.imgIcon.Name      = "imgIcon";
     this.imgIcon.Size      = new System.Drawing.Size(49, 49);
     this.imgIcon.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgIcon.TabIndex  = 82;
     this.imgIcon.TabStop   = false;
     //
     // cmdCancel
     //
     this.cmdCancel.AutoSize = true;
     this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdCancel.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdCancel.ForeColor = System.Drawing.Color.White;
     this.cmdCancel.Location  = new System.Drawing.Point(765, 618);
     this.cmdCancel.Name      = "cmdCancel";
     this.cmdCancel.Size      = new System.Drawing.Size(106, 83);
     this.cmdCancel.TabIndex  = 2;
     this.cmdCancel.Text      = "CANCEL";
     this.cmdCancel.UseVisualStyleBackColor = true;
     this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdEnter
     //
     this.cmdEnter.AutoSize = true;
     this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdEnter.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdEnter.ForeColor = System.Drawing.Color.White;
     this.cmdEnter.Location  = new System.Drawing.Point(877, 618);
     this.cmdEnter.Name      = "cmdEnter";
     this.cmdEnter.Size      = new System.Drawing.Size(106, 83);
     this.cmdEnter.TabIndex  = 1;
     this.cmdEnter.Text      = "ENTER";
     this.cmdEnter.UseVisualStyleBackColor = true;
     this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click);
     //
     // keyboardNoControl1
     //
     this.keyboardNoControl1.BackColor       = System.Drawing.Color.White;
     this.keyboardNoControl1.commandBlank1   = AceSoft.KeyBoardHook.CommandBlank1.Up;
     this.keyboardNoControl1.commandBlank2   = AceSoft.KeyBoardHook.CommandBlank2.Down;
     this.keyboardNoControl1.Location        = new System.Drawing.Point(400, 323);
     this.keyboardNoControl1.Name            = "keyboardNoControl1";
     this.keyboardNoControl1.Size            = new System.Drawing.Size(202, 176);
     this.keyboardNoControl1.TabIndex        = 84;
     this.keyboardNoControl1.TabStop         = false;
     this.keyboardNoControl1.Visible         = false;
     this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
     //
     // RewardPointPaymentWnd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(1022, 766);
     this.ControlBox        = false;
     this.Controls.Add(this.keyboardNoControl1);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.cmdEnter);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.lblDebitOrDeposit);
     this.Controls.Add(this.lblBalanceAmount);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.imgIcon);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "RewardPointPaymentWnd";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.RewardPointPaymentWnd_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.RewardPointPaymentWnd_KeyDown);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #17
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.lblTotalAmount = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.lblQuantity = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.lblUnit = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.lblDescription = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.lblBarCode = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.lblProductCode = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txtPrice = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.imgIcon = new System.Windows.Forms.PictureBox();
            this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();
            this.cmdCancel = new System.Windows.Forms.Button();
            this.cmdEnter = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(67, 22);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(80, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "Change Price";
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.White;
            this.groupBox1.Controls.Add(this.lblTotalAmount);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.lblQuantity);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.lblUnit);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.lblDescription);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.lblBarCode);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.lblProductCode);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtPrice);
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.ForeColor = System.Drawing.Color.Blue;
            this.groupBox1.Location = new System.Drawing.Point(9, 67);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(1008, 237);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Product Details";
            // 
            // lblTotalAmount
            // 
            this.lblTotalAmount.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.lblTotalAmount.BackColor = System.Drawing.Color.WhiteSmoke;
            this.lblTotalAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblTotalAmount.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblTotalAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.lblTotalAmount.Location = new System.Drawing.Point(611, 181);
            this.lblTotalAmount.Name = "lblTotalAmount";
            this.lblTotalAmount.Size = new System.Drawing.Size(152, 24);
            this.lblTotalAmount.TabIndex = 1;
            this.lblTotalAmount.Text = "0.00";
            this.lblTotalAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label13.ForeColor = System.Drawing.Color.Black;
            this.label13.Location = new System.Drawing.Point(503, 191);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(83, 14);
            this.label13.TabIndex = 12;
            this.label13.Text = "Total Amount";
            // 
            // lblQuantity
            // 
            this.lblQuantity.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.lblQuantity.BackColor = System.Drawing.Color.WhiteSmoke;
            this.lblQuantity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblQuantity.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblQuantity.ForeColor = System.Drawing.Color.Black;
            this.lblQuantity.Location = new System.Drawing.Point(611, 152);
            this.lblQuantity.Name = "lblQuantity";
            this.lblQuantity.Size = new System.Drawing.Size(152, 24);
            this.lblQuantity.TabIndex = 3;
            this.lblQuantity.Text = "0.00";
            this.lblQuantity.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label11.ForeColor = System.Drawing.Color.Black;
            this.label11.Location = new System.Drawing.Point(503, 162);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(54, 14);
            this.label11.TabIndex = 13;
            this.label11.Text = "Quantity";
            // 
            // lblUnit
            // 
            this.lblUnit.BackColor = System.Drawing.Color.WhiteSmoke;
            this.lblUnit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblUnit.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblUnit.ForeColor = System.Drawing.Color.Black;
            this.lblUnit.Location = new System.Drawing.Point(193, 151);
            this.lblUnit.Name = "lblUnit";
            this.lblUnit.Size = new System.Drawing.Size(213, 24);
            this.lblUnit.TabIndex = 2;
            this.lblUnit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.ForeColor = System.Drawing.Color.Black;
            this.label8.Location = new System.Drawing.Point(71, 156);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(29, 14);
            this.label8.TabIndex = 8;
            this.label8.Text = "Unit";
            // 
            // lblDescription
            // 
            this.lblDescription.BackColor = System.Drawing.Color.WhiteSmoke;
            this.lblDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblDescription.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblDescription.ForeColor = System.Drawing.Color.Black;
            this.lblDescription.Location = new System.Drawing.Point(192, 96);
            this.lblDescription.Name = "lblDescription";
            this.lblDescription.Size = new System.Drawing.Size(571, 49);
            this.lblDescription.TabIndex = 4;
            this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.ForeColor = System.Drawing.Color.Black;
            this.label6.Location = new System.Drawing.Point(71, 96);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(67, 14);
            this.label6.TabIndex = 9;
            this.label6.Text = "Description";
            // 
            // lblBarCode
            // 
            this.lblBarCode.BackColor = System.Drawing.Color.WhiteSmoke;
            this.lblBarCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblBarCode.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblBarCode.ForeColor = System.Drawing.Color.Black;
            this.lblBarCode.Location = new System.Drawing.Point(192, 66);
            this.lblBarCode.Name = "lblBarCode";
            this.lblBarCode.Size = new System.Drawing.Size(416, 24);
            this.lblBarCode.TabIndex = 5;
            this.lblBarCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ForeColor = System.Drawing.Color.Black;
            this.label4.Location = new System.Drawing.Point(71, 71);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(56, 14);
            this.label4.TabIndex = 10;
            this.label4.Text = "Bar Code";
            // 
            // lblProductCode
            // 
            this.lblProductCode.BackColor = System.Drawing.Color.WhiteSmoke;
            this.lblProductCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblProductCode.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblProductCode.ForeColor = System.Drawing.Color.Black;
            this.lblProductCode.Location = new System.Drawing.Point(192, 36);
            this.lblProductCode.Name = "lblProductCode";
            this.lblProductCode.Size = new System.Drawing.Size(416, 24);
            this.lblProductCode.TabIndex = 6;
            this.lblProductCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.ForeColor = System.Drawing.Color.Black;
            this.label2.Location = new System.Drawing.Point(71, 41);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(82, 14);
            this.label2.TabIndex = 11;
            this.label2.Text = "Product Code";
            // 
            // txtPrice
            // 
            this.txtPrice.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtPrice.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtPrice.Location = new System.Drawing.Point(193, 181);
            this.txtPrice.MaxLength = 9;
            this.txtPrice.Name = "txtPrice";
            this.txtPrice.Size = new System.Drawing.Size(213, 23);
            this.txtPrice.TabIndex = 0;
            this.txtPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtPrice.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtPrice_KeyUp);
            this.txtPrice.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrice_KeyPress);
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label14.ForeColor = System.Drawing.Color.MediumBlue;
            this.label14.Location = new System.Drawing.Point(71, 185);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(94, 13);
            this.label14.TabIndex = 7;
            this.label14.Text = "Enter New Price";
            // 
            // imgIcon
            // 
            this.imgIcon.BackColor = System.Drawing.Color.Blue;
            this.imgIcon.Location = new System.Drawing.Point(9, 5);
            this.imgIcon.Name = "imgIcon";
            this.imgIcon.Size = new System.Drawing.Size(49, 49);
            this.imgIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.imgIcon.TabIndex = 9;
            this.imgIcon.TabStop = false;
            this.imgIcon.Click += new System.EventHandler(this.imgIcon_Click);
            // 
            // keyboardNoControl1
            // 
            this.keyboardNoControl1.BackColor = System.Drawing.Color.White;
            this.keyboardNoControl1.commandBlank1 = AceSoft.KeyBoardHook.CommandBlank1.Default;
            this.keyboardNoControl1.commandBlank2 = AceSoft.KeyBoardHook.CommandBlank2.Default;
            this.keyboardNoControl1.Location = new System.Drawing.Point(457, 356);
            this.keyboardNoControl1.Name = "keyboardNoControl1";
            this.keyboardNoControl1.Size = new System.Drawing.Size(202, 201);
            this.keyboardNoControl1.TabIndex = 1;
            this.keyboardNoControl1.TabStop = false;
            this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
            // 
            // cmdCancel
            // 
            this.cmdCancel.AutoSize = true;
            this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdCancel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdCancel.ForeColor = System.Drawing.Color.White;
            this.cmdCancel.Location = new System.Drawing.Point(765, 618);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(106, 83);
            this.cmdCancel.TabIndex = 11;
            this.cmdCancel.Text = "CANCEL";
            this.cmdCancel.UseVisualStyleBackColor = true;
            this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
            // 
            // cmdEnter
            // 
            this.cmdEnter.AutoSize = true;
            this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdEnter.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdEnter.ForeColor = System.Drawing.Color.White;
            this.cmdEnter.Location = new System.Drawing.Point(877, 618);
            this.cmdEnter.Name = "cmdEnter";
            this.cmdEnter.Size = new System.Drawing.Size(106, 83);
            this.cmdEnter.TabIndex = 10;
            this.cmdEnter.Text = "ENTER";
            this.cmdEnter.UseVisualStyleBackColor = true;
            this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click);
            // 
            // ChangePriceWnd
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1022, 766);
            this.ControlBox = false;
            this.Controls.Add(this.cmdCancel);
            this.Controls.Add(this.cmdEnter);
            this.Controls.Add(this.keyboardNoControl1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.imgIcon);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ChangePriceWnd";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Load += new System.EventHandler(this.ChangePriceWnd_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ChangePriceWnd_KeyDown);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Exemple #18
0
        /// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.imgIcon = new System.Windows.Forms.PictureBox();
            this.lblHeader = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.lblBalanceAmount = new System.Windows.Forms.Label();
            this.lblRemarks = new System.Windows.Forms.Label();
            this.lblCash = new System.Windows.Forms.Label();
            this.txtRemarks = new System.Windows.Forms.TextBox();
            this.txtAmount = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.keyboardSearchControl1 = new AceSoft.KeyBoardHook.KeyboardSearchControl();
            this.cmdCancel = new System.Windows.Forms.Button();
            this.cmdEnter = new System.Windows.Forms.Button();
            this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // imgIcon
            // 
            this.imgIcon.BackColor = System.Drawing.Color.Blue;
            this.imgIcon.Location = new System.Drawing.Point(9, 5);
            this.imgIcon.Name = "imgIcon";
            this.imgIcon.Size = new System.Drawing.Size(49, 49);
            this.imgIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.imgIcon.TabIndex = 7;
            this.imgIcon.TabStop = false;
            this.imgIcon.Click += new System.EventHandler(this.imgIcon_Click);
            // 
            // lblHeader
            // 
            this.lblHeader.AutoSize = true;
            this.lblHeader.BackColor = System.Drawing.Color.Transparent;
            this.lblHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblHeader.ForeColor = System.Drawing.Color.White;
            this.lblHeader.Location = new System.Drawing.Point(67, 22);
            this.lblHeader.Name = "lblHeader";
            this.lblHeader.Size = new System.Drawing.Size(125, 13);
            this.lblHeader.TabIndex = 5;
            this.lblHeader.Text = "Tender Cash Amount";
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.White;
            this.groupBox1.Controls.Add(this.lblBalanceAmount);
            this.groupBox1.Controls.Add(this.lblRemarks);
            this.groupBox1.Controls.Add(this.lblCash);
            this.groupBox1.Controls.Add(this.txtRemarks);
            this.groupBox1.Controls.Add(this.txtAmount);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.groupBox1.ForeColor = System.Drawing.Color.Blue;
            this.groupBox1.Location = new System.Drawing.Point(8, 65);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(1008, 237);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // lblBalanceAmount
            // 
            this.lblBalanceAmount.BackColor = System.Drawing.Color.Transparent;
            this.lblBalanceAmount.Font = new System.Drawing.Font("Tahoma", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblBalanceAmount.ForeColor = System.Drawing.Color.Red;
            this.lblBalanceAmount.Location = new System.Drawing.Point(611, 10);
            this.lblBalanceAmount.Name = "lblBalanceAmount";
            this.lblBalanceAmount.Size = new System.Drawing.Size(184, 32);
            this.lblBalanceAmount.TabIndex = 4;
            this.lblBalanceAmount.Text = "0.00";
            this.lblBalanceAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // lblRemarks
            // 
            this.lblRemarks.AutoSize = true;
            this.lblRemarks.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblRemarks.ForeColor = System.Drawing.Color.MediumBlue;
            this.lblRemarks.Location = new System.Drawing.Point(361, 134);
            this.lblRemarks.Name = "lblRemarks";
            this.lblRemarks.Size = new System.Drawing.Size(267, 13);
            this.lblRemarks.TabIndex = 3;
            this.lblRemarks.Text = "Add an optional 255 character remarks below.";
            // 
            // lblCash
            // 
            this.lblCash.AutoSize = true;
            this.lblCash.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblCash.ForeColor = System.Drawing.Color.MediumBlue;
            this.lblCash.Location = new System.Drawing.Point(434, 58);
            this.lblCash.Name = "lblCash";
            this.lblCash.Size = new System.Drawing.Size(117, 13);
            this.lblCash.TabIndex = 2;
            this.lblCash.Text = "Cash Amount (PHP)";
            // 
            // txtRemarks
            // 
            this.txtRemarks.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtRemarks.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtRemarks.Location = new System.Drawing.Point(118, 153);
            this.txtRemarks.MaxLength = 255;
            this.txtRemarks.Multiline = true;
            this.txtRemarks.Name = "txtRemarks";
            this.txtRemarks.Size = new System.Drawing.Size(723, 56);
            this.txtRemarks.TabIndex = 1;
            this.txtRemarks.GotFocus += new System.EventHandler(this.txtRemarks_GotFocus);
            // 
            // txtAmount
            // 
            this.txtAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.txtAmount.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtAmount.Location = new System.Drawing.Point(392, 80);
            this.txtAmount.MaxLength = 16;
            this.txtAmount.Name = "txtAmount";
            this.txtAmount.Size = new System.Drawing.Size(200, 30);
            this.txtAmount.TabIndex = 0;
            this.txtAmount.Text = "0.00";
            this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.txtAmount.GotFocus += new System.EventHandler(this.txtAmount_GotFocus);
            this.txtAmount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAmount_KeyPress);
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.BackColor = System.Drawing.Color.Transparent;
            this.label8.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.ForeColor = System.Drawing.Color.LightSlateGray;
            this.label8.Location = new System.Drawing.Point(801, 17);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(201, 19);
            this.label8.TabIndex = 5;
            this.label8.Text = "Current Balance to be paid.";
            // 
            // keyboardSearchControl1
            // 
            this.keyboardSearchControl1.BackColor = System.Drawing.Color.White;
            this.keyboardSearchControl1.Location = new System.Drawing.Point(95, 323);
            this.keyboardSearchControl1.Name = "keyboardSearchControl1";
            this.keyboardSearchControl1.Size = new System.Drawing.Size(799, 134);
            this.keyboardSearchControl1.TabIndex = 4;
            this.keyboardSearchControl1.TabStop = false;
            this.keyboardSearchControl1.Tag = "";
            this.keyboardSearchControl1.Visible = false;
            this.keyboardSearchControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardSearchControl1_UserKeyPressed);
            // 
            // cmdCancel
            // 
            this.cmdCancel.AutoSize = true;
            this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdCancel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdCancel.ForeColor = System.Drawing.Color.White;
            this.cmdCancel.Location = new System.Drawing.Point(765, 618);
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.Size = new System.Drawing.Size(106, 83);
            this.cmdCancel.TabIndex = 2;
            this.cmdCancel.TabStop = false;
            this.cmdCancel.Text = "CANCEL";
            this.cmdCancel.UseVisualStyleBackColor = true;
            this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
            // 
            // cmdEnter
            // 
            this.cmdEnter.AutoSize = true;
            this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.cmdEnter.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdEnter.ForeColor = System.Drawing.Color.White;
            this.cmdEnter.Location = new System.Drawing.Point(877, 618);
            this.cmdEnter.Name = "cmdEnter";
            this.cmdEnter.Size = new System.Drawing.Size(106, 83);
            this.cmdEnter.TabIndex = 1;
            this.cmdEnter.TabStop = false;
            this.cmdEnter.Text = "ENTER";
            this.cmdEnter.UseVisualStyleBackColor = true;
            this.cmdEnter.Click += new System.EventHandler(this.cmdEnter_Click);
            // 
            // keyboardNoControl1
            // 
            this.keyboardNoControl1.BackColor = System.Drawing.Color.White;
            this.keyboardNoControl1.commandBlank1 = AceSoft.KeyBoardHook.CommandBlank1.Up;
            this.keyboardNoControl1.commandBlank2 = AceSoft.KeyBoardHook.CommandBlank2.Down;
            this.keyboardNoControl1.Location = new System.Drawing.Point(400, 323);
            this.keyboardNoControl1.Name = "keyboardNoControl1";
            this.keyboardNoControl1.Size = new System.Drawing.Size(202, 176);
            this.keyboardNoControl1.TabIndex = 3;
            this.keyboardNoControl1.TabStop = false;
            this.keyboardNoControl1.Visible = false;
            this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
            // 
            // CashPaymentWnd
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(1022, 766);
            this.ControlBox = false;
            this.Controls.Add(this.keyboardNoControl1);
            this.Controls.Add(this.cmdCancel);
            this.Controls.Add(this.cmdEnter);
            this.Controls.Add(this.keyboardSearchControl1);
            this.Controls.Add(this.lblHeader);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.imgIcon);
            this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.KeyPreview = true;
            this.Name = "CashPaymentWnd";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Load += new System.EventHandler(this.CashPaymentWnd_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CashPaymentWnd_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Exemple #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BalanceWnd));
     this.lblHeader          = new System.Windows.Forms.Label();
     this.imgIcon            = new System.Windows.Forms.PictureBox();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.lblCurrency        = new System.Windows.Forms.Label();
     this.txtAmount          = new System.Windows.Forms.TextBox();
     this.cmdCancel          = new System.Windows.Forms.Button();
     this.keyboardNoControl1 = new AceSoft.KeyBoardHook.KeyboardNoControl();
     this.cmdEnter           = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.White;
     this.lblHeader.Location  = new System.Drawing.Point(67, 22);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(149, 13);
     this.lblHeader.TabIndex  = 4;
     this.lblHeader.Text      = "Enter Begginning Balance";
     //
     // imgIcon
     //
     this.imgIcon.BackColor = System.Drawing.Color.Blue;
     this.imgIcon.Location  = new System.Drawing.Point(9, 5);
     this.imgIcon.Name      = "imgIcon";
     this.imgIcon.Size      = new System.Drawing.Size(49, 49);
     this.imgIcon.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.imgIcon.TabIndex  = 7;
     this.imgIcon.TabStop   = false;
     this.imgIcon.Click    += new System.EventHandler(this.imgIcon_Click);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.White;
     this.groupBox1.Controls.Add(this.txtAmount);
     this.groupBox1.Controls.Add(this.lblCurrency);
     this.groupBox1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.Blue;
     this.groupBox1.Location  = new System.Drawing.Point(9, 67);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(1008, 237);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     //
     // lblCurrency
     //
     this.lblCurrency.AutoSize  = true;
     this.lblCurrency.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCurrency.ForeColor = System.Drawing.Color.MediumBlue;
     this.lblCurrency.Location  = new System.Drawing.Point(346, 85);
     this.lblCurrency.Name      = "lblCurrency";
     this.lblCurrency.Size      = new System.Drawing.Size(192, 13);
     this.lblCurrency.TabIndex  = 1;
     this.lblCurrency.Text      = "Beginning Balance Amount (PHP)";
     //
     // txtAmount
     //
     this.txtAmount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtAmount.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAmount.Location    = new System.Drawing.Point(391, 101);
     this.txtAmount.MaxLength   = 16;
     this.txtAmount.Name        = "txtAmount";
     this.txtAmount.Size        = new System.Drawing.Size(200, 30);
     this.txtAmount.TabIndex    = 0;
     this.txtAmount.Text        = "0.00";
     this.txtAmount.TextAlign   = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtAmount.GotFocus   += new System.EventHandler(this.txtAmount_GotFocus);
     this.txtAmount.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.txtAmount_KeyPress);
     //
     // cmdCancel
     //
     this.cmdCancel.AutoSize = true;
     this.cmdCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdCancel.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdCancel.ForeColor = System.Drawing.Color.White;
     this.cmdCancel.Location  = new System.Drawing.Point(765, 618);
     this.cmdCancel.Name      = "cmdCancel";
     this.cmdCancel.Size      = new System.Drawing.Size(106, 83);
     this.cmdCancel.TabIndex  = 3;
     this.cmdCancel.TabStop   = false;
     this.cmdCancel.Text      = "CANCEL";
     this.cmdCancel.UseVisualStyleBackColor = true;
     this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
     //
     // keyboardNoControl1
     //
     this.keyboardNoControl1.BackColor       = System.Drawing.Color.White;
     this.keyboardNoControl1.commandBlank1   = AceSoft.KeyBoardHook.CommandBlank1.Default;
     this.keyboardNoControl1.commandBlank2   = AceSoft.KeyBoardHook.CommandBlank2.Default;
     this.keyboardNoControl1.Location        = new System.Drawing.Point(400, 323);
     this.keyboardNoControl1.Name            = "keyboardNoControl1";
     this.keyboardNoControl1.Size            = new System.Drawing.Size(199, 202);
     this.keyboardNoControl1.TabIndex        = 1;
     this.keyboardNoControl1.TabStop         = false;
     this.keyboardNoControl1.UserKeyPressed += new AceSoft.KeyBoardHook.KeyboardDelegate(this.keyboardNoControl1_UserKeyPressed);
     //
     // cmdEnter
     //
     this.cmdEnter.AutoSize = true;
     this.cmdEnter.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cmdEnter.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cmdEnter.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdEnter.ForeColor = System.Drawing.Color.White;
     this.cmdEnter.Location  = new System.Drawing.Point(877, 618);
     this.cmdEnter.Name      = "cmdEnter";
     this.cmdEnter.Size      = new System.Drawing.Size(106, 83);
     this.cmdEnter.TabIndex  = 2;
     this.cmdEnter.TabStop   = false;
     this.cmdEnter.Text      = "ENTER";
     this.cmdEnter.UseVisualStyleBackColor = true;
     //
     // BalanceWnd
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(1022, 766);
     this.ControlBox        = false;
     this.Controls.Add(this.cmdEnter);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.keyboardNoControl1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.imgIcon);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "BalanceWnd";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.BalanceWnd_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.BalanceWnd_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.imgIcon)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }