FP300Service.UserControls.FiscalInfoUC.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.gbcEjLimit = new System.Windows.Forms.GroupBox();
            this.lblEjLimit = new System.Windows.Forms.Label();
            this.nmrEjLine = new System.Windows.Forms.NumericUpDown();
            this.btnSetEjLimit = new System.Windows.Forms.Button();
            this.gbxStatusFuncs = new System.Windows.Forms.GroupBox();
            this.btnDrawerInfo = new System.Windows.Forms.Button();
            this.btnLastReceiptInfo = new System.Windows.Forms.Button();
            this.btnLastZInfo = new System.Windows.Forms.Button();
            this.gbcEjLimit.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nmrEjLine)).BeginInit();
            this.gbxStatusFuncs.SuspendLayout();
            this.SuspendLayout();
            //
            // gbcEjLimit
            //
            this.gbcEjLimit.Controls.Add(this.lblEjLimit);
            this.gbcEjLimit.Controls.Add(this.nmrEjLine);
            this.gbcEjLimit.Controls.Add(this.btnSetEjLimit);
            this.gbcEjLimit.Location = new System.Drawing.Point(3, 125);
            this.gbcEjLimit.Name = "gbcEjLimit";
            this.gbcEjLimit.Size = new System.Drawing.Size(534, 84);
            this.gbcEjLimit.TabIndex = 20;
            this.gbcEjLimit.TabStop = false;
            this.gbcEjLimit.Text = FormMessage.EJ_LIMIT;
            //
            // lblEjLimit
            //
            this.lblEjLimit.AutoSize = true;
            this.lblEjLimit.Location = new System.Drawing.Point(197, 21);
            this.lblEjLimit.Name = "lblEjLimit";
            this.lblEjLimit.Size = new System.Drawing.Size(82, 17);
            this.lblEjLimit.TabIndex = 16;
            this.lblEjLimit.Text = FormMessage.LINE_COUNT + ":";
            //
            // nmrEjLine
            //
            this.nmrEjLine.Location = new System.Drawing.Point(200, 42);
            this.nmrEjLine.Maximum = new decimal(new int[] {
            40000000,
            0,
            0,
            0});
            this.nmrEjLine.Name = "nmrEjLine";
            this.nmrEjLine.Size = new System.Drawing.Size(105, 22);
            this.nmrEjLine.TabIndex = 15;
            this.nmrEjLine.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            this.nmrEjLine.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
            //
            // btnSetEjLimit
            //
            this.btnSetEjLimit.Location = new System.Drawing.Point(6, 31);
            this.btnSetEjLimit.Name = "btnSetEjLimit";
            this.btnSetEjLimit.Size = new System.Drawing.Size(147, 37);
            this.btnSetEjLimit.TabIndex = 6;
            this.btnSetEjLimit.Text = FormMessage.SET_EJ_LIMIT;
            this.btnSetEjLimit.UseVisualStyleBackColor = true;
            this.btnSetEjLimit.Click += new System.EventHandler(this.btnSetEjLimit_Click);
            //
            // gbxStatusFuncs
            //
            this.gbxStatusFuncs.Controls.Add(this.btnDrawerInfo);
            this.gbxStatusFuncs.Controls.Add(this.btnLastReceiptInfo);
            this.gbxStatusFuncs.Controls.Add(this.btnLastZInfo);
            this.gbxStatusFuncs.Location = new System.Drawing.Point(3, 20);
            this.gbxStatusFuncs.Name = "gbxStatusFuncs";
            this.gbxStatusFuncs.Size = new System.Drawing.Size(534, 84);
            this.gbxStatusFuncs.TabIndex = 19;
            this.gbxStatusFuncs.TabStop = false;
            this.gbxStatusFuncs.Text = FormMessage.FISCAL_RECEIPT_INFO;
            //
            // btnDrawerInfo
            //
            this.btnDrawerInfo.Location = new System.Drawing.Point(362, 31);
            this.btnDrawerInfo.Name = "btnDrawerInfo";
            this.btnDrawerInfo.Size = new System.Drawing.Size(147, 37);
            this.btnDrawerInfo.TabIndex = 8;
            this.btnDrawerInfo.Text = FormMessage.DRAWER_INFO;
            this.btnDrawerInfo.UseVisualStyleBackColor = true;
            this.btnDrawerInfo.Click += new System.EventHandler(this.btnDrawerInfo_Click);
            //
            // btnLastReceiptInfo
            //
            this.btnLastReceiptInfo.Location = new System.Drawing.Point(182, 31);
            this.btnLastReceiptInfo.Name = "btnLastReceiptInfo";
            this.btnLastReceiptInfo.Size = new System.Drawing.Size(147, 37);
            this.btnLastReceiptInfo.TabIndex = 7;
            this.btnLastReceiptInfo.Text = FormMessage.LAST_RECEIPT_INFO;
            this.btnLastReceiptInfo.UseVisualStyleBackColor = true;
            this.btnLastReceiptInfo.Click += new System.EventHandler(this.btnLastReceiptInfo_Click);
            //
            // btnLastZInfo
            //
            this.btnLastZInfo.Location = new System.Drawing.Point(6, 31);
            this.btnLastZInfo.Name = "btnLastZInfo";
            this.btnLastZInfo.Size = new System.Drawing.Size(147, 37);
            this.btnLastZInfo.TabIndex = 6;
            this.btnLastZInfo.Text = FormMessage.LAST_Z_REPORT_INFO;
            this.btnLastZInfo.UseVisualStyleBackColor = true;
            this.btnLastZInfo.Click += new System.EventHandler(this.btnLastZInfo_Click);
            //
            // FiscalInfoUC
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.gbcEjLimit);
            this.Controls.Add(this.gbxStatusFuncs);
            this.Name = "FiscalInfoUC";
            this.gbcEjLimit.ResumeLayout(false);
            this.gbcEjLimit.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nmrEjLine)).EndInit();
            this.gbxStatusFuncs.ResumeLayout(false);
            this.ResumeLayout(false);
        }