Example #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.textBoxCueTest = new System.Windows.Forms.TextBox();
            this.comboBoxCueTest = new System.Windows.Forms.ComboBox();
            this.maskedTextBoxCueTest = new System.Windows.Forms.MaskedTextBox();
            this.SuspendLayout();
            // 
            // textBoxCueTest
            // 
            this.textBoxCueTest.Location = new System.Drawing.Point(12, 40);
            this.textBoxCueTest.Name = "textBoxCueTest";
            this.textBoxCueTest.Size = new System.Drawing.Size(200, 20);
            this.textBoxCueTest.TabIndex = 6;
            // 
            // comboBoxCueTest
            // 
            this.comboBoxCueTest.FormattingEnabled = true;
            this.comboBoxCueTest.Items.AddRange(new object[] {
            "One",
            "Two",
            "Three",
            "Four",
            "Five"});
            this.comboBoxCueTest.Location = new System.Drawing.Point(12, 12);
            this.comboBoxCueTest.Name = "comboBoxCueTest";
            this.comboBoxCueTest.Size = new System.Drawing.Size(200, 21);
            this.comboBoxCueTest.TabIndex = 5;
            // 
            // maskedTextBoxCueTest
            // 
            this.maskedTextBoxCueTest.Location = new System.Drawing.Point(12, 67);
            this.maskedTextBoxCueTest.Name = "maskedTextBoxCueTest";
            this.maskedTextBoxCueTest.Size = new System.Drawing.Size(200, 20);
            this.maskedTextBoxCueTest.TabIndex = 7;
            // 
            // FormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(222, 98);
            this.Controls.Add(this.textBoxCueTest);
            this.Controls.Add(this.comboBoxCueTest);
            this.Controls.Add(this.maskedTextBoxCueTest);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "FormMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Cue Text Sample";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        private void InitializeComponent()
        {
            this.buttonClose               = new System.Windows.Forms.Button();
            this.buttonSave                = new System.Windows.Forms.Button();
            this.labelCommandName          = new System.Windows.Forms.Label();
            this.textBoxCommandName        = new System.Windows.Forms.TextBox();
            this.labelCommandText          = new System.Windows.Forms.Label();
            this.textBoxCommandText        = new System.Windows.Forms.TextBox();
            this.labelMilliseconds         = new System.Windows.Forms.Label();
            this.maskedTextBoxMilliseconds = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime             = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime    = new System.Windows.Forms.DateTimePicker();
            this.SuspendLayout();
            //
            // labelCommandName
            //
            this.labelCommandName.AutoSize = true;
            this.labelCommandName.Location = new System.Drawing.Point(11, 13);
            this.labelCommandName.Name     = "labelCommandName";
            this.labelCommandName.Size     = new System.Drawing.Size(71, 13);
            this.labelCommandName.TabIndex = 2;
            this.labelCommandName.Text     = "Command Name:";
            //
            //textBoxCommandName
            //
            this.textBoxCommandName.Location = new System.Drawing.Point(140, 13);
            this.textBoxCommandName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxCommandName.Name     = "textBoxCommandName";
            this.textBoxCommandName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxCommandName.TabIndex = 3;
            //
            // labelCommandText
            //
            this.labelCommandText.AutoSize = true;
            this.labelCommandText.Location = new System.Drawing.Point(11, 36);
            this.labelCommandText.Name     = "labelCommandText";
            this.labelCommandText.Size     = new System.Drawing.Size(71, 13);
            this.labelCommandText.TabIndex = 4;
            this.labelCommandText.Text     = "Command Text:";
            //
            //textBoxCommandText
            //
            this.textBoxCommandText.Location = new System.Drawing.Point(140, 36);
            this.textBoxCommandText.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxCommandText.Name     = "textBoxCommandText";
            this.textBoxCommandText.Size     = new System.Drawing.Size(250, 20);
            this.textBoxCommandText.TabIndex = 5;
            //
            // labelMilliseconds
            //
            this.labelMilliseconds.AutoSize = true;
            this.labelMilliseconds.Location = new System.Drawing.Point(11, 59);
            this.labelMilliseconds.Name     = "labelMilliseconds";
            this.labelMilliseconds.Size     = new System.Drawing.Size(71, 13);
            this.labelMilliseconds.TabIndex = 6;
            this.labelMilliseconds.Text     = "Milliseconds:";
            //
            //maskedTextBoxMilliseconds
            //
            this.maskedTextBoxMilliseconds.Location = new System.Drawing.Point(140, 59);
            this.maskedTextBoxMilliseconds.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxMilliseconds.Name     = "maskedTextBoxMilliseconds";
            this.maskedTextBoxMilliseconds.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxMilliseconds.TabIndex = 7;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 8;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location     = new System.Drawing.Point(140, 82);
            this.dateTimePickerDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name         = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex     = 9;
            this.dateTimePickerDateTime.Checked      = false;
            this.dateTimePickerDateTime.ShowCheckBox = true;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 105);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(198, 105);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 133);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeDefaultPerformanceIssueEdit";
            this.Text = "Default Performance Issue Edit";
            this.Controls.Add(this.labelCommandName);
            this.Controls.Add(this.textBoxCommandName);
            this.Controls.Add(this.labelCommandText);
            this.Controls.Add(this.textBoxCommandText);
            this.Controls.Add(this.labelMilliseconds);
            this.Controls.Add(this.maskedTextBoxMilliseconds);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
 /// <summary> 
 /// Método necesario para admitir el Diseñador. No se puede modificar 
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.findComboBox = new System.Windows.Forms.ComboBox();
     this.maskedEdit = new System.Windows.Forms.MaskedTextBox();
     this.checkBox = new System.Windows.Forms.CheckBox();
     this.comboBox = new System.Windows.Forms.ComboBox();
     this.dateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.multiColumnComboBox = new ExactTarget.Controls.ComboBox.MultiColumnComboBox();
     this.textBox = new ExactTarget.Controls.TextBox.CustomTextBox();
     this.comboBoxGrid = new ExactTarget.Controls.ComboBox.ComboBoxGrid();
     this.customDataGridView = new ExactTarget.Controls.DataGridView.CustomDataGridView();
     this.comboSimple = new System.Windows.Forms.ComboBox();
     this.comboForm = new ExactTarget.Controls.ComboBox.ComboBoxForm(this.components);
     this.boton = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.customDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // findComboBox
     //
     this.findComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.findComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.findComboBox.FormattingEnabled = true;
     this.findComboBox.Location = new System.Drawing.Point(149, 48);
     this.findComboBox.Name = "findComboBox";
     this.findComboBox.Size = new System.Drawing.Size(106, 21);
     this.findComboBox.TabIndex = 4;
     this.findComboBox.Visible = false;
     this.findComboBox.SelectedIndexChanged += new System.EventHandler(this.OnComboBoxSelectedIndexChanged);
     this.findComboBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ControlKeyUp);
     //
     // maskedEdit
     //
     this.maskedEdit.Location = new System.Drawing.Point(149, 22);
     this.maskedEdit.Name = "maskedEdit";
     this.maskedEdit.Size = new System.Drawing.Size(106, 20);
     this.maskedEdit.TabIndex = 2;
     this.maskedEdit.Visible = false;
     this.maskedEdit.TextChanged += new System.EventHandler(this.OnControlTextChange);
     this.maskedEdit.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ControlKeyUp);
     //
     // checkBox
     //
     this.checkBox.BackColor = System.Drawing.SystemColors.Window;
     this.checkBox.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.checkBox.Location = new System.Drawing.Point(149, 102);
     this.checkBox.Name = "checkBox";
     this.checkBox.Size = new System.Drawing.Size(106, 20);
     this.checkBox.TabIndex = 8;
     this.checkBox.UseVisualStyleBackColor = false;
     this.checkBox.Visible = false;
     this.checkBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ControlKeyUp);
     //
     // comboBox
     //
     this.comboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.comboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.comboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox.FormattingEnabled = true;
     this.comboBox.Location = new System.Drawing.Point(38, 48);
     this.comboBox.Name = "comboBox";
     this.comboBox.Size = new System.Drawing.Size(105, 21);
     this.comboBox.TabIndex = 3;
     this.comboBox.Visible = false;
     this.comboBox.SelectedIndexChanged += new System.EventHandler(this.OnComboBoxSelectedIndexChanged);
     this.comboBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ControlKeyUp);
     //
     // dateTimePicker
     //
     this.dateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePicker.Location = new System.Drawing.Point(150, 75);
     this.dateTimePicker.Name = "dateTimePicker";
     this.dateTimePicker.Size = new System.Drawing.Size(105, 20);
     this.dateTimePicker.TabIndex = 6;
     this.dateTimePicker.Visible = false;
     this.dateTimePicker.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ControlKeyUp);
     //
     // multiColumnComboBox
     //
     this.multiColumnComboBox.BackColorEnter = System.Drawing.SystemColors.Window;
     this.multiColumnComboBox.BackColorLeave = System.Drawing.SystemColors.Window;
     this.multiColumnComboBox.ComboBoxHeight = 16;
     this.multiColumnComboBox.DropDownHeight = 98;
     this.multiColumnComboBox.DropDownWidth = 121;
     this.multiColumnComboBox.FontEnter = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.multiColumnComboBox.FontLeave = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.multiColumnComboBox.ForeColorEnter = System.Drawing.SystemColors.WindowText;
     this.multiColumnComboBox.ForeColorLeave = System.Drawing.SystemColors.WindowText;
     this.multiColumnComboBox.FormattingEnabled = true;
     this.multiColumnComboBox.Location = new System.Drawing.Point(38, 75);
     this.multiColumnComboBox.Name = "multiColumnComboBox";
     this.multiColumnComboBox.Size = new System.Drawing.Size(106, 22);
     this.multiColumnComboBox.TabIndex = 5;
     this.multiColumnComboBox.Visible = false;
     this.multiColumnComboBox.SelectionChangeCommitted += new System.EventHandler(this.OnComboBoxSelectedIndexChanged);
     this.multiColumnComboBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ControlKeyUp);
     //
     // textBox
     //
     this.textBox.BackColorEnter = System.Drawing.SystemColors.Window;
     this.textBox.BackColorLeave = System.Drawing.SystemColors.Window;
     this.textBox.DataType = ExactTarget.Controls.Types.DataType.Alfanumerico;
     this.textBox.FontStyleEnter = System.Drawing.FontStyle.Bold;
     this.textBox.FontStyleLeave = System.Drawing.FontStyle.Regular;
     this.textBox.ForeColorEnter = System.Drawing.SystemColors.WindowText;
     this.textBox.ForeColorLeave = System.Drawing.SystemColors.WindowText;
     this.textBox.IsMayusculas = false;
     this.textBox.Location = new System.Drawing.Point(38, 22);
     this.textBox.MaxValue = 0;
     this.textBox.Name = "textBox";
     this.textBox.NumberDecimals = 4;
     this.textBox.Size = new System.Drawing.Size(106, 20);
     this.textBox.TabIndex = 1;
     this.textBox.Visible = false;
     this.textBox.TextChanged += new System.EventHandler(this.OnControlTextChange);
     this.textBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ControlKeyUp);
     //
     // comboBoxGrid
     //
     this.comboBoxGrid.AllowResizeDropDown = true;
     this.comboBoxGrid.BackColorEnter = System.Drawing.SystemColors.Window;
     this.comboBoxGrid.BackColorLeave = System.Drawing.SystemColors.Window;
     this.comboBoxGrid.ControlSize = new System.Drawing.Size(240, 150);
     this.comboBoxGrid.DropDownSizeMode = ExactTarget.Controls.ComboBox.SimpleComboBox.SizeMode.UseControlSize;
     this.comboBoxGrid.DropSize = new System.Drawing.Size(200, 106);
     this.comboBoxGrid.FontEnter = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxGrid.FontLeave = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxGrid.ForeColorEnter = System.Drawing.SystemColors.WindowText;
     this.comboBoxGrid.ForeColorLeave = System.Drawing.SystemColors.WindowText;
     this.comboBoxGrid.Location = new System.Drawing.Point(38, 102);
     this.comboBoxGrid.Name = "comboBoxGrid";
     this.comboBoxGrid.Size = new System.Drawing.Size(106, 21);
     this.comboBoxGrid.TabIndex = 7;
     this.comboBoxGrid.ValueReturned = null;
     this.comboBoxGrid.Visible = false;
     this.comboBoxGrid.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ControlKeyUp);
     //
     // customDataGridView
     //
     this.customDataGridView.AddNewRow = false;
     this.customDataGridView.AllowUserToAddRows = false;
     this.customDataGridView.AllowUserToDeleteRows = false;
     this.customDataGridView.BackgroundColor = System.Drawing.SystemColors.Window;
     this.customDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.customDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.customDataGridView.Location = new System.Drawing.Point(0, 0);
     this.customDataGridView.Mode = ExactTarget.Controls.Types.Mode.ReadOnly;
     this.customDataGridView.Name = "customDataGridView";
     this.customDataGridView.ReadOnly = true;
     this.customDataGridView.RowHeadersWidth = 20;
     this.customDataGridView.RowTemplate.Height = 24;
     this.customDataGridView.Size = new System.Drawing.Size(431, 150);
     this.customDataGridView.TabIndex = 0;
     this.customDataGridView.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.CustomDataGridViewCellEnter);
     this.customDataGridView.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.CustomDataGridViewCellLeave);
     this.customDataGridView.Scroll += new System.Windows.Forms.ScrollEventHandler(this.CustomDataGridViewScroll);
     this.customDataGridView.Paint += new System.Windows.Forms.PaintEventHandler(this.CustomDataGridViewPaint);
     this.customDataGridView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CustomDataGridViewKeyDown);
     //
     // comboSimple
     //
     this.comboSimple.FormattingEnabled = true;
     this.comboSimple.Location = new System.Drawing.Point(273, 49);
     this.comboSimple.Name = "comboSimple";
     this.comboSimple.Size = new System.Drawing.Size(121, 21);
     this.comboSimple.TabIndex = 10;
     this.comboSimple.Visible = false;
     this.comboSimple.SelectedIndexChanged += new System.EventHandler(this.OnComboBoxSelectedIndexChanged);
     this.comboSimple.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ControlKeyUp);
     //
     // comboForm
     //
     this.comboForm.BackColorEnter = System.Drawing.SystemColors.Window;
     this.comboForm.BackColorLeave = System.Drawing.SystemColors.Window;
     this.comboForm.Data = null;
     this.comboForm.DropDownForm = null;
     this.comboForm.DropDownHeight = 1;
     this.comboForm.FontEnter = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboForm.FontLeave = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboForm.ForeColorEnter = System.Drawing.SystemColors.WindowText;
     this.comboForm.ForeColorLeave = System.Drawing.SystemColors.WindowText;
     this.comboForm.FormattingEnabled = true;
     this.comboForm.IntegralHeight = false;
     this.comboForm.Location = new System.Drawing.Point(273, 75);
     this.comboForm.Name = "comboForm";
     this.comboForm.Size = new System.Drawing.Size(121, 21);
     this.comboForm.TabIndex = 11;
     this.comboForm.Visible = false;
     this.comboForm.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ControlKeyUp);
     //
     // boton
     //
     this.boton.Location = new System.Drawing.Point(273, 102);
     this.boton.Name = "boton";
     this.boton.Size = new System.Drawing.Size(121, 23);
     this.boton.TabIndex = 12;
     this.boton.UseVisualStyleBackColor = true;
     this.boton.Visible = false;
     //
     // DataGridViewUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.boton);
     this.Controls.Add(this.comboForm);
     this.Controls.Add(this.comboSimple);
     this.Controls.Add(this.comboBoxGrid);
     this.Controls.Add(this.multiColumnComboBox);
     this.Controls.Add(this.dateTimePicker);
     this.Controls.Add(this.findComboBox);
     this.Controls.Add(this.maskedEdit);
     this.Controls.Add(this.checkBox);
     this.Controls.Add(this.comboBox);
     this.Controls.Add(this.textBox);
     this.Controls.Add(this.customDataGridView);
     this.Name = "DataGridViewUC";
     this.Size = new System.Drawing.Size(431, 150);
     ((System.ComponentModel.ISupportInitialize)(this.customDataGridView)).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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLancamentoCustasProcessos));
     this.rbClientePaga = new System.Windows.Forms.RadioButton();
     this.rbAdvogadoPaga = new System.Windows.Forms.RadioButton();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.dtpVencimento = new System.Windows.Forms.DateTimePicker();
     this.label3 = new System.Windows.Forms.Label();
     this.ttbDescricao = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.ccbPago = new System.Windows.Forms.CheckBox();
     this.grbDados = new System.Windows.Forms.GroupBox();
     this.ttbValorTotal = new System.Windows.Forms.MaskedTextBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.label8 = new System.Windows.Forms.Label();
     this.ttbDescricaoCusta = new System.Windows.Forms.TextBox();
     this.button2 = new System.Windows.Forms.Button();
     this.label6 = new System.Windows.Forms.Label();
     this.ttbCodigoTipo = new System.Windows.Forms.TextBox();
     this.ttbNumeroProcesso = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.ttbCodigoCusta = new System.Windows.Forms.TextBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.grbPagamento = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.dtpPagamento = new System.Windows.Forms.DateTimePicker();
     this.ttbValorRecebido = new System.Windows.Forms.MaskedTextBox();
     this.button1 = new System.Windows.Forms.Button();
     this.label10 = new System.Windows.Forms.Label();
     this.pnlBotoes = new System.Windows.Forms.Panel();
     this.btnExcluir = new System.Windows.Forms.Button();
     this.btnSair = new System.Windows.Forms.Button();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.btnLocalizar = new System.Windows.Forms.Button();
     this.btnGravar = new System.Windows.Forms.Button();
     this.btnNovo = new System.Windows.Forms.Button();
     this.dgvResultado1 = new System.Windows.Forms.DataGridView();
     this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.grbDados.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.grbPagamento.SuspendLayout();
     this.pnlBotoes.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvResultado1)).BeginInit();
     this.SuspendLayout();
     //
     // rbClientePaga
     //
     this.rbClientePaga.AutoSize = true;
     this.rbClientePaga.Location = new System.Drawing.Point(23, 32);
     this.rbClientePaga.Name = "rbClientePaga";
     this.rbClientePaga.Size = new System.Drawing.Size(101, 17);
     this.rbClientePaga.TabIndex = 43;
     this.rbClientePaga.TabStop = true;
     this.rbClientePaga.Text = "Cliente irá pagar";
     this.rbClientePaga.UseVisualStyleBackColor = true;
     //
     // rbAdvogadoPaga
     //
     this.rbAdvogadoPaga.AutoSize = true;
     this.rbAdvogadoPaga.Location = new System.Drawing.Point(23, 55);
     this.rbAdvogadoPaga.Name = "rbAdvogadoPaga";
     this.rbAdvogadoPaga.Size = new System.Drawing.Size(120, 17);
     this.rbAdvogadoPaga.TabIndex = 45;
     this.rbAdvogadoPaga.TabStop = true;
     this.rbAdvogadoPaga.Text = "Advocacia irá pagar";
     this.rbAdvogadoPaga.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(363, 43);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(112, 13);
     this.label2.TabIndex = 36;
     this.label2.Text = "Número do processo *";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(15, 80);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(114, 13);
     this.label1.TabIndex = 37;
     this.label1.Text = "Valor total a ser pago *";
     //
     // dtpVencimento
     //
     this.dtpVencimento.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpVencimento.Location = new System.Drawing.Point(152, 96);
     this.dtpVencimento.Name = "dtpVencimento";
     this.dtpVencimento.Size = new System.Drawing.Size(124, 20);
     this.dtpVencimento.TabIndex = 40;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(150, 80);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(70, 13);
     this.label3.TabIndex = 41;
     this.label3.Text = "Vencimento *";
     //
     // ttbDescricao
     //
     this.ttbDescricao.Location = new System.Drawing.Point(121, 46);
     this.ttbDescricao.MaxLength = 100;
     this.ttbDescricao.Name = "ttbDescricao";
     this.ttbDescricao.Size = new System.Drawing.Size(204, 20);
     this.ttbDescricao.TabIndex = 34;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(118, 30);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(62, 13);
     this.label4.TabIndex = 36;
     this.label4.Text = "Descrição *";
     this.label4.Click += new System.EventHandler(this.label4_Click);
     //
     // ccbPago
     //
     this.ccbPago.AutoSize = true;
     this.ccbPago.Location = new System.Drawing.Point(23, 78);
     this.ccbPago.Name = "ccbPago";
     this.ccbPago.Size = new System.Drawing.Size(51, 17);
     this.ccbPago.TabIndex = 46;
     this.ccbPago.Text = "Pago";
     this.ccbPago.UseVisualStyleBackColor = true;
     this.ccbPago.CheckedChanged += new System.EventHandler(this.ccbPago_CheckedChanged);
     //
     // grbDados
     //
     this.grbDados.Controls.Add(this.ttbValorTotal);
     this.grbDados.Controls.Add(this.groupBox4);
     this.grbDados.Controls.Add(this.label3);
     this.grbDados.Controls.Add(this.ttbNumeroProcesso);
     this.grbDados.Controls.Add(this.dtpVencimento);
     this.grbDados.Controls.Add(this.label7);
     this.grbDados.Controls.Add(this.ttbCodigoCusta);
     this.grbDados.Controls.Add(this.groupBox2);
     this.grbDados.Controls.Add(this.button1);
     this.grbDados.Controls.Add(this.label4);
     this.grbDados.Controls.Add(this.label2);
     this.grbDados.Controls.Add(this.ttbDescricao);
     this.grbDados.Controls.Add(this.label1);
     this.grbDados.Enabled = false;
     this.grbDados.Location = new System.Drawing.Point(12, 76);
     this.grbDados.Name = "grbDados";
     this.grbDados.Size = new System.Drawing.Size(571, 299);
     this.grbDados.TabIndex = 48;
     this.grbDados.TabStop = false;
     this.grbDados.Text = "Dados da custa";
     //
     // ttbValorTotal
     //
     this.ttbValorTotal.Location = new System.Drawing.Point(18, 96);
     this.ttbValorTotal.Mask = "$0000000.00";
     this.ttbValorTotal.Name = "ttbValorTotal";
     this.ttbValorTotal.Size = new System.Drawing.Size(104, 20);
     this.ttbValorTotal.TabIndex = 52;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label8);
     this.groupBox4.Controls.Add(this.ttbDescricaoCusta);
     this.groupBox4.Controls.Add(this.button2);
     this.groupBox4.Controls.Add(this.label6);
     this.groupBox4.Controls.Add(this.ttbCodigoTipo);
     this.groupBox4.Location = new System.Drawing.Point(18, 148);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(181, 120);
     this.groupBox4.TabIndex = 48;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Tipo do custo *";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(15, 64);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(55, 13);
     this.label8.TabIndex = 54;
     this.label8.Text = "Descrição";
     //
     // ttbDescricaoCusta
     //
     this.ttbDescricaoCusta.Enabled = false;
     this.ttbDescricaoCusta.Location = new System.Drawing.Point(18, 80);
     this.ttbDescricaoCusta.Name = "ttbDescricaoCusta";
     this.ttbDescricaoCusta.Size = new System.Drawing.Size(141, 20);
     this.ttbDescricaoCusta.TabIndex = 53;
     //
     // button2
     //
     this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
     this.button2.Location = new System.Drawing.Point(100, 27);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(59, 39);
     this.button2.TabIndex = 51;
     this.button2.Text = "Localizar";
     this.button2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(18, 22);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(40, 13);
     this.label6.TabIndex = 52;
     this.label6.Text = "Código";
     //
     // ttbCodigoTipo
     //
     this.ttbCodigoTipo.Enabled = false;
     this.ttbCodigoTipo.Location = new System.Drawing.Point(18, 38);
     this.ttbCodigoTipo.Name = "ttbCodigoTipo";
     this.ttbCodigoTipo.Size = new System.Drawing.Size(74, 20);
     this.ttbCodigoTipo.TabIndex = 52;
     //
     // ttbNumeroProcesso
     //
     this.ttbNumeroProcesso.Enabled = false;
     this.ttbNumeroProcesso.Location = new System.Drawing.Point(366, 59);
     this.ttbNumeroProcesso.Name = "ttbNumeroProcesso";
     this.ttbNumeroProcesso.Size = new System.Drawing.Size(131, 20);
     this.ttbNumeroProcesso.TabIndex = 50;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(15, 30);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(40, 13);
     this.label7.TabIndex = 49;
     this.label7.Text = "Código";
     //
     // ttbCodigoCusta
     //
     this.ttbCodigoCusta.Enabled = false;
     this.ttbCodigoCusta.Location = new System.Drawing.Point(18, 46);
     this.ttbCodigoCusta.Name = "ttbCodigoCusta";
     this.ttbCodigoCusta.Size = new System.Drawing.Size(74, 20);
     this.ttbCodigoCusta.TabIndex = 48;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.grbPagamento);
     this.groupBox2.Controls.Add(this.rbClientePaga);
     this.groupBox2.Controls.Add(this.ccbPago);
     this.groupBox2.Controls.Add(this.rbAdvogadoPaga);
     this.groupBox2.Location = new System.Drawing.Point(220, 133);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(342, 152);
     this.groupBox2.TabIndex = 47;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Tipo de pagamento *";
     //
     // grbPagamento
     //
     this.grbPagamento.Controls.Add(this.label5);
     this.grbPagamento.Controls.Add(this.label9);
     this.grbPagamento.Controls.Add(this.dtpPagamento);
     this.grbPagamento.Controls.Add(this.ttbValorRecebido);
     this.grbPagamento.Enabled = false;
     this.grbPagamento.Location = new System.Drawing.Point(171, 22);
     this.grbPagamento.Name = "grbPagamento";
     this.grbPagamento.Size = new System.Drawing.Size(157, 124);
     this.grbPagamento.TabIndex = 53;
     this.grbPagamento.TabStop = false;
     this.grbPagamento.Text = "Pagamento já realizado";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(12, 74);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(102, 13);
     this.label5.TabIndex = 58;
     this.label5.Text = "Data de Pagamento";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(12, 30);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(59, 13);
     this.label9.TabIndex = 53;
     this.label9.Text = "Valor Pago";
     //
     // dtpPagamento
     //
     this.dtpPagamento.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpPagamento.Location = new System.Drawing.Point(15, 90);
     this.dtpPagamento.Name = "dtpPagamento";
     this.dtpPagamento.Size = new System.Drawing.Size(124, 20);
     this.dtpPagamento.TabIndex = 57;
     //
     // ttbValorRecebido
     //
     this.ttbValorRecebido.Location = new System.Drawing.Point(15, 46);
     this.ttbValorRecebido.Mask = "$0000000.00";
     this.ttbValorRecebido.Name = "ttbValorRecebido";
     this.ttbValorRecebido.Size = new System.Drawing.Size(78, 20);
     this.ttbValorRecebido.TabIndex = 54;
     //
     // button1
     //
     this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.Location = new System.Drawing.Point(503, 43);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(59, 39);
     this.button1.TabIndex = 7;
     this.button1.Text = "Localizar";
     this.button1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(12, 387);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(114, 13);
     this.label10.TabIndex = 54;
     this.label10.Text = "Custas deste processo";
     //
     // pnlBotoes
     //
     this.pnlBotoes.BackColor = System.Drawing.SystemColors.Control;
     this.pnlBotoes.Controls.Add(this.btnExcluir);
     this.pnlBotoes.Controls.Add(this.btnSair);
     this.pnlBotoes.Controls.Add(this.btnCancelar);
     this.pnlBotoes.Controls.Add(this.btnLocalizar);
     this.pnlBotoes.Controls.Add(this.btnGravar);
     this.pnlBotoes.Controls.Add(this.btnNovo);
     this.pnlBotoes.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlBotoes.Location = new System.Drawing.Point(0, 0);
     this.pnlBotoes.Name = "pnlBotoes";
     this.pnlBotoes.Size = new System.Drawing.Size(595, 70);
     this.pnlBotoes.TabIndex = 49;
     //
     // btnExcluir
     //
     this.btnExcluir.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnExcluir.Image = ((System.Drawing.Image)(resources.GetObject("btnExcluir.Image")));
     this.btnExcluir.Location = new System.Drawing.Point(300, 0);
     this.btnExcluir.Name = "btnExcluir";
     this.btnExcluir.Size = new System.Drawing.Size(75, 70);
     this.btnExcluir.TabIndex = 7;
     this.btnExcluir.Text = "Excluir";
     this.btnExcluir.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnExcluir.UseVisualStyleBackColor = true;
     this.btnExcluir.Click += new System.EventHandler(this.btnExcluir_Click);
     //
     // btnSair
     //
     this.btnSair.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnSair.Image = ((System.Drawing.Image)(resources.GetObject("btnSair.Image")));
     this.btnSair.Location = new System.Drawing.Point(520, 0);
     this.btnSair.Name = "btnSair";
     this.btnSair.Size = new System.Drawing.Size(75, 70);
     this.btnSair.TabIndex = 6;
     this.btnSair.Text = "Sair";
     this.btnSair.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnSair.UseVisualStyleBackColor = true;
     this.btnSair.Click += new System.EventHandler(this.btnSair_Click);
     //
     // btnCancelar
     //
     this.btnCancelar.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnCancelar.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelar.Image")));
     this.btnCancelar.Location = new System.Drawing.Point(225, 0);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(75, 70);
     this.btnCancelar.TabIndex = 4;
     this.btnCancelar.Text = "Cancelar";
     this.btnCancelar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnCancelar.UseVisualStyleBackColor = true;
     this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
     //
     // btnLocalizar
     //
     this.btnLocalizar.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnLocalizar.Image = ((System.Drawing.Image)(resources.GetObject("btnLocalizar.Image")));
     this.btnLocalizar.Location = new System.Drawing.Point(150, 0);
     this.btnLocalizar.Name = "btnLocalizar";
     this.btnLocalizar.Size = new System.Drawing.Size(75, 70);
     this.btnLocalizar.TabIndex = 2;
     this.btnLocalizar.Text = "Localizar";
     this.btnLocalizar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnLocalizar.UseVisualStyleBackColor = true;
     this.btnLocalizar.Click += new System.EventHandler(this.btnLocalizar_Click);
     //
     // btnGravar
     //
     this.btnGravar.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnGravar.Image = ((System.Drawing.Image)(resources.GetObject("btnGravar.Image")));
     this.btnGravar.Location = new System.Drawing.Point(75, 0);
     this.btnGravar.Name = "btnGravar";
     this.btnGravar.Size = new System.Drawing.Size(75, 70);
     this.btnGravar.TabIndex = 1;
     this.btnGravar.Text = "Gravar";
     this.btnGravar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnGravar.UseVisualStyleBackColor = true;
     this.btnGravar.Click += new System.EventHandler(this.btnGravar_Click);
     //
     // btnNovo
     //
     this.btnNovo.AutoSize = true;
     this.btnNovo.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnNovo.Image = ((System.Drawing.Image)(resources.GetObject("btnNovo.Image")));
     this.btnNovo.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnNovo.Location = new System.Drawing.Point(0, 0);
     this.btnNovo.Name = "btnNovo";
     this.btnNovo.Size = new System.Drawing.Size(75, 70);
     this.btnNovo.TabIndex = 0;
     this.btnNovo.Text = "Novo";
     this.btnNovo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnNovo.UseVisualStyleBackColor = true;
     this.btnNovo.Click += new System.EventHandler(this.btnNovo_Click);
     //
     // dgvResultado1
     //
     this.dgvResultado1.AllowUserToAddRows = false;
     this.dgvResultado1.AllowUserToDeleteRows = false;
     this.dgvResultado1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvResultado1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column1,
     this.Column5,
     this.Column6,
     this.Column2,
     this.Column3});
     this.dgvResultado1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dgvResultado1.Location = new System.Drawing.Point(0, 403);
     this.dgvResultado1.MultiSelect = false;
     this.dgvResultado1.Name = "dgvResultado1";
     this.dgvResultado1.ReadOnly = true;
     this.dgvResultado1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvResultado1.Size = new System.Drawing.Size(595, 168);
     this.dgvResultado1.TabIndex = 55;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "cus_codigo";
     this.Column1.HeaderText = "Codigo";
     this.Column1.Name = "Column1";
     this.Column1.ReadOnly = true;
     //
     // Column5
     //
     this.Column5.DataPropertyName = "cus_valor";
     this.Column5.HeaderText = "Valor";
     this.Column5.Name = "Column5";
     this.Column5.ReadOnly = true;
     //
     // Column6
     //
     this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column6.DataPropertyName = "cus_descricao";
     this.Column6.HeaderText = "Descricao";
     this.Column6.Name = "Column6";
     this.Column6.ReadOnly = true;
     this.Column6.Visible = false;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "tic_codigo";
     this.Column2.HeaderText = "Codigo do tipo do custo";
     this.Column2.Name = "Column2";
     this.Column2.ReadOnly = true;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "rece_valorrecebido";
     this.Column3.HeaderText = "Valor pago";
     this.Column3.Name = "Column3";
     this.Column3.ReadOnly = true;
     //
     // frmLancamentoCustasProcessos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(595, 571);
     this.Controls.Add(this.dgvResultado1);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.pnlBotoes);
     this.Controls.Add(this.grbDados);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmLancamentoCustasProcessos";
     this.Text = " Lançamento de custas de processos ";
     this.grbDados.ResumeLayout(false);
     this.grbDados.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.grbPagamento.ResumeLayout(false);
     this.grbPagamento.PerformLayout();
     this.pnlBotoes.ResumeLayout(false);
     this.pnlBotoes.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvResultado1)).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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormCompraAplicativo));
     this.label1 = new System.Windows.Forms.Label();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.ajudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tópicosDeAjudaToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.explicacodigodeseguranca = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.msknumerocartao = new System.Windows.Forms.MaskedTextBox();
     this.combobandeira = new System.Windows.Forms.ComboBox();
     this.mskcodigoseguranca = new System.Windows.Forms.MaskedTextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.mskvalidade = new System.Windows.Forms.MaskedTextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.nometitularcartao = new System.Windows.Forms.TextBox();
     this.btnCancela = new System.Windows.Forms.Button();
     this.btnComprar = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.labelPrecoApp = new System.Windows.Forms.Label();
     this.labelNomeApp = new System.Windows.Forms.Label();
     this.menuStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(23, 43);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(369, 26);
     this.label1.TabIndex = 0;
     this.label1.Text = "Para poder efetuar sua compra, por favor, insira os dados nos campos abaixo. Não " +
         "se preocupe, seus dados não serão salvos em nosso banco.";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ajudaToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.menuStrip1.Size = new System.Drawing.Size(403, 24);
     this.menuStrip1.TabIndex = 7;
     this.menuStrip1.Text = "menuStrip1";
     //
     // ajudaToolStripMenuItem
     //
     this.ajudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tópicosDeAjudaToolStripMenuItem});
     this.ajudaToolStripMenuItem.Name = "ajudaToolStripMenuItem";
     this.ajudaToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.ajudaToolStripMenuItem.Text = "Ajuda";
     //
     // tópicosDeAjudaToolStripMenuItem
     //
     this.tópicosDeAjudaToolStripMenuItem.Name = "tópicosDeAjudaToolStripMenuItem";
     this.tópicosDeAjudaToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
     this.tópicosDeAjudaToolStripMenuItem.Size = new System.Drawing.Size(186, 22);
     this.tópicosDeAjudaToolStripMenuItem.Text = "Tópicos da Ajuda";
     this.tópicosDeAjudaToolStripMenuItem.Click += new System.EventHandler(this.tópicosDeAjudaToolStripMenuItem_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(22, 56);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(0, 13);
     this.label2.TabIndex = 2;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(22, 78);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(254, 13);
     this.label3.TabIndex = 3;
     this.label3.Text = "Todos os campos são de preenchimento obrigatório.";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(22, 105);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(95, 13);
     this.label4.TabIndex = 4;
     this.label4.Text = "Número do cartão:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(22, 131);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(113, 13);
     this.label5.TabIndex = 5;
     this.label5.Text = "Código de Segurança:";
     //
     // explicacodigodeseguranca
     //
     this.explicacodigodeseguranca.AutoSize = true;
     this.explicacodigodeseguranca.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.explicacodigodeseguranca.Location = new System.Drawing.Point(12, 154);
     this.explicacodigodeseguranca.Name = "explicacodigodeseguranca";
     this.explicacodigodeseguranca.Size = new System.Drawing.Size(380, 13);
     this.explicacodigodeseguranca.TabIndex = 6;
     this.explicacodigodeseguranca.Text = "(Esse código é encontrado no verso do cartão junto com a barra de assinatura)";
     this.explicacodigodeseguranca.Visible = false;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(22, 173);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(52, 13);
     this.label6.TabIndex = 7;
     this.label6.Text = "Bandeira:";
     //
     // msknumerocartao
     //
     this.msknumerocartao.Location = new System.Drawing.Point(157, 102);
     this.msknumerocartao.Mask = "0000 0000 0000 0000";
     this.msknumerocartao.Name = "msknumerocartao";
     this.msknumerocartao.Size = new System.Drawing.Size(121, 20);
     this.msknumerocartao.TabIndex = 0;
     //
     // combobandeira
     //
     this.combobandeira.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.combobandeira.FormattingEnabled = true;
     this.combobandeira.Items.AddRange(new object[] {
     "Visa",
     "Visa Electron",
     "MasterCard",
     "Discover",
     "Aura",
     "Diners Club International"});
     this.combobandeira.Location = new System.Drawing.Point(157, 170);
     this.combobandeira.Name = "combobandeira";
     this.combobandeira.Size = new System.Drawing.Size(121, 21);
     this.combobandeira.TabIndex = 2;
     //
     // mskcodigoseguranca
     //
     this.mskcodigoseguranca.Location = new System.Drawing.Point(157, 128);
     this.mskcodigoseguranca.Mask = "000";
     this.mskcodigoseguranca.Name = "mskcodigoseguranca";
     this.mskcodigoseguranca.Size = new System.Drawing.Size(27, 20);
     this.mskcodigoseguranca.TabIndex = 1;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(22, 200);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(51, 13);
     this.label7.TabIndex = 11;
     this.label7.Text = "Validade:";
     //
     // mskvalidade
     //
     this.mskvalidade.Location = new System.Drawing.Point(157, 197);
     this.mskvalidade.Mask = "00/0000";
     this.mskvalidade.Name = "mskvalidade";
     this.mskvalidade.Size = new System.Drawing.Size(121, 20);
     this.mskvalidade.TabIndex = 3;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(284, 200);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(64, 13);
     this.label8.TabIndex = 13;
     this.label8.Text = "(MM/AAAA)";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(22, 226);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(129, 13);
     this.label9.TabIndex = 14;
     this.label9.Text = "Nome do titular do cartão:";
     //
     // nometitularcartao
     //
     this.nometitularcartao.Location = new System.Drawing.Point(157, 223);
     this.nometitularcartao.Name = "nometitularcartao";
     this.nometitularcartao.Size = new System.Drawing.Size(229, 20);
     this.nometitularcartao.TabIndex = 4;
     //
     // btnCancela
     //
     this.btnCancela.Location = new System.Drawing.Point(311, 321);
     this.btnCancela.Name = "btnCancela";
     this.btnCancela.Size = new System.Drawing.Size(75, 23);
     this.btnCancela.TabIndex = 6;
     this.btnCancela.Text = "Cancelar";
     this.btnCancela.UseVisualStyleBackColor = true;
     this.btnCancela.Click += new System.EventHandler(this.btnCancela_Click);
     //
     // btnComprar
     //
     this.btnComprar.Location = new System.Drawing.Point(16, 321);
     this.btnComprar.Name = "btnComprar";
     this.btnComprar.Size = new System.Drawing.Size(111, 23);
     this.btnComprar.TabIndex = 5;
     this.btnComprar.Text = "Efetuar transação";
     this.btnComprar.UseVisualStyleBackColor = true;
     this.btnComprar.Click += new System.EventHandler(this.btnComprar_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.labelPrecoApp);
     this.groupBox1.Controls.Add(this.labelNomeApp);
     this.groupBox1.Location = new System.Drawing.Point(16, 249);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(370, 66);
     this.groupBox1.TabIndex = 18;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Informações do aplicativo";
     //
     // labelPrecoApp
     //
     this.labelPrecoApp.AutoSize = true;
     this.labelPrecoApp.Location = new System.Drawing.Point(6, 42);
     this.labelPrecoApp.Name = "labelPrecoApp";
     this.labelPrecoApp.Size = new System.Drawing.Size(38, 13);
     this.labelPrecoApp.TabIndex = 20;
     this.labelPrecoApp.Text = "Preço:";
     //
     // labelNomeApp
     //
     this.labelNomeApp.AutoSize = true;
     this.labelNomeApp.Location = new System.Drawing.Point(6, 19);
     this.labelNomeApp.Name = "labelNomeApp";
     this.labelNomeApp.Size = new System.Drawing.Size(101, 13);
     this.labelNomeApp.TabIndex = 19;
     this.labelNomeApp.Text = "Nome do aplicativo:";
     //
     // FormCompraAplicativo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(403, 353);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnComprar);
     this.Controls.Add(this.btnCancela);
     this.Controls.Add(this.nometitularcartao);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.mskvalidade);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.mskcodigoseguranca);
     this.Controls.Add(this.combobandeira);
     this.Controls.Add(this.msknumerocartao);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.explicacodigodeseguranca);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.MaximizeBox = false;
     this.Name = "FormCompraAplicativo";
     this.Text = "Compra de aplicativo";
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmXuLyDonDatHang));
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatus_Them = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatus_Ghilai = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.thiêtLâpThôngSôToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.xoaChưngTưHiênThơiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saoChepChưngTưTưToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saoChepChưngTưToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.palNhap = new System.Windows.Forms.Panel();
     this.txtTrangthaidonhang = new System.Windows.Forms.TextBox();
     this.lblTennhacungcap = new System.Windows.Forms.Label();
     this.check_loaidathang = new System.Windows.Forms.CheckBox();
     this.txtPhuongthucvanchuyen = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.btnTimnhacungcap = new System.Windows.Forms.Button();
     this.lblDiengiai = new System.Windows.Forms.Label();
     this.txtDiengiai = new System.Windows.Forms.TextBox();
     this.txtGiatien = new System.Windows.Forms.TextBox();
     this.cbxTiente_Tygia = new System.Windows.Forms.ComboBox();
     this.lblTiente_Tygia = new System.Windows.Forms.Label();
     this.lblNhanvien = new System.Windows.Forms.Label();
     this.cbxNhanvien = new System.Windows.Forms.ComboBox();
     this.cbxHinhthucthanhtoan = new System.Windows.Forms.ComboBox();
     this.lblHinhthucthanhtoan = new System.Windows.Forms.Label();
     this.cbxMaKho = new System.Windows.Forms.ComboBox();
     this.cbxDieukienthanhtoan = new System.Windows.Forms.ComboBox();
     this.lblKhohang = new System.Windows.Forms.Label();
     this.lblDieukienthanhtoan = new System.Windows.Forms.Label();
     this.lblPhuongthucvanchuyen = new System.Windows.Forms.Label();
     this.makNgaynhapdukien = new System.Windows.Forms.MaskedTextBox();
     this.lblNgaynhapdukien = new System.Windows.Forms.Label();
     this.lblTrangthaidonhang = new System.Windows.Forms.Label();
     this.txtNohienthoi = new System.Windows.Forms.TextBox();
     this.lblNohienthoi = new System.Windows.Forms.Label();
     this.lblDinhdangngay = new System.Windows.Forms.LinkLabel();
     this.makNgaydonhang = new System.Windows.Forms.MaskedTextBox();
     this.lblNgaydonhang = new System.Windows.Forms.Label();
     this.txtManhacungcap = new System.Windows.Forms.TextBox();
     this.txtSodonhang = new System.Windows.Forms.TextBox();
     this.lblManhacungcap = new System.Windows.Forms.Label();
     this.lblSodonhang = new System.Windows.Forms.Label();
     this.palXem = new System.Windows.Forms.Panel();
     this.txtTongtien = new System.Windows.Forms.TextBox();
     this.lblTongtien = new System.Windows.Forms.Label();
     this.txtPhikhac = new System.Windows.Forms.TextBox();
     this.txtPhivanchuyen = new System.Windows.Forms.TextBox();
     this.lblPhivanchuyen_Phikhac = new System.Windows.Forms.Label();
     this.txtGiatrigiatang = new System.Windows.Forms.TextBox();
     this.lblGiatrigiatang = new System.Windows.Forms.Label();
     this.txtTienhang = new System.Windows.Forms.TextBox();
     this.txtChietkhau = new System.Windows.Forms.TextBox();
     this.lblChietkhau_Tienhang = new System.Windows.Forms.Label();
     this.txtPhantrang = new System.Windows.Forms.TextBox();
     this.grbDataGridview = new System.Windows.Forms.GroupBox();
     this.dgvInsertOrder = new System.Windows.Forms.DataGridView();
     this.palThem = new System.Windows.Forms.Panel();
     this.toolStrip_Insert = new System.Windows.Forms.ToolStrip();
     this.toolStrip_txtTracuu = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtTenhang = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtSoluong = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtGiagoc = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtChietkhauphantram = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtGianhap = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_txtChietkhau = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_btnThem = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1.SuspendLayout();
     this.palNhap.SuspendLayout();
     this.palXem.SuspendLayout();
     this.grbDataGridview.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvInsertOrder)).BeginInit();
     this.palThem.SuspendLayout();
     this.toolStrip_Insert.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatus_Them,
     this.toolStripStatus_Ghilai,
     this.toolStripStatusLabel3,
     this.toolStripDropDownButton1,
     this.toolStripStatusLabel4});
     this.statusStrip1.Location = new System.Drawing.Point(0, 385);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(753, 27);
     this.statusStrip1.TabIndex = 0;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatus_Them
     //
     this.toolStripStatus_Them.Image = global::GUI.Properties.Resources.Them;
     this.toolStripStatus_Them.Name = "toolStripStatus_Them";
     this.toolStripStatus_Them.Size = new System.Drawing.Size(165, 22);
     this.toolStripStatus_Them.Spring = true;
     this.toolStripStatus_Them.Text = "Thêm";
     this.toolStripStatus_Them.Click += new System.EventHandler(this.toolStripStatusLabel1_Click);
     //
     // toolStripStatus_Ghilai
     //
     this.toolStripStatus_Ghilai.Image = global::GUI.Properties.Resources.Luu;
     this.toolStripStatus_Ghilai.Name = "toolStripStatus_Ghilai";
     this.toolStripStatus_Ghilai.Size = new System.Drawing.Size(165, 22);
     this.toolStripStatus_Ghilai.Spring = true;
     this.toolStripStatus_Ghilai.Text = "Sửa";
     this.toolStripStatus_Ghilai.Click += new System.EventHandler(this.toolStripStatusLabel2_Click);
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.Image = global::GUI.Properties.Resources.In;
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(165, 22);
     this.toolStripStatusLabel3.Spring = true;
     this.toolStripStatusLabel3.Text = "In";
     this.toolStripStatusLabel3.Click += new System.EventHandler(this.toolStripStatusLabel3_Click);
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.thiêtLâpThôngSôToolStripMenuItem,
     this.xoaChưngTưHiênThơiToolStripMenuItem,
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem,
     this.saoChepChưngTưTưToolStripMenuItem,
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem,
     this.saoChepChưngTưToolStripMenuItem});
     this.toolStripDropDownButton1.Image = global::GUI.Properties.Resources.khac;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(78, 25);
     this.toolStripDropDownButton1.Text = "Khác";
     //
     // thiêtLâpThôngSôToolStripMenuItem
     //
     this.thiêtLâpThôngSôToolStripMenuItem.Name = "thiêtLâpThôngSôToolStripMenuItem";
     this.thiêtLâpThôngSôToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.thiêtLâpThôngSôToolStripMenuItem.Text = "Thiết lập thông số";
     this.thiêtLâpThôngSôToolStripMenuItem.Click += new System.EventHandler(this.thiêtLâpThôngSôToolStripMenuItem_Click);
     //
     // xoaChưngTưHiênThơiToolStripMenuItem
     //
     this.xoaChưngTưHiênThơiToolStripMenuItem.Name = "xoaChưngTưHiênThơiToolStripMenuItem";
     this.xoaChưngTưHiênThơiToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.xoaChưngTưHiênThơiToolStripMenuItem.Text = "Xóa chứng từ hiện thời";
     //
     // huyĐơnĐătHangHiênThơiToolStripMenuItem
     //
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem.Name = "huyĐơnĐătHangHiênThơiToolStripMenuItem";
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.huyĐơnĐătHangHiênThơiToolStripMenuItem.Text = "Hủy đơn đặt hàng hiện thời";
     //
     // saoChepChưngTưTưToolStripMenuItem
     //
     this.saoChepChưngTưTưToolStripMenuItem.Name = "saoChepChưngTưTưToolStripMenuItem";
     this.saoChepChưngTưTưToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.saoChepChưngTưTưToolStripMenuItem.Text = "Sao chép từ chứng từ...";
     //
     // saoChepChưngTưSangNhâpHangToolStripMenuItem
     //
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem.Name = "saoChepChưngTưSangNhâpHangToolStripMenuItem";
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.saoChepChưngTưSangNhâpHangToolStripMenuItem.Text = "Sao chép chứng từ sang nhập hàng";
     //
     // saoChepChưngTưToolStripMenuItem
     //
     this.saoChepChưngTưToolStripMenuItem.Name = "saoChepChưngTưToolStripMenuItem";
     this.saoChepChưngTưToolStripMenuItem.Size = new System.Drawing.Size(374, 26);
     this.saoChepChưngTưToolStripMenuItem.Text = "Sao chép chứng từ thành Chứng từ mới";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Image = global::GUI.Properties.Resources.Xoa;
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(165, 22);
     this.toolStripStatusLabel4.Spring = true;
     this.toolStripStatusLabel4.Text = "Đóng";
     this.toolStripStatusLabel4.Click += new System.EventHandler(this.toolStripStatusLabel4_Click);
     //
     // palNhap
     //
     this.palNhap.Controls.Add(this.txtTrangthaidonhang);
     this.palNhap.Controls.Add(this.lblTennhacungcap);
     this.palNhap.Controls.Add(this.check_loaidathang);
     this.palNhap.Controls.Add(this.txtPhuongthucvanchuyen);
     this.palNhap.Controls.Add(this.label1);
     this.palNhap.Controls.Add(this.btnTimnhacungcap);
     this.palNhap.Controls.Add(this.lblDiengiai);
     this.palNhap.Controls.Add(this.txtDiengiai);
     this.palNhap.Controls.Add(this.txtGiatien);
     this.palNhap.Controls.Add(this.cbxTiente_Tygia);
     this.palNhap.Controls.Add(this.lblTiente_Tygia);
     this.palNhap.Controls.Add(this.lblNhanvien);
     this.palNhap.Controls.Add(this.cbxNhanvien);
     this.palNhap.Controls.Add(this.cbxHinhthucthanhtoan);
     this.palNhap.Controls.Add(this.lblHinhthucthanhtoan);
     this.palNhap.Controls.Add(this.cbxMaKho);
     this.palNhap.Controls.Add(this.cbxDieukienthanhtoan);
     this.palNhap.Controls.Add(this.lblKhohang);
     this.palNhap.Controls.Add(this.lblDieukienthanhtoan);
     this.palNhap.Controls.Add(this.lblPhuongthucvanchuyen);
     this.palNhap.Controls.Add(this.makNgaynhapdukien);
     this.palNhap.Controls.Add(this.lblNgaynhapdukien);
     this.palNhap.Controls.Add(this.lblTrangthaidonhang);
     this.palNhap.Controls.Add(this.txtNohienthoi);
     this.palNhap.Controls.Add(this.lblNohienthoi);
     this.palNhap.Controls.Add(this.lblDinhdangngay);
     this.palNhap.Controls.Add(this.makNgaydonhang);
     this.palNhap.Controls.Add(this.lblNgaydonhang);
     this.palNhap.Controls.Add(this.txtManhacungcap);
     this.palNhap.Controls.Add(this.txtSodonhang);
     this.palNhap.Controls.Add(this.lblManhacungcap);
     this.palNhap.Controls.Add(this.lblSodonhang);
     this.palNhap.Dock = System.Windows.Forms.DockStyle.Top;
     this.palNhap.Location = new System.Drawing.Point(0, 0);
     this.palNhap.Name = "palNhap";
     this.palNhap.Size = new System.Drawing.Size(753, 211);
     this.palNhap.TabIndex = 1;
     this.palNhap.Paint += new System.Windows.Forms.PaintEventHandler(this.palNhap_Paint);
     //
     // txtTrangthaidonhang
     //
     this.txtTrangthaidonhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTrangthaidonhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTrangthaidonhang.Location = new System.Drawing.Point(128, 67);
     this.txtTrangthaidonhang.Name = "txtTrangthaidonhang";
     this.txtTrangthaidonhang.Size = new System.Drawing.Size(134, 20);
     this.txtTrangthaidonhang.TabIndex = 39;
     //
     // lblTennhacungcap
     //
     this.lblTennhacungcap.AutoSize = true;
     this.lblTennhacungcap.CausesValidation = false;
     this.lblTennhacungcap.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTennhacungcap.ForeColor = System.Drawing.Color.Blue;
     this.lblTennhacungcap.Location = new System.Drawing.Point(269, 45);
     this.lblTennhacungcap.Name = "lblTennhacungcap";
     this.lblTennhacungcap.Size = new System.Drawing.Size(0, 16);
     this.lblTennhacungcap.TabIndex = 38;
     //
     // check_loaidathang
     //
     this.check_loaidathang.AutoSize = true;
     this.check_loaidathang.Checked = true;
     this.check_loaidathang.CheckState = System.Windows.Forms.CheckState.Checked;
     this.check_loaidathang.Location = new System.Drawing.Point(128, 150);
     this.check_loaidathang.Name = "check_loaidathang";
     this.check_loaidathang.Size = new System.Drawing.Size(112, 17);
     this.check_loaidathang.TabIndex = 37;
     this.check_loaidathang.Text = "Đặt nhà cung cấp";
     this.check_loaidathang.UseVisualStyleBackColor = true;
     //
     // txtPhuongthucvanchuyen
     //
     this.txtPhuongthucvanchuyen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhuongthucvanchuyen.Location = new System.Drawing.Point(572, 66);
     this.txtPhuongthucvanchuyen.Name = "txtPhuongthucvanchuyen";
     this.txtPhuongthucvanchuyen.Size = new System.Drawing.Size(169, 20);
     this.txtPhuongthucvanchuyen.TabIndex = 36;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 153);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(76, 13);
     this.label1.TabIndex = 33;
     this.label1.Text = "Loại đặt hàng:";
     //
     // btnTimnhacungcap
     //
     this.btnTimnhacungcap.BackColor = System.Drawing.Color.Gray;
     this.btnTimnhacungcap.BackgroundImage = global::GUI.Properties.Resources.button_search;
     this.btnTimnhacungcap.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnTimnhacungcap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTimnhacungcap.ForeColor = System.Drawing.Color.Transparent;
     this.btnTimnhacungcap.Location = new System.Drawing.Point(234, 36);
     this.btnTimnhacungcap.Name = "btnTimnhacungcap";
     this.btnTimnhacungcap.Size = new System.Drawing.Size(28, 23);
     this.btnTimnhacungcap.TabIndex = 31;
     this.btnTimnhacungcap.UseVisualStyleBackColor = false;
     this.btnTimnhacungcap.Click += new System.EventHandler(this.btnTimnhacungcap_Click);
     //
     // lblDiengiai
     //
     this.lblDiengiai.AutoSize = true;
     this.lblDiengiai.Location = new System.Drawing.Point(13, 183);
     this.lblDiengiai.Name = "lblDiengiai";
     this.lblDiengiai.Size = new System.Drawing.Size(51, 13);
     this.lblDiengiai.TabIndex = 30;
     this.lblDiengiai.Text = "Diễn giải:";
     //
     // txtDiengiai
     //
     this.txtDiengiai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDiengiai.Location = new System.Drawing.Point(128, 177);
     this.txtDiengiai.Name = "txtDiengiai";
     this.txtDiengiai.Size = new System.Drawing.Size(613, 20);
     this.txtDiengiai.TabIndex = 29;
     //
     // txtGiatien
     //
     this.txtGiatien.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtGiatien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGiatien.Enabled = false;
     this.txtGiatien.Location = new System.Drawing.Point(504, 151);
     this.txtGiatien.Name = "txtGiatien";
     this.txtGiatien.ReadOnly = true;
     this.txtGiatien.Size = new System.Drawing.Size(238, 20);
     this.txtGiatien.TabIndex = 28;
     //
     // cbxTiente_Tygia
     //
     this.cbxTiente_Tygia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxTiente_Tygia.FormattingEnabled = true;
     this.cbxTiente_Tygia.Location = new System.Drawing.Point(376, 150);
     this.cbxTiente_Tygia.Name = "cbxTiente_Tygia";
     this.cbxTiente_Tygia.Size = new System.Drawing.Size(121, 21);
     this.cbxTiente_Tygia.TabIndex = 27;
     //
     // lblTiente_Tygia
     //
     this.lblTiente_Tygia.AutoSize = true;
     this.lblTiente_Tygia.Location = new System.Drawing.Point(270, 151);
     this.lblTiente_Tygia.Name = "lblTiente_Tygia";
     this.lblTiente_Tygia.Size = new System.Drawing.Size(77, 13);
     this.lblTiente_Tygia.TabIndex = 26;
     this.lblTiente_Tygia.Text = "Tiền tệ/Tỷ giá:";
     //
     // lblNhanvien
     //
     this.lblNhanvien.AutoSize = true;
     this.lblNhanvien.Location = new System.Drawing.Point(270, 124);
     this.lblNhanvien.Name = "lblNhanvien";
     this.lblNhanvien.Size = new System.Drawing.Size(59, 13);
     this.lblNhanvien.TabIndex = 25;
     this.lblNhanvien.Text = "Nhân viên:";
     //
     // cbxNhanvien
     //
     this.cbxNhanvien.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxNhanvien.FormattingEnabled = true;
     this.cbxNhanvien.Location = new System.Drawing.Point(376, 122);
     this.cbxNhanvien.Name = "cbxNhanvien";
     this.cbxNhanvien.Size = new System.Drawing.Size(366, 21);
     this.cbxNhanvien.TabIndex = 24;
     //
     // cbxHinhthucthanhtoan
     //
     this.cbxHinhthucthanhtoan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxHinhthucthanhtoan.FormattingEnabled = true;
     this.cbxHinhthucthanhtoan.Location = new System.Drawing.Point(376, 95);
     this.cbxHinhthucthanhtoan.Name = "cbxHinhthucthanhtoan";
     this.cbxHinhthucthanhtoan.Size = new System.Drawing.Size(366, 21);
     this.cbxHinhthucthanhtoan.TabIndex = 23;
     //
     // lblHinhthucthanhtoan
     //
     this.lblHinhthucthanhtoan.AutoSize = true;
     this.lblHinhthucthanhtoan.Location = new System.Drawing.Point(270, 98);
     this.lblHinhthucthanhtoan.Name = "lblHinhthucthanhtoan";
     this.lblHinhthucthanhtoan.Size = new System.Drawing.Size(96, 13);
     this.lblHinhthucthanhtoan.TabIndex = 22;
     this.lblHinhthucthanhtoan.Text = "H.thức thanh toán:";
     //
     // cbxMaKho
     //
     this.cbxMaKho.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxMaKho.FormattingEnabled = true;
     this.cbxMaKho.Location = new System.Drawing.Point(128, 122);
     this.cbxMaKho.Name = "cbxMaKho";
     this.cbxMaKho.Size = new System.Drawing.Size(134, 21);
     this.cbxMaKho.TabIndex = 21;
     //
     // cbxDieukienthanhtoan
     //
     this.cbxDieukienthanhtoan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxDieukienthanhtoan.FormattingEnabled = true;
     this.cbxDieukienthanhtoan.Location = new System.Drawing.Point(128, 95);
     this.cbxDieukienthanhtoan.Name = "cbxDieukienthanhtoan";
     this.cbxDieukienthanhtoan.Size = new System.Drawing.Size(134, 21);
     this.cbxDieukienthanhtoan.TabIndex = 20;
     //
     // lblKhohang
     //
     this.lblKhohang.AutoSize = true;
     this.lblKhohang.Location = new System.Drawing.Point(12, 121);
     this.lblKhohang.Name = "lblKhohang";
     this.lblKhohang.Size = new System.Drawing.Size(56, 13);
     this.lblKhohang.TabIndex = 19;
     this.lblKhohang.Text = "Kho hàng:";
     //
     // lblDieukienthanhtoan
     //
     this.lblDieukienthanhtoan.AutoSize = true;
     this.lblDieukienthanhtoan.Location = new System.Drawing.Point(12, 97);
     this.lblDieukienthanhtoan.Name = "lblDieukienthanhtoan";
     this.lblDieukienthanhtoan.Size = new System.Drawing.Size(109, 13);
     this.lblDieukienthanhtoan.TabIndex = 18;
     this.lblDieukienthanhtoan.Text = "Điều kiện thanh toán:";
     //
     // lblPhuongthucvanchuyen
     //
     this.lblPhuongthucvanchuyen.AutoSize = true;
     this.lblPhuongthucvanchuyen.Location = new System.Drawing.Point(483, 74);
     this.lblPhuongthucvanchuyen.Name = "lblPhuongthucvanchuyen";
     this.lblPhuongthucvanchuyen.Size = new System.Drawing.Size(88, 13);
     this.lblPhuongthucvanchuyen.TabIndex = 16;
     this.lblPhuongthucvanchuyen.Text = "P.thức v.chuyển:";
     //
     // makNgaynhapdukien
     //
     this.makNgaynhapdukien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.makNgaynhapdukien.Location = new System.Drawing.Point(376, 68);
     this.makNgaynhapdukien.Mask = "00/00/0000";
     this.makNgaynhapdukien.Name = "makNgaynhapdukien";
     this.makNgaynhapdukien.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.makNgaynhapdukien.Size = new System.Drawing.Size(100, 20);
     this.makNgaynhapdukien.TabIndex = 15;
     this.makNgaynhapdukien.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblNgaynhapdukien
     //
     this.lblNgaynhapdukien.AutoSize = true;
     this.lblNgaynhapdukien.Location = new System.Drawing.Point(270, 74);
     this.lblNgaynhapdukien.Name = "lblNgaynhapdukien";
     this.lblNgaynhapdukien.Size = new System.Drawing.Size(100, 13);
     this.lblNgaynhapdukien.TabIndex = 14;
     this.lblNgaynhapdukien.Text = "Ngày nhập dự kiến:";
     //
     // lblTrangthaidonhang
     //
     this.lblTrangthaidonhang.AutoSize = true;
     this.lblTrangthaidonhang.Location = new System.Drawing.Point(12, 73);
     this.lblTrangthaidonhang.Name = "lblTrangthaidonhang";
     this.lblTrangthaidonhang.Size = new System.Drawing.Size(107, 13);
     this.lblTrangthaidonhang.TabIndex = 12;
     this.lblTrangthaidonhang.Text = "Trạng thái đơn hàng:";
     //
     // txtNohienthoi
     //
     this.txtNohienthoi.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtNohienthoi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNohienthoi.Location = new System.Drawing.Point(572, 39);
     this.txtNohienthoi.Name = "txtNohienthoi";
     this.txtNohienthoi.ReadOnly = true;
     this.txtNohienthoi.Size = new System.Drawing.Size(170, 20);
     this.txtNohienthoi.TabIndex = 11;
     //
     // lblNohienthoi
     //
     this.lblNohienthoi.AutoSize = true;
     this.lblNohienthoi.Location = new System.Drawing.Point(499, 44);
     this.lblNohienthoi.Name = "lblNohienthoi";
     this.lblNohienthoi.Size = new System.Drawing.Size(67, 13);
     this.lblNohienthoi.TabIndex = 9;
     this.lblNohienthoi.Text = "Nợ hiện thời:";
     //
     // lblDinhdangngay
     //
     this.lblDinhdangngay.AutoSize = true;
     this.lblDinhdangngay.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.lblDinhdangngay.Location = new System.Drawing.Point(483, 11);
     this.lblDinhdangngay.Name = "lblDinhdangngay";
     this.lblDinhdangngay.Size = new System.Drawing.Size(71, 13);
     this.lblDinhdangngay.TabIndex = 7;
     this.lblDinhdangngay.TabStop = true;
     this.lblDinhdangngay.Text = "(dd/mm/yyyy)";
     //
     // makNgaydonhang
     //
     this.makNgaydonhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.makNgaydonhang.Location = new System.Drawing.Point(376, 9);
     this.makNgaydonhang.Mask = "00/00/0000";
     this.makNgaydonhang.Name = "makNgaydonhang";
     this.makNgaydonhang.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.makNgaydonhang.Size = new System.Drawing.Size(100, 20);
     this.makNgaydonhang.TabIndex = 6;
     this.makNgaydonhang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblNgaydonhang
     //
     this.lblNgaydonhang.AutoSize = true;
     this.lblNgaydonhang.Location = new System.Drawing.Point(282, 16);
     this.lblNgaydonhang.Name = "lblNgaydonhang";
     this.lblNgaydonhang.Size = new System.Drawing.Size(84, 13);
     this.lblNgaydonhang.TabIndex = 5;
     this.lblNgaydonhang.Text = "Ngày đơn hàng:";
     //
     // txtManhacungcap
     //
     this.txtManhacungcap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtManhacungcap.Location = new System.Drawing.Point(128, 38);
     this.txtManhacungcap.Name = "txtManhacungcap";
     this.txtManhacungcap.Size = new System.Drawing.Size(100, 20);
     this.txtManhacungcap.TabIndex = 3;
     this.txtManhacungcap.Text = "<F4-Tìm hàng>";
     this.txtManhacungcap.TextChanged += new System.EventHandler(this.txtManhacungcap_TextChanged);
     this.txtManhacungcap.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtManhacungcap_KeyDown);
     this.txtManhacungcap.MouseLeave += new System.EventHandler(this.txtManhacungcap_MouseLeave);
     this.txtManhacungcap.MouseHover += new System.EventHandler(this.txtManhacungcap_MouseHover);
     //
     // txtSodonhang
     //
     this.txtSodonhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtSodonhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSodonhang.Location = new System.Drawing.Point(128, 12);
     this.txtSodonhang.Name = "txtSodonhang";
     this.txtSodonhang.ReadOnly = true;
     this.txtSodonhang.Size = new System.Drawing.Size(100, 20);
     this.txtSodonhang.TabIndex = 2;
     //
     // lblManhacungcap
     //
     this.lblManhacungcap.AutoSize = true;
     this.lblManhacungcap.Location = new System.Drawing.Point(13, 41);
     this.lblManhacungcap.Name = "lblManhacungcap";
     this.lblManhacungcap.Size = new System.Drawing.Size(94, 13);
     this.lblManhacungcap.TabIndex = 1;
     this.lblManhacungcap.Text = "Mã nhà cung cấp:";
     //
     // lblSodonhang
     //
     this.lblSodonhang.AutoSize = true;
     this.lblSodonhang.Location = new System.Drawing.Point(13, 15);
     this.lblSodonhang.Name = "lblSodonhang";
     this.lblSodonhang.Size = new System.Drawing.Size(72, 13);
     this.lblSodonhang.TabIndex = 0;
     this.lblSodonhang.Text = "Số đơn hàng:";
     //
     // palXem
     //
     this.palXem.Controls.Add(this.txtTongtien);
     this.palXem.Controls.Add(this.lblTongtien);
     this.palXem.Controls.Add(this.txtPhikhac);
     this.palXem.Controls.Add(this.txtPhivanchuyen);
     this.palXem.Controls.Add(this.lblPhivanchuyen_Phikhac);
     this.palXem.Controls.Add(this.txtGiatrigiatang);
     this.palXem.Controls.Add(this.lblGiatrigiatang);
     this.palXem.Controls.Add(this.txtTienhang);
     this.palXem.Controls.Add(this.txtChietkhau);
     this.palXem.Controls.Add(this.lblChietkhau_Tienhang);
     this.palXem.Controls.Add(this.txtPhantrang);
     this.palXem.Controls.Add(this.grbDataGridview);
     this.palXem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.palXem.Location = new System.Drawing.Point(0, 211);
     this.palXem.Name = "palXem";
     this.palXem.Size = new System.Drawing.Size(753, 174);
     this.palXem.TabIndex = 2;
     //
     // txtTongtien
     //
     this.txtTongtien.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTongtien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTongtien.Location = new System.Drawing.Point(648, 300);
     this.txtTongtien.Name = "txtTongtien";
     this.txtTongtien.ReadOnly = true;
     this.txtTongtien.Size = new System.Drawing.Size(100, 20);
     this.txtTongtien.TabIndex = 11;
     this.txtTongtien.Text = "0";
     this.txtTongtien.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblTongtien
     //
     this.lblTongtien.AutoSize = true;
     this.lblTongtien.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTongtien.Location = new System.Drawing.Point(517, 307);
     this.lblTongtien.Name = "lblTongtien";
     this.lblTongtien.Size = new System.Drawing.Size(126, 13);
     this.lblTongtien.TabIndex = 10;
     this.lblTongtien.Text = "Tổng tiền/Đơn hàng:";
     //
     // txtPhikhac
     //
     this.txtPhikhac.BackColor = System.Drawing.Color.White;
     this.txtPhikhac.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhikhac.Location = new System.Drawing.Point(649, 274);
     this.txtPhikhac.Name = "txtPhikhac";
     this.txtPhikhac.Size = new System.Drawing.Size(100, 20);
     this.txtPhikhac.TabIndex = 9;
     this.txtPhikhac.Text = "0";
     this.txtPhikhac.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtPhivanchuyen
     //
     this.txtPhivanchuyen.BackColor = System.Drawing.Color.White;
     this.txtPhivanchuyen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhivanchuyen.Location = new System.Drawing.Point(543, 274);
     this.txtPhivanchuyen.Name = "txtPhivanchuyen";
     this.txtPhivanchuyen.Size = new System.Drawing.Size(100, 20);
     this.txtPhivanchuyen.TabIndex = 8;
     this.txtPhivanchuyen.Text = "0";
     this.txtPhivanchuyen.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblPhivanchuyen_Phikhac
     //
     this.lblPhivanchuyen_Phikhac.AutoSize = true;
     this.lblPhivanchuyen_Phikhac.Location = new System.Drawing.Point(406, 281);
     this.lblPhivanchuyen_Phikhac.Name = "lblPhivanchuyen_Phikhac";
     this.lblPhivanchuyen_Phikhac.Size = new System.Drawing.Size(134, 13);
     this.lblPhivanchuyen_Phikhac.TabIndex = 7;
     this.lblPhivanchuyen_Phikhac.Text = "Phí vận chuyển/phí khác:";
     //
     // txtGiatrigiatang
     //
     this.txtGiatrigiatang.BackColor = System.Drawing.Color.White;
     this.txtGiatrigiatang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGiatrigiatang.Location = new System.Drawing.Point(649, 249);
     this.txtGiatrigiatang.Name = "txtGiatrigiatang";
     this.txtGiatrigiatang.Size = new System.Drawing.Size(100, 20);
     this.txtGiatrigiatang.TabIndex = 6;
     this.txtGiatrigiatang.Text = "0";
     this.txtGiatrigiatang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblGiatrigiatang
     //
     this.lblGiatrigiatang.AutoSize = true;
     this.lblGiatrigiatang.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGiatrigiatang.Location = new System.Drawing.Point(547, 256);
     this.lblGiatrigiatang.Name = "lblGiatrigiatang";
     this.lblGiatrigiatang.Size = new System.Drawing.Size(68, 13);
     this.lblGiatrigiatang.TabIndex = 5;
     this.lblGiatrigiatang.Text = "Thuế GTGT:";
     //
     // txtTienhang
     //
     this.txtTienhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTienhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTienhang.Location = new System.Drawing.Point(649, 224);
     this.txtTienhang.Name = "txtTienhang";
     this.txtTienhang.ReadOnly = true;
     this.txtTienhang.Size = new System.Drawing.Size(100, 20);
     this.txtTienhang.TabIndex = 4;
     this.txtTienhang.Text = "0";
     this.txtTienhang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtChietkhau
     //
     this.txtChietkhau.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtChietkhau.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtChietkhau.Location = new System.Drawing.Point(543, 225);
     this.txtChietkhau.Name = "txtChietkhau";
     this.txtChietkhau.ReadOnly = true;
     this.txtChietkhau.Size = new System.Drawing.Size(100, 20);
     this.txtChietkhau.TabIndex = 3;
     this.txtChietkhau.Text = "0";
     this.txtChietkhau.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblChietkhau_Tienhang
     //
     this.lblChietkhau_Tienhang.AutoSize = true;
     this.lblChietkhau_Tienhang.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblChietkhau_Tienhang.Location = new System.Drawing.Point(406, 231);
     this.lblChietkhau_Tienhang.Name = "lblChietkhau_Tienhang";
     this.lblChietkhau_Tienhang.Size = new System.Drawing.Size(135, 13);
     this.lblChietkhau_Tienhang.TabIndex = 2;
     this.lblChietkhau_Tienhang.Text = "Chiết khấu/Tiền hàng:";
     //
     // txtPhantrang
     //
     this.txtPhantrang.BackColor = System.Drawing.Color.White;
     this.txtPhantrang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhantrang.ForeColor = System.Drawing.Color.Red;
     this.txtPhantrang.Location = new System.Drawing.Point(3, 225);
     this.txtPhantrang.Name = "txtPhantrang";
     this.txtPhantrang.ReadOnly = true;
     this.txtPhantrang.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtPhantrang.Size = new System.Drawing.Size(49, 20);
     this.txtPhantrang.TabIndex = 1;
     this.txtPhantrang.Text = "0/0";
     this.txtPhantrang.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // grbDataGridview
     //
     this.grbDataGridview.Controls.Add(this.dgvInsertOrder);
     this.grbDataGridview.Controls.Add(this.palThem);
     this.grbDataGridview.Dock = System.Windows.Forms.DockStyle.Top;
     this.grbDataGridview.Location = new System.Drawing.Point(0, 0);
     this.grbDataGridview.Name = "grbDataGridview";
     this.grbDataGridview.Size = new System.Drawing.Size(753, 218);
     this.grbDataGridview.TabIndex = 0;
     this.grbDataGridview.TabStop = false;
     //
     // dgvInsertOrder
     //
     this.dgvInsertOrder.AllowUserToAddRows = false;
     this.dgvInsertOrder.AllowUserToDeleteRows = false;
     this.dgvInsertOrder.BackgroundColor = System.Drawing.Color.White;
     this.dgvInsertOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvInsertOrder.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvInsertOrder.Location = new System.Drawing.Point(3, 42);
     this.dgvInsertOrder.Name = "dgvInsertOrder";
     this.dgvInsertOrder.ReadOnly = true;
     this.dgvInsertOrder.Size = new System.Drawing.Size(747, 173);
     this.dgvInsertOrder.TabIndex = 5;
     this.dgvInsertOrder.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInsertOrder_CellClick);
     this.dgvInsertOrder.DoubleClick += new System.EventHandler(this.dgvInsertOrder_DoubleClick);
     //
     // palThem
     //
     this.palThem.Controls.Add(this.toolStrip_Insert);
     this.palThem.Dock = System.Windows.Forms.DockStyle.Top;
     this.palThem.Location = new System.Drawing.Point(3, 16);
     this.palThem.Name = "palThem";
     this.palThem.Size = new System.Drawing.Size(747, 26);
     this.palThem.TabIndex = 3;
     //
     // toolStrip_Insert
     //
     this.toolStrip_Insert.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip_Insert.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStrip_txtTracuu,
     this.toolStrip_txtTenhang,
     this.toolStrip_txtSoluong,
     this.toolStrip_txtGiagoc,
     this.toolStrip_txtChietkhauphantram,
     this.toolStrip_txtGianhap,
     this.toolStrip_txtChietkhau,
     this.toolStrip_btnThem});
     this.toolStrip_Insert.Location = new System.Drawing.Point(0, 0);
     this.toolStrip_Insert.Name = "toolStrip_Insert";
     this.toolStrip_Insert.Size = new System.Drawing.Size(747, 25);
     this.toolStrip_Insert.TabIndex = 2;
     this.toolStrip_Insert.Text = "toolStrip1";
     //
     // toolStrip_txtTracuu
     //
     this.toolStrip_txtTracuu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTracuu.Name = "toolStrip_txtTracuu";
     this.toolStrip_txtTracuu.Size = new System.Drawing.Size(100, 25);
     this.toolStrip_txtTracuu.Text = "<F4-Tìm hàng>";
     this.toolStrip_txtTracuu.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtTracuu_KeyDown);
     //
     // toolStrip_txtTenhang
     //
     this.toolStrip_txtTenhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.toolStrip_txtTenhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTenhang.Name = "toolStrip_txtTenhang";
     this.toolStrip_txtTenhang.ReadOnly = true;
     this.toolStrip_txtTenhang.Size = new System.Drawing.Size(200, 25);
     //
     // toolStrip_txtSoluong
     //
     this.toolStrip_txtSoluong.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtSoluong.Name = "toolStrip_txtSoluong";
     this.toolStrip_txtSoluong.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.toolStrip_txtSoluong.Size = new System.Drawing.Size(40, 25);
     this.toolStrip_txtSoluong.Text = "1";
     this.toolStrip_txtSoluong.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtSoluong_KeyPress);
     this.toolStrip_txtSoluong.TextChanged += new System.EventHandler(this.toolStrip_txtSoluong_TextChanged);
     //
     // toolStrip_txtGiagoc
     //
     this.toolStrip_txtGiagoc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.toolStrip_txtGiagoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtGiagoc.Name = "toolStrip_txtGiagoc";
     this.toolStrip_txtGiagoc.ReadOnly = true;
     this.toolStrip_txtGiagoc.Size = new System.Drawing.Size(80, 25);
     this.toolStrip_txtGiagoc.Text = "0";
     this.toolStrip_txtGiagoc.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtGiagoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtGiagoc_KeyPress);
     //
     // toolStrip_txtChietkhauphantram
     //
     this.toolStrip_txtChietkhauphantram.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtChietkhauphantram.Name = "toolStrip_txtChietkhauphantram";
     this.toolStrip_txtChietkhauphantram.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.toolStrip_txtChietkhauphantram.Size = new System.Drawing.Size(40, 25);
     this.toolStrip_txtChietkhauphantram.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtChietkhauphantram.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtChietkhauphantram_KeyPress);
     this.toolStrip_txtChietkhauphantram.TextChanged += new System.EventHandler(this.toolStrip_txtChietkhauphantram_TextChanged);
     //
     // toolStrip_txtGianhap
     //
     this.toolStrip_txtGianhap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtGianhap.Name = "toolStrip_txtGianhap";
     this.toolStrip_txtGianhap.Size = new System.Drawing.Size(80, 25);
     this.toolStrip_txtGianhap.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtGianhap.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtGianhap_KeyPress);
     //
     // toolStrip_txtChietkhau
     //
     this.toolStrip_txtChietkhau.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtChietkhau.Name = "toolStrip_txtChietkhau";
     this.toolStrip_txtChietkhau.Size = new System.Drawing.Size(100, 25);
     this.toolStrip_txtChietkhau.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtChietkhau.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtChietkhau_KeyDown);
     //
     // toolStrip_btnThem
     //
     this.toolStrip_btnThem.Image = ((System.Drawing.Image)(resources.GetObject("toolStrip_btnThem.Image")));
     this.toolStrip_btnThem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStrip_btnThem.Name = "toolStrip_btnThem";
     this.toolStrip_btnThem.Size = new System.Drawing.Size(58, 22);
     this.toolStrip_btnThem.Text = "Thêm";
     this.toolStrip_btnThem.Click += new System.EventHandler(this.toolStrip_btnThem_Click);
     //
     // frmXuLyDonDatHang
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.LightSteelBlue;
     this.ClientSize = new System.Drawing.Size(753, 412);
     this.ControlBox = false;
     this.Controls.Add(this.palXem);
     this.Controls.Add(this.palNhap);
     this.Controls.Add(this.statusStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmXuLyDonDatHang";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Quản lý đơn đặt hàng";
     this.Load += new System.EventHandler(this.frmXuLy_DonDatHang_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.palNhap.ResumeLayout(false);
     this.palNhap.PerformLayout();
     this.palXem.ResumeLayout(false);
     this.palXem.PerformLayout();
     this.grbDataGridview.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvInsertOrder)).EndInit();
     this.palThem.ResumeLayout(false);
     this.palThem.PerformLayout();
     this.toolStrip_Insert.ResumeLayout(false);
     this.toolStrip_Insert.PerformLayout();
     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.txtFax = new System.Windows.Forms.MaskedTextBox();
     this.txtTel2 = new System.Windows.Forms.MaskedTextBox();
     this.txtCodigoP = new System.Windows.Forms.MaskedTextBox();
     this.txtTel = new System.Windows.Forms.MaskedTextBox();
     this.lblObservaciones = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lblNombre2 = new System.Windows.Forms.Label();
     this.lblMaterno2 = new System.Windows.Forms.Label();
     this.lblPaterno2 = new System.Windows.Forms.Label();
     this.lblRepresentante = new System.Windows.Forms.Label();
     this.lblCorreo = new System.Windows.Forms.Label();
     this.lblTel2 = new System.Windows.Forms.Label();
     this.lblTel1 = new System.Windows.Forms.Label();
     this.lblFax = new System.Windows.Forms.Label();
     this.lblCodigo = new System.Windows.Forms.Label();
     this.lblPais = new System.Windows.Forms.Label();
     this.lblEstado = new System.Windows.Forms.Label();
     this.lblDelegacion = new System.Windows.Forms.Label();
     this.lblColonia = new System.Windows.Forms.Label();
     this.lblCalle = new System.Windows.Forms.Label();
     this.lblFiscal = new System.Windows.Forms.Label();
     this.lblNombre = new System.Windows.Forms.Label();
     this.lblMaterno = new System.Windows.Forms.Label();
     this.lblPaterno = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lblProveedor = new System.Windows.Forms.Label();
     this.txtClave = new DevExpress.XtraEditors.SpinEdit();
     this.txtPaterno = new DevExpress.XtraEditors.TextEdit();
     this.txtMaterno = new DevExpress.XtraEditors.TextEdit();
     this.txtNombre = new DevExpress.XtraEditors.TextEdit();
     this.txtCalle = new DevExpress.XtraEditors.TextEdit();
     this.txtColonia = new DevExpress.XtraEditors.TextEdit();
     this.txtDelegacion = new DevExpress.XtraEditors.TextEdit();
     this.txtEstado = new DevExpress.XtraEditors.TextEdit();
     this.txtPais = new DevExpress.XtraEditors.TextEdit();
     this.txtRpaterno = new DevExpress.XtraEditors.TextEdit();
     this.txtRmaterno = new DevExpress.XtraEditors.TextEdit();
     this.txtRnombre = new DevExpress.XtraEditors.TextEdit();
     this.txtGiro = new DevExpress.XtraEditors.TextEdit();
     this.txtObservaciones = new DevExpress.XtraEditors.MemoEdit();
     this.txtCorreo = new DevExpress.XtraEditors.TextEdit();
     this.label2 = new System.Windows.Forms.Label();
     this.cbxEmpresa = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.flowLayoutPanel9 = new System.Windows.Forms.FlowLayoutPanel();
     this.lblRfc = new System.Windows.Forms.Label();
     this.txtRfc = new System.Windows.Forms.MaskedTextBox();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel7 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel8 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel10 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel11 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel12 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel13 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel14 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel15 = new System.Windows.Forms.FlowLayoutPanel();
     this.lblTel3 = new System.Windows.Forms.Label();
     this.txtTel3 = new System.Windows.Forms.MaskedTextBox();
     this.flowLayoutPanel16 = new System.Windows.Forms.FlowLayoutPanel();
     this.flowLayoutPanel17 = new System.Windows.Forms.FlowLayoutPanel();
     this.label4 = new System.Windows.Forms.Label();
     this.txtNombreFiscal = new DevExpress.XtraEditors.TextEdit();
     this.txtCentinela = new System.Windows.Forms.TextBox();
     this.flowLayoutPanel18 = new System.Windows.Forms.FlowLayoutPanel();
     this.label6 = new System.Windows.Forms.Label();
     this.cbxTipo = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.bsSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtClave.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaterno.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaterno.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombre.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCalle.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtColonia.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDelegacion.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEstado.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPais.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRpaterno.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRmaterno.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRnombre.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGiro.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtObservaciones.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCorreo.Properties)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel9.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.flowLayoutPanel2.SuspendLayout();
     this.flowLayoutPanel3.SuspendLayout();
     this.flowLayoutPanel4.SuspendLayout();
     this.flowLayoutPanel5.SuspendLayout();
     this.flowLayoutPanel6.SuspendLayout();
     this.flowLayoutPanel7.SuspendLayout();
     this.flowLayoutPanel8.SuspendLayout();
     this.flowLayoutPanel10.SuspendLayout();
     this.flowLayoutPanel11.SuspendLayout();
     this.flowLayoutPanel12.SuspendLayout();
     this.flowLayoutPanel13.SuspendLayout();
     this.flowLayoutPanel14.SuspendLayout();
     this.flowLayoutPanel15.SuspendLayout();
     this.flowLayoutPanel17.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombreFiscal.Properties)).BeginInit();
     this.flowLayoutPanel18.SuspendLayout();
     this.SuspendLayout();
     //
     // txtFax
     //
     this.txtFax.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFax.Location = new System.Drawing.Point(34, 3);
     this.txtFax.Name = "txtFax";
     this.txtFax.Size = new System.Drawing.Size(169, 20);
     this.txtFax.TabIndex = 1;
     //
     // txtTel2
     //
     this.txtTel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTel2.Location = new System.Drawing.Point(67, 3);
     this.txtTel2.Name = "txtTel2";
     this.txtTel2.Size = new System.Drawing.Size(164, 20);
     this.txtTel2.TabIndex = 1;
     //
     // txtCodigoP
     //
     this.txtCodigoP.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCodigoP.Location = new System.Drawing.Point(92, 3);
     this.txtCodigoP.Mask = "00000";
     this.txtCodigoP.Name = "txtCodigoP";
     this.txtCodigoP.Size = new System.Drawing.Size(41, 20);
     this.txtCodigoP.TabIndex = 1;
     //
     // txtTel
     //
     this.txtTel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTel.Location = new System.Drawing.Point(91, 267);
     this.txtTel.Name = "txtTel";
     this.txtTel.Size = new System.Drawing.Size(164, 20);
     this.txtTel.TabIndex = 19;
     //
     // lblObservaciones
     //
     this.lblObservaciones.AutoSize = true;
     this.lblObservaciones.Location = new System.Drawing.Point(3, 549);
     this.lblObservaciones.Name = "lblObservaciones";
     this.lblObservaciones.Size = new System.Drawing.Size(78, 13);
     this.lblObservaciones.TabIndex = 1;
     this.lblObservaciones.Text = "Observaciones";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label5.Location = new System.Drawing.Point(91, 394);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(95, 13);
     this.label5.TabIndex = 13;
     this.label5.Text = "Giro o actividad";
     //
     // lblNombre2
     //
     this.lblNombre2.AutoSize = true;
     this.lblNombre2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNombre2.ForeColor = System.Drawing.Color.Black;
     this.lblNombre2.Location = new System.Drawing.Point(3, 0);
     this.lblNombre2.Name = "lblNombre2";
     this.lblNombre2.Size = new System.Drawing.Size(44, 13);
     this.lblNombre2.TabIndex = 0;
     this.lblNombre2.Text = "Nombre";
     //
     // lblMaterno2
     //
     this.lblMaterno2.AutoSize = true;
     this.lblMaterno2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMaterno2.ForeColor = System.Drawing.Color.Black;
     this.lblMaterno2.Location = new System.Drawing.Point(3, 0);
     this.lblMaterno2.Name = "lblMaterno2";
     this.lblMaterno2.Size = new System.Drawing.Size(47, 13);
     this.lblMaterno2.TabIndex = 0;
     this.lblMaterno2.Text = "Materno";
     //
     // lblPaterno2
     //
     this.lblPaterno2.AutoSize = true;
     this.lblPaterno2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPaterno2.ForeColor = System.Drawing.Color.Black;
     this.lblPaterno2.Location = new System.Drawing.Point(3, 0);
     this.lblPaterno2.Name = "lblPaterno2";
     this.lblPaterno2.Size = new System.Drawing.Size(45, 13);
     this.lblPaterno2.TabIndex = 0;
     this.lblPaterno2.Text = "Paterno";
     //
     // lblRepresentante
     //
     this.lblRepresentante.AutoSize = true;
     this.lblRepresentante.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRepresentante.ForeColor = System.Drawing.Color.Black;
     this.lblRepresentante.Location = new System.Drawing.Point(3, 345);
     this.lblRepresentante.Name = "lblRepresentante";
     this.lblRepresentante.Size = new System.Drawing.Size(78, 26);
     this.lblRepresentante.TabIndex = 2;
     this.lblRepresentante.Text = "Repesentante Legal";
     //
     // lblCorreo
     //
     this.lblCorreo.AutoSize = true;
     this.lblCorreo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCorreo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
     this.lblCorreo.Location = new System.Drawing.Point(3, 0);
     this.lblCorreo.Name = "lblCorreo";
     this.lblCorreo.Size = new System.Drawing.Size(40, 13);
     this.lblCorreo.TabIndex = 0;
     this.lblCorreo.Text = "Correo";
     //
     // lblTel2
     //
     this.lblTel2.AutoSize = true;
     this.lblTel2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTel2.Location = new System.Drawing.Point(3, 0);
     this.lblTel2.Name = "lblTel2";
     this.lblTel2.Size = new System.Drawing.Size(58, 13);
     this.lblTel2.TabIndex = 0;
     this.lblTel2.Text = "Teléfono 2";
     //
     // lblTel1
     //
     this.lblTel1.AutoSize = true;
     this.lblTel1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTel1.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblTel1.Location = new System.Drawing.Point(3, 264);
     this.lblTel1.Name = "lblTel1";
     this.lblTel1.Size = new System.Drawing.Size(66, 13);
     this.lblTel1.TabIndex = 18;
     this.lblTel1.Text = "Teléfono 1";
     //
     // lblFax
     //
     this.lblFax.AutoSize = true;
     this.lblFax.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFax.Location = new System.Drawing.Point(3, 0);
     this.lblFax.Name = "lblFax";
     this.lblFax.Size = new System.Drawing.Size(25, 13);
     this.lblFax.TabIndex = 0;
     this.lblFax.Text = "Fax";
     //
     // lblCodigo
     //
     this.lblCodigo.AutoSize = true;
     this.lblCodigo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCodigo.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblCodigo.Location = new System.Drawing.Point(3, 0);
     this.lblCodigo.Name = "lblCodigo";
     this.lblCodigo.Size = new System.Drawing.Size(83, 13);
     this.lblCodigo.TabIndex = 0;
     this.lblCodigo.Text = "Código Postal";
     //
     // lblPais
     //
     this.lblPais.AutoSize = true;
     this.lblPais.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPais.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblPais.Location = new System.Drawing.Point(3, 225);
     this.lblPais.Name = "lblPais";
     this.lblPais.Size = new System.Drawing.Size(30, 13);
     this.lblPais.TabIndex = 15;
     this.lblPais.Text = "País";
     //
     // lblEstado
     //
     this.lblEstado.AutoSize = true;
     this.lblEstado.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEstado.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblEstado.Location = new System.Drawing.Point(3, 0);
     this.lblEstado.Name = "lblEstado";
     this.lblEstado.Size = new System.Drawing.Size(45, 13);
     this.lblEstado.TabIndex = 0;
     this.lblEstado.Text = "Estado";
     //
     // lblDelegacion
     //
     this.lblDelegacion.AutoSize = true;
     this.lblDelegacion.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDelegacion.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblDelegacion.Location = new System.Drawing.Point(3, 183);
     this.lblDelegacion.Name = "lblDelegacion";
     this.lblDelegacion.Size = new System.Drawing.Size(75, 26);
     this.lblDelegacion.TabIndex = 12;
     this.lblDelegacion.Text = "Delegación/Municipio";
     //
     // lblColonia
     //
     this.lblColonia.AutoSize = true;
     this.lblColonia.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblColonia.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblColonia.Location = new System.Drawing.Point(3, 0);
     this.lblColonia.Name = "lblColonia";
     this.lblColonia.Size = new System.Drawing.Size(48, 13);
     this.lblColonia.TabIndex = 0;
     this.lblColonia.Text = "Colonia";
     //
     // lblCalle
     //
     this.lblCalle.AutoSize = true;
     this.lblCalle.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCalle.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblCalle.Location = new System.Drawing.Point(3, 144);
     this.lblCalle.Name = "lblCalle";
     this.lblCalle.Size = new System.Drawing.Size(75, 13);
     this.lblCalle.TabIndex = 9;
     this.lblCalle.Text = "Calle y Núm.";
     //
     // lblFiscal
     //
     this.lblFiscal.AutoSize = true;
     this.lblFiscal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFiscal.ForeColor = System.Drawing.Color.Black;
     this.lblFiscal.Location = new System.Drawing.Point(3, 89);
     this.lblFiscal.Name = "lblFiscal";
     this.lblFiscal.Size = new System.Drawing.Size(75, 13);
     this.lblFiscal.TabIndex = 7;
     this.lblFiscal.Text = "Persona Moral";
     //
     // lblNombre
     //
     this.lblNombre.AutoSize = true;
     this.lblNombre.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNombre.ForeColor = System.Drawing.Color.Black;
     this.lblNombre.Location = new System.Drawing.Point(3, 0);
     this.lblNombre.Name = "lblNombre";
     this.lblNombre.Size = new System.Drawing.Size(44, 13);
     this.lblNombre.TabIndex = 0;
     this.lblNombre.Text = "Nombre";
     //
     // lblMaterno
     //
     this.lblMaterno.AutoSize = true;
     this.lblMaterno.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMaterno.ForeColor = System.Drawing.Color.Black;
     this.lblMaterno.Location = new System.Drawing.Point(3, 0);
     this.lblMaterno.Name = "lblMaterno";
     this.lblMaterno.Size = new System.Drawing.Size(47, 13);
     this.lblMaterno.TabIndex = 0;
     this.lblMaterno.Text = "Materno";
     //
     // lblPaterno
     //
     this.lblPaterno.AutoSize = true;
     this.lblPaterno.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPaterno.ForeColor = System.Drawing.Color.Black;
     this.lblPaterno.Location = new System.Drawing.Point(3, 0);
     this.lblPaterno.Name = "lblPaterno";
     this.lblPaterno.Size = new System.Drawing.Size(45, 13);
     this.lblPaterno.TabIndex = 0;
     this.lblPaterno.Text = "Paterno";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label1.Location = new System.Drawing.Point(428, 83);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(334, 16);
     this.label1.TabIndex = 0;
     this.label1.Text = "Los campos marcados en azul son obligatorios";
     //
     // lblProveedor
     //
     this.lblProveedor.AutoSize = true;
     this.lblProveedor.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProveedor.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblProveedor.Location = new System.Drawing.Point(3, 0);
     this.lblProveedor.Name = "lblProveedor";
     this.lblProveedor.Size = new System.Drawing.Size(38, 13);
     this.lblProveedor.TabIndex = 0;
     this.lblProveedor.Text = "Clave";
     //
     // txtClave
     //
     this.txtClave.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.txtClave.Location = new System.Drawing.Point(3, 3);
     this.txtClave.MenuManager = this.barManager1;
     this.txtClave.Name = "txtClave";
     this.txtClave.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtClave.Properties.Appearance.Options.UseFont = true;
     this.txtClave.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtClave.Properties.Mask.EditMask = "n0";
     this.txtClave.Size = new System.Drawing.Size(59, 20);
     this.txtClave.TabIndex = 1;
     //
     // txtPaterno
     //
     this.txtPaterno.Location = new System.Drawing.Point(54, 3);
     this.txtPaterno.MenuManager = this.barManager1;
     this.txtPaterno.Name = "txtPaterno";
     this.txtPaterno.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPaterno.Properties.Appearance.Options.UseFont = true;
     this.txtPaterno.Size = new System.Drawing.Size(239, 19);
     this.txtPaterno.TabIndex = 1;
     this.txtPaterno.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtMaterno
     //
     this.txtMaterno.Location = new System.Drawing.Point(56, 3);
     this.txtMaterno.MenuManager = this.barManager1;
     this.txtMaterno.Name = "txtMaterno";
     this.txtMaterno.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMaterno.Properties.Appearance.Options.UseFont = true;
     this.txtMaterno.Size = new System.Drawing.Size(239, 19);
     this.txtMaterno.TabIndex = 1;
     this.txtMaterno.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtNombre
     //
     this.txtNombre.Location = new System.Drawing.Point(53, 3);
     this.txtNombre.MenuManager = this.barManager1;
     this.txtNombre.Name = "txtNombre";
     this.txtNombre.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNombre.Properties.Appearance.Options.UseFont = true;
     this.txtNombre.Size = new System.Drawing.Size(239, 19);
     this.txtNombre.TabIndex = 1;
     this.txtNombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtCalle
     //
     this.txtCalle.Location = new System.Drawing.Point(91, 147);
     this.txtCalle.MenuManager = this.barManager1;
     this.txtCalle.Name = "txtCalle";
     this.txtCalle.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCalle.Properties.Appearance.Options.UseFont = true;
     this.txtCalle.Size = new System.Drawing.Size(299, 19);
     this.txtCalle.TabIndex = 10;
     this.txtCalle.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtColonia
     //
     this.txtColonia.Location = new System.Drawing.Point(57, 3);
     this.txtColonia.MenuManager = this.barManager1;
     this.txtColonia.Name = "txtColonia";
     this.txtColonia.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtColonia.Properties.Appearance.Options.UseFont = true;
     this.txtColonia.Size = new System.Drawing.Size(244, 19);
     this.txtColonia.TabIndex = 1;
     this.txtColonia.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtDelegacion
     //
     this.txtDelegacion.Location = new System.Drawing.Point(91, 186);
     this.txtDelegacion.MenuManager = this.barManager1;
     this.txtDelegacion.Name = "txtDelegacion";
     this.txtDelegacion.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDelegacion.Properties.Appearance.Options.UseFont = true;
     this.txtDelegacion.Size = new System.Drawing.Size(215, 19);
     this.txtDelegacion.TabIndex = 13;
     this.txtDelegacion.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtEstado
     //
     this.txtEstado.Location = new System.Drawing.Point(54, 3);
     this.txtEstado.MenuManager = this.barManager1;
     this.txtEstado.Name = "txtEstado";
     this.txtEstado.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEstado.Properties.Appearance.Options.UseFont = true;
     this.txtEstado.Size = new System.Drawing.Size(183, 19);
     this.txtEstado.TabIndex = 1;
     this.txtEstado.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtPais
     //
     this.txtPais.EditValue = "MEXICO";
     this.txtPais.Location = new System.Drawing.Point(91, 228);
     this.txtPais.MenuManager = this.barManager1;
     this.txtPais.Name = "txtPais";
     this.txtPais.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPais.Properties.Appearance.Options.UseFont = true;
     this.txtPais.Size = new System.Drawing.Size(164, 19);
     this.txtPais.TabIndex = 16;
     this.txtPais.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtRpaterno
     //
     this.txtRpaterno.Location = new System.Drawing.Point(54, 3);
     this.txtRpaterno.MenuManager = this.barManager1;
     this.txtRpaterno.Name = "txtRpaterno";
     this.txtRpaterno.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRpaterno.Properties.Appearance.Options.UseFont = true;
     this.txtRpaterno.Size = new System.Drawing.Size(239, 19);
     this.txtRpaterno.TabIndex = 1;
     this.txtRpaterno.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtRmaterno
     //
     this.txtRmaterno.Location = new System.Drawing.Point(56, 3);
     this.txtRmaterno.MenuManager = this.barManager1;
     this.txtRmaterno.Name = "txtRmaterno";
     this.txtRmaterno.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRmaterno.Properties.Appearance.Options.UseFont = true;
     this.txtRmaterno.Size = new System.Drawing.Size(239, 19);
     this.txtRmaterno.TabIndex = 1;
     this.txtRmaterno.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtRnombre
     //
     this.txtRnombre.Location = new System.Drawing.Point(53, 3);
     this.txtRnombre.MenuManager = this.barManager1;
     this.txtRnombre.Name = "txtRnombre";
     this.txtRnombre.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRnombre.Properties.Appearance.Options.UseFont = true;
     this.txtRnombre.Size = new System.Drawing.Size(239, 19);
     this.txtRnombre.TabIndex = 1;
     this.txtRnombre.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtGiro
     //
     this.txtGiro.Location = new System.Drawing.Point(412, 397);
     this.txtGiro.MenuManager = this.barManager1;
     this.txtGiro.Name = "txtGiro";
     this.txtGiro.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGiro.Properties.Appearance.Options.UseFont = true;
     this.txtGiro.Size = new System.Drawing.Size(295, 19);
     this.txtGiro.TabIndex = 27;
     this.txtGiro.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtObservaciones
     //
     this.txtObservaciones.Location = new System.Drawing.Point(122, 547);
     this.txtObservaciones.MenuManager = this.barManager1;
     this.txtObservaciones.Name = "txtObservaciones";
     this.txtObservaciones.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtObservaciones.Properties.Appearance.Options.UseFont = true;
     this.txtObservaciones.Size = new System.Drawing.Size(396, 96);
     this.txtObservaciones.TabIndex = 3;
     this.txtObservaciones.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtCorreo
     //
     this.txtCorreo.Location = new System.Drawing.Point(49, 3);
     this.txtCorreo.MenuManager = this.barManager1;
     this.txtCorreo.Name = "txtCorreo";
     this.txtCorreo.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCorreo.Properties.Appearance.Options.UseFont = true;
     this.txtCorreo.Size = new System.Drawing.Size(243, 19);
     this.txtCorreo.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location = new System.Drawing.Point(3, 38);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(75, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "Persona Fisica";
     //
     // cbxEmpresa
     //
     this.cbxEmpresa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxEmpresa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbxEmpresa.FormattingEnabled = true;
     this.cbxEmpresa.Location = new System.Drawing.Point(65, 3);
     this.cbxEmpresa.Name = "cbxEmpresa";
     this.cbxEmpresa.Size = new System.Drawing.Size(165, 21);
     this.cbxEmpresa.TabIndex = 1;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label3.Location = new System.Drawing.Point(3, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(56, 13);
     this.label3.TabIndex = 0;
     this.label3.Text = "Empresa";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 4;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 21.48541F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 78.51459F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 339F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 437F));
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel9, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.lblProveedor, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.txtGiro, 2, 9);
     this.tableLayoutPanel1.Controls.Add(this.label5, 1, 9);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 2, 1);
     this.tableLayoutPanel1.Controls.Add(this.txtPais, 1, 5);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel3, 3, 1);
     this.tableLayoutPanel1.Controls.Add(this.lblRepresentante, 0, 8);
     this.tableLayoutPanel1.Controls.Add(this.lblFiscal, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.txtTel, 1, 6);
     this.tableLayoutPanel1.Controls.Add(this.txtDelegacion, 1, 4);
     this.tableLayoutPanel1.Controls.Add(this.txtCalle, 1, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblCalle, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this.lblDelegacion, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this.lblTel1, 0, 6);
     this.tableLayoutPanel1.Controls.Add(this.lblPais, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel4, 2, 7);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel5, 3, 7);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel6, 1, 8);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel7, 2, 8);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel8, 3, 8);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel10, 2, 3);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel11, 2, 4);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel12, 2, 5);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel13, 2, 6);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel14, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel15, 3, 6);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel16, 2, 2);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel17, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.txtCentinela, 3, 2);
     this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel18, 1, 0);
     this.tableLayoutPanel1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tableLayoutPanel1.Location = new System.Drawing.Point(12, 102);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 10;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 43.03798F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 56.96202F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 39F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 49F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 44F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(1186, 439);
     this.tableLayoutPanel1.TabIndex = 2;
     //
     // flowLayoutPanel9
     //
     this.flowLayoutPanel9.Controls.Add(this.lblRfc);
     this.flowLayoutPanel9.Controls.Add(this.txtRfc);
     this.flowLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel9.Location = new System.Drawing.Point(751, 3);
     this.flowLayoutPanel9.Name = "flowLayoutPanel9";
     this.flowLayoutPanel9.Size = new System.Drawing.Size(432, 32);
     this.flowLayoutPanel9.TabIndex = 3;
     //
     // lblRfc
     //
     this.lblRfc.AutoSize = true;
     this.lblRfc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRfc.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.lblRfc.Location = new System.Drawing.Point(3, 0);
     this.lblRfc.Name = "lblRfc";
     this.lblRfc.Size = new System.Drawing.Size(28, 13);
     this.lblRfc.TabIndex = 0;
     this.lblRfc.Text = "RFC";
     //
     // txtRfc
     //
     this.txtRfc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRfc.Location = new System.Drawing.Point(37, 3);
     this.txtRfc.Mask = "LLLL-000000-AAA";
     this.txtRfc.Name = "txtRfc";
     this.txtRfc.Size = new System.Drawing.Size(121, 20);
     this.txtRfc.TabIndex = 1;
     this.txtRfc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.lblPaterno);
     this.flowLayoutPanel1.Controls.Add(this.txtPaterno);
     this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(91, 41);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(315, 45);
     this.flowLayoutPanel1.TabIndex = 4;
     //
     // flowLayoutPanel2
     //
     this.flowLayoutPanel2.Controls.Add(this.lblMaterno);
     this.flowLayoutPanel2.Controls.Add(this.txtMaterno);
     this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel2.Location = new System.Drawing.Point(412, 41);
     this.flowLayoutPanel2.Name = "flowLayoutPanel2";
     this.flowLayoutPanel2.Size = new System.Drawing.Size(333, 45);
     this.flowLayoutPanel2.TabIndex = 5;
     //
     // flowLayoutPanel3
     //
     this.flowLayoutPanel3.Controls.Add(this.lblNombre);
     this.flowLayoutPanel3.Controls.Add(this.txtNombre);
     this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel3.Location = new System.Drawing.Point(751, 41);
     this.flowLayoutPanel3.Name = "flowLayoutPanel3";
     this.flowLayoutPanel3.Size = new System.Drawing.Size(432, 45);
     this.flowLayoutPanel3.TabIndex = 6;
     //
     // flowLayoutPanel4
     //
     this.flowLayoutPanel4.Controls.Add(this.lblFax);
     this.flowLayoutPanel4.Controls.Add(this.txtFax);
     this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel4.Location = new System.Drawing.Point(412, 312);
     this.flowLayoutPanel4.Name = "flowLayoutPanel4";
     this.flowLayoutPanel4.Size = new System.Drawing.Size(333, 30);
     this.flowLayoutPanel4.TabIndex = 22;
     //
     // flowLayoutPanel5
     //
     this.flowLayoutPanel5.Controls.Add(this.lblCorreo);
     this.flowLayoutPanel5.Controls.Add(this.txtCorreo);
     this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel5.Location = new System.Drawing.Point(751, 312);
     this.flowLayoutPanel5.Name = "flowLayoutPanel5";
     this.flowLayoutPanel5.Size = new System.Drawing.Size(432, 30);
     this.flowLayoutPanel5.TabIndex = 23;
     //
     // flowLayoutPanel6
     //
     this.flowLayoutPanel6.Controls.Add(this.lblPaterno2);
     this.flowLayoutPanel6.Controls.Add(this.txtRpaterno);
     this.flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel6.Location = new System.Drawing.Point(91, 348);
     this.flowLayoutPanel6.Name = "flowLayoutPanel6";
     this.flowLayoutPanel6.Size = new System.Drawing.Size(315, 43);
     this.flowLayoutPanel6.TabIndex = 24;
     //
     // flowLayoutPanel7
     //
     this.flowLayoutPanel7.Controls.Add(this.lblMaterno2);
     this.flowLayoutPanel7.Controls.Add(this.txtRmaterno);
     this.flowLayoutPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel7.Location = new System.Drawing.Point(412, 348);
     this.flowLayoutPanel7.Name = "flowLayoutPanel7";
     this.flowLayoutPanel7.Size = new System.Drawing.Size(333, 43);
     this.flowLayoutPanel7.TabIndex = 25;
     //
     // flowLayoutPanel8
     //
     this.flowLayoutPanel8.Controls.Add(this.lblNombre2);
     this.flowLayoutPanel8.Controls.Add(this.txtRnombre);
     this.flowLayoutPanel8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel8.Location = new System.Drawing.Point(751, 348);
     this.flowLayoutPanel8.Name = "flowLayoutPanel8";
     this.flowLayoutPanel8.Size = new System.Drawing.Size(432, 43);
     this.flowLayoutPanel8.TabIndex = 26;
     //
     // flowLayoutPanel10
     //
     this.flowLayoutPanel10.Controls.Add(this.lblColonia);
     this.flowLayoutPanel10.Controls.Add(this.txtColonia);
     this.flowLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel10.Location = new System.Drawing.Point(412, 147);
     this.flowLayoutPanel10.Name = "flowLayoutPanel10";
     this.flowLayoutPanel10.Size = new System.Drawing.Size(333, 33);
     this.flowLayoutPanel10.TabIndex = 11;
     //
     // flowLayoutPanel11
     //
     this.flowLayoutPanel11.Controls.Add(this.lblEstado);
     this.flowLayoutPanel11.Controls.Add(this.txtEstado);
     this.flowLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel11.Location = new System.Drawing.Point(412, 186);
     this.flowLayoutPanel11.Name = "flowLayoutPanel11";
     this.flowLayoutPanel11.Size = new System.Drawing.Size(333, 36);
     this.flowLayoutPanel11.TabIndex = 14;
     //
     // flowLayoutPanel12
     //
     this.flowLayoutPanel12.Controls.Add(this.lblCodigo);
     this.flowLayoutPanel12.Controls.Add(this.txtCodigoP);
     this.flowLayoutPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel12.Location = new System.Drawing.Point(412, 228);
     this.flowLayoutPanel12.Name = "flowLayoutPanel12";
     this.flowLayoutPanel12.Size = new System.Drawing.Size(333, 33);
     this.flowLayoutPanel12.TabIndex = 17;
     //
     // flowLayoutPanel13
     //
     this.flowLayoutPanel13.Controls.Add(this.lblTel2);
     this.flowLayoutPanel13.Controls.Add(this.txtTel2);
     this.flowLayoutPanel13.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel13.Location = new System.Drawing.Point(412, 267);
     this.flowLayoutPanel13.Name = "flowLayoutPanel13";
     this.flowLayoutPanel13.Size = new System.Drawing.Size(333, 39);
     this.flowLayoutPanel13.TabIndex = 20;
     //
     // flowLayoutPanel14
     //
     this.flowLayoutPanel14.Controls.Add(this.label3);
     this.flowLayoutPanel14.Controls.Add(this.cbxEmpresa);
     this.flowLayoutPanel14.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel14.Location = new System.Drawing.Point(412, 3);
     this.flowLayoutPanel14.Name = "flowLayoutPanel14";
     this.flowLayoutPanel14.Size = new System.Drawing.Size(333, 32);
     this.flowLayoutPanel14.TabIndex = 2;
     //
     // flowLayoutPanel15
     //
     this.flowLayoutPanel15.Controls.Add(this.lblTel3);
     this.flowLayoutPanel15.Controls.Add(this.txtTel3);
     this.flowLayoutPanel15.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel15.Location = new System.Drawing.Point(751, 267);
     this.flowLayoutPanel15.Name = "flowLayoutPanel15";
     this.flowLayoutPanel15.Size = new System.Drawing.Size(432, 39);
     this.flowLayoutPanel15.TabIndex = 21;
     //
     // lblTel3
     //
     this.lblTel3.AutoSize = true;
     this.lblTel3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTel3.Location = new System.Drawing.Point(3, 0);
     this.lblTel3.Name = "lblTel3";
     this.lblTel3.Size = new System.Drawing.Size(58, 13);
     this.lblTel3.TabIndex = 0;
     this.lblTel3.Text = "Teléfono 3";
     //
     // txtTel3
     //
     this.txtTel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTel3.Location = new System.Drawing.Point(67, 3);
     this.txtTel3.Name = "txtTel3";
     this.txtTel3.Size = new System.Drawing.Size(164, 20);
     this.txtTel3.TabIndex = 1;
     //
     // flowLayoutPanel16
     //
     this.flowLayoutPanel16.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel16.Location = new System.Drawing.Point(412, 92);
     this.flowLayoutPanel16.Name = "flowLayoutPanel16";
     this.flowLayoutPanel16.Size = new System.Drawing.Size(333, 49);
     this.flowLayoutPanel16.TabIndex = 8;
     //
     // flowLayoutPanel17
     //
     this.flowLayoutPanel17.Controls.Add(this.label4);
     this.flowLayoutPanel17.Controls.Add(this.txtNombreFiscal);
     this.flowLayoutPanel17.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel17.Location = new System.Drawing.Point(91, 92);
     this.flowLayoutPanel17.Name = "flowLayoutPanel17";
     this.flowLayoutPanel17.Size = new System.Drawing.Size(315, 49);
     this.flowLayoutPanel17.TabIndex = 7;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location = new System.Drawing.Point(3, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(73, 13);
     this.label4.TabIndex = 0;
     this.label4.Text = "Nombre Fiscal";
     //
     // txtNombreFiscal
     //
     this.txtNombreFiscal.Location = new System.Drawing.Point(3, 16);
     this.txtNombreFiscal.MenuManager = this.barManager1;
     this.txtNombreFiscal.Name = "txtNombreFiscal";
     this.txtNombreFiscal.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNombreFiscal.Properties.Appearance.Options.UseFont = true;
     this.txtNombreFiscal.Size = new System.Drawing.Size(311, 19);
     this.txtNombreFiscal.TabIndex = 1;
     this.txtNombreFiscal.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtMayusculaKeyPress);
     //
     // txtCentinela
     //
     this.txtCentinela.Location = new System.Drawing.Point(751, 92);
     this.txtCentinela.Name = "txtCentinela";
     this.txtCentinela.Size = new System.Drawing.Size(10, 21);
     this.txtCentinela.TabIndex = 8;
     this.txtCentinela.TabStop = false;
     //
     // flowLayoutPanel18
     //
     this.flowLayoutPanel18.Controls.Add(this.txtClave);
     this.flowLayoutPanel18.Controls.Add(this.label6);
     this.flowLayoutPanel18.Controls.Add(this.cbxTipo);
     this.flowLayoutPanel18.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel18.Location = new System.Drawing.Point(91, 3);
     this.flowLayoutPanel18.Name = "flowLayoutPanel18";
     this.flowLayoutPanel18.Size = new System.Drawing.Size(315, 32);
     this.flowLayoutPanel18.TabIndex = 28;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.label6.Location = new System.Drawing.Point(68, 0);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(31, 13);
     this.label6.TabIndex = 2;
     this.label6.Text = "Tipo";
     //
     // cbxTipo
     //
     this.cbxTipo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxTipo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbxTipo.FormattingEnabled = true;
     this.cbxTipo.Items.AddRange(new object[] {
     "MORAL",
     "FISICA"});
     this.cbxTipo.Location = new System.Drawing.Point(105, 3);
     this.cbxTipo.Name = "cbxTipo";
     this.cbxTipo.Size = new System.Drawing.Size(110, 21);
     this.cbxTipo.TabIndex = 3;
     this.cbxTipo.SelectedIndexChanged += new System.EventHandler(this.cbxTipo_SelectedIndexChanged);
     //
     // FrmCatalogoProveedor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1210, 672);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.txtObservaciones);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lblObservaciones);
     this.Name = "FrmCatalogoProveedor";
     this.Text = "Nuevo Proveedor";
     this.Controls.SetChildIndex(this.lblObservaciones, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.txtObservaciones, 0);
     this.Controls.SetChildIndex(this.tableLayoutPanel1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.bsSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtClave.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaterno.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaterno.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombre.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCalle.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtColonia.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDelegacion.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEstado.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPais.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRpaterno.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRmaterno.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRnombre.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGiro.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtObservaciones.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCorreo.Properties)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.flowLayoutPanel9.ResumeLayout(false);
     this.flowLayoutPanel9.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     this.flowLayoutPanel2.ResumeLayout(false);
     this.flowLayoutPanel2.PerformLayout();
     this.flowLayoutPanel3.ResumeLayout(false);
     this.flowLayoutPanel3.PerformLayout();
     this.flowLayoutPanel4.ResumeLayout(false);
     this.flowLayoutPanel4.PerformLayout();
     this.flowLayoutPanel5.ResumeLayout(false);
     this.flowLayoutPanel5.PerformLayout();
     this.flowLayoutPanel6.ResumeLayout(false);
     this.flowLayoutPanel6.PerformLayout();
     this.flowLayoutPanel7.ResumeLayout(false);
     this.flowLayoutPanel7.PerformLayout();
     this.flowLayoutPanel8.ResumeLayout(false);
     this.flowLayoutPanel8.PerformLayout();
     this.flowLayoutPanel10.ResumeLayout(false);
     this.flowLayoutPanel10.PerformLayout();
     this.flowLayoutPanel11.ResumeLayout(false);
     this.flowLayoutPanel11.PerformLayout();
     this.flowLayoutPanel12.ResumeLayout(false);
     this.flowLayoutPanel12.PerformLayout();
     this.flowLayoutPanel13.ResumeLayout(false);
     this.flowLayoutPanel13.PerformLayout();
     this.flowLayoutPanel14.ResumeLayout(false);
     this.flowLayoutPanel14.PerformLayout();
     this.flowLayoutPanel15.ResumeLayout(false);
     this.flowLayoutPanel15.PerformLayout();
     this.flowLayoutPanel17.ResumeLayout(false);
     this.flowLayoutPanel17.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombreFiscal.Properties)).EndInit();
     this.flowLayoutPanel18.ResumeLayout(false);
     this.flowLayoutPanel18.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
 /// 修改這個方法的內容。
 /// </summary>
 private void InitializeComponent()
 {
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.label1 = new System.Windows.Forms.Label();
     this.listBox1 = new System.Windows.Forms.ListBox();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label5 = new System.Windows.Forms.Label();
     this.panel3 = new System.Windows.Forms.Panel();
     this.label6 = new System.Windows.Forms.Label();
     this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
     this.listBox2 = new System.Windows.Forms.ListBox();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer3);
     this.splitContainer1.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel1_Paint);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
     this.splitContainer1.Size = new System.Drawing.Size(788, 561);
     this.splitContainer1.SplitterDistance = 159;
     this.splitContainer1.TabIndex = 0;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Name = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.label1);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.listBox1);
     this.splitContainer3.Size = new System.Drawing.Size(788, 159);
     this.splitContainer3.SplitterDistance = 59;
     this.splitContainer3.TabIndex = 0;
     //
     // label1
     //
     this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font = new System.Drawing.Font("標楷體", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(788, 59);
     this.label1.TabIndex = 0;
     this.label1.Text = "打卡審核";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label1.Click += new System.EventHandler(this.label1_Click);
     //
     // listBox1
     //
     this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight = 12;
     this.listBox1.Location = new System.Drawing.Point(0, 0);
     this.listBox1.Name = "listBox1";
     this.listBox1.Size = new System.Drawing.Size(788, 96);
     this.listBox1.TabIndex = 0;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.panel2);
     this.splitContainer2.Panel1.Controls.Add(this.panel1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.panel3);
     this.splitContainer2.Size = new System.Drawing.Size(788, 398);
     this.splitContainer2.SplitterDistance = 196;
     this.splitContainer2.TabIndex = 0;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(18, 15);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(56, 12);
     this.label2.TabIndex = 0;
     this.label2.Text = "員工姓名:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(18, 58);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(56, 12);
     this.label3.TabIndex = 1;
     this.label3.Text = "申請時間:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(18, 100);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(56, 12);
     this.label4.TabIndex = 2;
     this.label4.Text = "申請原因:";
     //
     // maskedTextBox1
     //
     this.maskedTextBox1.Location = new System.Drawing.Point(80, 58);
     this.maskedTextBox1.Mask = "0000/00/00";
     this.maskedTextBox1.Name = "maskedTextBox1";
     this.maskedTextBox1.Size = new System.Drawing.Size(100, 22);
     this.maskedTextBox1.TabIndex = 4;
     this.maskedTextBox1.ValidatingType = typeof(System.DateTime);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(81, 15);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 22);
     this.textBox1.TabIndex = 5;
     //
     // richTextBox1
     //
     this.richTextBox1.Location = new System.Drawing.Point(81, 100);
     this.richTextBox1.Name = "richTextBox1";
     this.richTextBox1.Size = new System.Drawing.Size(278, 49);
     this.richTextBox1.TabIndex = 6;
     this.richTextBox1.Text = "";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.richTextBox1);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.maskedTextBox1);
     this.panel1.Location = new System.Drawing.Point(12, 12);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(376, 165);
     this.panel1.TabIndex = 7;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.checkedListBox1);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Location = new System.Drawing.Point(394, 12);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(376, 165);
     this.panel2.TabIndex = 8;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(3, 15);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(44, 12);
     this.label5.TabIndex = 0;
     this.label5.Text = "審核人:";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.button2);
     this.panel3.Controls.Add(this.button1);
     this.panel3.Controls.Add(this.listBox2);
     this.panel3.Controls.Add(this.label6);
     this.panel3.Location = new System.Drawing.Point(12, 12);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(220, 165);
     this.panel3.TabIndex = 9;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(18, 15);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(56, 12);
     this.label6.TabIndex = 0;
     this.label6.Text = "申請地點:";
     //
     // checkedListBox1
     //
     this.checkedListBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.checkedListBox1.FormattingEnabled = true;
     this.checkedListBox1.Items.AddRange(new object[] {
     "組長                 Owen",
     "主任                 Lee",
     "組長                 Owen",
     "主任                 Lee",
     "組長                 Owen",
     "主任                 Lee",
     "組長                 Owen",
     "主任                 Lee",
     "組長                 Owen",
     "主任                 Lee",
     "組長                 Owen",
     "主任                 Lee",
     "組長                 Owen",
     "主任                 Lee",
     "組長                 Owen",
     "主任                 Lee"});
     this.checkedListBox1.Location = new System.Drawing.Point(53, 30);
     this.checkedListBox1.Name = "checkedListBox1";
     this.checkedListBox1.Size = new System.Drawing.Size(281, 119);
     this.checkedListBox1.TabIndex = 1;
     this.checkedListBox1.SelectedIndexChanged += new System.EventHandler(this.checkedListBox1_SelectedIndexChanged);
     //
     // listBox2
     //
     this.listBox2.FormattingEnabled = true;
     this.listBox2.ItemHeight = 12;
     this.listBox2.Items.AddRange(new object[] {
     "資策會",
     "肯德基",
     "星巴克",
     "台灣大學",
     "資策會",
     "肯德基",
     "星巴克",
     "台灣大學",
     "資策會",
     "肯德基",
     "星巴克",
     "台灣大學",
     "資策會",
     "肯德基",
     "星巴克",
     "台灣大學"});
     this.listBox2.Location = new System.Drawing.Point(20, 31);
     this.listBox2.Name = "listBox2";
     this.listBox2.Size = new System.Drawing.Size(120, 124);
     this.listBox2.TabIndex = 1;
     this.listBox2.SelectedIndexChanged += new System.EventHandler(this.listBox2_SelectedIndexChanged);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(156, 31);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(49, 23);
     this.button1.TabIndex = 2;
     this.button1.Text = "通過";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(156, 60);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(49, 23);
     this.button2.TabIndex = 3;
     this.button2.Text = "退件";
     this.button2.UseVisualStyleBackColor = true;
     //
     // frm打卡
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(788, 561);
     this.Controls.Add(this.splitContainer1);
     this.Name = "frm打卡";
     this.Text = "Form1";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.ResumeLayout(false);
 }
Example #9
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelFinancialVoucherTypeRefCombo = new System.Windows.Forms.Label();
            this.financialVoucherTypeRefCombo      = new FinancialVoucherTypeRefCombo();
            this.labelVoucherNumber               = new System.Windows.Forms.Label();
            this.maskedTextBoxVoucherNumber       = new System.Windows.Forms.MaskedTextBox();
            this.labelVoucherDescription          = new System.Windows.Forms.Label();
            this.textBoxVoucherDescription        = new System.Windows.Forms.TextBox();
            this.labelValueAmount                 = new System.Windows.Forms.Label();
            this.maskedTextBoxValueAmount         = new System.Windows.Forms.MaskedTextBox();
            this.labelFinancialCurrencyPicker     = new System.Windows.Forms.Label();
            this.financialCurrencyPicker          = new FinancialCurrencyPicker();
            this.labelValidFromDateTime           = new System.Windows.Forms.Label();
            this.dateTimePickerValidFromDateTime  = new System.Windows.Forms.DateTimePicker();
            this.labelValidUntilDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerValidUntilDateTime = new System.Windows.Forms.DateTimePicker();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelFinancialVoucherTypeRefCombo
            //
            this.labelFinancialVoucherTypeRefCombo.AutoSize = true;
            this.labelFinancialVoucherTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialVoucherTypeRefCombo.Name     = "labelFinancialVoucherTypeRefCombo";
            this.labelFinancialVoucherTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialVoucherTypeRefCombo.TabIndex = 2;
            this.labelFinancialVoucherTypeRefCombo.Text     = "Financial Voucher Type:";
            //
            //financialVoucherTypeRefCombo
            //
            this.financialVoucherTypeRefCombo.Location = new System.Drawing.Point(154, 13);
            this.financialVoucherTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialVoucherTypeRefCombo.Name     = "financialVoucherTypeRefCombo";
            this.financialVoucherTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialVoucherTypeRefCombo.TabIndex = 3;
            //
            // labelVoucherNumber
            //
            this.labelVoucherNumber.AutoSize = true;
            this.labelVoucherNumber.Location = new System.Drawing.Point(11, 36);
            this.labelVoucherNumber.Name     = "labelVoucherNumber";
            this.labelVoucherNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelVoucherNumber.TabIndex = 4;
            this.labelVoucherNumber.Text     = "Voucher Number:";
            //
            //maskedTextBoxVoucherNumber
            //
            this.maskedTextBoxVoucherNumber.Location = new System.Drawing.Point(154, 36);
            this.maskedTextBoxVoucherNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxVoucherNumber.Name     = "maskedTextBoxVoucherNumber";
            this.maskedTextBoxVoucherNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxVoucherNumber.TabIndex = 5;
            //
            // labelVoucherDescription
            //
            this.labelVoucherDescription.AutoSize = true;
            this.labelVoucherDescription.Location = new System.Drawing.Point(11, 59);
            this.labelVoucherDescription.Name     = "labelVoucherDescription";
            this.labelVoucherDescription.Size     = new System.Drawing.Size(71, 13);
            this.labelVoucherDescription.TabIndex = 6;
            this.labelVoucherDescription.Text     = "Voucher Description:";
            //
            //textBoxVoucherDescription
            //
            this.textBoxVoucherDescription.Location = new System.Drawing.Point(154, 59);
            this.textBoxVoucherDescription.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxVoucherDescription.Name     = "textBoxVoucherDescription";
            this.textBoxVoucherDescription.Size     = new System.Drawing.Size(250, 20);
            this.textBoxVoucherDescription.TabIndex = 7;
            //
            // labelValueAmount
            //
            this.labelValueAmount.AutoSize = true;
            this.labelValueAmount.Location = new System.Drawing.Point(11, 82);
            this.labelValueAmount.Name     = "labelValueAmount";
            this.labelValueAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelValueAmount.TabIndex = 8;
            this.labelValueAmount.Text     = "Value Amount:";
            //
            //maskedTextBoxValueAmount
            //
            this.maskedTextBoxValueAmount.Location = new System.Drawing.Point(154, 82);
            this.maskedTextBoxValueAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxValueAmount.Name     = "maskedTextBoxValueAmount";
            this.maskedTextBoxValueAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxValueAmount.TabIndex = 9;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 105);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 10;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(154, 105);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 11;
            //
            // labelValidFromDateTime
            //
            this.labelValidFromDateTime.AutoSize = true;
            this.labelValidFromDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelValidFromDateTime.Name     = "labelValidFromDateTime";
            this.labelValidFromDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelValidFromDateTime.TabIndex = 12;
            this.labelValidFromDateTime.Text     = "Valid From Date Time:";
            //
            //dateTimePickerValidFromDateTime
            //
            this.dateTimePickerValidFromDateTime.Location     = new System.Drawing.Point(154, 128);
            this.dateTimePickerValidFromDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerValidFromDateTime.Name         = "dateTimePickerValidFromDateTime";
            this.dateTimePickerValidFromDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerValidFromDateTime.TabIndex     = 13;
            this.dateTimePickerValidFromDateTime.Checked      = false;
            this.dateTimePickerValidFromDateTime.ShowCheckBox = true;
            //
            // labelValidUntilDateTime
            //
            this.labelValidUntilDateTime.AutoSize = true;
            this.labelValidUntilDateTime.Location = new System.Drawing.Point(11, 151);
            this.labelValidUntilDateTime.Name     = "labelValidUntilDateTime";
            this.labelValidUntilDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelValidUntilDateTime.TabIndex = 14;
            this.labelValidUntilDateTime.Text     = "Valid Until Date Time:";
            //
            //dateTimePickerValidUntilDateTime
            //
            this.dateTimePickerValidUntilDateTime.Location     = new System.Drawing.Point(154, 151);
            this.dateTimePickerValidUntilDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerValidUntilDateTime.Name         = "dateTimePickerValidUntilDateTime";
            this.dateTimePickerValidUntilDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerValidUntilDateTime.TabIndex     = 15;
            this.dateTimePickerValidUntilDateTime.Checked      = false;
            this.dateTimePickerValidUntilDateTime.ShowCheckBox = true;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 174);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 16;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 17;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 197);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 18;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(154, 197);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 19;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(312, 220);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(212, 220);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(416, 248);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFinancialVoucherEdit";
            this.Text = "Financial Voucher Edit";
            this.Controls.Add(this.labelFinancialVoucherTypeRefCombo);
            this.Controls.Add(this.financialVoucherTypeRefCombo);
            this.Controls.Add(this.labelVoucherNumber);
            this.Controls.Add(this.maskedTextBoxVoucherNumber);
            this.Controls.Add(this.labelVoucherDescription);
            this.Controls.Add(this.textBoxVoucherDescription);
            this.Controls.Add(this.labelValueAmount);
            this.Controls.Add(this.maskedTextBoxValueAmount);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelValidFromDateTime);
            this.Controls.Add(this.dateTimePickerValidFromDateTime);
            this.Controls.Add(this.labelValidUntilDateTime);
            this.Controls.Add(this.dateTimePickerValidUntilDateTime);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #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.Baudrate    = new System.Windows.Forms.ComboBox();
     this.DataBits    = new System.Windows.Forms.ComboBox();
     this.Parity      = new System.Windows.Forms.ComboBox();
     this.StopBit     = new System.Windows.Forms.ComboBox();
     this.BaudrateLbl = new System.Windows.Forms.Label();
     this.DataBitsLbl = new System.Windows.Forms.Label();
     this.ParityLbl   = new System.Windows.Forms.Label();
     this.StopBitLbl  = new System.Windows.Forms.Label();
     this.Ok_btn      = new System.Windows.Forms.Button();
     this.AdressLbl   = new System.Windows.Forms.Label();
     Adress           = new System.Windows.Forms.MaskedTextBox();
     this.SuspendLayout();
     //
     // Baudrate
     //
     this.Baudrate.FormattingEnabled = true;
     this.Baudrate.Items.AddRange(new object[] {
         "9600",
         "115200"
     });
     this.Baudrate.Location = new System.Drawing.Point(59, 12);
     this.Baudrate.Name     = "Baudrate";
     this.Baudrate.Size     = new System.Drawing.Size(121, 21);
     this.Baudrate.TabIndex = 2;
     //
     // DataBits
     //
     this.DataBits.FormattingEnabled = true;
     this.DataBits.Items.AddRange(new object[] {
         "7",
         "8"
     });
     this.DataBits.Location = new System.Drawing.Point(59, 39);
     this.DataBits.Name     = "DataBits";
     this.DataBits.Size     = new System.Drawing.Size(121, 21);
     this.DataBits.TabIndex = 3;
     //
     // Parity
     //
     this.Parity.FormattingEnabled = true;
     this.Parity.Items.AddRange(new object[] {
         "None",
         "Even",
         "Odd"
     });
     this.Parity.Location = new System.Drawing.Point(59, 66);
     this.Parity.Name     = "Parity";
     this.Parity.Size     = new System.Drawing.Size(121, 21);
     this.Parity.TabIndex = 4;
     //
     // StopBit
     //
     this.StopBit.FormattingEnabled = true;
     this.StopBit.Items.AddRange(new object[] {
         "None",
         "One"
     });
     this.StopBit.Location = new System.Drawing.Point(59, 93);
     this.StopBit.Name     = "StopBit";
     this.StopBit.Size     = new System.Drawing.Size(121, 21);
     this.StopBit.TabIndex = 5;
     //
     // BaudrateLbl
     //
     this.BaudrateLbl.AutoSize = true;
     this.BaudrateLbl.Location = new System.Drawing.Point(3, 15);
     this.BaudrateLbl.Name     = "BaudrateLbl";
     this.BaudrateLbl.Size     = new System.Drawing.Size(50, 13);
     this.BaudrateLbl.TabIndex = 6;
     this.BaudrateLbl.Text     = "Baudrate";
     //
     // DataBitsLbl
     //
     this.DataBitsLbl.AutoSize = true;
     this.DataBitsLbl.Location = new System.Drawing.Point(3, 42);
     this.DataBitsLbl.Name     = "DataBitsLbl";
     this.DataBitsLbl.Size     = new System.Drawing.Size(47, 13);
     this.DataBitsLbl.TabIndex = 7;
     this.DataBitsLbl.Text     = "DataBits";
     //
     // ParityLbl
     //
     this.ParityLbl.AutoSize = true;
     this.ParityLbl.Location = new System.Drawing.Point(3, 69);
     this.ParityLbl.Name     = "ParityLbl";
     this.ParityLbl.Size     = new System.Drawing.Size(33, 13);
     this.ParityLbl.TabIndex = 8;
     this.ParityLbl.Text     = "Parity";
     //
     // StopBitLbl
     //
     this.StopBitLbl.AutoSize = true;
     this.StopBitLbl.Location = new System.Drawing.Point(3, 96);
     this.StopBitLbl.Name     = "StopBitLbl";
     this.StopBitLbl.Size     = new System.Drawing.Size(41, 13);
     this.StopBitLbl.TabIndex = 9;
     this.StopBitLbl.Text     = "StopBit";
     //
     // Ok_btn
     //
     this.Ok_btn.Location = new System.Drawing.Point(59, 155);
     this.Ok_btn.Name     = "Ok_btn";
     this.Ok_btn.Size     = new System.Drawing.Size(121, 23);
     this.Ok_btn.TabIndex = 10;
     this.Ok_btn.Text     = "Ok";
     this.Ok_btn.UseVisualStyleBackColor = true;
     this.Ok_btn.Click += new System.EventHandler(this.Ok_btn_Click);
     //
     // AdressLbl
     //
     this.AdressLbl.AutoSize = true;
     this.AdressLbl.Location = new System.Drawing.Point(3, 126);
     this.AdressLbl.Name     = "AdressLbl";
     this.AdressLbl.Size     = new System.Drawing.Size(39, 13);
     this.AdressLbl.TabIndex = 11;
     this.AdressLbl.Text     = "Adress";
     //
     // Adress
     //
     Adress.Location = new System.Drawing.Point(59, 123);
     Adress.Mask     = "000";
     Adress.Name     = "Adress";
     Adress.Size     = new System.Drawing.Size(100, 20);
     Adress.TabIndex = 12;
     Adress.Leave   += new System.EventHandler(this.maskedTextBox1_Leave);
     //
     // COM_settings
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(196, 190);
     this.Controls.Add(Adress);
     this.Controls.Add(this.AdressLbl);
     this.Controls.Add(this.Ok_btn);
     this.Controls.Add(this.StopBitLbl);
     this.Controls.Add(this.ParityLbl);
     this.Controls.Add(this.DataBitsLbl);
     this.Controls.Add(this.BaudrateLbl);
     this.Controls.Add(this.StopBit);
     this.Controls.Add(this.Parity);
     this.Controls.Add(this.DataBits);
     this.Controls.Add(this.Baudrate);
     this.Name         = "COM_settings";
     this.Text         = "COM_settings";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.COM_settings_FormClosing);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelServiceSpecialServiceRequestGroupRefCombo = new System.Windows.Forms.Label();
            this.serviceSpecialServiceRequestGroupRefCombo      = new ServiceSpecialServiceRequestGroupRefCombo();
            this.labelServiceSpecialServiceRequestCode          = new System.Windows.Forms.Label();
            this.textBoxServiceSpecialServiceRequestCode        = new System.Windows.Forms.TextBox();
            this.labelServiceSpecialServiceRequestName          = new System.Windows.Forms.Label();
            this.textBoxServiceSpecialServiceRequestName        = new System.Windows.Forms.TextBox();
            this.labelServiceDescription   = new System.Windows.Forms.Label();
            this.textBoxServiceDescription = new System.Windows.Forms.TextBox();
            this.labelAmount                     = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount             = new System.Windows.Forms.MaskedTextBox();
            this.labelFinancialCurrencyPicker    = new System.Windows.Forms.Label();
            this.financialCurrencyPicker         = new FinancialCurrencyPicker();
            this.labelInventoryControlledFlag    = new System.Windows.Forms.Label();
            this.checkBoxInventoryControlledFlag = new System.Windows.Forms.CheckBox();
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo = new System.Windows.Forms.Label();
            this.requestServiceSpecialServiceRequestRequirementRefCombo      = new ServiceSpecialServiceRequestRequirementRefCombo();
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo   = new System.Windows.Forms.Label();
            this.replyServiceSpecialServiceRequestRequirementRefCombo        = new ServiceSpecialServiceRequestRequirementRefCombo();
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo      = new System.Windows.Forms.Label();
            this.serviceSpecialServiceRequestOperationRuleRefCombo           = new ServiceSpecialServiceRequestOperationRuleRefCombo();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelServiceSpecialServiceRequestGroupRefCombo
            //
            this.labelServiceSpecialServiceRequestGroupRefCombo.AutoSize = true;
            this.labelServiceSpecialServiceRequestGroupRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelServiceSpecialServiceRequestGroupRefCombo.Name     = "labelServiceSpecialServiceRequestGroupRefCombo";
            this.labelServiceSpecialServiceRequestGroupRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestGroupRefCombo.TabIndex = 2;
            this.labelServiceSpecialServiceRequestGroupRefCombo.Text     = "Service Special Service Request Group:";
            //
            //serviceSpecialServiceRequestGroupRefCombo
            //
            this.serviceSpecialServiceRequestGroupRefCombo.Location = new System.Drawing.Point(357, 13);
            this.serviceSpecialServiceRequestGroupRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceSpecialServiceRequestGroupRefCombo.Name     = "serviceSpecialServiceRequestGroupRefCombo";
            this.serviceSpecialServiceRequestGroupRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.serviceSpecialServiceRequestGroupRefCombo.TabIndex = 3;
            //
            // labelServiceSpecialServiceRequestCode
            //
            this.labelServiceSpecialServiceRequestCode.AutoSize = true;
            this.labelServiceSpecialServiceRequestCode.Location = new System.Drawing.Point(11, 36);
            this.labelServiceSpecialServiceRequestCode.Name     = "labelServiceSpecialServiceRequestCode";
            this.labelServiceSpecialServiceRequestCode.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestCode.TabIndex = 4;
            this.labelServiceSpecialServiceRequestCode.Text     = "Service Special Service Request Code:";
            //
            //textBoxServiceSpecialServiceRequestCode
            //
            this.textBoxServiceSpecialServiceRequestCode.Location = new System.Drawing.Point(357, 36);
            this.textBoxServiceSpecialServiceRequestCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxServiceSpecialServiceRequestCode.Name     = "textBoxServiceSpecialServiceRequestCode";
            this.textBoxServiceSpecialServiceRequestCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxServiceSpecialServiceRequestCode.TabIndex = 5;
            //
            // labelServiceSpecialServiceRequestName
            //
            this.labelServiceSpecialServiceRequestName.AutoSize = true;
            this.labelServiceSpecialServiceRequestName.Location = new System.Drawing.Point(11, 59);
            this.labelServiceSpecialServiceRequestName.Name     = "labelServiceSpecialServiceRequestName";
            this.labelServiceSpecialServiceRequestName.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestName.TabIndex = 6;
            this.labelServiceSpecialServiceRequestName.Text     = "Service Special Service Request Name:";
            //
            //textBoxServiceSpecialServiceRequestName
            //
            this.textBoxServiceSpecialServiceRequestName.Location = new System.Drawing.Point(357, 59);
            this.textBoxServiceSpecialServiceRequestName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxServiceSpecialServiceRequestName.Name     = "textBoxServiceSpecialServiceRequestName";
            this.textBoxServiceSpecialServiceRequestName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxServiceSpecialServiceRequestName.TabIndex = 7;
            //
            // labelServiceDescription
            //
            this.labelServiceDescription.AutoSize = true;
            this.labelServiceDescription.Location = new System.Drawing.Point(11, 82);
            this.labelServiceDescription.Name     = "labelServiceDescription";
            this.labelServiceDescription.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceDescription.TabIndex = 8;
            this.labelServiceDescription.Text     = "Service Description:";
            //
            //textBoxServiceDescription
            //
            this.textBoxServiceDescription.Location = new System.Drawing.Point(357, 82);
            this.textBoxServiceDescription.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxServiceDescription.Name     = "textBoxServiceDescription";
            this.textBoxServiceDescription.Size     = new System.Drawing.Size(250, 20);
            this.textBoxServiceDescription.TabIndex = 9;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 105);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 10;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(357, 105);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 11;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 128);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 12;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(357, 128);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 13;
            //
            // labelInventoryControlledFlag
            //
            this.labelInventoryControlledFlag.AutoSize = true;
            this.labelInventoryControlledFlag.Location = new System.Drawing.Point(11, 151);
            this.labelInventoryControlledFlag.Name     = "labelInventoryControlledFlag";
            this.labelInventoryControlledFlag.Size     = new System.Drawing.Size(71, 13);
            this.labelInventoryControlledFlag.TabIndex = 14;
            this.labelInventoryControlledFlag.Text     = "Inventory Controlled Flag:";
            //
            //checkBoxInventoryControlledFlag
            //
            this.checkBoxInventoryControlledFlag.Location = new System.Drawing.Point(357, 151);
            this.checkBoxInventoryControlledFlag.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.checkBoxInventoryControlledFlag.Name     = "checkBoxInventoryControlledFlag";
            this.checkBoxInventoryControlledFlag.Size     = new System.Drawing.Size(250, 20);
            this.checkBoxInventoryControlledFlag.TabIndex = 15;
            //
            // labelRequestServiceSpecialServiceRequestRequirementRefCombo
            //
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.AutoSize = true;
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.Location = new System.Drawing.Point(11, 174);
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.Name     = "labelRequestServiceSpecialServiceRequestRequirementRefCombo";
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.TabIndex = 16;
            this.labelRequestServiceSpecialServiceRequestRequirementRefCombo.Text     = "Request Service Special Service Request Requirement:";
            //
            //requestServiceSpecialServiceRequestRequirementRefCombo
            //
            this.requestServiceSpecialServiceRequestRequirementRefCombo.Location = new System.Drawing.Point(357, 174);
            this.requestServiceSpecialServiceRequestRequirementRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.requestServiceSpecialServiceRequestRequirementRefCombo.Name     = "requestServiceSpecialServiceRequestRequirementRefCombo";
            this.requestServiceSpecialServiceRequestRequirementRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.requestServiceSpecialServiceRequestRequirementRefCombo.TabIndex = 17;
            //
            // labelReplyServiceSpecialServiceRequestRequirementRefCombo
            //
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.AutoSize = true;
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.Location = new System.Drawing.Point(11, 197);
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.Name     = "labelReplyServiceSpecialServiceRequestRequirementRefCombo";
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.TabIndex = 18;
            this.labelReplyServiceSpecialServiceRequestRequirementRefCombo.Text     = "Reply Service Special Service Request Requirement:";
            //
            //replyServiceSpecialServiceRequestRequirementRefCombo
            //
            this.replyServiceSpecialServiceRequestRequirementRefCombo.Location = new System.Drawing.Point(357, 197);
            this.replyServiceSpecialServiceRequestRequirementRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.replyServiceSpecialServiceRequestRequirementRefCombo.Name     = "replyServiceSpecialServiceRequestRequirementRefCombo";
            this.replyServiceSpecialServiceRequestRequirementRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.replyServiceSpecialServiceRequestRequirementRefCombo.TabIndex = 19;
            //
            // labelServiceSpecialServiceRequestOperationRuleRefCombo
            //
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.AutoSize = true;
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.Location = new System.Drawing.Point(11, 220);
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.Name     = "labelServiceSpecialServiceRequestOperationRuleRefCombo";
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.TabIndex = 20;
            this.labelServiceSpecialServiceRequestOperationRuleRefCombo.Text     = "Service Special Service Request Operation Rule:";
            //
            //serviceSpecialServiceRequestOperationRuleRefCombo
            //
            this.serviceSpecialServiceRequestOperationRuleRefCombo.Location = new System.Drawing.Point(357, 220);
            this.serviceSpecialServiceRequestOperationRuleRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceSpecialServiceRequestOperationRuleRefCombo.Name     = "serviceSpecialServiceRequestOperationRuleRefCombo";
            this.serviceSpecialServiceRequestOperationRuleRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.serviceSpecialServiceRequestOperationRuleRefCombo.TabIndex = 21;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 243);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 22;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 23;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 266);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 24;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(357, 266);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 25;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(515, 289);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(415, 289);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(619, 317);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeServiceSpecialServiceRequestEdit";
            this.Text = "Service Special Service Request Edit";
            this.Controls.Add(this.labelServiceSpecialServiceRequestGroupRefCombo);
            this.Controls.Add(this.serviceSpecialServiceRequestGroupRefCombo);
            this.Controls.Add(this.labelServiceSpecialServiceRequestCode);
            this.Controls.Add(this.textBoxServiceSpecialServiceRequestCode);
            this.Controls.Add(this.labelServiceSpecialServiceRequestName);
            this.Controls.Add(this.textBoxServiceSpecialServiceRequestName);
            this.Controls.Add(this.labelServiceDescription);
            this.Controls.Add(this.textBoxServiceDescription);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelInventoryControlledFlag);
            this.Controls.Add(this.checkBoxInventoryControlledFlag);
            this.Controls.Add(this.labelRequestServiceSpecialServiceRequestRequirementRefCombo);
            this.Controls.Add(this.requestServiceSpecialServiceRequestRequirementRefCombo);
            this.Controls.Add(this.labelReplyServiceSpecialServiceRequestRequirementRefCombo);
            this.Controls.Add(this.replyServiceSpecialServiceRequestRequirementRefCombo);
            this.Controls.Add(this.labelServiceSpecialServiceRequestOperationRuleRefCombo);
            this.Controls.Add(this.serviceSpecialServiceRequestOperationRuleRefCombo);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #12
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(FormLogOn));
     this.host          = new System.Windows.Forms.TextBox();
     this.labelServer   = new System.Windows.Forms.Label();
     this.labelUserName = new System.Windows.Forms.Label();
     this.userName      = new System.Windows.Forms.TextBox();
     this.labelPassword = new System.Windows.Forms.Label();
     this.password      = new System.Windows.Forms.TextBox();
     this.labelPort     = new System.Windows.Forms.Label();
     this.cancel        = new System.Windows.Forms.Button();
     this.ok            = new System.Windows.Forms.Button();
     this.port          = new System.Windows.Forms.MaskedTextBox();
     this.SuspendLayout();
     //
     // host
     //
     this.host.Location = new System.Drawing.Point(73, 12);
     this.host.Name     = "host";
     this.host.Size     = new System.Drawing.Size(110, 20);
     this.host.TabIndex = 3;
     this.host.Text     = "localhost";
     //
     // labelServer
     //
     this.labelServer.AutoSize = true;
     this.labelServer.Location = new System.Drawing.Point(12, 15);
     this.labelServer.Name     = "labelServer";
     this.labelServer.Size     = new System.Drawing.Size(38, 13);
     this.labelServer.TabIndex = 6;
     this.labelServer.Text     = "Server";
     //
     // labelUserName
     //
     this.labelUserName.AutoSize = true;
     this.labelUserName.Location = new System.Drawing.Point(12, 41);
     this.labelUserName.Name     = "labelUserName";
     this.labelUserName.Size     = new System.Drawing.Size(55, 13);
     this.labelUserName.TabIndex = 7;
     this.labelUserName.Text     = "Username";
     //
     // userName
     //
     this.userName.Location = new System.Drawing.Point(73, 38);
     this.userName.Name     = "userName";
     this.userName.Size     = new System.Drawing.Size(192, 20);
     this.userName.TabIndex = 5;
     this.userName.Text     = "root";
     //
     // labelPassword
     //
     this.labelPassword.AutoSize = true;
     this.labelPassword.Location = new System.Drawing.Point(12, 67);
     this.labelPassword.Name     = "labelPassword";
     this.labelPassword.Size     = new System.Drawing.Size(53, 13);
     this.labelPassword.TabIndex = 8;
     this.labelPassword.Text     = "Password";
     //
     // password
     //
     this.password.Location     = new System.Drawing.Point(73, 64);
     this.password.Name         = "password";
     this.password.PasswordChar = '*';
     this.password.Size         = new System.Drawing.Size(192, 20);
     this.password.TabIndex     = 0;
     //
     // labelPort
     //
     this.labelPort.AutoSize = true;
     this.labelPort.Location = new System.Drawing.Point(189, 15);
     this.labelPort.Name     = "labelPort";
     this.labelPort.Size     = new System.Drawing.Size(26, 13);
     this.labelPort.TabIndex = 9;
     this.labelPort.Text     = "Port";
     //
     // cancel
     //
     this.cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancel.Location                = new System.Drawing.Point(190, 90);
     this.cancel.Name                    = "cancel";
     this.cancel.Size                    = new System.Drawing.Size(75, 23);
     this.cancel.TabIndex                = 2;
     this.cancel.Text                    = "Cancel";
     this.cancel.UseVisualStyleBackColor = true;
     this.cancel.Click                  += new System.EventHandler(this.Cancel_Click);
     //
     // ok
     //
     this.ok.Location = new System.Drawing.Point(108, 90);
     this.ok.Name     = "ok";
     this.ok.Size     = new System.Drawing.Size(75, 23);
     this.ok.TabIndex = 1;
     this.ok.Text     = "Ok";
     this.ok.UseVisualStyleBackColor = true;
     this.ok.Click += new System.EventHandler(this.Ok_Click);
     //
     // port
     //
     this.port.Location   = new System.Drawing.Point(222, 13);
     this.port.Mask       = "00000";
     this.port.Name       = "port";
     this.port.PromptChar = ' ';
     this.port.Size       = new System.Drawing.Size(43, 20);
     this.port.TabIndex   = 4;
     this.port.Text       = "3306";
     //
     // FormLogOn
     //
     this.AcceptButton        = this.ok;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cancel;
     this.ClientSize          = new System.Drawing.Size(277, 125);
     this.Controls.Add(this.port);
     this.Controls.Add(this.ok);
     this.Controls.Add(this.cancel);
     this.Controls.Add(this.labelPort);
     this.Controls.Add(this.labelPassword);
     this.Controls.Add(this.password);
     this.Controls.Add(this.labelUserName);
     this.Controls.Add(this.userName);
     this.Controls.Add(this.labelServer);
     this.Controls.Add(this.host);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "FormLogOn";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "MySQL Tuner";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1         = new System.Windows.Forms.Label();
     this.textBox1       = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
     this.label3         = new System.Windows.Forms.Label();
     this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
     this.label4         = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     this.maskedTextBox4 = new System.Windows.Forms.MaskedTextBox();
     this.panel1         = new System.Windows.Forms.Panel();
     this.comboBox1      = new System.Windows.Forms.ComboBox();
     this.label8         = new System.Windows.Forms.Label();
     this.label7         = new System.Windows.Forms.Label();
     this.textBox3       = new System.Windows.Forms.TextBox();
     this.label6         = new System.Windows.Forms.Label();
     this.textBox2       = new System.Windows.Forms.TextBox();
     this.button1        = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Century Gothic", 11.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(32, 4);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(86, 26);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Nome";
     //
     // textBox1
     //
     this.textBox1.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(32, 33);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(257, 26);
     this.textBox1.TabIndex = 2;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(32, 68);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(86, 29);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "CPF";
     //
     // maskedTextBox1
     //
     this.maskedTextBox1.Font      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maskedTextBox1.ForeColor = System.Drawing.SystemColors.ScrollBar;
     this.maskedTextBox1.Location  = new System.Drawing.Point(32, 97);
     this.maskedTextBox1.Mask      = "000.000.000-00";
     this.maskedTextBox1.Name      = "maskedTextBox1";
     this.maskedTextBox1.Size      = new System.Drawing.Size(257, 26);
     this.maskedTextBox1.TabIndex  = 4;
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(32, 127);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(257, 23);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Data de Nascimento";
     //
     // maskedTextBox2
     //
     this.maskedTextBox2.Font      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maskedTextBox2.ForeColor = System.Drawing.SystemColors.ScrollBar;
     this.maskedTextBox2.Location  = new System.Drawing.Point(32, 154);
     this.maskedTextBox2.Mask      = "00/00/0000";
     this.maskedTextBox2.Name      = "maskedTextBox2";
     this.maskedTextBox2.Size      = new System.Drawing.Size(257, 26);
     this.maskedTextBox2.TabIndex  = 6;
     //
     // maskedTextBox3
     //
     this.maskedTextBox3.Font      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maskedTextBox3.ForeColor = System.Drawing.SystemColors.ScrollBar;
     this.maskedTextBox3.Location  = new System.Drawing.Point(32, 212);
     this.maskedTextBox3.Mask      = "(99)99999-9999";
     this.maskedTextBox3.Name      = "maskedTextBox3";
     this.maskedTextBox3.Size      = new System.Drawing.Size(257, 26);
     this.maskedTextBox3.TabIndex  = 8;
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.White;
     this.label4.Location  = new System.Drawing.Point(32, 186);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(257, 23);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "Telefone 1";
     //
     // label5
     //
     this.label5.Font      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(32, 247);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(257, 23);
     this.label5.TabIndex  = 9;
     this.label5.Text      = "Telefone 2";
     //
     // maskedTextBox4
     //
     this.maskedTextBox4.Font      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maskedTextBox4.ForeColor = System.Drawing.SystemColors.ScrollBar;
     this.maskedTextBox4.Location  = new System.Drawing.Point(32, 275);
     this.maskedTextBox4.Mask      = "(99)99999-9999";
     this.maskedTextBox4.Name      = "maskedTextBox4";
     this.maskedTextBox4.Size      = new System.Drawing.Size(257, 26);
     this.maskedTextBox4.TabIndex  = 10;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(134)))), ((int)(((byte)(179)))));
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.textBox3);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.textBox2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.maskedTextBox4);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.maskedTextBox3);
     this.panel1.Controls.Add(this.maskedTextBox1);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.maskedTextBox2);
     this.panel1.Location = new System.Drawing.Point(332, 42);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(346, 504);
     this.panel1.TabIndex = 11;
     //
     // comboBox1
     //
     this.comboBox1.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "AC",
         "AL",
         "AM",
         "AP",
         "BA",
         "CE",
         "DF",
         "ES",
         "GO",
         "MA",
         "MG",
         "MS",
         "MT",
         "PA",
         "PB",
         "PE",
         "PI",
         "PR",
         "RJ",
         "RN",
         "RO",
         "RR",
         "RS",
         "SC",
         "SE",
         "SP",
         "TO"
     });
     this.comboBox1.Location = new System.Drawing.Point(296, 399);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(37, 28);
     this.comboBox1.TabIndex = 16;
     //
     // label8
     //
     this.label8.Font      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.White;
     this.label8.Location  = new System.Drawing.Point(299, 370);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(25, 26);
     this.label8.TabIndex  = 15;
     this.label8.Text      = "UF";
     //
     // label7
     //
     this.label7.Font      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location  = new System.Drawing.Point(32, 372);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(86, 26);
     this.label7.TabIndex  = 13;
     this.label7.Text      = "Cidade";
     //
     // textBox3
     //
     this.textBox3.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox3.Location = new System.Drawing.Point(32, 401);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(257, 26);
     this.textBox3.TabIndex = 14;
     //
     // label6
     //
     this.label6.Font      = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location  = new System.Drawing.Point(32, 312);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(86, 26);
     this.label6.TabIndex  = 11;
     this.label6.Text      = "Endereço";
     //
     // textBox2
     //
     this.textBox2.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location = new System.Drawing.Point(32, 341);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(257, 26);
     this.textBox2.TabIndex = 12;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.White;
     this.button1.FlatAppearance.BorderSize = 0;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location  = new System.Drawing.Point(55, 443);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(222, 35);
     this.button1.TabIndex  = 17;
     this.button1.Text      = "Cadastrar";
     this.button1.UseVisualStyleBackColor = false;
     //
     // UserControl2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.panel1);
     this.Font   = new System.Drawing.Font("Century Gothic", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin = new System.Windows.Forms.Padding(6);
     this.Name   = "UserControl2";
     this.Size   = new System.Drawing.Size(1019, 563);
     this.Load  += new System.EventHandler(this.UserControl2Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lblFuncionario = new System.Windows.Forms.Label();
     this.cmbBoxFuncionario = new System.Windows.Forms.ComboBox();
     this.lblFilial = new System.Windows.Forms.Label();
     this.cmbBoxFilial = new System.Windows.Forms.ComboBox();
     this.lblData = new System.Windows.Forms.Label();
     this.mTBoxData = new System.Windows.Forms.MaskedTextBox();
     this.btnGerarRelCaixa = new System.Windows.Forms.Button();
     this.gBoxInfoCaixa = new System.Windows.Forms.GroupBox();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.IdCaixa = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Filial = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Funcionario = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.HoraAbertura = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.HoraFechamento = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Estornos = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ValorAbertura = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ValorFechamento = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1.SuspendLayout();
     this.gBoxInfoCaixa.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnGerarRelCaixa);
     this.groupBox1.Controls.Add(this.mTBoxData);
     this.groupBox1.Controls.Add(this.lblData);
     this.groupBox1.Controls.Add(this.cmbBoxFilial);
     this.groupBox1.Controls.Add(this.lblFilial);
     this.groupBox1.Controls.Add(this.cmbBoxFuncionario);
     this.groupBox1.Controls.Add(this.lblFuncionario);
     this.groupBox1.Location = new System.Drawing.Point(2, 2);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(757, 100);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Relatório Informações do Caixa";
     //
     // lblFuncionario
     //
     this.lblFuncionario.AutoSize = true;
     this.lblFuncionario.Location = new System.Drawing.Point(10, 70);
     this.lblFuncionario.Name = "lblFuncionario";
     this.lblFuncionario.Size = new System.Drawing.Size(62, 13);
     this.lblFuncionario.TabIndex = 0;
     this.lblFuncionario.Text = "Funcionário";
     //
     // cmbBoxFuncionario
     //
     this.cmbBoxFuncionario.FormattingEnabled = true;
     this.cmbBoxFuncionario.Location = new System.Drawing.Point(77, 65);
     this.cmbBoxFuncionario.Name = "cmbBoxFuncionario";
     this.cmbBoxFuncionario.Size = new System.Drawing.Size(121, 21);
     this.cmbBoxFuncionario.TabIndex = 1;
     //
     // lblFilial
     //
     this.lblFilial.AutoSize = true;
     this.lblFilial.Location = new System.Drawing.Point(10, 35);
     this.lblFilial.Name = "lblFilial";
     this.lblFilial.Size = new System.Drawing.Size(27, 13);
     this.lblFilial.TabIndex = 2;
     this.lblFilial.Text = "Filial";
     //
     // cmbBoxFilial
     //
     this.cmbBoxFilial.FormattingEnabled = true;
     this.cmbBoxFilial.Location = new System.Drawing.Point(77, 32);
     this.cmbBoxFilial.Name = "cmbBoxFilial";
     this.cmbBoxFilial.Size = new System.Drawing.Size(121, 21);
     this.cmbBoxFilial.TabIndex = 3;
     //
     // lblData
     //
     this.lblData.AutoSize = true;
     this.lblData.Location = new System.Drawing.Point(280, 40);
     this.lblData.Name = "lblData";
     this.lblData.Size = new System.Drawing.Size(30, 13);
     this.lblData.TabIndex = 4;
     this.lblData.Text = "Data";
     //
     // mTBoxData
     //
     this.mTBoxData.Location = new System.Drawing.Point(327, 35);
     this.mTBoxData.Mask = "00/00/0000";
     this.mTBoxData.Name = "mTBoxData";
     this.mTBoxData.Size = new System.Drawing.Size(70, 20);
     this.mTBoxData.TabIndex = 5;
     this.mTBoxData.ValidatingType = typeof(System.DateTime);
     //
     // btnGerarRelCaixa
     //
     this.btnGerarRelCaixa.Location = new System.Drawing.Point(501, 49);
     this.btnGerarRelCaixa.Name = "btnGerarRelCaixa";
     this.btnGerarRelCaixa.Size = new System.Drawing.Size(75, 23);
     this.btnGerarRelCaixa.TabIndex = 6;
     this.btnGerarRelCaixa.Text = "Gerar";
     this.btnGerarRelCaixa.UseVisualStyleBackColor = true;
     //
     // gBoxInfoCaixa
     //
     this.gBoxInfoCaixa.Controls.Add(this.dataGridView1);
     this.gBoxInfoCaixa.Location = new System.Drawing.Point(2, 108);
     this.gBoxInfoCaixa.Name = "gBoxInfoCaixa";
     this.gBoxInfoCaixa.Size = new System.Drawing.Size(757, 229);
     this.gBoxInfoCaixa.TabIndex = 1;
     this.gBoxInfoCaixa.TabStop = false;
     this.gBoxInfoCaixa.Text = "Resultado da Busca";
     //
     // dataGridView1
     //
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.IdCaixa,
     this.Filial,
     this.Funcionario,
     this.HoraAbertura,
     this.HoraFechamento,
     this.Estornos,
     this.ValorAbertura,
     this.ValorFechamento});
     this.dataGridView1.Location = new System.Drawing.Point(1, 19);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
     this.dataGridView1.Size = new System.Drawing.Size(751, 210);
     this.dataGridView1.TabIndex = 0;
     this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
     //
     // IdCaixa
     //
     this.IdCaixa.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.IdCaixa.HeaderText = "IdCaixa";
     this.IdCaixa.Name = "IdCaixa";
     this.IdCaixa.Width = 67;
     //
     // Filial
     //
     this.Filial.HeaderText = "Filial";
     this.Filial.Name = "Filial";
     //
     // Funcionario
     //
     this.Funcionario.HeaderText = "Funcionario";
     this.Funcionario.Name = "Funcionario";
     //
     // HoraAbertura
     //
     this.HoraAbertura.HeaderText = "Hora Abertura";
     this.HoraAbertura.Name = "HoraAbertura";
     //
     // HoraFechamento
     //
     this.HoraFechamento.HeaderText = "Hora Fechamento";
     this.HoraFechamento.Name = "HoraFechamento";
     //
     // Estornos
     //
     this.Estornos.HeaderText = "Estornos";
     this.Estornos.Name = "Estornos";
     //
     // ValorAbertura
     //
     this.ValorAbertura.HeaderText = "ValorAbertura";
     this.ValorAbertura.Name = "ValorAbertura";
     //
     // ValorFechamento
     //
     this.ValorFechamento.HeaderText = "ValorFechamento";
     this.ValorFechamento.Name = "ValorFechamento";
     //
     // frmInformacoesCaixa
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(766, 342);
     this.Controls.Add(this.gBoxInfoCaixa);
     this.Controls.Add(this.groupBox1);
     this.Name = "frmInformacoesCaixa";
     this.Text = "frmInformacoesCaixa";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.gBoxInfoCaixa.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
Example #15
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelServiceCarRentalPicker = new System.Windows.Forms.Label();
            this.serviceCarRentalPicker      = new ServiceCarRentalPicker();
            this.labelFromDateTime           = new System.Windows.Forms.Label();
            this.dateTimePickerFromDateTime  = new System.Windows.Forms.DateTimePicker();
            this.labelUntilDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerUntilDateTime = new System.Windows.Forms.DateTimePicker();
            this.labelAmount                  = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount          = new System.Windows.Forms.MaskedTextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelServiceCarRentalPicker
            //
            this.labelServiceCarRentalPicker.AutoSize = true;
            this.labelServiceCarRentalPicker.Location = new System.Drawing.Point(11, 13);
            this.labelServiceCarRentalPicker.Name     = "labelServiceCarRentalPicker";
            this.labelServiceCarRentalPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelServiceCarRentalPicker.TabIndex = 2;
            this.labelServiceCarRentalPicker.Text     = "Service Car Rental:";
            //
            //serviceCarRentalPicker
            //
            this.serviceCarRentalPicker.Location = new System.Drawing.Point(140, 13);
            this.serviceCarRentalPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.serviceCarRentalPicker.Name     = "serviceCarRentalPicker";
            this.serviceCarRentalPicker.Size     = new System.Drawing.Size(250, 20);
            this.serviceCarRentalPicker.TabIndex = 3;
            //
            // labelFromDateTime
            //
            this.labelFromDateTime.AutoSize = true;
            this.labelFromDateTime.Location = new System.Drawing.Point(11, 36);
            this.labelFromDateTime.Name     = "labelFromDateTime";
            this.labelFromDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelFromDateTime.TabIndex = 4;
            this.labelFromDateTime.Text     = "From Date Time:";
            //
            //dateTimePickerFromDateTime
            //
            this.dateTimePickerFromDateTime.Location     = new System.Drawing.Point(140, 36);
            this.dateTimePickerFromDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerFromDateTime.Name         = "dateTimePickerFromDateTime";
            this.dateTimePickerFromDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerFromDateTime.TabIndex     = 5;
            this.dateTimePickerFromDateTime.Checked      = false;
            this.dateTimePickerFromDateTime.ShowCheckBox = true;
            //
            // labelUntilDateTime
            //
            this.labelUntilDateTime.AutoSize = true;
            this.labelUntilDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelUntilDateTime.Name     = "labelUntilDateTime";
            this.labelUntilDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelUntilDateTime.TabIndex = 6;
            this.labelUntilDateTime.Text     = "Until Date Time:";
            //
            //dateTimePickerUntilDateTime
            //
            this.dateTimePickerUntilDateTime.Location     = new System.Drawing.Point(140, 59);
            this.dateTimePickerUntilDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerUntilDateTime.Name         = "dateTimePickerUntilDateTime";
            this.dateTimePickerUntilDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerUntilDateTime.TabIndex     = 7;
            this.dateTimePickerUntilDateTime.Checked      = false;
            this.dateTimePickerUntilDateTime.ShowCheckBox = true;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 82);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 8;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(140, 82);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 9;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 105);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 10;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(140, 105);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 11;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 128);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 12;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 13;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 151);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 14;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 151);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 15;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 174);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(198, 174);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 202);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFinancialCarRentalEdit";
            this.Text = "Financial Car Rental Edit";
            this.Controls.Add(this.labelServiceCarRentalPicker);
            this.Controls.Add(this.serviceCarRentalPicker);
            this.Controls.Add(this.labelFromDateTime);
            this.Controls.Add(this.dateTimePickerFromDateTime);
            this.Controls.Add(this.labelUntilDateTime);
            this.Controls.Add(this.dateTimePickerUntilDateTime);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            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.groupBox1 = new System.Windows.Forms.GroupBox();
     this.dtFrom = new System.Windows.Forms.DateTimePicker();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.dtTo = new System.Windows.Forms.DateTimePicker();
     this.label7 = new System.Windows.Forms.Label();
     this.tbFh = new System.Windows.Forms.MaskedTextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbFs = new System.Windows.Forms.MaskedTextBox();
     this.tbTm = new System.Windows.Forms.MaskedTextBox();
     this.tbFm = new System.Windows.Forms.MaskedTextBox();
     this.tbTs = new System.Windows.Forms.MaskedTextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.tbTh = new System.Windows.Forms.MaskedTextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.rbArbitration_ChuaNhanTL = new System.Windows.Forms.RadioButton();
     this.rbArbitration_DaReversal = new System.Windows.Forms.RadioButton();
     this.tbArbitration_Ref_no = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.dtFrom);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.dtTo);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.tbFh);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.tbFs);
     this.groupBox1.Controls.Add(this.tbTm);
     this.groupBox1.Controls.Add(this.tbFm);
     this.groupBox1.Controls.Add(this.tbTs);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.tbTh);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Location = new System.Drawing.Point(52, 44);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(413, 93);
     this.groupBox1.TabIndex = 65;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Date";
     //
     // dtFrom
     //
     this.dtFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtFrom.Location = new System.Drawing.Point(129, 28);
     this.dtFrom.Name = "dtFrom";
     this.dtFrom.Size = new System.Drawing.Size(89, 20);
     this.dtFrom.TabIndex = 7;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(5, 30);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(121, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "From date (mm/dd/yyyy)";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 54);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(111, 13);
     this.label3.TabIndex = 5;
     this.label3.Text = "To date (mm/dd/yyyy)";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Enabled = false;
     this.label6.Location = new System.Drawing.Point(337, 54);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(17, 13);
     this.label6.TabIndex = 51;
     this.label6.Text = "ss";
     //
     // dtTo
     //
     this.dtTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtTo.Location = new System.Drawing.Point(129, 50);
     this.dtTo.Name = "dtTo";
     this.dtTo.Size = new System.Drawing.Size(89, 20);
     this.dtTo.TabIndex = 8;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Enabled = false;
     this.label7.Location = new System.Drawing.Point(285, 54);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(17, 13);
     this.label7.TabIndex = 50;
     this.label7.Text = "mi";
     //
     // tbFh
     //
     this.tbFh.Enabled = false;
     this.tbFh.Location = new System.Drawing.Point(251, 29);
     this.tbFh.Mask = "00";
     this.tbFh.Name = "tbFh";
     this.tbFh.Size = new System.Drawing.Size(33, 20);
     this.tbFh.TabIndex = 40;
     this.tbFh.Text = "23";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Enabled = false;
     this.label8.Location = new System.Drawing.Point(218, 54);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(31, 13);
     this.label8.TabIndex = 49;
     this.label8.Text = "hh24";
     //
     // tbFs
     //
     this.tbFs.Enabled = false;
     this.tbFs.Location = new System.Drawing.Point(355, 29);
     this.tbFs.Mask = "00";
     this.tbFs.Name = "tbFs";
     this.tbFs.Size = new System.Drawing.Size(33, 20);
     this.tbFs.TabIndex = 42;
     this.tbFs.Text = "00";
     //
     // tbTm
     //
     this.tbTm.Enabled = false;
     this.tbTm.Location = new System.Drawing.Point(304, 51);
     this.tbTm.Mask = "00";
     this.tbTm.Name = "tbTm";
     this.tbTm.Size = new System.Drawing.Size(33, 20);
     this.tbTm.TabIndex = 46;
     this.tbTm.Text = "59";
     //
     // tbFm
     //
     this.tbFm.Enabled = false;
     this.tbFm.Location = new System.Drawing.Point(304, 29);
     this.tbFm.Mask = "00";
     this.tbFm.Name = "tbFm";
     this.tbFm.Size = new System.Drawing.Size(33, 20);
     this.tbFm.TabIndex = 41;
     this.tbFm.Text = "00";
     //
     // tbTs
     //
     this.tbTs.Enabled = false;
     this.tbTs.Location = new System.Drawing.Point(355, 51);
     this.tbTs.Mask = "00";
     this.tbTs.Name = "tbTs";
     this.tbTs.Size = new System.Drawing.Size(33, 20);
     this.tbTs.TabIndex = 47;
     this.tbTs.Text = "59";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Enabled = false;
     this.label10.Location = new System.Drawing.Point(218, 32);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(31, 13);
     this.label10.TabIndex = 44;
     this.label10.Text = "hh24";
     //
     // tbTh
     //
     this.tbTh.Enabled = false;
     this.tbTh.Location = new System.Drawing.Point(251, 51);
     this.tbTh.Mask = "00";
     this.tbTh.Name = "tbTh";
     this.tbTh.Size = new System.Drawing.Size(33, 20);
     this.tbTh.TabIndex = 43;
     this.tbTh.Text = "22";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Enabled = false;
     this.label9.Location = new System.Drawing.Point(285, 32);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(17, 13);
     this.label9.TabIndex = 45;
     this.label9.Text = "mi";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Enabled = false;
     this.label5.Location = new System.Drawing.Point(337, 32);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(17, 13);
     this.label5.TabIndex = 48;
     this.label5.Text = "ss";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(156, 204);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 67;
     this.button1.Text = "View";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(237, 204);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 68;
     this.button2.Text = "Close";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.rbArbitration_ChuaNhanTL);
     this.groupBox2.Controls.Add(this.rbArbitration_DaReversal);
     this.groupBox2.Location = new System.Drawing.Point(57, 141);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(371, 57);
     this.groupBox2.TabIndex = 69;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Option";
     //
     // rbArbitration_ChuaNhanTL
     //
     this.rbArbitration_ChuaNhanTL.AutoSize = true;
     this.rbArbitration_ChuaNhanTL.Location = new System.Drawing.Point(192, 19);
     this.rbArbitration_ChuaNhanTL.Name = "rbArbitration_ChuaNhanTL";
     this.rbArbitration_ChuaNhanTL.Size = new System.Drawing.Size(105, 17);
     this.rbArbitration_ChuaNhanTL.TabIndex = 3;
     this.rbArbitration_ChuaNhanTL.Text = "Chưa nhận trả lời";
     this.rbArbitration_ChuaNhanTL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.rbArbitration_ChuaNhanTL.UseVisualStyleBackColor = true;
     this.rbArbitration_ChuaNhanTL.CheckedChanged += new System.EventHandler(this.rbArbitration_ChuaNhanTL_CheckedChanged);
     //
     // rbArbitration_DaReversal
     //
     this.rbArbitration_DaReversal.AutoSize = true;
     this.rbArbitration_DaReversal.Checked = true;
     this.rbArbitration_DaReversal.Location = new System.Drawing.Point(6, 19);
     this.rbArbitration_DaReversal.Name = "rbArbitration_DaReversal";
     this.rbArbitration_DaReversal.Size = new System.Drawing.Size(84, 17);
     this.rbArbitration_DaReversal.TabIndex = 2;
     this.rbArbitration_DaReversal.TabStop = true;
     this.rbArbitration_DaReversal.Text = "Đã Reversal";
     this.rbArbitration_DaReversal.UseVisualStyleBackColor = true;
     this.rbArbitration_DaReversal.CheckedChanged += new System.EventHandler(this.rbArbitration_DaReversal_CheckedChanged);
     //
     // tbArbitration_Ref_no
     //
     this.tbArbitration_Ref_no.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.tbArbitration_Ref_no.Location = new System.Drawing.Point(123, 13);
     this.tbArbitration_Ref_no.Margin = new System.Windows.Forms.Padding(2);
     this.tbArbitration_Ref_no.Name = "tbArbitration_Ref_no";
     this.tbArbitration_Ref_no.Size = new System.Drawing.Size(178, 20);
     this.tbArbitration_Ref_no.TabIndex = 70;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(61, 20);
     this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(42, 13);
     this.label1.TabIndex = 71;
     this.label1.Text = "Ref_no";
     //
     // Frm_MC_Arbitration_2nd_Presentment
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(526, 242);
     this.Controls.Add(this.tbArbitration_Ref_no);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox1);
     this.Name = "Frm_MC_Arbitration_2nd_Presentment";
     this.Text = "Frm_MC_Arbitration";
     this.Load += new System.EventHandler(this.MC_Arbitration_2nd_Presentment_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     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.components = new System.ComponentModel.Container();
     this.label1 = new System.Windows.Forms.Label();
     this.txtCodigoAdv = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.maskCPF = new System.Windows.Forms.MaskedTextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtNomeAdv = new System.Windows.Forms.TextBox();
     this.txtOAB = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.maskRG = new System.Windows.Forms.MaskedTextBox();
     this.chkEstagiario = new System.Windows.Forms.CheckBox();
     this.advogadosGridView = new System.Windows.Forms.DataGridView();
     this.OAB = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CPF = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Nome = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Quantidade = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.menuGridView = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.removerLinhaContextButton = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label11 = new System.Windows.Forms.Label();
     this.cmbSexo = new System.Windows.Forms.ComboBox();
     this.txtNaturalidade = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.estadoCivil = new System.Windows.Forms.ComboBox();
     this.nacionalidade = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.btnSalvar = new System.Windows.Forms.Button();
     this.btnRemover = new System.Windows.Forms.Button();
     this.btnLimpar = new System.Windows.Forms.Button();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.btnBuscar = new System.Windows.Forms.Button();
     this.label8 = new System.Windows.Forms.Label();
     this.codigoBusca = new System.Windows.Forms.TextBox();
     this.btnSair = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btnCancelarGrid = new System.Windows.Forms.Button();
     this.btnSalvarGrid = new System.Windows.Forms.Button();
     this.label9 = new System.Windows.Forms.Label();
     this.btnAdicionar = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.advogadosGridView)).BeginInit();
     this.menuGridView.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(104, 36);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(86, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Registro na OAB";
     //
     // txtCodigoAdv
     //
     this.txtCodigoAdv.Enabled = false;
     this.txtCodigoAdv.Location = new System.Drawing.Point(9, 52);
     this.txtCodigoAdv.Name = "txtCodigoAdv";
     this.txtCodigoAdv.Size = new System.Drawing.Size(72, 20);
     this.txtCodigoAdv.TabIndex = 0;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(7, 76);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(33, 13);
     this.label2.TabIndex = 2;
     this.label2.Text = "C.P.F";
     //
     // maskCPF
     //
     this.maskCPF.Location = new System.Drawing.Point(9, 92);
     this.maskCPF.Mask = "999\\.999\\.999-99";
     this.maskCPF.Name = "maskCPF";
     this.maskCPF.Size = new System.Drawing.Size(106, 20);
     this.maskCPF.TabIndex = 3;
     this.maskCPF.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(7, 124);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(35, 13);
     this.label3.TabIndex = 4;
     this.label3.Text = "Nome";
     //
     // txtNomeAdv
     //
     this.txtNomeAdv.Location = new System.Drawing.Point(10, 140);
     this.txtNomeAdv.Name = "txtNomeAdv";
     this.txtNomeAdv.Size = new System.Drawing.Size(442, 20);
     this.txtNomeAdv.TabIndex = 5;
     //
     // txtOAB
     //
     this.txtOAB.Location = new System.Drawing.Point(107, 52);
     this.txtOAB.MaxLength = 6;
     this.txtOAB.Name = "txtOAB";
     this.txtOAB.Size = new System.Drawing.Size(130, 20);
     this.txtOAB.TabIndex = 1;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(7, 36);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(40, 13);
     this.label6.TabIndex = 182;
     this.label6.Text = "Código";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(129, 76);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(26, 13);
     this.label7.TabIndex = 183;
     this.label7.Text = "R.G";
     //
     // maskRG
     //
     this.maskRG.Location = new System.Drawing.Point(132, 92);
     this.maskRG.Mask = "999\\.999\\.999-99";
     this.maskRG.Name = "maskRG";
     this.maskRG.Size = new System.Drawing.Size(105, 20);
     this.maskRG.TabIndex = 4;
     this.maskRG.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     //
     // chkEstagiario
     //
     this.chkEstagiario.AutoSize = true;
     this.chkEstagiario.Location = new System.Drawing.Point(253, 54);
     this.chkEstagiario.Name = "chkEstagiario";
     this.chkEstagiario.Size = new System.Drawing.Size(84, 17);
     this.chkEstagiario.TabIndex = 2;
     this.chkEstagiario.Text = "Estagiário(a)";
     this.chkEstagiario.UseVisualStyleBackColor = true;
     this.chkEstagiario.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // advogadosGridView
     //
     this.advogadosGridView.AllowUserToAddRows = false;
     this.advogadosGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.advogadosGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.OAB,
     this.CPF,
     this.Nome,
     this.Quantidade});
     this.advogadosGridView.ContextMenuStrip = this.menuGridView;
     this.advogadosGridView.Location = new System.Drawing.Point(12, 50);
     this.advogadosGridView.Name = "advogadosGridView";
     this.advogadosGridView.Size = new System.Drawing.Size(600, 171);
     this.advogadosGridView.TabIndex = 188;
     //
     // OAB
     //
     this.OAB.DataPropertyName = "Oab";
     this.OAB.HeaderText = "Registro OAB";
     this.OAB.Name = "OAB";
     //
     // CPF
     //
     this.CPF.DataPropertyName = "Cpf";
     this.CPF.HeaderText = "C.P.F";
     this.CPF.Name = "CPF";
     //
     // Nome
     //
     this.Nome.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Nome.DataPropertyName = "Nome";
     this.Nome.HeaderText = "Nome";
     this.Nome.MinimumWidth = 200;
     this.Nome.Name = "Nome";
     //
     // Quantidade
     //
     this.Quantidade.DataPropertyName = "QuantidadeProcessos";
     this.Quantidade.HeaderText = "Quantidade de Processos";
     this.Quantidade.MinimumWidth = 94;
     this.Quantidade.Name = "Quantidade";
     this.Quantidade.Width = 94;
     //
     // menuGridView
     //
     this.menuGridView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.removerLinhaContextButton});
     this.menuGridView.Name = "menuGridView";
     this.menuGridView.Size = new System.Drawing.Size(154, 26);
     //
     // removerLinhaContextButton
     //
     this.removerLinhaContextButton.Name = "removerLinhaContextButton";
     this.removerLinhaContextButton.Size = new System.Drawing.Size(153, 22);
     this.removerLinhaContextButton.Text = "&Remover Linha";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.AliceBlue;
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.cmbSexo);
     this.groupBox1.Controls.Add(this.txtNaturalidade);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.estadoCivil);
     this.groupBox1.Controls.Add(this.nacionalidade);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.btnCancelar);
     this.groupBox1.Controls.Add(this.btnSalvar);
     this.groupBox1.Controls.Add(this.chkEstagiario);
     this.groupBox1.Controls.Add(this.maskRG);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.txtOAB);
     this.groupBox1.Controls.Add(this.txtNomeAdv);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.maskCPF);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtCodigoAdv);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(12, 40);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(618, 222);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Cadastro de Advogados";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(506, 172);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(31, 13);
     this.label11.TabIndex = 203;
     this.label11.Text = "Sexo";
     //
     // cmbSexo
     //
     this.cmbSexo.FormattingEnabled = true;
     this.cmbSexo.Location = new System.Drawing.Point(509, 188);
     this.cmbSexo.Name = "cmbSexo";
     this.cmbSexo.Size = new System.Drawing.Size(46, 21);
     this.cmbSexo.TabIndex = 9;
     //
     // txtNaturalidade
     //
     this.txtNaturalidade.Location = new System.Drawing.Point(140, 189);
     this.txtNaturalidade.Name = "txtNaturalidade";
     this.txtNaturalidade.Size = new System.Drawing.Size(167, 20);
     this.txtNaturalidade.TabIndex = 7;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(137, 173);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(67, 13);
     this.label10.TabIndex = 200;
     this.label10.Text = "Naturalidade";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(6, 174);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(62, 13);
     this.label5.TabIndex = 198;
     this.label5.Text = "Estado Civil";
     //
     // estadoCivil
     //
     this.estadoCivil.FormattingEnabled = true;
     this.estadoCivil.Location = new System.Drawing.Point(9, 189);
     this.estadoCivil.Name = "estadoCivil";
     this.estadoCivil.Size = new System.Drawing.Size(121, 21);
     this.estadoCivil.TabIndex = 6;
     //
     // nacionalidade
     //
     this.nacionalidade.Location = new System.Drawing.Point(327, 189);
     this.nacionalidade.Name = "nacionalidade";
     this.nacionalidade.Size = new System.Drawing.Size(167, 20);
     this.nacionalidade.TabIndex = 8;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(324, 173);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(75, 13);
     this.label4.TabIndex = 196;
     this.label4.Text = "Nacionalidade";
     //
     // btnCancelar
     //
     this.btnCancelar.Image = global::Visao.Properties.Resources.canc24;
     this.btnCancelar.Location = new System.Drawing.Point(577, 19);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(35, 28);
     this.btnCancelar.TabIndex = 195;
     this.btnCancelar.UseVisualStyleBackColor = true;
     //
     // btnSalvar
     //
     this.btnSalvar.Image = global::Visao.Properties.Resources.conf24;
     this.btnSalvar.Location = new System.Drawing.Point(536, 19);
     this.btnSalvar.Name = "btnSalvar";
     this.btnSalvar.Size = new System.Drawing.Size(35, 28);
     this.btnSalvar.TabIndex = 192;
     this.btnSalvar.UseVisualStyleBackColor = true;
     //
     // btnRemover
     //
     this.btnRemover.Image = global::Visao.Properties.Resources.SairPrograma24x24;
     this.btnRemover.Location = new System.Drawing.Point(339, 9);
     this.btnRemover.Name = "btnRemover";
     this.btnRemover.Size = new System.Drawing.Size(35, 28);
     this.btnRemover.TabIndex = 3;
     this.btnRemover.UseVisualStyleBackColor = true;
     //
     // btnLimpar
     //
     this.btnLimpar.Image = global::Visao.Properties.Resources.limpar;
     this.btnLimpar.Location = new System.Drawing.Point(380, 9);
     this.btnLimpar.Name = "btnLimpar";
     this.btnLimpar.Size = new System.Drawing.Size(35, 28);
     this.btnLimpar.TabIndex = 4;
     this.btnLimpar.UseVisualStyleBackColor = true;
     //
     // btnBuscar
     //
     this.btnBuscar.Image = global::Visao.Properties.Resources.search_24x24;
     this.btnBuscar.Location = new System.Drawing.Point(257, 9);
     this.btnBuscar.Name = "btnBuscar";
     this.btnBuscar.Size = new System.Drawing.Size(35, 28);
     this.btnBuscar.TabIndex = 1;
     this.btnBuscar.UseVisualStyleBackColor = true;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(18, 16);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(122, 15);
     this.label8.TabIndex = 195;
     this.label8.Text = "Código do Advogado";
     //
     // codigoBusca
     //
     this.codigoBusca.Location = new System.Drawing.Point(144, 13);
     this.codigoBusca.Name = "codigoBusca";
     this.codigoBusca.Size = new System.Drawing.Size(100, 20);
     this.codigoBusca.TabIndex = 0;
     //
     // btnSair
     //
     this.btnSair.Image = global::Visao.Properties.Resources.sair24;
     this.btnSair.Location = new System.Drawing.Point(589, 9);
     this.btnSair.Name = "btnSair";
     this.btnSair.Size = new System.Drawing.Size(35, 28);
     this.btnSair.TabIndex = 197;
     this.btnSair.UseVisualStyleBackColor = true;
     this.btnSair.Click += new System.EventHandler(this.btnSair_Click);
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.AliceBlue;
     this.groupBox2.Controls.Add(this.btnCancelarGrid);
     this.groupBox2.Controls.Add(this.btnSalvarGrid);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.advogadosGridView);
     this.groupBox2.Location = new System.Drawing.Point(12, 268);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(618, 233);
     this.groupBox2.TabIndex = 198;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Lista de Advogados";
     //
     // btnCancelarGrid
     //
     this.btnCancelarGrid.Image = global::Visao.Properties.Resources.canc24;
     this.btnCancelarGrid.Location = new System.Drawing.Point(577, 16);
     this.btnCancelarGrid.Name = "btnCancelarGrid";
     this.btnCancelarGrid.Size = new System.Drawing.Size(35, 28);
     this.btnCancelarGrid.TabIndex = 196;
     this.btnCancelarGrid.UseVisualStyleBackColor = true;
     //
     // btnSalvarGrid
     //
     this.btnSalvarGrid.Image = global::Visao.Properties.Resources.conf24;
     this.btnSalvarGrid.Location = new System.Drawing.Point(536, 16);
     this.btnSalvarGrid.Name = "btnSalvarGrid";
     this.btnSalvarGrid.Size = new System.Drawing.Size(35, 28);
     this.btnSalvarGrid.TabIndex = 193;
     this.btnSalvarGrid.UseVisualStyleBackColor = true;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(11, 26);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(296, 13);
     this.label9.TabIndex = 189;
     this.label9.Text = "Clique nos membros da tabela para Editar no formulário acima";
     //
     // btnAdicionar
     //
     this.btnAdicionar.Image = global::Visao.Properties.Resources.add24;
     this.btnAdicionar.Location = new System.Drawing.Point(298, 9);
     this.btnAdicionar.Name = "btnAdicionar";
     this.btnAdicionar.Size = new System.Drawing.Size(35, 28);
     this.btnAdicionar.TabIndex = 2;
     this.btnAdicionar.UseVisualStyleBackColor = true;
     //
     // CadastroAdvogados
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.ClientSize = new System.Drawing.Size(644, 514);
     this.ControlBox = false;
     this.Controls.Add(this.btnAdicionar);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.btnSair);
     this.Controls.Add(this.btnBuscar);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.btnLimpar);
     this.Controls.Add(this.btnRemover);
     this.Controls.Add(this.codigoBusca);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "CadastroAdvogados";
     this.Text = "CadastroAdvogados";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.CadastroAdvogados_Load);
     ((System.ComponentModel.ISupportInitialize)(this.advogadosGridView)).EndInit();
     this.menuGridView.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     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.btnthoat = new System.Windows.Forms.Button();
     this.btnluu = new System.Windows.Forms.Button();
     this.btnin = new System.Windows.Forms.Button();
     this.btnxoa = new System.Windows.Forms.Button();
     this.btnthem = new System.Windows.Forms.Button();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.mskngaynhap = new System.Windows.Forms.MaskedTextBox();
     this.grbthongtinchung = new System.Windows.Forms.GroupBox();
     this.btnmancc = new System.Windows.Forms.Button();
     this.btnmanv = new System.Windows.Forms.Button();
     this.cbomancc = new System.Windows.Forms.ComboBox();
     this.cbomanv = new System.Windows.Forms.ComboBox();
     this.txtSodienthoai = new System.Windows.Forms.TextBox();
     this.txtDiachi = new System.Windows.Forms.TextBox();
     this.txtTenNCC = new System.Windows.Forms.TextBox();
     this.txtTennhanvien = new System.Windows.Forms.TextBox();
     this.txtmaHDN = new System.Windows.Forms.TextBox();
     this.txtSodienthoai1 = new System.Windows.Forms.Label();
     this.txtDiachi1 = new System.Windows.Forms.Label();
     this.txtTenNCC1 = new System.Windows.Forms.Label();
     this.txtMaNCC = new System.Windows.Forms.Label();
     this.txtTennhanvien1 = new System.Windows.Forms.Label();
     this.txtManhanvien1 = new System.Windows.Forms.Label();
     this.txtNgaynhap1 = new System.Windows.Forms.Label();
     this.txtMaHDN1 = new System.Windows.Forms.Label();
     this.txtThanhtien1 = new System.Windows.Forms.Label();
     this.txtGiamgia1 = new System.Windows.Forms.Label();
     this.txtDongianhap1 = new System.Windows.Forms.Label();
     this.txtSoluong1 = new System.Windows.Forms.Label();
     this.txtTenhanghoa1 = new System.Windows.Forms.Label();
     this.txtMahanghoa = new System.Windows.Forms.Label();
     this.lblbangchu = new System.Windows.Forms.Label();
     this.cbomahoadon = new System.Windows.Forms.ComboBox();
     this.txtTongtien = new System.Windows.Forms.TextBox();
     this.txtTongtien1 = new System.Windows.Forms.Label();
     this.txtMahoadon = new System.Windows.Forms.Label();
     this.txtSoluong = new System.Windows.Forms.TextBox();
     this.txtGiamgia = new System.Windows.Forms.TextBox();
     this.txtTenhanghoa = new System.Windows.Forms.TextBox();
     this.cbomahang = new System.Windows.Forms.ComboBox();
     this.txtThanhtien = new System.Windows.Forms.TextBox();
     this.txtDongianhap = new System.Windows.Forms.TextBox();
     this.grbChitiet = new System.Windows.Forms.GroupBox();
     this.btnAddhang = new System.Windows.Forms.Button();
     this.btnmahh = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.grbthongtinchung.SuspendLayout();
     this.grbChitiet.SuspendLayout();
     this.SuspendLayout();
     //
     // btnthoat
     //
     this.btnthoat.BackColor = System.Drawing.Color.Linen;
     this.btnthoat.Location = new System.Drawing.Point(838, 551);
     this.btnthoat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnthoat.Name = "btnthoat";
     this.btnthoat.Size = new System.Drawing.Size(121, 36);
     this.btnthoat.TabIndex = 143;
     this.btnthoat.Text = "Thoát";
     this.btnthoat.UseVisualStyleBackColor = false;
     //
     // btnluu
     //
     this.btnluu.BackColor = System.Drawing.Color.Linen;
     this.btnluu.Location = new System.Drawing.Point(431, 551);
     this.btnluu.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnluu.Name = "btnluu";
     this.btnluu.Size = new System.Drawing.Size(121, 36);
     this.btnluu.TabIndex = 142;
     this.btnluu.Text = "Lưu";
     this.btnluu.UseVisualStyleBackColor = false;
     //
     // btnin
     //
     this.btnin.BackColor = System.Drawing.Color.Linen;
     this.btnin.Location = new System.Drawing.Point(632, 551);
     this.btnin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnin.Name = "btnin";
     this.btnin.Size = new System.Drawing.Size(121, 36);
     this.btnin.TabIndex = 141;
     this.btnin.Text = "In";
     this.btnin.UseVisualStyleBackColor = false;
     //
     // btnxoa
     //
     this.btnxoa.BackColor = System.Drawing.Color.Linen;
     this.btnxoa.Location = new System.Drawing.Point(227, 551);
     this.btnxoa.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnxoa.Name = "btnxoa";
     this.btnxoa.Size = new System.Drawing.Size(121, 36);
     this.btnxoa.TabIndex = 140;
     this.btnxoa.Text = "Xóa";
     this.btnxoa.UseVisualStyleBackColor = false;
     //
     // btnthem
     //
     this.btnthem.BackColor = System.Drawing.Color.Linen;
     this.btnthem.Location = new System.Drawing.Point(25, 551);
     this.btnthem.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnthem.Name = "btnthem";
     this.btnthem.Size = new System.Drawing.Size(121, 36);
     this.btnthem.TabIndex = 139;
     this.btnthem.Text = "Thêm";
     this.btnthem.UseVisualStyleBackColor = false;
     //
     // dataGridView1
     //
     this.dataGridView1.BackgroundColor = System.Drawing.Color.Linen;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(23, 403);
     this.dataGridView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowHeadersWidth = 62;
     this.dataGridView1.RowTemplate.Height = 28;
     this.dataGridView1.Size = new System.Drawing.Size(937, 134);
     this.dataGridView1.TabIndex = 138;
     //
     // mskngaynhap
     //
     this.mskngaynhap.BackColor = System.Drawing.Color.White;
     this.mskngaynhap.Location = new System.Drawing.Point(177, 49);
     this.mskngaynhap.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.mskngaynhap.Mask = "00/00/0000";
     this.mskngaynhap.Name = "mskngaynhap";
     this.mskngaynhap.Size = new System.Drawing.Size(248, 22);
     this.mskngaynhap.TabIndex = 69;
     this.mskngaynhap.ValidatingType = typeof(System.DateTime);
     //
     // grbthongtinchung
     //
     this.grbthongtinchung.BackColor = System.Drawing.Color.Linen;
     this.grbthongtinchung.Controls.Add(this.mskngaynhap);
     this.grbthongtinchung.Controls.Add(this.btnmancc);
     this.grbthongtinchung.Controls.Add(this.btnmanv);
     this.grbthongtinchung.Controls.Add(this.cbomancc);
     this.grbthongtinchung.Controls.Add(this.cbomanv);
     this.grbthongtinchung.Controls.Add(this.txtSodienthoai);
     this.grbthongtinchung.Controls.Add(this.txtDiachi);
     this.grbthongtinchung.Controls.Add(this.txtTenNCC);
     this.grbthongtinchung.Controls.Add(this.txtTennhanvien);
     this.grbthongtinchung.Controls.Add(this.txtmaHDN);
     this.grbthongtinchung.Controls.Add(this.txtSodienthoai1);
     this.grbthongtinchung.Controls.Add(this.txtDiachi1);
     this.grbthongtinchung.Controls.Add(this.txtTenNCC1);
     this.grbthongtinchung.Controls.Add(this.txtMaNCC);
     this.grbthongtinchung.Controls.Add(this.txtTennhanvien1);
     this.grbthongtinchung.Controls.Add(this.txtManhanvien1);
     this.grbthongtinchung.Controls.Add(this.txtNgaynhap1);
     this.grbthongtinchung.Controls.Add(this.txtMaHDN1);
     this.grbthongtinchung.Location = new System.Drawing.Point(-8, 65);
     this.grbthongtinchung.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.grbthongtinchung.Name = "grbthongtinchung";
     this.grbthongtinchung.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.grbthongtinchung.Size = new System.Drawing.Size(1000, 145);
     this.grbthongtinchung.TabIndex = 144;
     this.grbthongtinchung.TabStop = false;
     this.grbthongtinchung.Text = "Thông tin chung";
     //
     // btnmancc
     //
     this.btnmancc.BackColor = System.Drawing.Color.Bisque;
     this.btnmancc.Location = new System.Drawing.Point(931, 23);
     this.btnmancc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnmancc.Name = "btnmancc";
     this.btnmancc.Size = new System.Drawing.Size(36, 22);
     this.btnmancc.TabIndex = 68;
     this.btnmancc.Text = "...";
     this.btnmancc.UseVisualStyleBackColor = false;
     //
     // btnmanv
     //
     this.btnmanv.BackColor = System.Drawing.Color.Bisque;
     this.btnmanv.Location = new System.Drawing.Point(390, 74);
     this.btnmanv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnmanv.Name = "btnmanv";
     this.btnmanv.Size = new System.Drawing.Size(36, 22);
     this.btnmanv.TabIndex = 67;
     this.btnmanv.Text = "...";
     this.btnmanv.UseVisualStyleBackColor = false;
     //
     // cbomancc
     //
     this.cbomancc.BackColor = System.Drawing.Color.White;
     this.cbomancc.FormattingEnabled = true;
     this.cbomancc.Location = new System.Drawing.Point(716, 22);
     this.cbomancc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.cbomancc.Name = "cbomancc";
     this.cbomancc.Size = new System.Drawing.Size(209, 24);
     this.cbomancc.TabIndex = 66;
     //
     // cbomanv
     //
     this.cbomanv.BackColor = System.Drawing.Color.White;
     this.cbomanv.FormattingEnabled = true;
     this.cbomanv.Location = new System.Drawing.Point(177, 73);
     this.cbomanv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.cbomanv.Name = "cbomanv";
     this.cbomanv.Size = new System.Drawing.Size(208, 24);
     this.cbomanv.TabIndex = 65;
     //
     // txtSodienthoai
     //
     this.txtSodienthoai.BackColor = System.Drawing.Color.White;
     this.txtSodienthoai.Location = new System.Drawing.Point(716, 101);
     this.txtSodienthoai.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtSodienthoai.Name = "txtSodienthoai";
     this.txtSodienthoai.Size = new System.Drawing.Size(249, 22);
     this.txtSodienthoai.TabIndex = 64;
     //
     // txtDiachi
     //
     this.txtDiachi.BackColor = System.Drawing.Color.White;
     this.txtDiachi.Location = new System.Drawing.Point(716, 74);
     this.txtDiachi.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtDiachi.Name = "txtDiachi";
     this.txtDiachi.Size = new System.Drawing.Size(249, 22);
     this.txtDiachi.TabIndex = 63;
     //
     // txtTenNCC
     //
     this.txtTenNCC.BackColor = System.Drawing.Color.White;
     this.txtTenNCC.Location = new System.Drawing.Point(716, 49);
     this.txtTenNCC.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtTenNCC.Name = "txtTenNCC";
     this.txtTenNCC.Size = new System.Drawing.Size(249, 22);
     this.txtTenNCC.TabIndex = 62;
     //
     // txtTennhanvien
     //
     this.txtTennhanvien.BackColor = System.Drawing.Color.White;
     this.txtTennhanvien.Location = new System.Drawing.Point(177, 101);
     this.txtTennhanvien.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtTennhanvien.Name = "txtTennhanvien";
     this.txtTennhanvien.Size = new System.Drawing.Size(249, 22);
     this.txtTennhanvien.TabIndex = 60;
     //
     // txtmaHDN
     //
     this.txtmaHDN.BackColor = System.Drawing.Color.White;
     this.txtmaHDN.Location = new System.Drawing.Point(177, 23);
     this.txtmaHDN.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtmaHDN.Name = "txtmaHDN";
     this.txtmaHDN.Size = new System.Drawing.Size(249, 22);
     this.txtmaHDN.TabIndex = 57;
     //
     // txtSodienthoai1
     //
     this.txtSodienthoai1.AutoSize = true;
     this.txtSodienthoai1.Location = new System.Drawing.Point(547, 106);
     this.txtSodienthoai1.Name = "txtSodienthoai1";
     this.txtSodienthoai1.Size = new System.Drawing.Size(91, 17);
     this.txtSodienthoai1.TabIndex = 56;
     this.txtSodienthoai1.Text = "Số điện thoại";
     //
     // txtDiachi1
     //
     this.txtDiachi1.AutoSize = true;
     this.txtDiachi1.Location = new System.Drawing.Point(547, 79);
     this.txtDiachi1.Name = "txtDiachi1";
     this.txtDiachi1.Size = new System.Drawing.Size(51, 17);
     this.txtDiachi1.TabIndex = 55;
     this.txtDiachi1.Text = "Địa chỉ";
     //
     // txtTenNCC1
     //
     this.txtTenNCC1.AutoSize = true;
     this.txtTenNCC1.Location = new System.Drawing.Point(547, 54);
     this.txtTenNCC1.Name = "txtTenNCC1";
     this.txtTenNCC1.Size = new System.Drawing.Size(123, 17);
     this.txtTenNCC1.TabIndex = 54;
     this.txtTenNCC1.Text = "Tên nhà cung cấp";
     //
     // txtMaNCC
     //
     this.txtMaNCC.AutoSize = true;
     this.txtMaNCC.Location = new System.Drawing.Point(547, 28);
     this.txtMaNCC.Name = "txtMaNCC";
     this.txtMaNCC.Size = new System.Drawing.Size(117, 17);
     this.txtMaNCC.TabIndex = 53;
     this.txtMaNCC.Text = "Mã nhà cung cấp";
     //
     // txtTennhanvien1
     //
     this.txtTennhanvien1.AutoSize = true;
     this.txtTennhanvien1.Location = new System.Drawing.Point(25, 103);
     this.txtTennhanvien1.Name = "txtTennhanvien1";
     this.txtTennhanvien1.Size = new System.Drawing.Size(99, 17);
     this.txtTennhanvien1.TabIndex = 52;
     this.txtTennhanvien1.Text = "Tên nhân viên";
     //
     // txtManhanvien1
     //
     this.txtManhanvien1.AutoSize = true;
     this.txtManhanvien1.Location = new System.Drawing.Point(25, 77);
     this.txtManhanvien1.Name = "txtManhanvien1";
     this.txtManhanvien1.Size = new System.Drawing.Size(93, 17);
     this.txtManhanvien1.TabIndex = 51;
     this.txtManhanvien1.Text = "Mã nhân viên";
     //
     // txtNgaynhap1
     //
     this.txtNgaynhap1.AutoSize = true;
     this.txtNgaynhap1.Location = new System.Drawing.Point(25, 51);
     this.txtNgaynhap1.Name = "txtNgaynhap1";
     this.txtNgaynhap1.Size = new System.Drawing.Size(77, 17);
     this.txtNgaynhap1.TabIndex = 50;
     this.txtNgaynhap1.Text = "Ngày nhập";
     //
     // txtMaHDN1
     //
     this.txtMaHDN1.AutoSize = true;
     this.txtMaHDN1.Location = new System.Drawing.Point(25, 28);
     this.txtMaHDN1.Name = "txtMaHDN1";
     this.txtMaHDN1.Size = new System.Drawing.Size(119, 17);
     this.txtMaHDN1.TabIndex = 49;
     this.txtMaHDN1.Text = "Mã hóa đơn nhập";
     //
     // txtThanhtien1
     //
     this.txtThanhtien1.AutoSize = true;
     this.txtThanhtien1.Location = new System.Drawing.Point(693, 66);
     this.txtThanhtien1.Name = "txtThanhtien1";
     this.txtThanhtien1.Size = new System.Drawing.Size(76, 17);
     this.txtThanhtien1.TabIndex = 78;
     this.txtThanhtien1.Text = "Thành tiền";
     //
     // txtGiamgia1
     //
     this.txtGiamgia1.AutoSize = true;
     this.txtGiamgia1.Location = new System.Drawing.Point(341, 63);
     this.txtGiamgia1.Name = "txtGiamgia1";
     this.txtGiamgia1.Size = new System.Drawing.Size(64, 17);
     this.txtGiamgia1.TabIndex = 77;
     this.txtGiamgia1.Text = "Giảm giá";
     //
     // txtDongianhap1
     //
     this.txtDongianhap1.AutoSize = true;
     this.txtDongianhap1.Location = new System.Drawing.Point(693, 28);
     this.txtDongianhap1.Name = "txtDongianhap1";
     this.txtDongianhap1.Size = new System.Drawing.Size(93, 17);
     this.txtDongianhap1.TabIndex = 76;
     this.txtDongianhap1.Text = "Đơn giá nhập";
     //
     // txtSoluong1
     //
     this.txtSoluong1.AutoSize = true;
     this.txtSoluong1.Location = new System.Drawing.Point(18, 63);
     this.txtSoluong1.Name = "txtSoluong1";
     this.txtSoluong1.Size = new System.Drawing.Size(64, 17);
     this.txtSoluong1.TabIndex = 75;
     this.txtSoluong1.Text = "Số lượng";
     //
     // txtTenhanghoa1
     //
     this.txtTenhanghoa1.AutoSize = true;
     this.txtTenhanghoa1.Location = new System.Drawing.Point(341, 26);
     this.txtTenhanghoa1.Name = "txtTenhanghoa1";
     this.txtTenhanghoa1.Size = new System.Drawing.Size(97, 17);
     this.txtTenhanghoa1.TabIndex = 74;
     this.txtTenhanghoa1.Text = "Tên hàng hóa";
     //
     // txtMahanghoa
     //
     this.txtMahanghoa.AutoSize = true;
     this.txtMahanghoa.Location = new System.Drawing.Point(18, 26);
     this.txtMahanghoa.Name = "txtMahanghoa";
     this.txtMahanghoa.Size = new System.Drawing.Size(91, 17);
     this.txtMahanghoa.TabIndex = 73;
     this.txtMahanghoa.Text = "Mã hàng hóa";
     //
     // lblbangchu
     //
     this.lblbangchu.AutoSize = true;
     this.lblbangchu.Location = new System.Drawing.Point(531, 376);
     this.lblbangchu.Name = "lblbangchu";
     this.lblbangchu.Size = new System.Drawing.Size(68, 17);
     this.lblbangchu.TabIndex = 150;
     this.lblbangchu.Text = "Bằng chữ";
     //
     // cbomahoadon
     //
     this.cbomahoadon.BackColor = System.Drawing.Color.White;
     this.cbomahoadon.FormattingEnabled = true;
     this.cbomahoadon.Location = new System.Drawing.Point(179, 360);
     this.cbomahoadon.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.cbomahoadon.Name = "cbomahoadon";
     this.cbomahoadon.Size = new System.Drawing.Size(198, 24);
     this.cbomahoadon.TabIndex = 149;
     //
     // txtTongtien
     //
     this.txtTongtien.BackColor = System.Drawing.Color.White;
     this.txtTongtien.Location = new System.Drawing.Point(647, 351);
     this.txtTongtien.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtTongtien.Name = "txtTongtien";
     this.txtTongtien.Size = new System.Drawing.Size(179, 22);
     this.txtTongtien.TabIndex = 148;
     //
     // txtTongtien1
     //
     this.txtTongtien1.AutoSize = true;
     this.txtTongtien1.Location = new System.Drawing.Point(531, 354);
     this.txtTongtien1.Name = "txtTongtien1";
     this.txtTongtien1.Size = new System.Drawing.Size(68, 17);
     this.txtTongtien1.TabIndex = 147;
     this.txtTongtien1.Text = "Tổng tiền";
     //
     // txtMahoadon
     //
     this.txtMahoadon.AutoSize = true;
     this.txtMahoadon.Location = new System.Drawing.Point(80, 365);
     this.txtMahoadon.Name = "txtMahoadon";
     this.txtMahoadon.Size = new System.Drawing.Size(83, 17);
     this.txtMahoadon.TabIndex = 146;
     this.txtMahoadon.Text = "Mã hóa đơn";
     //
     // txtSoluong
     //
     this.txtSoluong.BackColor = System.Drawing.Color.White;
     this.txtSoluong.Location = new System.Drawing.Point(122, 63);
     this.txtSoluong.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtSoluong.Name = "txtSoluong";
     this.txtSoluong.Size = new System.Drawing.Size(134, 22);
     this.txtSoluong.TabIndex = 80;
     //
     // txtGiamgia
     //
     this.txtGiamgia.BackColor = System.Drawing.Color.White;
     this.txtGiamgia.Location = new System.Drawing.Point(456, 63);
     this.txtGiamgia.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtGiamgia.Name = "txtGiamgia";
     this.txtGiamgia.Size = new System.Drawing.Size(156, 22);
     this.txtGiamgia.TabIndex = 82;
     //
     // txtTenhanghoa
     //
     this.txtTenhanghoa.BackColor = System.Drawing.Color.White;
     this.txtTenhanghoa.Location = new System.Drawing.Point(456, 26);
     this.txtTenhanghoa.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtTenhanghoa.Name = "txtTenhanghoa";
     this.txtTenhanghoa.Size = new System.Drawing.Size(156, 22);
     this.txtTenhanghoa.TabIndex = 81;
     //
     // cbomahang
     //
     this.cbomahang.BackColor = System.Drawing.Color.White;
     this.cbomahang.FormattingEnabled = true;
     this.cbomahang.Location = new System.Drawing.Point(124, 24);
     this.cbomahang.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.cbomahang.Name = "cbomahang";
     this.cbomahang.Size = new System.Drawing.Size(132, 24);
     this.cbomahang.TabIndex = 85;
     //
     // txtThanhtien
     //
     this.txtThanhtien.BackColor = System.Drawing.Color.White;
     this.txtThanhtien.Location = new System.Drawing.Point(810, 63);
     this.txtThanhtien.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtThanhtien.Name = "txtThanhtien";
     this.txtThanhtien.Size = new System.Drawing.Size(156, 22);
     this.txtThanhtien.TabIndex = 84;
     //
     // txtDongianhap
     //
     this.txtDongianhap.BackColor = System.Drawing.Color.White;
     this.txtDongianhap.Location = new System.Drawing.Point(810, 26);
     this.txtDongianhap.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.txtDongianhap.Name = "txtDongianhap";
     this.txtDongianhap.Size = new System.Drawing.Size(156, 22);
     this.txtDongianhap.TabIndex = 83;
     //
     // grbChitiet
     //
     this.grbChitiet.BackColor = System.Drawing.Color.Linen;
     this.grbChitiet.Controls.Add(this.btnAddhang);
     this.grbChitiet.Controls.Add(this.btnmahh);
     this.grbChitiet.Controls.Add(this.cbomahang);
     this.grbChitiet.Controls.Add(this.txtThanhtien);
     this.grbChitiet.Controls.Add(this.txtDongianhap);
     this.grbChitiet.Controls.Add(this.txtGiamgia);
     this.grbChitiet.Controls.Add(this.txtTenhanghoa);
     this.grbChitiet.Controls.Add(this.txtSoluong);
     this.grbChitiet.Controls.Add(this.txtThanhtien1);
     this.grbChitiet.Controls.Add(this.txtGiamgia1);
     this.grbChitiet.Controls.Add(this.txtDongianhap1);
     this.grbChitiet.Controls.Add(this.txtSoluong1);
     this.grbChitiet.Controls.Add(this.txtTenhanghoa1);
     this.grbChitiet.Controls.Add(this.txtMahanghoa);
     this.grbChitiet.Location = new System.Drawing.Point(-8, 214);
     this.grbChitiet.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.grbChitiet.Name = "grbChitiet";
     this.grbChitiet.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.grbChitiet.Size = new System.Drawing.Size(1000, 131);
     this.grbChitiet.TabIndex = 145;
     this.grbChitiet.TabStop = false;
     this.grbChitiet.Text = "Thông tin hóa đơn";
     //
     // btnAddhang
     //
     this.btnAddhang.BackColor = System.Drawing.Color.Bisque;
     this.btnAddhang.Location = new System.Drawing.Point(928, 92);
     this.btnAddhang.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnAddhang.Name = "btnAddhang";
     this.btnAddhang.Size = new System.Drawing.Size(38, 31);
     this.btnAddhang.TabIndex = 86;
     this.btnAddhang.Text = "+";
     this.btnAddhang.UseVisualStyleBackColor = false;
     //
     // btnmahh
     //
     this.btnmahh.BackColor = System.Drawing.Color.Bisque;
     this.btnmahh.Location = new System.Drawing.Point(266, 25);
     this.btnmahh.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.btnmahh.Name = "btnmahh";
     this.btnmahh.Size = new System.Drawing.Size(36, 22);
     this.btnmahh.TabIndex = 69;
     this.btnmahh.Text = "...";
     this.btnmahh.UseVisualStyleBackColor = false;
     //
     // frmHoadonnhap
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(985, 652);
     this.Controls.Add(this.btnthoat);
     this.Controls.Add(this.btnluu);
     this.Controls.Add(this.btnin);
     this.Controls.Add(this.btnxoa);
     this.Controls.Add(this.btnthem);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.grbthongtinchung);
     this.Controls.Add(this.lblbangchu);
     this.Controls.Add(this.cbomahoadon);
     this.Controls.Add(this.txtTongtien);
     this.Controls.Add(this.txtTongtien1);
     this.Controls.Add(this.txtMahoadon);
     this.Controls.Add(this.grbChitiet);
     this.Name = "frmHoadonnhap";
     this.Text = "frmHoadonnhap";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.grbthongtinchung.ResumeLayout(false);
     this.grbthongtinchung.PerformLayout();
     this.grbChitiet.ResumeLayout(false);
     this.grbChitiet.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.btnSave = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddSPark = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddDoor = new DevExpress.XtraEditors.SimpleButton();
     this.btnDel = new DevExpress.XtraEditors.SimpleButton();
     this.btnAddPark = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.trvParkStall = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.grpFee = new DevExpress.XtraEditors.GroupControl();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.rdofeed2 = new System.Windows.Forms.RadioButton();
     this.rdofeed6 = new System.Windows.Forms.RadioButton();
     this.rdofeed1 = new System.Windows.Forms.RadioButton();
     this.rdofeed5 = new System.Windows.Forms.RadioButton();
     this.rdofeed3 = new System.Windows.Forms.RadioButton();
     this.rdofeed4 = new System.Windows.Forms.RadioButton();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl7 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
     this.tabFeeStd = new System.Windows.Forms.TabControl();
     this.tabpgFee1 = new System.Windows.Forms.TabPage();
     this.RemarkLab = new System.Windows.Forms.Label();
     this.tbDayOut = new System.Windows.Forms.TextBox();
     this.DayOutLab = new System.Windows.Forms.Label();
     this.tbBasicFee = new System.Windows.Forms.TextBox();
     this.BasicFeeLab = new System.Windows.Forms.Label();
     this.tbFreeTlen = new System.Windows.Forms.TextBox();
     this.FreeTimeLab = new System.Windows.Forms.Label();
     this.tabpgFee2 = new System.Windows.Forms.TabPage();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.ChargeRateTxt2 = new System.Windows.Forms.TextBox();
     this.ChargeTimeTxt2 = new System.Windows.Forms.TextBox();
     this.AftFreeTxt2 = new System.Windows.Forms.TextBox();
     this.BasicFeeTxt2 = new System.Windows.Forms.TextBox();
     this.BasicTimeTxt2 = new System.Windows.Forms.TextBox();
     this.FreeTimeTxt2 = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.InfomationLab2 = new System.Windows.Forms.Label();
     this.ChargeRateLab2 = new System.Windows.Forms.Label();
     this.ChargeTimeLab2 = new System.Windows.Forms.Label();
     this.AftFreeLab2 = new System.Windows.Forms.Label();
     this.BasicFeeLab2 = new System.Windows.Forms.Label();
     this.BasicTimeLab2 = new System.Windows.Forms.Label();
     this.FreeTimeLab2 = new System.Windows.Forms.Label();
     this.tabpgFee3 = new System.Windows.Forms.TabPage();
     this.Infomation31 = new System.Windows.Forms.Label();
     this.Infomation3 = new System.Windows.Forms.Label();
     this.LoopFeeTxt5 = new System.Windows.Forms.TextBox();
     this.LoopTimeTxt5 = new System.Windows.Forms.TextBox();
     this.LoopFeeTxt4 = new System.Windows.Forms.TextBox();
     this.LoopTimeTxt4 = new System.Windows.Forms.TextBox();
     this.LoopFeeTxt3 = new System.Windows.Forms.TextBox();
     this.LoopTimeTxt3 = new System.Windows.Forms.TextBox();
     this.LoopFeeTxt2 = new System.Windows.Forms.TextBox();
     this.LoopTimeTxt2 = new System.Windows.Forms.TextBox();
     this.LoopFeeTxt1 = new System.Windows.Forms.TextBox();
     this.LoopTimeTxt1 = new System.Windows.Forms.TextBox();
     this.LoopNoTxt = new System.Windows.Forms.TextBox();
     this.FreeTimeTxt3 = new System.Windows.Forms.TextBox();
     this.LoopFeeLab5 = new System.Windows.Forms.Label();
     this.LoopTimeLab5 = new System.Windows.Forms.Label();
     this.LoopFeeLab4 = new System.Windows.Forms.Label();
     this.LoopTimeLab4 = new System.Windows.Forms.Label();
     this.LoopFeeLab3 = new System.Windows.Forms.Label();
     this.LoopTimeLab3 = new System.Windows.Forms.Label();
     this.LoopFeeLab2 = new System.Windows.Forms.Label();
     this.LoopTimeLab2 = new System.Windows.Forms.Label();
     this.LoopFeeLab1 = new System.Windows.Forms.Label();
     this.LoopTimeLab1 = new System.Windows.Forms.Label();
     this.LoopNoLab = new System.Windows.Forms.Label();
     this.FreeTimeLab3 = new System.Windows.Forms.Label();
     this.tabpgFee4 = new System.Windows.Forms.TabPage();
     this.maskedTextBox13 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox12 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox11 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox10 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox9 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox8 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox7 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox6 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox5 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox4 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
     this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.OutStageLab5 = new System.Windows.Forms.Label();
     this.TimePointLab5 = new System.Windows.Forms.Label();
     this.OutStageLab4 = new System.Windows.Forms.Label();
     this.TimePointLab4 = new System.Windows.Forms.Label();
     this.OutStageLab3 = new System.Windows.Forms.Label();
     this.TimePointLab3 = new System.Windows.Forms.Label();
     this.OutStageLab2 = new System.Windows.Forms.Label();
     this.TimePointLab2 = new System.Windows.Forms.Label();
     this.OutStageLab1 = new System.Windows.Forms.Label();
     this.TimePointLab1 = new System.Windows.Forms.Label();
     this.BasicFeeLab4 = new System.Windows.Forms.Label();
     this.FreeTimeLab4 = new System.Windows.Forms.Label();
     this.TimeCountLab = new System.Windows.Forms.Label();
     this.tabpgFee5 = new System.Windows.Forms.TabPage();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.ChargeRateTxt6 = new System.Windows.Forms.TextBox();
     this.ChargeRateLab6 = new System.Windows.Forms.Label();
     this.ChargeTimeTxt6 = new System.Windows.Forms.TextBox();
     this.ChargeTimeLab6 = new System.Windows.Forms.Label();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.ChargeRateTxt5 = new System.Windows.Forms.TextBox();
     this.ChargeRateLab5 = new System.Windows.Forms.Label();
     this.ChargeTimeTxt5 = new System.Windows.Forms.TextBox();
     this.ChargeTimeLab5 = new System.Windows.Forms.Label();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.TimePoint4 = new System.Windows.Forms.DateTimePicker();
     this.TimePoint4Lab = new System.Windows.Forms.Label();
     this.TimePoint3 = new System.Windows.Forms.DateTimePicker();
     this.TimePoint3Lab = new System.Windows.Forms.Label();
     this.AftFreeTxt5 = new System.Windows.Forms.TextBox();
     this.BasicFeeTxt5 = new System.Windows.Forms.TextBox();
     this.BasicTimeTxt5 = new System.Windows.Forms.TextBox();
     this.FreeTimeTxt5 = new System.Windows.Forms.TextBox();
     this.AftFreeLab5 = new System.Windows.Forms.Label();
     this.BasicFeeLab5 = new System.Windows.Forms.Label();
     this.BasicTimeLab5 = new System.Windows.Forms.Label();
     this.FreeTimeLab5 = new System.Windows.Forms.Label();
     this.tabpgFee6 = new System.Windows.Forms.TabPage();
     this.HourFeeTxt24 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt23 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt22 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt21 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt20 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt19 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt18 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt17 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt16 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt15 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt14 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt13 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt12 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt11 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt10 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt9 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt8 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt7 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt6 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt5 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt4 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt3 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt2 = new System.Windows.Forms.TextBox();
     this.HourFeeTxt1 = new System.Windows.Forms.TextBox();
     this.LimitAccTxt = new System.Windows.Forms.TextBox();
     this.FreeTimeTxt6 = new System.Windows.Forms.TextBox();
     this.HourFeeLab24 = new System.Windows.Forms.Label();
     this.HourFeeLab23 = new System.Windows.Forms.Label();
     this.HourFeeLab22 = new System.Windows.Forms.Label();
     this.HourFeeLab21 = new System.Windows.Forms.Label();
     this.HourFeeLab20 = new System.Windows.Forms.Label();
     this.HourFeeLab19 = new System.Windows.Forms.Label();
     this.HourFeeLab18 = new System.Windows.Forms.Label();
     this.HourFeeLab17 = new System.Windows.Forms.Label();
     this.HourFeeLab16 = new System.Windows.Forms.Label();
     this.HourFeeLab15 = new System.Windows.Forms.Label();
     this.HourFeeLab14 = new System.Windows.Forms.Label();
     this.HourFeeLab13 = new System.Windows.Forms.Label();
     this.HourFeeLab12 = new System.Windows.Forms.Label();
     this.HourFeeLab11 = new System.Windows.Forms.Label();
     this.HourFeeLab10 = new System.Windows.Forms.Label();
     this.HourFeeLab9 = new System.Windows.Forms.Label();
     this.HourFeeLab8 = new System.Windows.Forms.Label();
     this.HourFeeLab7 = new System.Windows.Forms.Label();
     this.HourFeeLab6 = new System.Windows.Forms.Label();
     this.HourFeeLab5 = new System.Windows.Forms.Label();
     this.HourFeeLab4 = new System.Windows.Forms.Label();
     this.HourFeeLab3 = new System.Windows.Forms.Label();
     this.HourFeeLab2 = new System.Windows.Forms.Label();
     this.HourFeeLab1 = new System.Windows.Forms.Label();
     this.LimitAccLab = new System.Windows.Forms.Label();
     this.FreeTimeLab6 = new System.Windows.Forms.Label();
     this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
     this.btnbigCar = new DevExpress.XtraEditors.SimpleButton();
     this.btnMiCar = new DevExpress.XtraEditors.SimpleButton();
     this.btnTimeCar = new DevExpress.XtraEditors.SimpleButton();
     this.btnSmallCar = new DevExpress.XtraEditors.SimpleButton();
     this.btnMoCar = new DevExpress.XtraEditors.SimpleButton();
     this.grpParam = new DevExpress.XtraEditors.GroupControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.dbDev = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panelControl9 = new DevExpress.XtraEditors.PanelControl();
     this.btnAddDev = new DevExpress.XtraEditors.SimpleButton();
     this.btnDelDev = new DevExpress.XtraEditors.SimpleButton();
     this.btnSaveDev = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.checkEdit10 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit2 = new DevExpress.XtraEditors.CheckEdit();
     this.grpbChannel = new System.Windows.Forms.GroupBox();
     this.plCarType = new System.Windows.Forms.Panel();
     this.checkEdit13 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit14 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit15 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit16 = new DevExpress.XtraEditors.CheckEdit();
     this.plCardType = new System.Windows.Forms.Panel();
     this.checkEdit3 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit4 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit5 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit6 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit7 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit8 = new DevExpress.XtraEditors.CheckEdit();
     this.checkEdit9 = new DevExpress.XtraEditors.CheckEdit();
     this.checkBox5 = new System.Windows.Forms.CheckBox();
     this.radChannelCard = new System.Windows.Forms.RadioButton();
     this.radChannelCar = new System.Windows.Forms.RadioButton();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
     this.label3 = new System.Windows.Forms.Label();
     this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
     this.grpbCardType = new System.Windows.Forms.GroupBox();
     this.checkBox17 = new DevExpress.XtraEditors.CheckEdit();
     this.GbkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.CzkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.LskChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.SdkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.MfkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.LmkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.QkChk1 = new DevExpress.XtraEditors.CheckEdit();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.checkBox1 = new DevExpress.XtraEditors.CheckEdit();
     this.checkBox2 = new DevExpress.XtraEditors.CheckEdit();
     this.grpbAccept = new System.Windows.Forms.GroupBox();
     this.checkBox16 = new DevExpress.XtraEditors.CheckEdit();
     this.GbkChk = new DevExpress.XtraEditors.CheckEdit();
     this.CzkChk = new DevExpress.XtraEditors.CheckEdit();
     this.LskChk = new DevExpress.XtraEditors.CheckEdit();
     this.SdkChk = new DevExpress.XtraEditors.CheckEdit();
     this.MfkChk = new DevExpress.XtraEditors.CheckEdit();
     this.LmkChk = new DevExpress.XtraEditors.CheckEdit();
     this.QkChk = new DevExpress.XtraEditors.CheckEdit();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.LsCardTpComb = new DevExpress.XtraEditors.LookUpEdit();
     this.CarTypeComb = new DevExpress.XtraEditors.LookUpEdit();
     this.LsCardTpLab = new System.Windows.Forms.Label();
     this.CarTypeLab = new System.Windows.Forms.Label();
     this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.MulInOutChk = new DevExpress.XtraEditors.CheckEdit();
     this.IsOutComChk = new DevExpress.XtraEditors.CheckEdit();
     this.SmaPrkLogComb = new DevExpress.XtraEditors.LookUpEdit();
     this.DevAddrTxt = new DevExpress.XtraEditors.TextEdit();
     this.ValDayAlmTxt = new DevExpress.XtraEditors.TextEdit();
     this.comboBox1 = new DevExpress.XtraEditors.TextEdit();
     this.label4 = new System.Windows.Forms.Label();
     this.DevAddrLab = new System.Windows.Forms.Label();
     this.SmaPrkLogLab = new System.Windows.Forms.Label();
     this.CardBalAlmLab = new System.Windows.Forms.Label();
     this.ValDayAlmLab = new System.Windows.Forms.Label();
     this.panBaseInfo = new DevExpress.XtraEditors.GroupControl();
     this.panelControl16 = new DevExpress.XtraEditors.PanelControl();
     this.RetainStaTxt = new DevExpress.XtraEditors.TextEdit();
     this.TypeCombo = new System.Windows.Forms.ComboBox();
     this.AllNoTxt = new DevExpress.XtraEditors.TextEdit();
     this.RetainStaLab = new System.Windows.Forms.Label();
     this.AllNoLab = new System.Windows.Forms.Label();
     this.StallNoTxt = new DevExpress.XtraEditors.TextEdit();
     this.ComIpTxt = new DevExpress.XtraEditors.TextEdit();
     this.TxtStalname = new DevExpress.XtraEditors.TextEdit();
     this.ComIpLab = new System.Windows.Forms.Label();
     this.TypeLab = new System.Windows.Forms.Label();
     this.StallNameLab = new System.Windows.Forms.Label();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.radfee2 = new System.Windows.Forms.RadioButton();
     this.radfee6 = new System.Windows.Forms.RadioButton();
     this.radfee1 = new System.Windows.Forms.RadioButton();
     this.radfee5 = new System.Windows.Forms.RadioButton();
     this.radfee3 = new System.Windows.Forms.RadioButton();
     this.radfee4 = new System.Windows.Forms.RadioButton();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trvParkStall)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpFee)).BeginInit();
     this.grpFee.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
     this.panelControl7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
     this.panelControl8.SuspendLayout();
     this.tabFeeStd.SuspendLayout();
     this.tabpgFee1.SuspendLayout();
     this.tabpgFee2.SuspendLayout();
     this.tabpgFee3.SuspendLayout();
     this.tabpgFee4.SuspendLayout();
     this.tabpgFee5.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.tabpgFee6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
     this.panelControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grpParam)).BeginInit();
     this.grpParam.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dbDev)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).BeginInit();
     this.panelControl9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
     this.panelControl5.SuspendLayout();
     this.groupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     this.grpbChannel.SuspendLayout();
     this.plCarType.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit13.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit14.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit15.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit16.Properties)).BeginInit();
     this.plCardType.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).BeginInit();
     this.groupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     this.grpbCardType.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox17.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GbkChk1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CzkChk1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LskChk1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SdkChk1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MfkChk1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LmkChk1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.QkChk1.Properties)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2.Properties)).BeginInit();
     this.grpbAccept.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox16.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GbkChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CzkChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LskChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SdkChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MfkChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LmkChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.QkChk.Properties)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LsCardTpComb.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CarTypeComb.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MulInOutChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IsOutComChk.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SmaPrkLogComb.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DevAddrTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ValDayAlmTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panBaseInfo)).BeginInit();
     this.panBaseInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl16)).BeginInit();
     this.panelControl16.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RetainStaTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.AllNoTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StallNoTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ComIpTxt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtStalname.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.simpleButton6);
     this.panelControl1.Controls.Add(this.btnSave);
     this.panelControl1.Controls.Add(this.btnAddSPark);
     this.panelControl1.Controls.Add(this.btnAddDoor);
     this.panelControl1.Controls.Add(this.btnDel);
     this.panelControl1.Controls.Add(this.btnAddPark);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(852, 45);
     this.panelControl1.TabIndex = 0;
     //
     // simpleButton6
     //
     this.simpleButton6.Location = new System.Drawing.Point(383, 9);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(64, 30);
     this.simpleButton6.TabIndex = 5;
     this.simpleButton6.Text = "退出";
     this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(309, 10);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(64, 30);
     this.btnSave.TabIndex = 4;
     this.btnSave.Text = "保存";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnAddSPark
     //
     this.btnAddSPark.Location = new System.Drawing.Point(95, 8);
     this.btnAddSPark.Name = "btnAddSPark";
     this.btnAddSPark.Size = new System.Drawing.Size(64, 30);
     this.btnAddSPark.TabIndex = 3;
     this.btnAddSPark.Text = "增加内场";
     this.btnAddSPark.Click += new System.EventHandler(this.btnAddSPark_Click);
     //
     // btnAddDoor
     //
     this.btnAddDoor.Location = new System.Drawing.Point(165, 8);
     this.btnAddDoor.Name = "btnAddDoor";
     this.btnAddDoor.Size = new System.Drawing.Size(64, 30);
     this.btnAddDoor.TabIndex = 2;
     this.btnAddDoor.Text = "增加门岗";
     this.btnAddDoor.Click += new System.EventHandler(this.btnAddDoor_Click);
     //
     // btnDel
     //
     this.btnDel.Location = new System.Drawing.Point(238, 9);
     this.btnDel.Name = "btnDel";
     this.btnDel.Size = new System.Drawing.Size(64, 30);
     this.btnDel.TabIndex = 1;
     this.btnDel.Text = "删除";
     this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
     //
     // btnAddPark
     //
     this.btnAddPark.Location = new System.Drawing.Point(25, 8);
     this.btnAddPark.Name = "btnAddPark";
     this.btnAddPark.Size = new System.Drawing.Size(64, 30);
     this.btnAddPark.TabIndex = 0;
     this.btnAddPark.Text = "增加车场";
     this.btnAddPark.Click += new System.EventHandler(this.btnAddPark_Click);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 45);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.trvParkStall);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.grpFee);
     this.splitContainerControl1.Panel2.Controls.Add(this.grpParam);
     this.splitContainerControl1.Panel2.Controls.Add(this.panBaseInfo);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(852, 682);
     this.splitContainerControl1.SplitterPosition = 199;
     this.splitContainerControl1.TabIndex = 1;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // trvParkStall
     //
     this.trvParkStall.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Blue;
     this.trvParkStall.Appearance.FocusedCell.Options.UseForeColor = true;
     this.trvParkStall.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.trvParkStall.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.trvParkStall.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeListColumn2,
     this.treeListColumn1});
     this.trvParkStall.Dock = System.Windows.Forms.DockStyle.Fill;
     this.trvParkStall.FixedLineWidth = 1;
     this.trvParkStall.Location = new System.Drawing.Point(0, 0);
     this.trvParkStall.Name = "trvParkStall";
     this.trvParkStall.OptionsBehavior.Editable = false;
     this.trvParkStall.OptionsBehavior.KeepSelectedOnClick = false;
     this.trvParkStall.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.trvParkStall.OptionsView.ShowHorzLines = false;
     this.trvParkStall.OptionsView.ShowVertLines = false;
     this.trvParkStall.Size = new System.Drawing.Size(199, 682);
     this.trvParkStall.TabIndex = 57;
     this.trvParkStall.Tag = "@db=门禁管理";
     this.trvParkStall.AfterFocusNode += new DevExpress.XtraTreeList.NodeEventHandler(this.trvParkStall_AfterFocusNode);
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption = "停车场信息";
     this.treeListColumn2.FieldName = "名称";
     this.treeListColumn2.Name = "treeListColumn2";
     this.treeListColumn2.OptionsColumn.AllowEdit = false;
     this.treeListColumn2.Visible = true;
     this.treeListColumn2.VisibleIndex = 0;
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption = "id";
     this.treeListColumn1.FieldName = "id";
     this.treeListColumn1.Name = "treeListColumn1";
     //
     // grpFee
     //
     this.grpFee.Controls.Add(this.groupBox2);
     this.grpFee.Controls.Add(this.panelControl3);
     this.grpFee.Location = new System.Drawing.Point(2, 638);
     this.grpFee.Name = "grpFee";
     this.grpFee.Size = new System.Drawing.Size(578, 41);
     this.grpFee.TabIndex = 12;
     this.grpFee.Tag = "";
     this.grpFee.Text = "收费标准";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.rdofeed2);
     this.groupBox2.Controls.Add(this.rdofeed6);
     this.groupBox2.Controls.Add(this.rdofeed1);
     this.groupBox2.Controls.Add(this.rdofeed5);
     this.groupBox2.Controls.Add(this.rdofeed3);
     this.groupBox2.Controls.Add(this.rdofeed4);
     this.groupBox2.Location = new System.Drawing.Point(0, 53);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(629, 33);
     this.groupBox2.TabIndex = 61;
     this.groupBox2.TabStop = false;
     //
     // rdofeed2
     //
     this.rdofeed2.AutoSize = true;
     this.rdofeed2.Location = new System.Drawing.Point(94, 12);
     this.rdofeed2.Name = "rdofeed2";
     this.rdofeed2.Size = new System.Drawing.Size(61, 18);
     this.rdofeed2.TabIndex = 4;
     this.rdofeed2.Tag = "@pm=方式代码,@val=2";
     this.rdofeed2.Text = "收费二";
     this.rdofeed2.UseVisualStyleBackColor = true;
     this.rdofeed2.CheckedChanged += new System.EventHandler(this.radfee_CheckedChanged);
     //
     // rdofeed6
     //
     this.rdofeed6.AutoSize = true;
     this.rdofeed6.Location = new System.Drawing.Point(399, 11);
     this.rdofeed6.Name = "rdofeed6";
     this.rdofeed6.Size = new System.Drawing.Size(61, 18);
     this.rdofeed6.TabIndex = 8;
     this.rdofeed6.Tag = "@pm=方式代码,@val=6";
     this.rdofeed6.Text = "收费六";
     this.rdofeed6.UseVisualStyleBackColor = true;
     this.rdofeed6.CheckedChanged += new System.EventHandler(this.radfee_CheckedChanged);
     //
     // rdofeed1
     //
     this.rdofeed1.AutoSize = true;
     this.rdofeed1.Checked = true;
     this.rdofeed1.Location = new System.Drawing.Point(21, 11);
     this.rdofeed1.Name = "rdofeed1";
     this.rdofeed1.Size = new System.Drawing.Size(61, 18);
     this.rdofeed1.TabIndex = 3;
     this.rdofeed1.TabStop = true;
     this.rdofeed1.Tag = "@pm=方式代码,@val=1";
     this.rdofeed1.Text = "收费一";
     this.rdofeed1.UseVisualStyleBackColor = true;
     this.rdofeed1.CheckedChanged += new System.EventHandler(this.radfee_CheckedChanged);
     //
     // rdofeed5
     //
     this.rdofeed5.AutoSize = true;
     this.rdofeed5.Location = new System.Drawing.Point(334, 11);
     this.rdofeed5.Name = "rdofeed5";
     this.rdofeed5.Size = new System.Drawing.Size(61, 18);
     this.rdofeed5.TabIndex = 7;
     this.rdofeed5.Tag = "@pm=方式代码,@val=5";
     this.rdofeed5.Text = "收费五";
     this.rdofeed5.UseVisualStyleBackColor = true;
     this.rdofeed5.CheckedChanged += new System.EventHandler(this.radfee_CheckedChanged);
     //
     // rdofeed3
     //
     this.rdofeed3.AutoSize = true;
     this.rdofeed3.Location = new System.Drawing.Point(179, 12);
     this.rdofeed3.Name = "rdofeed3";
     this.rdofeed3.Size = new System.Drawing.Size(61, 18);
     this.rdofeed3.TabIndex = 5;
     this.rdofeed3.Tag = "@pm=方式代码,@val=3";
     this.rdofeed3.Text = "收费三";
     this.rdofeed3.UseVisualStyleBackColor = true;
     this.rdofeed3.CheckedChanged += new System.EventHandler(this.radfee_CheckedChanged);
     //
     // rdofeed4
     //
     this.rdofeed4.AutoSize = true;
     this.rdofeed4.Location = new System.Drawing.Point(254, 12);
     this.rdofeed4.Name = "rdofeed4";
     this.rdofeed4.Size = new System.Drawing.Size(61, 18);
     this.rdofeed4.TabIndex = 6;
     this.rdofeed4.Tag = "@pm=方式代码,@val=4";
     this.rdofeed4.Text = "收费四";
     this.rdofeed4.UseVisualStyleBackColor = true;
     this.rdofeed4.CheckedChanged += new System.EventHandler(this.radfee_CheckedChanged);
     //
     // panelControl3
     //
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.panelControl7);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(2, 21);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(574, 18);
     this.panelControl3.TabIndex = 1;
     this.panelControl3.Tag = "@db=用户信息";
     //
     // panelControl7
     //
     this.panelControl7.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl7.Controls.Add(this.panelControl8);
     this.panelControl7.Controls.Add(this.panelControl6);
     this.panelControl7.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl7.Location = new System.Drawing.Point(0, 0);
     this.panelControl7.Name = "panelControl7";
     this.panelControl7.Size = new System.Drawing.Size(574, 18);
     this.panelControl7.TabIndex = 10;
     //
     // panelControl8
     //
     this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl8.Controls.Add(this.tabFeeStd);
     this.panelControl8.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl8.Location = new System.Drawing.Point(0, 35);
     this.panelControl8.Name = "panelControl8";
     this.panelControl8.Size = new System.Drawing.Size(574, 0);
     this.panelControl8.TabIndex = 62;
     //
     // tabFeeStd
     //
     this.tabFeeStd.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
     this.tabFeeStd.Controls.Add(this.tabpgFee1);
     this.tabFeeStd.Controls.Add(this.tabpgFee2);
     this.tabFeeStd.Controls.Add(this.tabpgFee3);
     this.tabFeeStd.Controls.Add(this.tabpgFee4);
     this.tabFeeStd.Controls.Add(this.tabpgFee5);
     this.tabFeeStd.Controls.Add(this.tabpgFee6);
     this.tabFeeStd.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabFeeStd.Location = new System.Drawing.Point(0, 0);
     this.tabFeeStd.Name = "tabFeeStd";
     this.tabFeeStd.SelectedIndex = 0;
     this.tabFeeStd.ShowToolTips = true;
     this.tabFeeStd.Size = new System.Drawing.Size(574, 0);
     this.tabFeeStd.TabIndex = 62;
     this.tabFeeStd.Tag = "@tb=收费标准";
     //
     // tabpgFee1
     //
     this.tabpgFee1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabpgFee1.Controls.Add(this.RemarkLab);
     this.tabpgFee1.Controls.Add(this.tbDayOut);
     this.tabpgFee1.Controls.Add(this.DayOutLab);
     this.tabpgFee1.Controls.Add(this.tbBasicFee);
     this.tabpgFee1.Controls.Add(this.BasicFeeLab);
     this.tabpgFee1.Controls.Add(this.tbFreeTlen);
     this.tabpgFee1.Controls.Add(this.FreeTimeLab);
     this.tabpgFee1.Location = new System.Drawing.Point(4, 26);
     this.tabpgFee1.Name = "tabpgFee1";
     this.tabpgFee1.Padding = new System.Windows.Forms.Padding(3);
     this.tabpgFee1.Size = new System.Drawing.Size(566, 0);
     this.tabpgFee1.TabIndex = 0;
     this.tabpgFee1.Tag = "";
     this.tabpgFee1.Text = "收费方式1";
     //
     // RemarkLab
     //
     this.RemarkLab.AutoSize = true;
     this.RemarkLab.Location = new System.Drawing.Point(116, 190);
     this.RemarkLab.Name = "RemarkLab";
     this.RemarkLab.Size = new System.Drawing.Size(419, 14);
     this.RemarkLab.TabIndex = 6;
     this.RemarkLab.Text = "计算方法:在T0内免费,超过T0而为跨天收费F1,以后每跨一天加一次收费F2 ";
     //
     // tbDayOut
     //
     this.tbDayOut.Location = new System.Drawing.Point(136, 106);
     this.tbDayOut.Name = "tbDayOut";
     this.tbDayOut.Size = new System.Drawing.Size(145, 22);
     this.tbDayOut.TabIndex = 5;
     this.tbDayOut.Tag = "@pm=金额";
     //
     // DayOutLab
     //
     this.DayOutLab.AutoSize = true;
     this.DayOutLab.Location = new System.Drawing.Point(37, 110);
     this.DayOutLab.Name = "DayOutLab";
     this.DayOutLab.Size = new System.Drawing.Size(96, 14);
     this.DayOutLab.TabIndex = 4;
     this.DayOutLab.Text = "跨天收费金额F2:";
     //
     // tbBasicFee
     //
     this.tbBasicFee.Location = new System.Drawing.Point(434, 40);
     this.tbBasicFee.Name = "tbBasicFee";
     this.tbBasicFee.Size = new System.Drawing.Size(131, 22);
     this.tbBasicFee.TabIndex = 3;
     this.tbBasicFee.Tag = "@pm=基本费";
     //
     // BasicFeeLab
     //
     this.BasicFeeLab.AutoSize = true;
     this.BasicFeeLab.Location = new System.Drawing.Point(327, 44);
     this.BasicFeeLab.Name = "BasicFeeLab";
     this.BasicFeeLab.Size = new System.Drawing.Size(96, 14);
     this.BasicFeeLab.TabIndex = 2;
     this.BasicFeeLab.Text = "基本收费金额F1:";
     //
     // tbFreeTlen
     //
     this.tbFreeTlen.Location = new System.Drawing.Point(136, 41);
     this.tbFreeTlen.Name = "tbFreeTlen";
     this.tbFreeTlen.Size = new System.Drawing.Size(149, 22);
     this.tbFreeTlen.TabIndex = 1;
     this.tbFreeTlen.Tag = "@pm=免费时长";
     //
     // FreeTimeLab
     //
     this.FreeTimeLab.AutoSize = true;
     this.FreeTimeLab.Location = new System.Drawing.Point(57, 43);
     this.FreeTimeLab.Name = "FreeTimeLab";
     this.FreeTimeLab.Size = new System.Drawing.Size(74, 14);
     this.FreeTimeLab.TabIndex = 0;
     this.FreeTimeLab.Text = "免费时长T0:";
     //
     // tabpgFee2
     //
     this.tabpgFee2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabpgFee2.Controls.Add(this.textBox1);
     this.tabpgFee2.Controls.Add(this.textBox2);
     this.tabpgFee2.Controls.Add(this.ChargeRateTxt2);
     this.tabpgFee2.Controls.Add(this.ChargeTimeTxt2);
     this.tabpgFee2.Controls.Add(this.AftFreeTxt2);
     this.tabpgFee2.Controls.Add(this.BasicFeeTxt2);
     this.tabpgFee2.Controls.Add(this.BasicTimeTxt2);
     this.tabpgFee2.Controls.Add(this.FreeTimeTxt2);
     this.tabpgFee2.Controls.Add(this.label13);
     this.tabpgFee2.Controls.Add(this.label5);
     this.tabpgFee2.Controls.Add(this.InfomationLab2);
     this.tabpgFee2.Controls.Add(this.ChargeRateLab2);
     this.tabpgFee2.Controls.Add(this.ChargeTimeLab2);
     this.tabpgFee2.Controls.Add(this.AftFreeLab2);
     this.tabpgFee2.Controls.Add(this.BasicFeeLab2);
     this.tabpgFee2.Controls.Add(this.BasicTimeLab2);
     this.tabpgFee2.Controls.Add(this.FreeTimeLab2);
     this.tabpgFee2.Location = new System.Drawing.Point(4, 26);
     this.tabpgFee2.Name = "tabpgFee2";
     this.tabpgFee2.Padding = new System.Windows.Forms.Padding(3);
     this.tabpgFee2.Size = new System.Drawing.Size(566, 0);
     this.tabpgFee2.TabIndex = 1;
     this.tabpgFee2.Tag = "";
     this.tabpgFee2.Text = "收费方式2";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(434, 142);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(126, 22);
     this.textBox1.TabIndex = 19;
     this.textBox1.Tag = "@pm=日限额";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(434, 105);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(126, 22);
     this.textBox2.TabIndex = 17;
     this.textBox2.Tag = "@pm=廿四时限额";
     //
     // ChargeRateTxt2
     //
     this.ChargeRateTxt2.Location = new System.Drawing.Point(122, 149);
     this.ChargeRateTxt2.Name = "ChargeRateTxt2";
     this.ChargeRateTxt2.Size = new System.Drawing.Size(136, 22);
     this.ChargeRateTxt2.TabIndex = 11;
     this.ChargeRateTxt2.Tag = "@pm=金额,@num=1";
     //
     // ChargeTimeTxt2
     //
     this.ChargeTimeTxt2.Location = new System.Drawing.Point(122, 112);
     this.ChargeTimeTxt2.Name = "ChargeTimeTxt2";
     this.ChargeTimeTxt2.Size = new System.Drawing.Size(136, 22);
     this.ChargeTimeTxt2.TabIndex = 9;
     this.ChargeTimeTxt2.Tag = "@pm=时长,@num=1";
     //
     // AftFreeTxt2
     //
     this.AftFreeTxt2.Location = new System.Drawing.Point(434, 72);
     this.AftFreeTxt2.Name = "AftFreeTxt2";
     this.AftFreeTxt2.Size = new System.Drawing.Size(126, 22);
     this.AftFreeTxt2.TabIndex = 7;
     this.AftFreeTxt2.Tag = "@pm=基本费延时";
     //
     // BasicFeeTxt2
     //
     this.BasicFeeTxt2.Location = new System.Drawing.Point(122, 72);
     this.BasicFeeTxt2.Name = "BasicFeeTxt2";
     this.BasicFeeTxt2.Size = new System.Drawing.Size(136, 22);
     this.BasicFeeTxt2.TabIndex = 5;
     this.BasicFeeTxt2.Tag = "@pm=基本费";
     //
     // BasicTimeTxt2
     //
     this.BasicTimeTxt2.Location = new System.Drawing.Point(435, 36);
     this.BasicTimeTxt2.Name = "BasicTimeTxt2";
     this.BasicTimeTxt2.Size = new System.Drawing.Size(125, 22);
     this.BasicTimeTxt2.TabIndex = 3;
     this.BasicTimeTxt2.Tag = "@pm=基本时长";
     //
     // FreeTimeTxt2
     //
     this.FreeTimeTxt2.Location = new System.Drawing.Point(122, 36);
     this.FreeTimeTxt2.Name = "FreeTimeTxt2";
     this.FreeTimeTxt2.Size = new System.Drawing.Size(136, 22);
     this.FreeTimeTxt2.TabIndex = 1;
     this.FreeTimeTxt2.Tag = "@pm=免费时长";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(369, 152);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(59, 14);
     this.label13.TabIndex = 18;
     this.label13.Text = "每日限额:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(347, 115);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(85, 14);
     this.label5.TabIndex = 16;
     this.label5.Text = "24小时限额FL:";
     //
     // InfomationLab2
     //
     this.InfomationLab2.AutoSize = true;
     this.InfomationLab2.Location = new System.Drawing.Point(119, 209);
     this.InfomationLab2.Name = "InfomationLab2";
     this.InfomationLab2.Size = new System.Drawing.Size(382, 42);
     this.InfomationLab2.TabIndex = 12;
     this.InfomationLab2.Text = "在T0内免费,超过T0而未超过T1收费F1,\r\n超过基本费时长T1而未超过基本费后的免费时长T2,不加收费用;\r\n如果超过T2,则以后每T3时长收费F2,且每个限" +
         "额时间内收费不超过FL。";
     //
     // ChargeRateLab2
     //
     this.ChargeRateLab2.AutoSize = true;
     this.ChargeRateLab2.Location = new System.Drawing.Point(60, 152);
     this.ChargeRateLab2.Name = "ChargeRateLab2";
     this.ChargeRateLab2.Size = new System.Drawing.Size(60, 14);
     this.ChargeRateLab2.TabIndex = 10;
     this.ChargeRateLab2.Text = "计费率F2:";
     //
     // ChargeTimeLab2
     //
     this.ChargeTimeLab2.AutoSize = true;
     this.ChargeTimeLab2.Location = new System.Drawing.Point(24, 119);
     this.ChargeTimeLab2.Name = "ChargeTimeLab2";
     this.ChargeTimeLab2.Size = new System.Drawing.Size(96, 14);
     this.ChargeTimeLab2.TabIndex = 8;
     this.ChargeTimeLab2.Text = "计费时长T3(分):";
     //
     // AftFreeLab2
     //
     this.AftFreeLab2.AutoSize = true;
     this.AftFreeLab2.Location = new System.Drawing.Point(276, 79);
     this.AftFreeLab2.Name = "AftFreeLab2";
     this.AftFreeLab2.Size = new System.Drawing.Size(156, 14);
     this.AftFreeLab2.TabIndex = 6;
     this.AftFreeLab2.Text = "基本费后的免费时长T2(分):";
     //
     // BasicFeeLab2
     //
     this.BasicFeeLab2.AutoSize = true;
     this.BasicFeeLab2.Location = new System.Drawing.Point(60, 76);
     this.BasicFeeLab2.Name = "BasicFeeLab2";
     this.BasicFeeLab2.Size = new System.Drawing.Size(60, 14);
     this.BasicFeeLab2.TabIndex = 4;
     this.BasicFeeLab2.Text = "基本费F1:";
     //
     // BasicTimeLab2
     //
     this.BasicTimeLab2.AutoSize = true;
     this.BasicTimeLab2.Location = new System.Drawing.Point(320, 36);
     this.BasicTimeLab2.Name = "BasicTimeLab2";
     this.BasicTimeLab2.Size = new System.Drawing.Size(108, 14);
     this.BasicTimeLab2.TabIndex = 2;
     this.BasicTimeLab2.Text = "基本费时长T1(分):";
     //
     // FreeTimeLab2
     //
     this.FreeTimeLab2.AutoSize = true;
     this.FreeTimeLab2.Location = new System.Drawing.Point(24, 39);
     this.FreeTimeLab2.Name = "FreeTimeLab2";
     this.FreeTimeLab2.Size = new System.Drawing.Size(96, 14);
     this.FreeTimeLab2.TabIndex = 0;
     this.FreeTimeLab2.Text = "免费时长T0(分):";
     //
     // tabpgFee3
     //
     this.tabpgFee3.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabpgFee3.Controls.Add(this.Infomation31);
     this.tabpgFee3.Controls.Add(this.Infomation3);
     this.tabpgFee3.Controls.Add(this.LoopFeeTxt5);
     this.tabpgFee3.Controls.Add(this.LoopTimeTxt5);
     this.tabpgFee3.Controls.Add(this.LoopFeeTxt4);
     this.tabpgFee3.Controls.Add(this.LoopTimeTxt4);
     this.tabpgFee3.Controls.Add(this.LoopFeeTxt3);
     this.tabpgFee3.Controls.Add(this.LoopTimeTxt3);
     this.tabpgFee3.Controls.Add(this.LoopFeeTxt2);
     this.tabpgFee3.Controls.Add(this.LoopTimeTxt2);
     this.tabpgFee3.Controls.Add(this.LoopFeeTxt1);
     this.tabpgFee3.Controls.Add(this.LoopTimeTxt1);
     this.tabpgFee3.Controls.Add(this.LoopNoTxt);
     this.tabpgFee3.Controls.Add(this.FreeTimeTxt3);
     this.tabpgFee3.Controls.Add(this.LoopFeeLab5);
     this.tabpgFee3.Controls.Add(this.LoopTimeLab5);
     this.tabpgFee3.Controls.Add(this.LoopFeeLab4);
     this.tabpgFee3.Controls.Add(this.LoopTimeLab4);
     this.tabpgFee3.Controls.Add(this.LoopFeeLab3);
     this.tabpgFee3.Controls.Add(this.LoopTimeLab3);
     this.tabpgFee3.Controls.Add(this.LoopFeeLab2);
     this.tabpgFee3.Controls.Add(this.LoopTimeLab2);
     this.tabpgFee3.Controls.Add(this.LoopFeeLab1);
     this.tabpgFee3.Controls.Add(this.LoopTimeLab1);
     this.tabpgFee3.Controls.Add(this.LoopNoLab);
     this.tabpgFee3.Controls.Add(this.FreeTimeLab3);
     this.tabpgFee3.Location = new System.Drawing.Point(4, 26);
     this.tabpgFee3.Name = "tabpgFee3";
     this.tabpgFee3.Padding = new System.Windows.Forms.Padding(3);
     this.tabpgFee3.Size = new System.Drawing.Size(566, 0);
     this.tabpgFee3.TabIndex = 2;
     this.tabpgFee3.Tag = "";
     this.tabpgFee3.Text = "收费方式3";
     //
     // Infomation31
     //
     this.Infomation31.AutoSize = true;
     this.Infomation31.Location = new System.Drawing.Point(101, 305);
     this.Infomation31.Name = "Infomation31";
     this.Infomation31.Size = new System.Drawing.Size(386, 14);
     this.Infomation31.TabIndex = 25;
     this.Infomation31.Text = "如果超过T2,则以后每T3时长收费F2,且每个限额时间内收费不超过FL。 ";
     //
     // Infomation3
     //
     this.Infomation3.AutoSize = true;
     this.Infomation3.Location = new System.Drawing.Point(103, 273);
     this.Infomation3.Name = "Infomation3";
     this.Infomation3.Size = new System.Drawing.Size(353, 28);
     this.Infomation3.TabIndex = 24;
     this.Infomation3.Text = "在T0内免费,超过T0而未超过T1收费F1,\r\n超过基本费时长T1而未超过基本费后的免费时长T2,不加收费用。";
     //
     // LoopFeeTxt5
     //
     this.LoopFeeTxt5.Location = new System.Drawing.Point(452, 211);
     this.LoopFeeTxt5.Name = "LoopFeeTxt5";
     this.LoopFeeTxt5.Size = new System.Drawing.Size(113, 22);
     this.LoopFeeTxt5.TabIndex = 23;
     this.LoopFeeTxt5.Tag = "@num=5,@pm=金额";
     //
     // LoopTimeTxt5
     //
     this.LoopTimeTxt5.Location = new System.Drawing.Point(166, 208);
     this.LoopTimeTxt5.Name = "LoopTimeTxt5";
     this.LoopTimeTxt5.Size = new System.Drawing.Size(119, 22);
     this.LoopTimeTxt5.TabIndex = 21;
     this.LoopTimeTxt5.Tag = "@num=5,@pm=时长";
     //
     // LoopFeeTxt4
     //
     this.LoopFeeTxt4.Location = new System.Drawing.Point(453, 175);
     this.LoopFeeTxt4.Name = "LoopFeeTxt4";
     this.LoopFeeTxt4.Size = new System.Drawing.Size(112, 22);
     this.LoopFeeTxt4.TabIndex = 19;
     this.LoopFeeTxt4.Tag = "@num=4,@pm=金额";
     //
     // LoopTimeTxt4
     //
     this.LoopTimeTxt4.Location = new System.Drawing.Point(166, 176);
     this.LoopTimeTxt4.Name = "LoopTimeTxt4";
     this.LoopTimeTxt4.Size = new System.Drawing.Size(119, 22);
     this.LoopTimeTxt4.TabIndex = 17;
     this.LoopTimeTxt4.Tag = "@num=4,@pm=时长";
     //
     // LoopFeeTxt3
     //
     this.LoopFeeTxt3.Location = new System.Drawing.Point(452, 142);
     this.LoopFeeTxt3.Name = "LoopFeeTxt3";
     this.LoopFeeTxt3.Size = new System.Drawing.Size(113, 22);
     this.LoopFeeTxt3.TabIndex = 15;
     this.LoopFeeTxt3.Tag = "@num=3,@pm=金额";
     //
     // LoopTimeTxt3
     //
     this.LoopTimeTxt3.Location = new System.Drawing.Point(166, 144);
     this.LoopTimeTxt3.Name = "LoopTimeTxt3";
     this.LoopTimeTxt3.Size = new System.Drawing.Size(119, 22);
     this.LoopTimeTxt3.TabIndex = 13;
     this.LoopTimeTxt3.Tag = "@num=3,@pm=时长";
     //
     // LoopFeeTxt2
     //
     this.LoopFeeTxt2.Location = new System.Drawing.Point(451, 111);
     this.LoopFeeTxt2.Name = "LoopFeeTxt2";
     this.LoopFeeTxt2.Size = new System.Drawing.Size(114, 22);
     this.LoopFeeTxt2.TabIndex = 11;
     this.LoopFeeTxt2.Tag = "@num=2,@pm=金额";
     //
     // LoopTimeTxt2
     //
     this.LoopTimeTxt2.Location = new System.Drawing.Point(168, 111);
     this.LoopTimeTxt2.Name = "LoopTimeTxt2";
     this.LoopTimeTxt2.Size = new System.Drawing.Size(117, 22);
     this.LoopTimeTxt2.TabIndex = 9;
     this.LoopTimeTxt2.Tag = "@num=2,@pm=时长";
     //
     // LoopFeeTxt1
     //
     this.LoopFeeTxt1.Location = new System.Drawing.Point(451, 77);
     this.LoopFeeTxt1.Name = "LoopFeeTxt1";
     this.LoopFeeTxt1.Size = new System.Drawing.Size(114, 22);
     this.LoopFeeTxt1.TabIndex = 7;
     this.LoopFeeTxt1.Tag = "@num=1,@pm=金额";
     //
     // LoopTimeTxt1
     //
     this.LoopTimeTxt1.Location = new System.Drawing.Point(168, 76);
     this.LoopTimeTxt1.Name = "LoopTimeTxt1";
     this.LoopTimeTxt1.Size = new System.Drawing.Size(117, 22);
     this.LoopTimeTxt1.TabIndex = 5;
     this.LoopTimeTxt1.Tag = "@num=1,@pm=时长";
     //
     // LoopNoTxt
     //
     this.LoopNoTxt.Location = new System.Drawing.Point(451, 43);
     this.LoopNoTxt.Name = "LoopNoTxt";
     this.LoopNoTxt.Size = new System.Drawing.Size(114, 22);
     this.LoopNoTxt.TabIndex = 3;
     this.LoopNoTxt.Tag = "@pm=循环计费";
     //
     // FreeTimeTxt3
     //
     this.FreeTimeTxt3.Location = new System.Drawing.Point(168, 41);
     this.FreeTimeTxt3.Name = "FreeTimeTxt3";
     this.FreeTimeTxt3.Size = new System.Drawing.Size(117, 22);
     this.FreeTimeTxt3.TabIndex = 1;
     this.FreeTimeTxt3.Tag = "@pm=免费时长";
     //
     // LoopFeeLab5
     //
     this.LoopFeeLab5.AutoSize = true;
     this.LoopFeeLab5.Location = new System.Drawing.Point(318, 213);
     this.LoopFeeLab5.Name = "LoopFeeLab5";
     this.LoopFeeLab5.Size = new System.Drawing.Size(132, 14);
     this.LoopFeeLab5.TabIndex = 22;
     this.LoopFeeLab5.Text = "第五个循环时长收费F5:";
     //
     // LoopTimeLab5
     //
     this.LoopTimeLab5.AutoSize = true;
     this.LoopTimeLab5.Location = new System.Drawing.Point(54, 211);
     this.LoopTimeLab5.Name = "LoopTimeLab5";
     this.LoopTimeLab5.Size = new System.Drawing.Size(110, 14);
     this.LoopTimeLab5.TabIndex = 20;
     this.LoopTimeLab5.Text = "第五个循环时长T5:";
     //
     // LoopFeeLab4
     //
     this.LoopFeeLab4.AutoSize = true;
     this.LoopFeeLab4.Location = new System.Drawing.Point(318, 183);
     this.LoopFeeLab4.Name = "LoopFeeLab4";
     this.LoopFeeLab4.Size = new System.Drawing.Size(132, 14);
     this.LoopFeeLab4.TabIndex = 18;
     this.LoopFeeLab4.Text = "第四个循环时长收费F4:";
     //
     // LoopTimeLab4
     //
     this.LoopTimeLab4.AutoSize = true;
     this.LoopTimeLab4.Location = new System.Drawing.Point(54, 179);
     this.LoopTimeLab4.Name = "LoopTimeLab4";
     this.LoopTimeLab4.Size = new System.Drawing.Size(110, 14);
     this.LoopTimeLab4.TabIndex = 16;
     this.LoopTimeLab4.Text = "第四个循环时长T4:";
     //
     // LoopFeeLab3
     //
     this.LoopFeeLab3.AutoSize = true;
     this.LoopFeeLab3.Location = new System.Drawing.Point(318, 150);
     this.LoopFeeLab3.Name = "LoopFeeLab3";
     this.LoopFeeLab3.Size = new System.Drawing.Size(132, 14);
     this.LoopFeeLab3.TabIndex = 14;
     this.LoopFeeLab3.Text = "第三个循环时长收费F3:";
     //
     // LoopTimeLab3
     //
     this.LoopTimeLab3.AutoSize = true;
     this.LoopTimeLab3.Location = new System.Drawing.Point(54, 146);
     this.LoopTimeLab3.Name = "LoopTimeLab3";
     this.LoopTimeLab3.Size = new System.Drawing.Size(110, 14);
     this.LoopTimeLab3.TabIndex = 12;
     this.LoopTimeLab3.Text = "第三个循环时长T3:";
     //
     // LoopFeeLab2
     //
     this.LoopFeeLab2.AutoSize = true;
     this.LoopFeeLab2.Location = new System.Drawing.Point(318, 119);
     this.LoopFeeLab2.Name = "LoopFeeLab2";
     this.LoopFeeLab2.Size = new System.Drawing.Size(132, 14);
     this.LoopFeeLab2.TabIndex = 10;
     this.LoopFeeLab2.Text = "第二个循环时长收费F2:";
     //
     // LoopTimeLab2
     //
     this.LoopTimeLab2.AutoSize = true;
     this.LoopTimeLab2.Location = new System.Drawing.Point(54, 115);
     this.LoopTimeLab2.Name = "LoopTimeLab2";
     this.LoopTimeLab2.Size = new System.Drawing.Size(110, 14);
     this.LoopTimeLab2.TabIndex = 8;
     this.LoopTimeLab2.Text = "第二个循环时长T2:";
     //
     // LoopFeeLab1
     //
     this.LoopFeeLab1.AutoSize = true;
     this.LoopFeeLab1.Location = new System.Drawing.Point(318, 83);
     this.LoopFeeLab1.Name = "LoopFeeLab1";
     this.LoopFeeLab1.Size = new System.Drawing.Size(132, 14);
     this.LoopFeeLab1.TabIndex = 6;
     this.LoopFeeLab1.Text = "第一个循环时长收费F1:";
     //
     // LoopTimeLab1
     //
     this.LoopTimeLab1.AutoSize = true;
     this.LoopTimeLab1.Location = new System.Drawing.Point(54, 79);
     this.LoopTimeLab1.Name = "LoopTimeLab1";
     this.LoopTimeLab1.Size = new System.Drawing.Size(110, 14);
     this.LoopTimeLab1.TabIndex = 4;
     this.LoopTimeLab1.Text = "第一个循环时长T1:";
     //
     // LoopNoLab
     //
     this.LoopNoLab.AutoSize = true;
     this.LoopNoLab.Location = new System.Drawing.Point(390, 49);
     this.LoopNoLab.Name = "LoopNoLab";
     this.LoopNoLab.Size = new System.Drawing.Size(59, 14);
     this.LoopNoLab.TabIndex = 2;
     this.LoopNoLab.Text = "循环段数:";
     //
     // FreeTimeLab3
     //
     this.FreeTimeLab3.AutoSize = true;
     this.FreeTimeLab3.Location = new System.Drawing.Point(90, 43);
     this.FreeTimeLab3.Name = "FreeTimeLab3";
     this.FreeTimeLab3.Size = new System.Drawing.Size(74, 14);
     this.FreeTimeLab3.TabIndex = 0;
     this.FreeTimeLab3.Text = "免费时长T0:";
     //
     // tabpgFee4
     //
     this.tabpgFee4.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabpgFee4.Controls.Add(this.maskedTextBox13);
     this.tabpgFee4.Controls.Add(this.maskedTextBox12);
     this.tabpgFee4.Controls.Add(this.maskedTextBox11);
     this.tabpgFee4.Controls.Add(this.maskedTextBox10);
     this.tabpgFee4.Controls.Add(this.maskedTextBox9);
     this.tabpgFee4.Controls.Add(this.maskedTextBox8);
     this.tabpgFee4.Controls.Add(this.maskedTextBox7);
     this.tabpgFee4.Controls.Add(this.maskedTextBox6);
     this.tabpgFee4.Controls.Add(this.maskedTextBox5);
     this.tabpgFee4.Controls.Add(this.maskedTextBox4);
     this.tabpgFee4.Controls.Add(this.maskedTextBox3);
     this.tabpgFee4.Controls.Add(this.maskedTextBox2);
     this.tabpgFee4.Controls.Add(this.maskedTextBox1);
     this.tabpgFee4.Controls.Add(this.label8);
     this.tabpgFee4.Controls.Add(this.label7);
     this.tabpgFee4.Controls.Add(this.label6);
     this.tabpgFee4.Controls.Add(this.label9);
     this.tabpgFee4.Controls.Add(this.OutStageLab5);
     this.tabpgFee4.Controls.Add(this.TimePointLab5);
     this.tabpgFee4.Controls.Add(this.OutStageLab4);
     this.tabpgFee4.Controls.Add(this.TimePointLab4);
     this.tabpgFee4.Controls.Add(this.OutStageLab3);
     this.tabpgFee4.Controls.Add(this.TimePointLab3);
     this.tabpgFee4.Controls.Add(this.OutStageLab2);
     this.tabpgFee4.Controls.Add(this.TimePointLab2);
     this.tabpgFee4.Controls.Add(this.OutStageLab1);
     this.tabpgFee4.Controls.Add(this.TimePointLab1);
     this.tabpgFee4.Controls.Add(this.BasicFeeLab4);
     this.tabpgFee4.Controls.Add(this.FreeTimeLab4);
     this.tabpgFee4.Controls.Add(this.TimeCountLab);
     this.tabpgFee4.Location = new System.Drawing.Point(4, 26);
     this.tabpgFee4.Name = "tabpgFee4";
     this.tabpgFee4.Padding = new System.Windows.Forms.Padding(3);
     this.tabpgFee4.Size = new System.Drawing.Size(566, 0);
     this.tabpgFee4.TabIndex = 3;
     this.tabpgFee4.Tag = "";
     this.tabpgFee4.Text = "收费方式4";
     //
     // maskedTextBox13
     //
     this.maskedTextBox13.Location = new System.Drawing.Point(154, 53);
     this.maskedTextBox13.Mask = "999";
     this.maskedTextBox13.Name = "maskedTextBox13";
     this.maskedTextBox13.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox13.TabIndex = 75;
     this.maskedTextBox13.Tag = "@pm=免费时长:";
     //
     // maskedTextBox12
     //
     this.maskedTextBox12.Location = new System.Drawing.Point(154, 19);
     this.maskedTextBox12.Mask = "999";
     this.maskedTextBox12.Name = "maskedTextBox12";
     this.maskedTextBox12.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox12.TabIndex = 74;
     this.maskedTextBox12.Tag = "@pm=循环计费";
     //
     // maskedTextBox11
     //
     this.maskedTextBox11.Location = new System.Drawing.Point(400, 223);
     this.maskedTextBox11.Mask = "999";
     this.maskedTextBox11.Name = "maskedTextBox11";
     this.maskedTextBox11.Size = new System.Drawing.Size(115, 22);
     this.maskedTextBox11.TabIndex = 73;
     this.maskedTextBox11.Tag = "@num=5,@pm=金额";
     //
     // maskedTextBox10
     //
     this.maskedTextBox10.Location = new System.Drawing.Point(400, 192);
     this.maskedTextBox10.Mask = "999";
     this.maskedTextBox10.Name = "maskedTextBox10";
     this.maskedTextBox10.Size = new System.Drawing.Size(115, 22);
     this.maskedTextBox10.TabIndex = 72;
     this.maskedTextBox10.Tag = "@num=4,@pm=金额";
     //
     // maskedTextBox9
     //
     this.maskedTextBox9.Location = new System.Drawing.Point(400, 158);
     this.maskedTextBox9.Mask = "999";
     this.maskedTextBox9.Name = "maskedTextBox9";
     this.maskedTextBox9.Size = new System.Drawing.Size(115, 22);
     this.maskedTextBox9.TabIndex = 71;
     this.maskedTextBox9.Tag = "@num=3,@pm=金额";
     //
     // maskedTextBox8
     //
     this.maskedTextBox8.Location = new System.Drawing.Point(397, 54);
     this.maskedTextBox8.Mask = "999";
     this.maskedTextBox8.Name = "maskedTextBox8";
     this.maskedTextBox8.Size = new System.Drawing.Size(118, 22);
     this.maskedTextBox8.TabIndex = 70;
     this.maskedTextBox8.Tag = "@pm=基本费";
     //
     // maskedTextBox7
     //
     this.maskedTextBox7.Location = new System.Drawing.Point(399, 129);
     this.maskedTextBox7.Mask = "999";
     this.maskedTextBox7.Name = "maskedTextBox7";
     this.maskedTextBox7.Size = new System.Drawing.Size(116, 22);
     this.maskedTextBox7.TabIndex = 69;
     this.maskedTextBox7.Tag = "@num=2,@pm=金额";
     //
     // maskedTextBox6
     //
     this.maskedTextBox6.Location = new System.Drawing.Point(400, 95);
     this.maskedTextBox6.Mask = "999";
     this.maskedTextBox6.Name = "maskedTextBox6";
     this.maskedTextBox6.Size = new System.Drawing.Size(115, 22);
     this.maskedTextBox6.TabIndex = 68;
     this.maskedTextBox6.Tag = "@num=1,@pm=金额";
     //
     // maskedTextBox5
     //
     this.maskedTextBox5.Location = new System.Drawing.Point(154, 223);
     this.maskedTextBox5.Mask = "90:00";
     this.maskedTextBox5.Name = "maskedTextBox5";
     this.maskedTextBox5.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox5.TabIndex = 67;
     this.maskedTextBox5.Tag = "@num=5,@pm=截止";
     this.maskedTextBox5.ValidatingType = typeof(System.DateTime);
     //
     // maskedTextBox4
     //
     this.maskedTextBox4.Location = new System.Drawing.Point(154, 189);
     this.maskedTextBox4.Mask = "90:00";
     this.maskedTextBox4.Name = "maskedTextBox4";
     this.maskedTextBox4.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox4.TabIndex = 66;
     this.maskedTextBox4.Tag = "@num=4,@pm=截止";
     this.maskedTextBox4.ValidatingType = typeof(System.DateTime);
     //
     // maskedTextBox3
     //
     this.maskedTextBox3.Location = new System.Drawing.Point(154, 155);
     this.maskedTextBox3.Mask = "90:00";
     this.maskedTextBox3.Name = "maskedTextBox3";
     this.maskedTextBox3.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox3.TabIndex = 65;
     this.maskedTextBox3.Tag = "@num=3,@pm=截止";
     this.maskedTextBox3.ValidatingType = typeof(System.DateTime);
     //
     // maskedTextBox2
     //
     this.maskedTextBox2.Location = new System.Drawing.Point(154, 121);
     this.maskedTextBox2.Mask = "90:00";
     this.maskedTextBox2.Name = "maskedTextBox2";
     this.maskedTextBox2.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox2.TabIndex = 64;
     this.maskedTextBox2.Tag = "@num=2,@pm=截止";
     this.maskedTextBox2.ValidatingType = typeof(System.DateTime);
     //
     // maskedTextBox1
     //
     this.maskedTextBox1.Location = new System.Drawing.Point(154, 87);
     this.maskedTextBox1.Mask = "90:00";
     this.maskedTextBox1.Name = "maskedTextBox1";
     this.maskedTextBox1.Size = new System.Drawing.Size(119, 22);
     this.maskedTextBox1.TabIndex = 63;
     this.maskedTextBox1.Tag = "@num=1,@pm=截止";
     this.maskedTextBox1.ValidatingType = typeof(System.DateTime);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(182, 342);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(171, 14);
     this.label8.TabIndex = 57;
     this.label8.Text = " 超过时间点T5以后收跨段费F6";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(60, 323);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(533, 14);
     this.label7.TabIndex = 56;
     this.label7.Text = "超过时间点T3但是未到时间点T4,收跨段费F4; 超过时间点T4但是未到时间点T5,收跨段费F5; ";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(54, 300);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(525, 14);
     this.label6.TabIndex = 55;
     this.label6.Text = "  超过时间点T1但是未到时间点T2,收跨段费F2 超过时间点T2但是未到时间点T3,收跨段费F3;";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(123, 264);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(386, 28);
     this.label9.TabIndex = 54;
     this.label9.Text = "时段数(1-5):设定有效时段;\r\n在免费时长T0内免费,超过免费时长但是未到时间点T1,收基本费F1;";
     //
     // OutStageLab5
     //
     this.OutStageLab5.AutoSize = true;
     this.OutStageLab5.Location = new System.Drawing.Point(337, 223);
     this.OutStageLab5.Name = "OutStageLab5";
     this.OutStageLab5.Size = new System.Drawing.Size(60, 14);
     this.OutStageLab5.TabIndex = 51;
     this.OutStageLab5.Text = "跨段费F6:";
     //
     // TimePointLab5
     //
     this.TimePointLab5.AutoSize = true;
     this.TimePointLab5.Location = new System.Drawing.Point(37, 231);
     this.TimePointLab5.Name = "TimePointLab5";
     this.TimePointLab5.Size = new System.Drawing.Size(110, 14);
     this.TimePointLab5.TabIndex = 49;
     this.TimePointLab5.Text = "时间点T5(hh:mm):";
     //
     // OutStageLab4
     //
     this.OutStageLab4.AutoSize = true;
     this.OutStageLab4.Location = new System.Drawing.Point(338, 195);
     this.OutStageLab4.Name = "OutStageLab4";
     this.OutStageLab4.Size = new System.Drawing.Size(60, 14);
     this.OutStageLab4.TabIndex = 47;
     this.OutStageLab4.Text = "跨段费F5:";
     //
     // TimePointLab4
     //
     this.TimePointLab4.AutoSize = true;
     this.TimePointLab4.Location = new System.Drawing.Point(37, 198);
     this.TimePointLab4.Name = "TimePointLab4";
     this.TimePointLab4.Size = new System.Drawing.Size(110, 14);
     this.TimePointLab4.TabIndex = 45;
     this.TimePointLab4.Text = "时间点T4(hh:mm):";
     //
     // OutStageLab3
     //
     this.OutStageLab3.AutoSize = true;
     this.OutStageLab3.Location = new System.Drawing.Point(338, 163);
     this.OutStageLab3.Name = "OutStageLab3";
     this.OutStageLab3.Size = new System.Drawing.Size(60, 14);
     this.OutStageLab3.TabIndex = 43;
     this.OutStageLab3.Text = "跨段费F4:";
     //
     // TimePointLab3
     //
     this.TimePointLab3.AutoSize = true;
     this.TimePointLab3.Location = new System.Drawing.Point(37, 163);
     this.TimePointLab3.Name = "TimePointLab3";
     this.TimePointLab3.Size = new System.Drawing.Size(110, 14);
     this.TimePointLab3.TabIndex = 41;
     this.TimePointLab3.Text = "时间点T3(hh:mm):";
     //
     // OutStageLab2
     //
     this.OutStageLab2.AutoSize = true;
     this.OutStageLab2.Location = new System.Drawing.Point(337, 135);
     this.OutStageLab2.Name = "OutStageLab2";
     this.OutStageLab2.Size = new System.Drawing.Size(60, 14);
     this.OutStageLab2.TabIndex = 39;
     this.OutStageLab2.Text = "跨段费F3:";
     //
     // TimePointLab2
     //
     this.TimePointLab2.AutoSize = true;
     this.TimePointLab2.Location = new System.Drawing.Point(37, 130);
     this.TimePointLab2.Name = "TimePointLab2";
     this.TimePointLab2.Size = new System.Drawing.Size(110, 14);
     this.TimePointLab2.TabIndex = 37;
     this.TimePointLab2.Text = "时间点T2(hh:mm):";
     //
     // OutStageLab1
     //
     this.OutStageLab1.AutoSize = true;
     this.OutStageLab1.Location = new System.Drawing.Point(337, 98);
     this.OutStageLab1.Name = "OutStageLab1";
     this.OutStageLab1.Size = new System.Drawing.Size(60, 14);
     this.OutStageLab1.TabIndex = 35;
     this.OutStageLab1.Text = "跨段费F2:";
     //
     // TimePointLab1
     //
     this.TimePointLab1.AutoSize = true;
     this.TimePointLab1.Location = new System.Drawing.Point(37, 95);
     this.TimePointLab1.Name = "TimePointLab1";
     this.TimePointLab1.Size = new System.Drawing.Size(110, 14);
     this.TimePointLab1.TabIndex = 33;
     this.TimePointLab1.Text = "时间点T1(hh:mm):";
     //
     // BasicFeeLab4
     //
     this.BasicFeeLab4.AutoSize = true;
     this.BasicFeeLab4.Location = new System.Drawing.Point(337, 61);
     this.BasicFeeLab4.Name = "BasicFeeLab4";
     this.BasicFeeLab4.Size = new System.Drawing.Size(60, 14);
     this.BasicFeeLab4.TabIndex = 31;
     this.BasicFeeLab4.Text = "基本费F1:";
     //
     // FreeTimeLab4
     //
     this.FreeTimeLab4.AutoSize = true;
     this.FreeTimeLab4.Location = new System.Drawing.Point(54, 62);
     this.FreeTimeLab4.Name = "FreeTimeLab4";
     this.FreeTimeLab4.Size = new System.Drawing.Size(96, 14);
     this.FreeTimeLab4.TabIndex = 29;
     this.FreeTimeLab4.Text = "免费时长T0(分):";
     //
     // TimeCountLab
     //
     this.TimeCountLab.AutoSize = true;
     this.TimeCountLab.Location = new System.Drawing.Point(72, 28);
     this.TimeCountLab.Name = "TimeCountLab";
     this.TimeCountLab.Size = new System.Drawing.Size(75, 14);
     this.TimeCountLab.TabIndex = 27;
     this.TimeCountLab.Text = "时段数(1-5):";
     //
     // tabpgFee5
     //
     this.tabpgFee5.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabpgFee5.Controls.Add(this.label11);
     this.tabpgFee5.Controls.Add(this.label10);
     this.tabpgFee5.Controls.Add(this.label12);
     this.tabpgFee5.Controls.Add(this.groupBox3);
     this.tabpgFee5.Controls.Add(this.groupBox6);
     this.tabpgFee5.Controls.Add(this.groupBox7);
     this.tabpgFee5.Controls.Add(this.AftFreeTxt5);
     this.tabpgFee5.Controls.Add(this.BasicFeeTxt5);
     this.tabpgFee5.Controls.Add(this.BasicTimeTxt5);
     this.tabpgFee5.Controls.Add(this.FreeTimeTxt5);
     this.tabpgFee5.Controls.Add(this.AftFreeLab5);
     this.tabpgFee5.Controls.Add(this.BasicFeeLab5);
     this.tabpgFee5.Controls.Add(this.BasicTimeLab5);
     this.tabpgFee5.Controls.Add(this.FreeTimeLab5);
     this.tabpgFee5.Location = new System.Drawing.Point(4, 26);
     this.tabpgFee5.Name = "tabpgFee5";
     this.tabpgFee5.Padding = new System.Windows.Forms.Padding(3);
     this.tabpgFee5.Size = new System.Drawing.Size(566, 0);
     this.tabpgFee5.TabIndex = 4;
     this.tabpgFee5.Tag = "";
     this.tabpgFee5.Text = "收费方式5";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(124, 337);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(273, 14);
     this.label11.TabIndex = 13;
     this.label11.Text = "在时间段T3-T4之间,按每个计费时长T6,收费F3";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(57, 302);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(476, 14);
     this.label10.TabIndex = 12;
     this.label10.Text = " 如果查过T2,则按照循环时段收费。 在时间段T3-T4之间,每个计费时长T5,收费F2;";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(118, 258);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(349, 28);
     this.label12.TabIndex = 11;
     this.label12.Text = "超过免费时长但是未到时间点T1收基本费F1\r\n超过基本费时长T1但是未超过基本费后的免费时长T2不加收费用";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.ChargeRateTxt6);
     this.groupBox3.Controls.Add(this.ChargeRateLab6);
     this.groupBox3.Controls.Add(this.ChargeTimeTxt6);
     this.groupBox3.Controls.Add(this.ChargeTimeLab6);
     this.groupBox3.Location = new System.Drawing.Point(317, 152);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(245, 88);
     this.groupBox3.TabIndex = 10;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "T3-T4时段外";
     //
     // ChargeRateTxt6
     //
     this.ChargeRateTxt6.Location = new System.Drawing.Point(101, 54);
     this.ChargeRateTxt6.Name = "ChargeRateTxt6";
     this.ChargeRateTxt6.Size = new System.Drawing.Size(113, 22);
     this.ChargeRateTxt6.TabIndex = 17;
     this.ChargeRateTxt6.Tag = "@num=2,@pm=金额";
     //
     // ChargeRateLab6
     //
     this.ChargeRateLab6.AutoSize = true;
     this.ChargeRateLab6.Location = new System.Drawing.Point(42, 60);
     this.ChargeRateLab6.Name = "ChargeRateLab6";
     this.ChargeRateLab6.Size = new System.Drawing.Size(60, 14);
     this.ChargeRateLab6.TabIndex = 16;
     this.ChargeRateLab6.Text = "计费率F3:";
     //
     // ChargeTimeTxt6
     //
     this.ChargeTimeTxt6.Location = new System.Drawing.Point(101, 21);
     this.ChargeTimeTxt6.Name = "ChargeTimeTxt6";
     this.ChargeTimeTxt6.Size = new System.Drawing.Size(113, 22);
     this.ChargeTimeTxt6.TabIndex = 15;
     this.ChargeTimeTxt6.Tag = "@num=2,@pm=时长";
     //
     // ChargeTimeLab6
     //
     this.ChargeTimeLab6.AutoSize = true;
     this.ChargeTimeLab6.Location = new System.Drawing.Point(6, 24);
     this.ChargeTimeLab6.Name = "ChargeTimeLab6";
     this.ChargeTimeLab6.Size = new System.Drawing.Size(96, 14);
     this.ChargeTimeLab6.TabIndex = 14;
     this.ChargeTimeLab6.Text = "计费时长T6(分):";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.ChargeRateTxt5);
     this.groupBox6.Controls.Add(this.ChargeRateLab5);
     this.groupBox6.Controls.Add(this.ChargeTimeTxt5);
     this.groupBox6.Controls.Add(this.ChargeTimeLab5);
     this.groupBox6.Location = new System.Drawing.Point(48, 148);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(258, 92);
     this.groupBox6.TabIndex = 9;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "T3-T4时段内";
     //
     // ChargeRateTxt5
     //
     this.ChargeRateTxt5.Location = new System.Drawing.Point(104, 54);
     this.ChargeRateTxt5.Name = "ChargeRateTxt5";
     this.ChargeRateTxt5.Size = new System.Drawing.Size(127, 22);
     this.ChargeRateTxt5.TabIndex = 13;
     this.ChargeRateTxt5.Tag = "@num=1,@pm=金额";
     //
     // ChargeRateLab5
     //
     this.ChargeRateLab5.AutoSize = true;
     this.ChargeRateLab5.Location = new System.Drawing.Point(39, 58);
     this.ChargeRateLab5.Name = "ChargeRateLab5";
     this.ChargeRateLab5.Size = new System.Drawing.Size(60, 14);
     this.ChargeRateLab5.TabIndex = 12;
     this.ChargeRateLab5.Text = "计费率F2:";
     //
     // ChargeTimeTxt5
     //
     this.ChargeTimeTxt5.Location = new System.Drawing.Point(104, 21);
     this.ChargeTimeTxt5.Name = "ChargeTimeTxt5";
     this.ChargeTimeTxt5.Size = new System.Drawing.Size(127, 22);
     this.ChargeTimeTxt5.TabIndex = 11;
     this.ChargeTimeTxt5.Tag = "@num=1,@pm=时长";
     //
     // ChargeTimeLab5
     //
     this.ChargeTimeLab5.AutoSize = true;
     this.ChargeTimeLab5.Location = new System.Drawing.Point(3, 24);
     this.ChargeTimeLab5.Name = "ChargeTimeLab5";
     this.ChargeTimeLab5.Size = new System.Drawing.Size(96, 14);
     this.ChargeTimeLab5.TabIndex = 10;
     this.ChargeTimeLab5.Text = "计费时长T5(分):";
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.TimePoint4);
     this.groupBox7.Controls.Add(this.TimePoint4Lab);
     this.groupBox7.Controls.Add(this.TimePoint3);
     this.groupBox7.Controls.Add(this.TimePoint3Lab);
     this.groupBox7.Location = new System.Drawing.Point(48, 82);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(514, 60);
     this.groupBox7.TabIndex = 8;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "时段设置";
     //
     // TimePoint4
     //
     this.TimePoint4.CustomFormat = "HH:mm";
     this.TimePoint4.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.TimePoint4.Location = new System.Drawing.Point(338, 23);
     this.TimePoint4.Name = "TimePoint4";
     this.TimePoint4.ShowUpDown = true;
     this.TimePoint4.Size = new System.Drawing.Size(136, 22);
     this.TimePoint4.TabIndex = 2;
     this.TimePoint4.Tag = "@num=1,@pm=截止";
     //
     // TimePoint4Lab
     //
     this.TimePoint4Lab.AutoSize = true;
     this.TimePoint4Lab.Location = new System.Drawing.Point(275, 27);
     this.TimePoint4Lab.Name = "TimePoint4Lab";
     this.TimePoint4Lab.Size = new System.Drawing.Size(62, 14);
     this.TimePoint4Lab.TabIndex = 1;
     this.TimePoint4Lab.Text = "时间点T4:";
     //
     // TimePoint3
     //
     this.TimePoint3.CustomFormat = "HH:mm";
     this.TimePoint3.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.TimePoint3.Location = new System.Drawing.Point(104, 21);
     this.TimePoint3.Name = "TimePoint3";
     this.TimePoint3.ShowUpDown = true;
     this.TimePoint3.Size = new System.Drawing.Size(127, 22);
     this.TimePoint3.TabIndex = 0;
     this.TimePoint3.Tag = "@num=1,@pm=起始";
     //
     // TimePoint3Lab
     //
     this.TimePoint3Lab.AutoSize = true;
     this.TimePoint3Lab.Location = new System.Drawing.Point(39, 25);
     this.TimePoint3Lab.Name = "TimePoint3Lab";
     this.TimePoint3Lab.Size = new System.Drawing.Size(62, 14);
     this.TimePoint3Lab.TabIndex = 0;
     this.TimePoint3Lab.Text = "时间点T3:";
     //
     // AftFreeTxt5
     //
     this.AftFreeTxt5.Location = new System.Drawing.Point(442, 53);
     this.AftFreeTxt5.Name = "AftFreeTxt5";
     this.AftFreeTxt5.Size = new System.Drawing.Size(120, 22);
     this.AftFreeTxt5.TabIndex = 7;
     this.AftFreeTxt5.Tag = "@pm=基本费延时";
     //
     // BasicFeeTxt5
     //
     this.BasicFeeTxt5.Location = new System.Drawing.Point(151, 55);
     this.BasicFeeTxt5.Name = "BasicFeeTxt5";
     this.BasicFeeTxt5.Size = new System.Drawing.Size(130, 22);
     this.BasicFeeTxt5.TabIndex = 5;
     this.BasicFeeTxt5.Tag = "@pm=基本费";
     //
     // BasicTimeTxt5
     //
     this.BasicTimeTxt5.Location = new System.Drawing.Point(442, 20);
     this.BasicTimeTxt5.Name = "BasicTimeTxt5";
     this.BasicTimeTxt5.Size = new System.Drawing.Size(120, 22);
     this.BasicTimeTxt5.TabIndex = 3;
     this.BasicTimeTxt5.Tag = "@pm=基本时长";
     //
     // FreeTimeTxt5
     //
     this.FreeTimeTxt5.Location = new System.Drawing.Point(151, 25);
     this.FreeTimeTxt5.Name = "FreeTimeTxt5";
     this.FreeTimeTxt5.Size = new System.Drawing.Size(130, 22);
     this.FreeTimeTxt5.TabIndex = 1;
     this.FreeTimeTxt5.Tag = "@pm=免费时长";
     //
     // AftFreeLab5
     //
     this.AftFreeLab5.AutoSize = true;
     this.AftFreeLab5.Location = new System.Drawing.Point(294, 58);
     this.AftFreeLab5.Name = "AftFreeLab5";
     this.AftFreeLab5.Size = new System.Drawing.Size(144, 14);
     this.AftFreeLab5.TabIndex = 6;
     this.AftFreeLab5.Text = "基本后的免费时长T2(分):";
     //
     // BasicFeeLab5
     //
     this.BasicFeeLab5.AutoSize = true;
     this.BasicFeeLab5.Location = new System.Drawing.Point(93, 58);
     this.BasicFeeLab5.Name = "BasicFeeLab5";
     this.BasicFeeLab5.Size = new System.Drawing.Size(60, 14);
     this.BasicFeeLab5.TabIndex = 4;
     this.BasicFeeLab5.Text = "基本费F1:";
     //
     // BasicTimeLab5
     //
     this.BasicTimeLab5.AutoSize = true;
     this.BasicTimeLab5.Location = new System.Drawing.Point(330, 23);
     this.BasicTimeLab5.Name = "BasicTimeLab5";
     this.BasicTimeLab5.Size = new System.Drawing.Size(108, 14);
     this.BasicTimeLab5.TabIndex = 2;
     this.BasicTimeLab5.Text = "基本费时长T1(分):";
     //
     // FreeTimeLab5
     //
     this.FreeTimeLab5.AutoSize = true;
     this.FreeTimeLab5.Location = new System.Drawing.Point(57, 28);
     this.FreeTimeLab5.Name = "FreeTimeLab5";
     this.FreeTimeLab5.Size = new System.Drawing.Size(96, 14);
     this.FreeTimeLab5.TabIndex = 0;
     this.FreeTimeLab5.Text = "免费时长T0(分):";
     //
     // tabpgFee6
     //
     this.tabpgFee6.BackColor = System.Drawing.Color.WhiteSmoke;
     this.tabpgFee6.Controls.Add(this.HourFeeTxt24);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt23);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt22);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt21);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt20);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt19);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt18);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt17);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt16);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt15);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt14);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt13);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt12);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt11);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt10);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt9);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt8);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt7);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt6);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt5);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt4);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt3);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt2);
     this.tabpgFee6.Controls.Add(this.HourFeeTxt1);
     this.tabpgFee6.Controls.Add(this.LimitAccTxt);
     this.tabpgFee6.Controls.Add(this.FreeTimeTxt6);
     this.tabpgFee6.Controls.Add(this.HourFeeLab24);
     this.tabpgFee6.Controls.Add(this.HourFeeLab23);
     this.tabpgFee6.Controls.Add(this.HourFeeLab22);
     this.tabpgFee6.Controls.Add(this.HourFeeLab21);
     this.tabpgFee6.Controls.Add(this.HourFeeLab20);
     this.tabpgFee6.Controls.Add(this.HourFeeLab19);
     this.tabpgFee6.Controls.Add(this.HourFeeLab18);
     this.tabpgFee6.Controls.Add(this.HourFeeLab17);
     this.tabpgFee6.Controls.Add(this.HourFeeLab16);
     this.tabpgFee6.Controls.Add(this.HourFeeLab15);
     this.tabpgFee6.Controls.Add(this.HourFeeLab14);
     this.tabpgFee6.Controls.Add(this.HourFeeLab13);
     this.tabpgFee6.Controls.Add(this.HourFeeLab12);
     this.tabpgFee6.Controls.Add(this.HourFeeLab11);
     this.tabpgFee6.Controls.Add(this.HourFeeLab10);
     this.tabpgFee6.Controls.Add(this.HourFeeLab9);
     this.tabpgFee6.Controls.Add(this.HourFeeLab8);
     this.tabpgFee6.Controls.Add(this.HourFeeLab7);
     this.tabpgFee6.Controls.Add(this.HourFeeLab6);
     this.tabpgFee6.Controls.Add(this.HourFeeLab5);
     this.tabpgFee6.Controls.Add(this.HourFeeLab4);
     this.tabpgFee6.Controls.Add(this.HourFeeLab3);
     this.tabpgFee6.Controls.Add(this.HourFeeLab2);
     this.tabpgFee6.Controls.Add(this.HourFeeLab1);
     this.tabpgFee6.Controls.Add(this.LimitAccLab);
     this.tabpgFee6.Controls.Add(this.FreeTimeLab6);
     this.tabpgFee6.Location = new System.Drawing.Point(4, 26);
     this.tabpgFee6.Name = "tabpgFee6";
     this.tabpgFee6.Padding = new System.Windows.Forms.Padding(3);
     this.tabpgFee6.Size = new System.Drawing.Size(566, 0);
     this.tabpgFee6.TabIndex = 5;
     this.tabpgFee6.Tag = "";
     this.tabpgFee6.Text = "收费方式6";
     //
     // HourFeeTxt24
     //
     this.HourFeeTxt24.Location = new System.Drawing.Point(287, 276);
     this.HourFeeTxt24.Name = "HourFeeTxt24";
     this.HourFeeTxt24.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt24.TabIndex = 51;
     this.HourFeeTxt24.Tag = "@num=24,@pm=金额";
     //
     // HourFeeTxt23
     //
     this.HourFeeTxt23.Location = new System.Drawing.Point(97, 276);
     this.HourFeeTxt23.Name = "HourFeeTxt23";
     this.HourFeeTxt23.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt23.TabIndex = 49;
     this.HourFeeTxt23.Tag = "@num=23,@pm=金额";
     //
     // HourFeeTxt22
     //
     this.HourFeeTxt22.Location = new System.Drawing.Point(486, 244);
     this.HourFeeTxt22.Name = "HourFeeTxt22";
     this.HourFeeTxt22.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt22.TabIndex = 47;
     this.HourFeeTxt22.Tag = "@num=22,@pm=金额";
     //
     // HourFeeTxt21
     //
     this.HourFeeTxt21.Location = new System.Drawing.Point(287, 245);
     this.HourFeeTxt21.Name = "HourFeeTxt21";
     this.HourFeeTxt21.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt21.TabIndex = 45;
     this.HourFeeTxt21.Tag = "@num=21,@pm=金额";
     //
     // HourFeeTxt20
     //
     this.HourFeeTxt20.Location = new System.Drawing.Point(97, 242);
     this.HourFeeTxt20.Name = "HourFeeTxt20";
     this.HourFeeTxt20.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt20.TabIndex = 43;
     this.HourFeeTxt20.Tag = "@num=20,@pm=金额";
     //
     // HourFeeTxt19
     //
     this.HourFeeTxt19.Location = new System.Drawing.Point(486, 213);
     this.HourFeeTxt19.Name = "HourFeeTxt19";
     this.HourFeeTxt19.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt19.TabIndex = 41;
     this.HourFeeTxt19.Tag = "@num=19,@pm=金额";
     //
     // HourFeeTxt18
     //
     this.HourFeeTxt18.Location = new System.Drawing.Point(287, 211);
     this.HourFeeTxt18.Name = "HourFeeTxt18";
     this.HourFeeTxt18.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt18.TabIndex = 39;
     this.HourFeeTxt18.Tag = "@num=18,@pm=金额";
     //
     // HourFeeTxt17
     //
     this.HourFeeTxt17.Location = new System.Drawing.Point(97, 211);
     this.HourFeeTxt17.Name = "HourFeeTxt17";
     this.HourFeeTxt17.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt17.TabIndex = 37;
     this.HourFeeTxt17.Tag = "@num=17,@pm=金额";
     //
     // HourFeeTxt16
     //
     this.HourFeeTxt16.Location = new System.Drawing.Point(486, 181);
     this.HourFeeTxt16.Name = "HourFeeTxt16";
     this.HourFeeTxt16.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt16.TabIndex = 35;
     this.HourFeeTxt16.Tag = "@num=16,@pm=金额";
     //
     // HourFeeTxt15
     //
     this.HourFeeTxt15.Location = new System.Drawing.Point(287, 177);
     this.HourFeeTxt15.Name = "HourFeeTxt15";
     this.HourFeeTxt15.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt15.TabIndex = 33;
     this.HourFeeTxt15.Tag = "@num=15,@pm=金额";
     //
     // HourFeeTxt14
     //
     this.HourFeeTxt14.Location = new System.Drawing.Point(97, 177);
     this.HourFeeTxt14.Name = "HourFeeTxt14";
     this.HourFeeTxt14.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt14.TabIndex = 31;
     this.HourFeeTxt14.Tag = "@num=14,@pm=金额";
     //
     // HourFeeTxt13
     //
     this.HourFeeTxt13.Location = new System.Drawing.Point(486, 148);
     this.HourFeeTxt13.Name = "HourFeeTxt13";
     this.HourFeeTxt13.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt13.TabIndex = 29;
     this.HourFeeTxt13.Tag = "@num=13,@pm=金额";
     //
     // HourFeeTxt12
     //
     this.HourFeeTxt12.Location = new System.Drawing.Point(287, 146);
     this.HourFeeTxt12.Name = "HourFeeTxt12";
     this.HourFeeTxt12.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt12.TabIndex = 27;
     this.HourFeeTxt12.Tag = "@num=12,@pm=金额";
     //
     // HourFeeTxt11
     //
     this.HourFeeTxt11.Location = new System.Drawing.Point(97, 146);
     this.HourFeeTxt11.Name = "HourFeeTxt11";
     this.HourFeeTxt11.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt11.TabIndex = 25;
     this.HourFeeTxt11.Tag = "@num=11,@pm=金额";
     //
     // HourFeeTxt10
     //
     this.HourFeeTxt10.Location = new System.Drawing.Point(486, 114);
     this.HourFeeTxt10.Name = "HourFeeTxt10";
     this.HourFeeTxt10.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt10.TabIndex = 23;
     this.HourFeeTxt10.Tag = "@num=10,@pm=金额";
     //
     // HourFeeTxt9
     //
     this.HourFeeTxt9.Location = new System.Drawing.Point(287, 113);
     this.HourFeeTxt9.Name = "HourFeeTxt9";
     this.HourFeeTxt9.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt9.TabIndex = 21;
     this.HourFeeTxt9.Tag = "@num=9,@pm=金额";
     //
     // HourFeeTxt8
     //
     this.HourFeeTxt8.Location = new System.Drawing.Point(97, 113);
     this.HourFeeTxt8.Name = "HourFeeTxt8";
     this.HourFeeTxt8.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt8.TabIndex = 19;
     this.HourFeeTxt8.Tag = "@num=8,@pm=金额";
     //
     // HourFeeTxt7
     //
     this.HourFeeTxt7.Location = new System.Drawing.Point(486, 81);
     this.HourFeeTxt7.Name = "HourFeeTxt7";
     this.HourFeeTxt7.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt7.TabIndex = 17;
     this.HourFeeTxt7.Tag = "@num=7,@pm=金额";
     //
     // HourFeeTxt6
     //
     this.HourFeeTxt6.Location = new System.Drawing.Point(287, 81);
     this.HourFeeTxt6.Name = "HourFeeTxt6";
     this.HourFeeTxt6.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt6.TabIndex = 15;
     this.HourFeeTxt6.Tag = "@num=6,@pm=金额";
     //
     // HourFeeTxt5
     //
     this.HourFeeTxt5.Location = new System.Drawing.Point(97, 81);
     this.HourFeeTxt5.Name = "HourFeeTxt5";
     this.HourFeeTxt5.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt5.TabIndex = 13;
     this.HourFeeTxt5.Tag = "@num=5,@pm=金额";
     //
     // HourFeeTxt4
     //
     this.HourFeeTxt4.Location = new System.Drawing.Point(486, 49);
     this.HourFeeTxt4.Name = "HourFeeTxt4";
     this.HourFeeTxt4.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt4.TabIndex = 11;
     this.HourFeeTxt4.Tag = "@num=4,@pm=金额";
     //
     // HourFeeTxt3
     //
     this.HourFeeTxt3.Location = new System.Drawing.Point(287, 48);
     this.HourFeeTxt3.Name = "HourFeeTxt3";
     this.HourFeeTxt3.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt3.TabIndex = 9;
     this.HourFeeTxt3.Tag = "@num=3,@pm=金额";
     //
     // HourFeeTxt2
     //
     this.HourFeeTxt2.Location = new System.Drawing.Point(97, 48);
     this.HourFeeTxt2.Name = "HourFeeTxt2";
     this.HourFeeTxt2.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt2.TabIndex = 7;
     this.HourFeeTxt2.Tag = "@num=2,@pm=金额";
     //
     // HourFeeTxt1
     //
     this.HourFeeTxt1.Location = new System.Drawing.Point(486, 16);
     this.HourFeeTxt1.Name = "HourFeeTxt1";
     this.HourFeeTxt1.Size = new System.Drawing.Size(91, 22);
     this.HourFeeTxt1.TabIndex = 5;
     this.HourFeeTxt1.Tag = "@num=1,@pm=金额";
     //
     // LimitAccTxt
     //
     this.LimitAccTxt.Location = new System.Drawing.Point(287, 15);
     this.LimitAccTxt.Name = "LimitAccTxt";
     this.LimitAccTxt.Size = new System.Drawing.Size(91, 22);
     this.LimitAccTxt.TabIndex = 3;
     this.LimitAccTxt.Tag = "@pm=廿四时限额";
     //
     // FreeTimeTxt6
     //
     this.FreeTimeTxt6.Location = new System.Drawing.Point(97, 15);
     this.FreeTimeTxt6.Name = "FreeTimeTxt6";
     this.FreeTimeTxt6.Size = new System.Drawing.Size(91, 22);
     this.FreeTimeTxt6.TabIndex = 1;
     this.FreeTimeTxt6.Tag = "@pm=免费时长";
     //
     // HourFeeLab24
     //
     this.HourFeeLab24.AutoSize = true;
     this.HourFeeLab24.Location = new System.Drawing.Point(216, 282);
     this.HourFeeLab24.Name = "HourFeeLab24";
     this.HourFeeLab24.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab24.TabIndex = 50;
     this.HourFeeLab24.Text = "24小时收费:";
     //
     // HourFeeLab23
     //
     this.HourFeeLab23.AutoSize = true;
     this.HourFeeLab23.Location = new System.Drawing.Point(26, 279);
     this.HourFeeLab23.Name = "HourFeeLab23";
     this.HourFeeLab23.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab23.TabIndex = 48;
     this.HourFeeLab23.Text = "23小时收费:";
     //
     // HourFeeLab22
     //
     this.HourFeeLab22.AutoSize = true;
     this.HourFeeLab22.Location = new System.Drawing.Point(417, 250);
     this.HourFeeLab22.Name = "HourFeeLab22";
     this.HourFeeLab22.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab22.TabIndex = 46;
     this.HourFeeLab22.Text = "22小时收费:";
     //
     // HourFeeLab21
     //
     this.HourFeeLab21.AutoSize = true;
     this.HourFeeLab21.Location = new System.Drawing.Point(216, 250);
     this.HourFeeLab21.Name = "HourFeeLab21";
     this.HourFeeLab21.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab21.TabIndex = 44;
     this.HourFeeLab21.Text = "21小时收费:";
     //
     // HourFeeLab20
     //
     this.HourFeeLab20.AutoSize = true;
     this.HourFeeLab20.Location = new System.Drawing.Point(26, 247);
     this.HourFeeLab20.Name = "HourFeeLab20";
     this.HourFeeLab20.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab20.TabIndex = 42;
     this.HourFeeLab20.Text = "20小时收费:";
     //
     // HourFeeLab19
     //
     this.HourFeeLab19.AutoSize = true;
     this.HourFeeLab19.Location = new System.Drawing.Point(417, 218);
     this.HourFeeLab19.Name = "HourFeeLab19";
     this.HourFeeLab19.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab19.TabIndex = 40;
     this.HourFeeLab19.Text = "19小时收费:";
     //
     // HourFeeLab18
     //
     this.HourFeeLab18.AutoSize = true;
     this.HourFeeLab18.Location = new System.Drawing.Point(216, 216);
     this.HourFeeLab18.Name = "HourFeeLab18";
     this.HourFeeLab18.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab18.TabIndex = 38;
     this.HourFeeLab18.Text = "18小时收费:";
     //
     // HourFeeLab17
     //
     this.HourFeeLab17.AutoSize = true;
     this.HourFeeLab17.Location = new System.Drawing.Point(26, 216);
     this.HourFeeLab17.Name = "HourFeeLab17";
     this.HourFeeLab17.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab17.TabIndex = 36;
     this.HourFeeLab17.Text = "17小时收费:";
     //
     // HourFeeLab16
     //
     this.HourFeeLab16.AutoSize = true;
     this.HourFeeLab16.Location = new System.Drawing.Point(417, 186);
     this.HourFeeLab16.Name = "HourFeeLab16";
     this.HourFeeLab16.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab16.TabIndex = 34;
     this.HourFeeLab16.Text = "16小时收费:";
     //
     // HourFeeLab15
     //
     this.HourFeeLab15.AutoSize = true;
     this.HourFeeLab15.Location = new System.Drawing.Point(216, 183);
     this.HourFeeLab15.Name = "HourFeeLab15";
     this.HourFeeLab15.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab15.TabIndex = 32;
     this.HourFeeLab15.Text = "15小时收费:";
     //
     // HourFeeLab14
     //
     this.HourFeeLab14.AutoSize = true;
     this.HourFeeLab14.Location = new System.Drawing.Point(26, 181);
     this.HourFeeLab14.Name = "HourFeeLab14";
     this.HourFeeLab14.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab14.TabIndex = 30;
     this.HourFeeLab14.Text = "14小时收费:";
     //
     // HourFeeLab13
     //
     this.HourFeeLab13.AutoSize = true;
     this.HourFeeLab13.Location = new System.Drawing.Point(417, 151);
     this.HourFeeLab13.Name = "HourFeeLab13";
     this.HourFeeLab13.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab13.TabIndex = 28;
     this.HourFeeLab13.Text = "13小时收费:";
     //
     // HourFeeLab12
     //
     this.HourFeeLab12.AutoSize = true;
     this.HourFeeLab12.Location = new System.Drawing.Point(216, 149);
     this.HourFeeLab12.Name = "HourFeeLab12";
     this.HourFeeLab12.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab12.TabIndex = 26;
     this.HourFeeLab12.Text = "12小时收费:";
     //
     // HourFeeLab11
     //
     this.HourFeeLab11.AutoSize = true;
     this.HourFeeLab11.Location = new System.Drawing.Point(26, 151);
     this.HourFeeLab11.Name = "HourFeeLab11";
     this.HourFeeLab11.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab11.TabIndex = 24;
     this.HourFeeLab11.Text = "11小时收费:";
     //
     // HourFeeLab10
     //
     this.HourFeeLab10.AutoSize = true;
     this.HourFeeLab10.Location = new System.Drawing.Point(417, 120);
     this.HourFeeLab10.Name = "HourFeeLab10";
     this.HourFeeLab10.Size = new System.Drawing.Size(73, 14);
     this.HourFeeLab10.TabIndex = 22;
     this.HourFeeLab10.Text = "10小时收费:";
     //
     // HourFeeLab9
     //
     this.HourFeeLab9.AutoSize = true;
     this.HourFeeLab9.Location = new System.Drawing.Point(222, 120);
     this.HourFeeLab9.Name = "HourFeeLab9";
     this.HourFeeLab9.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab9.TabIndex = 20;
     this.HourFeeLab9.Text = "9小时收费:";
     //
     // HourFeeLab8
     //
     this.HourFeeLab8.AutoSize = true;
     this.HourFeeLab8.Location = new System.Drawing.Point(32, 118);
     this.HourFeeLab8.Name = "HourFeeLab8";
     this.HourFeeLab8.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab8.TabIndex = 18;
     this.HourFeeLab8.Text = "8小时收费:";
     //
     // HourFeeLab7
     //
     this.HourFeeLab7.AutoSize = true;
     this.HourFeeLab7.Location = new System.Drawing.Point(423, 87);
     this.HourFeeLab7.Name = "HourFeeLab7";
     this.HourFeeLab7.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab7.TabIndex = 16;
     this.HourFeeLab7.Text = "7小时收费:";
     //
     // HourFeeLab6
     //
     this.HourFeeLab6.AutoSize = true;
     this.HourFeeLab6.Location = new System.Drawing.Point(222, 87);
     this.HourFeeLab6.Name = "HourFeeLab6";
     this.HourFeeLab6.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab6.TabIndex = 14;
     this.HourFeeLab6.Text = "6小时收费:";
     //
     // HourFeeLab5
     //
     this.HourFeeLab5.AutoSize = true;
     this.HourFeeLab5.Location = new System.Drawing.Point(32, 85);
     this.HourFeeLab5.Name = "HourFeeLab5";
     this.HourFeeLab5.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab5.TabIndex = 12;
     this.HourFeeLab5.Text = "5小时收费:";
     //
     // HourFeeLab4
     //
     this.HourFeeLab4.AutoSize = true;
     this.HourFeeLab4.Location = new System.Drawing.Point(423, 57);
     this.HourFeeLab4.Name = "HourFeeLab4";
     this.HourFeeLab4.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab4.TabIndex = 10;
     this.HourFeeLab4.Text = "4小时收费:";
     //
     // HourFeeLab3
     //
     this.HourFeeLab3.AutoSize = true;
     this.HourFeeLab3.Location = new System.Drawing.Point(222, 54);
     this.HourFeeLab3.Name = "HourFeeLab3";
     this.HourFeeLab3.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab3.TabIndex = 8;
     this.HourFeeLab3.Text = "3小时收费:";
     //
     // HourFeeLab2
     //
     this.HourFeeLab2.AutoSize = true;
     this.HourFeeLab2.Location = new System.Drawing.Point(32, 55);
     this.HourFeeLab2.Name = "HourFeeLab2";
     this.HourFeeLab2.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab2.TabIndex = 6;
     this.HourFeeLab2.Text = "2小时收费:";
     //
     // HourFeeLab1
     //
     this.HourFeeLab1.AutoSize = true;
     this.HourFeeLab1.Location = new System.Drawing.Point(423, 22);
     this.HourFeeLab1.Name = "HourFeeLab1";
     this.HourFeeLab1.Size = new System.Drawing.Size(66, 14);
     this.HourFeeLab1.TabIndex = 4;
     this.HourFeeLab1.Text = "1小时收费:";
     //
     // LimitAccLab
     //
     this.LimitAccLab.AutoSize = true;
     this.LimitAccLab.Location = new System.Drawing.Point(216, 22);
     this.LimitAccLab.Name = "LimitAccLab";
     this.LimitAccLab.Size = new System.Drawing.Size(73, 14);
     this.LimitAccLab.TabIndex = 2;
     this.LimitAccLab.Text = "24小时限额:";
     //
     // FreeTimeLab6
     //
     this.FreeTimeLab6.AutoSize = true;
     this.FreeTimeLab6.Location = new System.Drawing.Point(26, 22);
     this.FreeTimeLab6.Name = "FreeTimeLab6";
     this.FreeTimeLab6.Size = new System.Drawing.Size(74, 14);
     this.FreeTimeLab6.TabIndex = 0;
     this.FreeTimeLab6.Text = "免费时长T0:";
     //
     // panelControl6
     //
     this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl6.Controls.Add(this.btnbigCar);
     this.panelControl6.Controls.Add(this.btnMiCar);
     this.panelControl6.Controls.Add(this.btnTimeCar);
     this.panelControl6.Controls.Add(this.btnSmallCar);
     this.panelControl6.Controls.Add(this.btnMoCar);
     this.panelControl6.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl6.Location = new System.Drawing.Point(0, 0);
     this.panelControl6.Name = "panelControl6";
     this.panelControl6.Size = new System.Drawing.Size(574, 35);
     this.panelControl6.TabIndex = 61;
     //
     // btnbigCar
     //
     this.btnbigCar.Appearance.ForeColor = System.Drawing.Color.Black;
     this.btnbigCar.Appearance.Options.UseForeColor = true;
     this.btnbigCar.Location = new System.Drawing.Point(0, 4);
     this.btnbigCar.Name = "btnbigCar";
     this.btnbigCar.Size = new System.Drawing.Size(64, 28);
     this.btnbigCar.TabIndex = 70;
     this.btnbigCar.Tag = "@val=1";
     this.btnbigCar.Text = "A类车";
     this.btnbigCar.Click += new System.EventHandler(this.btnCar_Click);
     //
     // btnMiCar
     //
     this.btnMiCar.Location = new System.Drawing.Point(63, 4);
     this.btnMiCar.Name = "btnMiCar";
     this.btnMiCar.Size = new System.Drawing.Size(64, 28);
     this.btnMiCar.TabIndex = 69;
     this.btnMiCar.Tag = "@val=2";
     this.btnMiCar.Text = "B类车";
     this.btnMiCar.Click += new System.EventHandler(this.btnCar_Click);
     //
     // btnTimeCar
     //
     this.btnTimeCar.Location = new System.Drawing.Point(126, 4);
     this.btnTimeCar.Name = "btnTimeCar";
     this.btnTimeCar.Size = new System.Drawing.Size(64, 28);
     this.btnTimeCar.TabIndex = 68;
     this.btnTimeCar.Tag = "@val=3";
     this.btnTimeCar.Text = "C类车";
     this.btnTimeCar.Click += new System.EventHandler(this.btnCar_Click);
     //
     // btnSmallCar
     //
     this.btnSmallCar.Location = new System.Drawing.Point(190, 4);
     this.btnSmallCar.Name = "btnSmallCar";
     this.btnSmallCar.Size = new System.Drawing.Size(64, 28);
     this.btnSmallCar.TabIndex = 67;
     this.btnSmallCar.Tag = "@val=4";
     this.btnSmallCar.Text = "D类车";
     this.btnSmallCar.Click += new System.EventHandler(this.btnCar_Click);
     //
     // btnMoCar
     //
     this.btnMoCar.Location = new System.Drawing.Point(253, 4);
     this.btnMoCar.Name = "btnMoCar";
     this.btnMoCar.Size = new System.Drawing.Size(64, 28);
     this.btnMoCar.TabIndex = 66;
     this.btnMoCar.Tag = "@val=5";
     this.btnMoCar.Text = "E类车";
     this.btnMoCar.Click += new System.EventHandler(this.btnCar_Click);
     //
     // grpParam
     //
     this.grpParam.Controls.Add(this.panelControl2);
     this.grpParam.Dock = System.Windows.Forms.DockStyle.Top;
     this.grpParam.Location = new System.Drawing.Point(0, 65);
     this.grpParam.Name = "grpParam";
     this.grpParam.Size = new System.Drawing.Size(647, 567);
     this.grpParam.TabIndex = 10;
     this.grpParam.Tag = "";
     this.grpParam.Text = "控制参数";
     //
     // panelControl2
     //
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.groupControl2);
     this.panelControl2.Controls.Add(this.panelControl9);
     this.panelControl2.Controls.Add(this.panelControl5);
     this.panelControl2.Controls.Add(this.panelControl4);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(2, 21);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(643, 541);
     this.panelControl2.TabIndex = 1;
     this.panelControl2.Tag = "@db=用户信息";
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.dbDev);
     this.groupControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControl2.Location = new System.Drawing.Point(0, 388);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(643, 153);
     this.groupControl2.TabIndex = 90;
     this.groupControl2.Text = "设备信息";
     //
     // dbDev
     //
     this.dbDev.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dbDev.Location = new System.Drawing.Point(2, 21);
     this.dbDev.MainView = this.gridView1;
     this.dbDev.Name = "dbDev";
     this.dbDev.Size = new System.Drawing.Size(639, 130);
     this.dbDev.TabIndex = 92;
     this.dbDev.Tag = "@db=设备定义";
     this.dbDev.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn11,
     this.gridColumn12});
     this.gridView1.GridControl = this.dbDev;
     this.gridView1.GroupPanelText = "设备信息";
     this.gridView1.HorzScrollStep = 1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged_1);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "ID";
     this.gridColumn1.FieldName = "ID";
     this.gridColumn1.Name = "gridColumn1";
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "名称";
     this.gridColumn2.FieldName = "名称";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 0;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "电脑";
     this.gridColumn3.FieldName = "电脑";
     this.gridColumn3.Name = "gridColumn3";
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "IP地址";
     this.gridColumn4.FieldName = "IP地址";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 1;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "设备地址";
     this.gridColumn5.FieldName = "站址";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 2;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "串口";
     this.gridColumn6.FieldName = "串口";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 4;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "波特率";
     this.gridColumn7.FieldName = "波特率";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 6;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "数据位";
     this.gridColumn8.FieldName = "数据位";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 7;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "停止位";
     this.gridColumn9.FieldName = "停止位";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 8;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "通讯类别";
     this.gridColumn10.FieldName = "通讯类别";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 3;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "编号";
     this.gridColumn11.FieldName = "编号";
     this.gridColumn11.Name = "gridColumn11";
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "端口";
     this.gridColumn12.FieldName = "端口";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 5;
     //
     // panelControl9
     //
     this.panelControl9.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl9.Controls.Add(this.btnAddDev);
     this.panelControl9.Controls.Add(this.btnDelDev);
     this.panelControl9.Controls.Add(this.btnSaveDev);
     this.panelControl9.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl9.Location = new System.Drawing.Point(0, 351);
     this.panelControl9.Name = "panelControl9";
     this.panelControl9.Size = new System.Drawing.Size(643, 37);
     this.panelControl9.TabIndex = 89;
     //
     // btnAddDev
     //
     this.btnAddDev.Location = new System.Drawing.Point(12, 6);
     this.btnAddDev.Name = "btnAddDev";
     this.btnAddDev.Size = new System.Drawing.Size(64, 28);
     this.btnAddDev.TabIndex = 3;
     this.btnAddDev.Text = "增加设备";
     this.btnAddDev.Click += new System.EventHandler(this.btnAddDev_Click);
     //
     // btnDelDev
     //
     this.btnDelDev.Location = new System.Drawing.Point(91, 6);
     this.btnDelDev.Name = "btnDelDev";
     this.btnDelDev.Size = new System.Drawing.Size(64, 28);
     this.btnDelDev.TabIndex = 2;
     this.btnDelDev.Text = "删除设备";
     this.btnDelDev.Click += new System.EventHandler(this.btnDelDev_Click);
     //
     // btnSaveDev
     //
     this.btnSaveDev.Location = new System.Drawing.Point(172, 6);
     this.btnSaveDev.Name = "btnSaveDev";
     this.btnSaveDev.Size = new System.Drawing.Size(64, 28);
     this.btnSaveDev.TabIndex = 1;
     this.btnSaveDev.Text = "保存";
     this.btnSaveDev.Click += new System.EventHandler(this.btnSaveDev_Click);
     //
     // panelControl5
     //
     this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl5.Controls.Add(this.groupBox8);
     this.panelControl5.Controls.Add(this.grpbChannel);
     this.panelControl5.Controls.Add(this.groupBox5);
     this.panelControl5.Controls.Add(this.grpbCardType);
     this.panelControl5.Controls.Add(this.groupBox4);
     this.panelControl5.Controls.Add(this.grpbAccept);
     this.panelControl5.Controls.Add(this.groupBox1);
     this.panelControl5.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl5.Location = new System.Drawing.Point(0, 78);
     this.panelControl5.Name = "panelControl5";
     this.panelControl5.Size = new System.Drawing.Size(643, 273);
     this.panelControl5.TabIndex = 88;
     this.panelControl5.Tag = "@db=停车场管理";
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.checkEdit10);
     this.groupBox8.Controls.Add(this.checkEdit2);
     this.groupBox8.Location = new System.Drawing.Point(466, 173);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(174, 94);
     this.groupBox8.TabIndex = 95;
     this.groupBox8.TabStop = false;
     this.groupBox8.Tag = "@db=停车场管理";
     this.groupBox8.Text = "出入场地感";
     //
     // checkEdit10
     //
     this.checkEdit10.Location = new System.Drawing.Point(5, 56);
     this.checkEdit10.Name = "checkEdit10";
     this.checkEdit10.Properties.Caption = "出场地感";
     this.checkEdit10.Size = new System.Drawing.Size(100, 19);
     this.checkEdit10.TabIndex = 112;
     this.checkEdit10.Tag = "@fld=出场地感";
     //
     // checkEdit2
     //
     this.checkEdit2.Location = new System.Drawing.Point(5, 31);
     this.checkEdit2.Name = "checkEdit2";
     this.checkEdit2.Properties.Caption = "入场地感";
     this.checkEdit2.Size = new System.Drawing.Size(70, 19);
     this.checkEdit2.TabIndex = 111;
     this.checkEdit2.Tag = "@fld=入场地感";
     //
     // grpbChannel
     //
     this.grpbChannel.Controls.Add(this.plCarType);
     this.grpbChannel.Controls.Add(this.plCardType);
     this.grpbChannel.Controls.Add(this.checkBox5);
     this.grpbChannel.Controls.Add(this.radChannelCard);
     this.grpbChannel.Controls.Add(this.radChannelCar);
     this.grpbChannel.Location = new System.Drawing.Point(299, 1);
     this.grpbChannel.Name = "grpbChannel";
     this.grpbChannel.Size = new System.Drawing.Size(341, 84);
     this.grpbChannel.TabIndex = 94;
     this.grpbChannel.TabStop = false;
     this.grpbChannel.Tag = "";
     this.grpbChannel.Text = "通道选择";
     //
     // plCarType
     //
     this.plCarType.Controls.Add(this.checkEdit13);
     this.plCarType.Controls.Add(this.checkEdit14);
     this.plCarType.Controls.Add(this.checkEdit15);
     this.plCarType.Controls.Add(this.checkEdit16);
     this.plCarType.Location = new System.Drawing.Point(144, 19);
     this.plCarType.Name = "plCarType";
     this.plCarType.Size = new System.Drawing.Size(175, 52);
     this.plCarType.TabIndex = 140;
     this.plCarType.Tag = "@db=停车场管理";
     //
     // checkEdit13
     //
     this.checkEdit13.Location = new System.Drawing.Point(223, 26);
     this.checkEdit13.Name = "checkEdit13";
     this.checkEdit13.Properties.Caption = "D类车";
     this.checkEdit13.Size = new System.Drawing.Size(65, 19);
     this.checkEdit13.TabIndex = 132;
     this.checkEdit13.Tag = "@val=4,@grp=通道内容";
     //
     // checkEdit14
     //
     this.checkEdit14.Location = new System.Drawing.Point(159, 26);
     this.checkEdit14.Name = "checkEdit14";
     this.checkEdit14.Properties.Caption = "C类车";
     this.checkEdit14.Size = new System.Drawing.Size(58, 19);
     this.checkEdit14.TabIndex = 131;
     this.checkEdit14.Tag = "@val=3,@grp=通道内容";
     //
     // checkEdit15
     //
     this.checkEdit15.Location = new System.Drawing.Point(91, 26);
     this.checkEdit15.Name = "checkEdit15";
     this.checkEdit15.Properties.Caption = "B类车";
     this.checkEdit15.Size = new System.Drawing.Size(62, 19);
     this.checkEdit15.TabIndex = 130;
     this.checkEdit15.Tag = "@val=2,@grp=通道内容";
     //
     // checkEdit16
     //
     this.checkEdit16.Location = new System.Drawing.Point(20, 29);
     this.checkEdit16.Name = "checkEdit16";
     this.checkEdit16.Properties.Caption = "A类车";
     this.checkEdit16.Size = new System.Drawing.Size(59, 19);
     this.checkEdit16.TabIndex = 129;
     this.checkEdit16.Tag = "@val=1,@grp=通道内容";
     //
     // plCardType
     //
     this.plCardType.Controls.Add(this.checkEdit3);
     this.plCardType.Controls.Add(this.checkEdit4);
     this.plCardType.Controls.Add(this.checkEdit5);
     this.plCardType.Controls.Add(this.checkEdit6);
     this.plCardType.Controls.Add(this.checkEdit7);
     this.plCardType.Controls.Add(this.checkEdit8);
     this.plCardType.Controls.Add(this.checkEdit9);
     this.plCardType.Location = new System.Drawing.Point(6, 15);
     this.plCardType.Name = "plCardType";
     this.plCardType.Size = new System.Drawing.Size(132, 64);
     this.plCardType.TabIndex = 12;
     this.plCardType.Tag = "@db=停车场管理";
     this.plCardType.Visible = false;
     //
     // checkEdit3
     //
     this.checkEdit3.Location = new System.Drawing.Point(73, 36);
     this.checkEdit3.Name = "checkEdit3";
     this.checkEdit3.Properties.Caption = "贵宾卡";
     this.checkEdit3.Size = new System.Drawing.Size(65, 19);
     this.checkEdit3.TabIndex = 139;
     this.checkEdit3.Tag = "@val=8,@grp=通道内容";
     //
     // checkEdit4
     //
     this.checkEdit4.Location = new System.Drawing.Point(153, 36);
     this.checkEdit4.Name = "checkEdit4";
     this.checkEdit4.Properties.Caption = "储值卡";
     this.checkEdit4.Size = new System.Drawing.Size(58, 19);
     this.checkEdit4.TabIndex = 138;
     this.checkEdit4.Tag = "@val=9,@grp=通道内容";
     //
     // checkEdit5
     //
     this.checkEdit5.Location = new System.Drawing.Point(153, 10);
     this.checkEdit5.Name = "checkEdit5";
     this.checkEdit5.Properties.Caption = "临时卡";
     this.checkEdit5.Size = new System.Drawing.Size(58, 19);
     this.checkEdit5.TabIndex = 137;
     this.checkEdit5.Tag = "@val=5,@grp=通道内容";
     //
     // checkEdit6
     //
     this.checkEdit6.Location = new System.Drawing.Point(73, 10);
     this.checkEdit6.Name = "checkEdit6";
     this.checkEdit6.Properties.Caption = "时段卡";
     this.checkEdit6.Size = new System.Drawing.Size(62, 19);
     this.checkEdit6.TabIndex = 136;
     this.checkEdit6.Tag = "@val=4,@grp=通道内容";
     //
     // checkEdit7
     //
     this.checkEdit7.Location = new System.Drawing.Point(15, 36);
     this.checkEdit7.Name = "checkEdit7";
     this.checkEdit7.Properties.Caption = "免费卡";
     this.checkEdit7.Size = new System.Drawing.Size(61, 19);
     this.checkEdit7.TabIndex = 135;
     this.checkEdit7.Tag = "@val=6,@grp=通道内容";
     //
     // checkEdit8
     //
     this.checkEdit8.Location = new System.Drawing.Point(236, 10);
     this.checkEdit8.Name = "checkEdit8";
     this.checkEdit8.Properties.Caption = "临免卡";
     this.checkEdit8.Size = new System.Drawing.Size(64, 19);
     this.checkEdit8.TabIndex = 134;
     this.checkEdit8.Tag = "@val=7,@grp=通道内容";
     //
     // checkEdit9
     //
     this.checkEdit9.Location = new System.Drawing.Point(15, 11);
     this.checkEdit9.Name = "checkEdit9";
     this.checkEdit9.Properties.Caption = "期卡";
     this.checkEdit9.Size = new System.Drawing.Size(48, 19);
     this.checkEdit9.TabIndex = 133;
     this.checkEdit9.Tag = "@val=3,@grp=通道内容";
     //
     // checkBox5
     //
     this.checkBox5.AutoSize = true;
     this.checkBox5.Location = new System.Drawing.Point(101, 155);
     this.checkBox5.Name = "checkBox5";
     this.checkBox5.Size = new System.Drawing.Size(50, 18);
     this.checkBox5.TabIndex = 2;
     this.checkBox5.Text = "大车";
     this.checkBox5.UseVisualStyleBackColor = true;
     //
     // radChannelCard
     //
     this.radChannelCard.AutoSize = true;
     this.radChannelCard.Location = new System.Drawing.Point(119, 0);
     this.radChannelCard.Name = "radChannelCard";
     this.radChannelCard.Size = new System.Drawing.Size(61, 18);
     this.radChannelCard.TabIndex = 1;
     this.radChannelCard.Text = "按卡类";
     this.radChannelCard.UseVisualStyleBackColor = true;
     this.radChannelCard.CheckedChanged += new System.EventHandler(this.radChannel_CheckedChanged);
     //
     // radChannelCar
     //
     this.radChannelCar.AutoSize = true;
     this.radChannelCar.Checked = true;
     this.radChannelCar.Location = new System.Drawing.Point(60, 0);
     this.radChannelCar.Name = "radChannelCar";
     this.radChannelCar.Size = new System.Drawing.Size(61, 18);
     this.radChannelCar.TabIndex = 0;
     this.radChannelCar.TabStop = true;
     this.radChannelCar.Text = "按车型";
     this.radChannelCar.UseVisualStyleBackColor = true;
     this.radChannelCar.CheckedChanged += new System.EventHandler(this.radChannel_CheckedChanged);
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.textEdit1);
     this.groupBox5.Controls.Add(this.label3);
     this.groupBox5.Controls.Add(this.checkEdit1);
     this.groupBox5.Location = new System.Drawing.Point(3, 172);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(293, 95);
     this.groupBox5.TabIndex = 93;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "中央收费";
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(187, 41);
     this.textEdit1.Name = "textEdit1";
     this.textEdit1.Size = new System.Drawing.Size(101, 21);
     this.textEdit1.TabIndex = 27;
     this.textEdit1.Tag = "@fld=有效期报警";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(103, 44);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(81, 14);
     this.label3.TabIndex = 120;
     this.label3.Text = "有效时间(分):";
     //
     // checkEdit1
     //
     this.checkEdit1.Location = new System.Drawing.Point(7, 43);
     this.checkEdit1.Name = "checkEdit1";
     this.checkEdit1.Properties.Caption = "是否中央收费";
     this.checkEdit1.Size = new System.Drawing.Size(97, 19);
     this.checkEdit1.TabIndex = 26;
     this.checkEdit1.Tag = "@fld=允许车辆入场";
     //
     // grpbCardType
     //
     this.grpbCardType.Controls.Add(this.checkBox17);
     this.grpbCardType.Controls.Add(this.GbkChk1);
     this.grpbCardType.Controls.Add(this.CzkChk1);
     this.grpbCardType.Controls.Add(this.LskChk1);
     this.grpbCardType.Controls.Add(this.SdkChk1);
     this.grpbCardType.Controls.Add(this.MfkChk1);
     this.grpbCardType.Controls.Add(this.LmkChk1);
     this.grpbCardType.Controls.Add(this.QkChk1);
     this.grpbCardType.Location = new System.Drawing.Point(299, 86);
     this.grpbCardType.Name = "grpbCardType";
     this.grpbCardType.Size = new System.Drawing.Size(341, 84);
     this.grpbCardType.TabIndex = 92;
     this.grpbCardType.TabStop = false;
     this.grpbCardType.Tag = "@db=停车场管理";
     this.grpbCardType.Text = "卡类允许(允许该卡类入场)";
     //
     // checkBox17
     //
     this.checkBox17.Location = new System.Drawing.Point(240, 58);
     this.checkBox17.Name = "checkBox17";
     this.checkBox17.Properties.Caption = "一卡通";
     this.checkBox17.Size = new System.Drawing.Size(70, 19);
     this.checkBox17.TabIndex = 125;
     this.checkBox17.Tag = "@val=10,@grp=卡类允许";
     //
     // GbkChk1
     //
     this.GbkChk1.Location = new System.Drawing.Point(90, 58);
     this.GbkChk1.Name = "GbkChk1";
     this.GbkChk1.Properties.Caption = "贵宾卡";
     this.GbkChk1.Size = new System.Drawing.Size(65, 19);
     this.GbkChk1.TabIndex = 124;
     this.GbkChk1.Tag = "@val=8,@grp=卡类允许";
     //
     // CzkChk1
     //
     this.CzkChk1.Location = new System.Drawing.Point(167, 58);
     this.CzkChk1.Name = "CzkChk1";
     this.CzkChk1.Properties.Caption = "储值卡";
     this.CzkChk1.Size = new System.Drawing.Size(58, 19);
     this.CzkChk1.TabIndex = 123;
     this.CzkChk1.Tag = "@val=9,@grp=卡类允许";
     //
     // LskChk1
     //
     this.LskChk1.Location = new System.Drawing.Point(167, 21);
     this.LskChk1.Name = "LskChk1";
     this.LskChk1.Properties.Caption = "临时卡";
     this.LskChk1.Size = new System.Drawing.Size(58, 19);
     this.LskChk1.TabIndex = 122;
     this.LskChk1.Tag = "@val=5,@grp=卡类允许";
     //
     // SdkChk1
     //
     this.SdkChk1.Location = new System.Drawing.Point(90, 21);
     this.SdkChk1.Name = "SdkChk1";
     this.SdkChk1.Properties.Caption = "时段卡";
     this.SdkChk1.Size = new System.Drawing.Size(62, 19);
     this.SdkChk1.TabIndex = 121;
     this.SdkChk1.Tag = "@val=4,@grp=卡类允许";
     //
     // MfkChk1
     //
     this.MfkChk1.Location = new System.Drawing.Point(19, 58);
     this.MfkChk1.Name = "MfkChk1";
     this.MfkChk1.Properties.Caption = "免费卡";
     this.MfkChk1.Size = new System.Drawing.Size(61, 19);
     this.MfkChk1.TabIndex = 120;
     this.MfkChk1.Tag = "@val=6,@grp=卡类允许";
     //
     // LmkChk1
     //
     this.LmkChk1.Location = new System.Drawing.Point(240, 21);
     this.LmkChk1.Name = "LmkChk1";
     this.LmkChk1.Properties.Caption = "临免卡";
     this.LmkChk1.Size = new System.Drawing.Size(64, 19);
     this.LmkChk1.TabIndex = 119;
     this.LmkChk1.Tag = "@val=7,@grp=卡类允许";
     //
     // QkChk1
     //
     this.QkChk1.Location = new System.Drawing.Point(19, 21);
     this.QkChk1.Name = "QkChk1";
     this.QkChk1.Properties.Caption = "期卡";
     this.QkChk1.Size = new System.Drawing.Size(48, 19);
     this.QkChk1.TabIndex = 118;
     this.QkChk1.Tag = "@val=3,@grp=卡类允许";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.checkBox1);
     this.groupBox4.Controls.Add(this.checkBox2);
     this.groupBox4.Location = new System.Drawing.Point(299, 173);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(161, 94);
     this.groupBox4.TabIndex = 91;
     this.groupBox4.TabStop = false;
     this.groupBox4.Tag = "@db=停车场管理";
     this.groupBox4.Text = "入口满位处理";
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(6, 31);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Properties.Caption = "允许车辆入场";
     this.checkBox1.Size = new System.Drawing.Size(100, 19);
     this.checkBox1.TabIndex = 111;
     this.checkBox1.Tag = "@fld=允许车辆入场";
     //
     // checkBox2
     //
     this.checkBox2.Location = new System.Drawing.Point(6, 56);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Properties.Caption = "允许出临时卡";
     this.checkBox2.Size = new System.Drawing.Size(100, 19);
     this.checkBox2.TabIndex = 110;
     this.checkBox2.Tag = "@fld=允许出临时卡";
     //
     // grpbAccept
     //
     this.grpbAccept.Controls.Add(this.checkBox16);
     this.grpbAccept.Controls.Add(this.GbkChk);
     this.grpbAccept.Controls.Add(this.CzkChk);
     this.grpbAccept.Controls.Add(this.LskChk);
     this.grpbAccept.Controls.Add(this.SdkChk);
     this.grpbAccept.Controls.Add(this.MfkChk);
     this.grpbAccept.Controls.Add(this.LmkChk);
     this.grpbAccept.Controls.Add(this.QkChk);
     this.grpbAccept.Location = new System.Drawing.Point(3, 86);
     this.grpbAccept.Name = "grpbAccept";
     this.grpbAccept.Size = new System.Drawing.Size(293, 84);
     this.grpbAccept.TabIndex = 90;
     this.grpbAccept.TabStop = false;
     this.grpbAccept.Tag = "@db=停车场管理";
     this.grpbAccept.Text = "放行控制(需要上位机确认)";
     //
     // checkBox16
     //
     this.checkBox16.Location = new System.Drawing.Point(223, 58);
     this.checkBox16.Name = "checkBox16";
     this.checkBox16.Properties.Caption = "一卡通";
     this.checkBox16.Size = new System.Drawing.Size(70, 19);
     this.checkBox16.TabIndex = 25;
     this.checkBox16.Tag = "@val=10,@grp=放行控制";
     //
     // GbkChk
     //
     this.GbkChk.Location = new System.Drawing.Point(75, 58);
     this.GbkChk.Name = "GbkChk";
     this.GbkChk.Properties.Caption = "贵宾卡";
     this.GbkChk.Size = new System.Drawing.Size(65, 19);
     this.GbkChk.TabIndex = 21;
     this.GbkChk.Tag = "@val=8,@grp=放行控制";
     //
     // CzkChk
     //
     this.CzkChk.Location = new System.Drawing.Point(146, 59);
     this.CzkChk.Name = "CzkChk";
     this.CzkChk.Properties.Caption = "储值卡";
     this.CzkChk.Size = new System.Drawing.Size(58, 19);
     this.CzkChk.TabIndex = 24;
     this.CzkChk.Tag = "@val=9,@grp=放行控制";
     //
     // LskChk
     //
     this.LskChk.Location = new System.Drawing.Point(146, 22);
     this.LskChk.Name = "LskChk";
     this.LskChk.Properties.Caption = "临时卡";
     this.LskChk.Size = new System.Drawing.Size(58, 19);
     this.LskChk.TabIndex = 18;
     this.LskChk.Tag = "@val=5,@grp=放行控制";
     //
     // SdkChk
     //
     this.SdkChk.Location = new System.Drawing.Point(75, 22);
     this.SdkChk.Name = "SdkChk";
     this.SdkChk.Properties.Caption = "时段卡";
     this.SdkChk.Size = new System.Drawing.Size(62, 19);
     this.SdkChk.TabIndex = 17;
     this.SdkChk.Tag = "@val=4,@grp=放行控制";
     //
     // MfkChk
     //
     this.MfkChk.Location = new System.Drawing.Point(17, 59);
     this.MfkChk.Name = "MfkChk";
     this.MfkChk.Properties.Caption = "免费卡";
     this.MfkChk.Size = new System.Drawing.Size(61, 19);
     this.MfkChk.TabIndex = 20;
     this.MfkChk.Tag = "@val=6,@grp=放行控制";
     //
     // LmkChk
     //
     this.LmkChk.Location = new System.Drawing.Point(223, 21);
     this.LmkChk.Name = "LmkChk";
     this.LmkChk.Properties.Caption = "临免卡";
     this.LmkChk.Size = new System.Drawing.Size(64, 19);
     this.LmkChk.TabIndex = 19;
     this.LmkChk.Tag = "@val=7,@grp=放行控制";
     //
     // QkChk
     //
     this.QkChk.Location = new System.Drawing.Point(17, 23);
     this.QkChk.Name = "QkChk";
     this.QkChk.Properties.Caption = "期卡";
     this.QkChk.Size = new System.Drawing.Size(48, 19);
     this.QkChk.TabIndex = 16;
     this.QkChk.Tag = "@val=3,@grp=放行控制";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.LsCardTpComb);
     this.groupBox1.Controls.Add(this.CarTypeComb);
     this.groupBox1.Controls.Add(this.LsCardTpLab);
     this.groupBox1.Controls.Add(this.CarTypeLab);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(296, 85);
     this.groupBox1.TabIndex = 89;
     this.groupBox1.TabStop = false;
     this.groupBox1.Tag = "@db=停车场管理";
     this.groupBox1.Text = "入口满位处理";
     //
     // LsCardTpComb
     //
     this.LsCardTpComb.Location = new System.Drawing.Point(102, 48);
     this.LsCardTpComb.Name = "LsCardTpComb";
     this.LsCardTpComb.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LsCardTpComb.Properties.NullText = "";
     this.LsCardTpComb.Size = new System.Drawing.Size(145, 21);
     this.LsCardTpComb.TabIndex = 15;
     this.LsCardTpComb.Tag = "@fld=临时卡方式";
     //
     // CarTypeComb
     //
     this.CarTypeComb.Location = new System.Drawing.Point(102, 21);
     this.CarTypeComb.Name = "CarTypeComb";
     this.CarTypeComb.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.CarTypeComb.Properties.NullText = "";
     this.CarTypeComb.Size = new System.Drawing.Size(145, 21);
     this.CarTypeComb.TabIndex = 14;
     this.CarTypeComb.Tag = "@fld=按键默认车型";
     //
     // LsCardTpLab
     //
     this.LsCardTpLab.AutoSize = true;
     this.LsCardTpLab.Location = new System.Drawing.Point(22, 51);
     this.LsCardTpLab.Name = "LsCardTpLab";
     this.LsCardTpLab.Size = new System.Drawing.Size(71, 14);
     this.LsCardTpLab.TabIndex = 119;
     this.LsCardTpLab.Text = "临时卡方式:";
     //
     // CarTypeLab
     //
     this.CarTypeLab.AutoSize = true;
     this.CarTypeLab.Location = new System.Drawing.Point(12, 24);
     this.CarTypeLab.Name = "CarTypeLab";
     this.CarTypeLab.Size = new System.Drawing.Size(83, 14);
     this.CarTypeLab.TabIndex = 118;
     this.CarTypeLab.Text = "按键默认车型:";
     //
     // panelControl4
     //
     this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl4.Controls.Add(this.comboBox2);
     this.panelControl4.Controls.Add(this.MulInOutChk);
     this.panelControl4.Controls.Add(this.IsOutComChk);
     this.panelControl4.Controls.Add(this.SmaPrkLogComb);
     this.panelControl4.Controls.Add(this.DevAddrTxt);
     this.panelControl4.Controls.Add(this.ValDayAlmTxt);
     this.panelControl4.Controls.Add(this.comboBox1);
     this.panelControl4.Controls.Add(this.label4);
     this.panelControl4.Controls.Add(this.DevAddrLab);
     this.panelControl4.Controls.Add(this.SmaPrkLogLab);
     this.panelControl4.Controls.Add(this.CardBalAlmLab);
     this.panelControl4.Controls.Add(this.ValDayAlmLab);
     this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl4.Location = new System.Drawing.Point(0, 0);
     this.panelControl4.Name = "panelControl4";
     this.panelControl4.Size = new System.Drawing.Size(643, 78);
     this.panelControl4.TabIndex = 87;
     this.panelControl4.Tag = "@db=停车场管理";
     //
     // comboBox2
     //
     this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Items.AddRange(new object[] {
     "天敏卡",
     "MINI卡"});
     this.comboBox2.Location = new System.Drawing.Point(239, 51);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(83, 22);
     this.comboBox2.TabIndex = 103;
     this.comboBox2.Tag = "@fld=视频卡";
     //
     // MulInOutChk
     //
     this.MulInOutChk.Location = new System.Drawing.Point(328, 53);
     this.MulInOutChk.Name = "MulInOutChk";
     this.MulInOutChk.Properties.Caption = "进出场逻辑控制(多进多出)";
     this.MulInOutChk.Size = new System.Drawing.Size(177, 19);
     this.MulInOutChk.TabIndex = 12;
     this.MulInOutChk.Tag = "@fld=进出场逻辑控制";
     //
     // IsOutComChk
     //
     this.IsOutComChk.Location = new System.Drawing.Point(505, 52);
     this.IsOutComChk.Name = "IsOutComChk";
     this.IsOutComChk.Properties.Caption = "是否允许脱机";
     this.IsOutComChk.Size = new System.Drawing.Size(100, 19);
     this.IsOutComChk.TabIndex = 13;
     this.IsOutComChk.Tag = "@fld=允许脱机";
     //
     // SmaPrkLogComb
     //
     this.SmaPrkLogComb.Location = new System.Drawing.Point(74, 51);
     this.SmaPrkLogComb.Name = "SmaPrkLogComb";
     this.SmaPrkLogComb.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.SmaPrkLogComb.Properties.NullText = "";
     this.SmaPrkLogComb.Size = new System.Drawing.Size(109, 21);
     this.SmaPrkLogComb.TabIndex = 11;
     this.SmaPrkLogComb.Tag = "@fld=场内场逻辑";
     //
     // DevAddrTxt
     //
     this.DevAddrTxt.Location = new System.Drawing.Point(74, 18);
     this.DevAddrTxt.Name = "DevAddrTxt";
     this.DevAddrTxt.Size = new System.Drawing.Size(109, 21);
     this.DevAddrTxt.TabIndex = 7;
     this.DevAddrTxt.Tag = "@fld=名称";
     //
     // ValDayAlmTxt
     //
     this.ValDayAlmTxt.Location = new System.Drawing.Point(500, 18);
     this.ValDayAlmTxt.Name = "ValDayAlmTxt";
     this.ValDayAlmTxt.Size = new System.Drawing.Size(101, 21);
     this.ValDayAlmTxt.TabIndex = 9;
     this.ValDayAlmTxt.Tag = "@fld=有效期报警";
     //
     // comboBox1
     //
     this.comboBox1.Location = new System.Drawing.Point(288, 18);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(108, 21);
     this.comboBox1.TabIndex = 8;
     this.comboBox1.Tag = "@fld=卡余额报警";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(189, 54);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(47, 14);
     this.label4.TabIndex = 102;
     this.label4.Text = "视频卡:";
     //
     // DevAddrLab
     //
     this.DevAddrLab.AutoSize = true;
     this.DevAddrLab.Location = new System.Drawing.Point(9, 21);
     this.DevAddrLab.Name = "DevAddrLab";
     this.DevAddrLab.Size = new System.Drawing.Size(59, 14);
     this.DevAddrLab.TabIndex = 98;
     this.DevAddrLab.Text = "设备名称:";
     //
     // SmaPrkLogLab
     //
     this.SmaPrkLogLab.AutoSize = true;
     this.SmaPrkLogLab.Location = new System.Drawing.Point(8, 58);
     this.SmaPrkLogLab.Name = "SmaPrkLogLab";
     this.SmaPrkLogLab.Size = new System.Drawing.Size(71, 14);
     this.SmaPrkLogLab.TabIndex = 101;
     this.SmaPrkLogLab.Text = "场内场逻辑:";
     //
     // CardBalAlmLab
     //
     this.CardBalAlmLab.AutoSize = true;
     this.CardBalAlmLab.Location = new System.Drawing.Point(189, 21);
     this.CardBalAlmLab.Name = "CardBalAlmLab";
     this.CardBalAlmLab.Size = new System.Drawing.Size(93, 14);
     this.CardBalAlmLab.TabIndex = 100;
     this.CardBalAlmLab.Text = "卡余额报警(元):";
     //
     // ValDayAlmLab
     //
     this.ValDayAlmLab.AutoSize = true;
     this.ValDayAlmLab.Location = new System.Drawing.Point(401, 21);
     this.ValDayAlmLab.Name = "ValDayAlmLab";
     this.ValDayAlmLab.Size = new System.Drawing.Size(93, 14);
     this.ValDayAlmLab.TabIndex = 99;
     this.ValDayAlmLab.Text = "有效期报警(天):";
     //
     // panBaseInfo
     //
     this.panBaseInfo.Controls.Add(this.panelControl16);
     this.panBaseInfo.Dock = System.Windows.Forms.DockStyle.Top;
     this.panBaseInfo.Location = new System.Drawing.Point(0, 0);
     this.panBaseInfo.Name = "panBaseInfo";
     this.panBaseInfo.Size = new System.Drawing.Size(647, 65);
     this.panBaseInfo.TabIndex = 9;
     this.panBaseInfo.Tag = "@db=停车场管理";
     this.panBaseInfo.Text = "基本信息";
     //
     // panelControl16
     //
     this.panelControl16.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl16.Controls.Add(this.RetainStaTxt);
     this.panelControl16.Controls.Add(this.TypeCombo);
     this.panelControl16.Controls.Add(this.AllNoTxt);
     this.panelControl16.Controls.Add(this.RetainStaLab);
     this.panelControl16.Controls.Add(this.AllNoLab);
     this.panelControl16.Controls.Add(this.StallNoTxt);
     this.panelControl16.Controls.Add(this.ComIpTxt);
     this.panelControl16.Controls.Add(this.TxtStalname);
     this.panelControl16.Controls.Add(this.ComIpLab);
     this.panelControl16.Controls.Add(this.TypeLab);
     this.panelControl16.Controls.Add(this.StallNameLab);
     this.panelControl16.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl16.Location = new System.Drawing.Point(2, 21);
     this.panelControl16.Name = "panelControl16";
     this.panelControl16.Size = new System.Drawing.Size(643, 42);
     this.panelControl16.TabIndex = 1;
     this.panelControl16.Tag = "@db=停车场管理";
     //
     // RetainStaTxt
     //
     this.RetainStaTxt.Location = new System.Drawing.Point(336, 15);
     this.RetainStaTxt.Name = "RetainStaTxt";
     this.RetainStaTxt.Size = new System.Drawing.Size(98, 21);
     this.RetainStaTxt.TabIndex = 5;
     this.RetainStaTxt.Tag = "@fld=保留车位";
     //
     // TypeCombo
     //
     this.TypeCombo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.TypeCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.TypeCombo.Enabled = false;
     this.TypeCombo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.TypeCombo.FormattingEnabled = true;
     this.TypeCombo.Items.AddRange(new object[] {
     "大场",
     "场内场",
     "门岗"});
     this.TypeCombo.Location = new System.Drawing.Point(179, 14);
     this.TypeCombo.Name = "TypeCombo";
     this.TypeCombo.Size = new System.Drawing.Size(88, 22);
     this.TypeCombo.TabIndex = 104;
     this.TypeCombo.Tag = "@fld=类型";
     //
     // AllNoTxt
     //
     this.AllNoTxt.Location = new System.Drawing.Point(488, 14);
     this.AllNoTxt.Name = "AllNoTxt";
     this.AllNoTxt.Size = new System.Drawing.Size(103, 21);
     this.AllNoTxt.TabIndex = 4;
     this.AllNoTxt.Tag = "@fld=总车位数";
     //
     // RetainStaLab
     //
     this.RetainStaLab.AutoSize = true;
     this.RetainStaLab.Location = new System.Drawing.Point(273, 18);
     this.RetainStaLab.Name = "RetainStaLab";
     this.RetainStaLab.Size = new System.Drawing.Size(59, 14);
     this.RetainStaLab.TabIndex = 86;
     this.RetainStaLab.Text = "保留车位:";
     //
     // AllNoLab
     //
     this.AllNoLab.AutoSize = true;
     this.AllNoLab.Location = new System.Drawing.Point(440, 17);
     this.AllNoLab.Name = "AllNoLab";
     this.AllNoLab.Size = new System.Drawing.Size(47, 14);
     this.AllNoLab.TabIndex = 85;
     this.AllNoLab.Text = "总车位:";
     //
     // StallNoTxt
     //
     this.StallNoTxt.Enabled = false;
     this.StallNoTxt.Location = new System.Drawing.Point(630, 50);
     this.StallNoTxt.Name = "StallNoTxt";
     this.StallNoTxt.Size = new System.Drawing.Size(10, 21);
     this.StallNoTxt.TabIndex = 3;
     this.StallNoTxt.Tag = "@fld=编号";
     //
     // ComIpTxt
     //
     this.ComIpTxt.Location = new System.Drawing.Point(336, 15);
     this.ComIpTxt.Name = "ComIpTxt";
     this.ComIpTxt.Size = new System.Drawing.Size(93, 21);
     this.ComIpTxt.TabIndex = 6;
     this.ComIpTxt.Tag = "@fld=电脑IP";
     this.ComIpTxt.TextChanged += new System.EventHandler(this.ComIpTxt_TextChanged);
     //
     // TxtStalname
     //
     this.TxtStalname.Location = new System.Drawing.Point(45, 15);
     this.TxtStalname.Name = "TxtStalname";
     this.TxtStalname.Size = new System.Drawing.Size(94, 21);
     this.TxtStalname.TabIndex = 1;
     this.TxtStalname.Tag = "@fld=名称";
     //
     // ComIpLab
     //
     this.ComIpLab.AutoSize = true;
     this.ComIpLab.Location = new System.Drawing.Point(274, 18);
     this.ComIpLab.Name = "ComIpLab";
     this.ComIpLab.Size = new System.Drawing.Size(46, 14);
     this.ComIpLab.TabIndex = 72;
     this.ComIpLab.Text = "电脑IP:";
     //
     // TypeLab
     //
     this.TypeLab.AutoSize = true;
     this.TypeLab.Location = new System.Drawing.Point(145, 18);
     this.TypeLab.Name = "TypeLab";
     this.TypeLab.Size = new System.Drawing.Size(35, 14);
     this.TypeLab.TabIndex = 71;
     this.TypeLab.Text = "类别:";
     //
     // StallNameLab
     //
     this.StallNameLab.AutoSize = true;
     this.StallNameLab.Location = new System.Drawing.Point(9, 18);
     this.StallNameLab.Name = "StallNameLab";
     this.StallNameLab.Size = new System.Drawing.Size(35, 14);
     this.StallNameLab.TabIndex = 70;
     this.StallNameLab.Text = "名称:";
     //
     // groupControl1
     //
     this.groupControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupControl1.Controls.Add(this.radfee2);
     this.groupControl1.Controls.Add(this.radfee6);
     this.groupControl1.Controls.Add(this.radfee1);
     this.groupControl1.Controls.Add(this.radfee5);
     this.groupControl1.Controls.Add(this.radfee3);
     this.groupControl1.Controls.Add(this.radfee4);
     this.groupControl1.Location = new System.Drawing.Point(1, 1);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.Size = new System.Drawing.Size(557, 37);
     this.groupControl1.TabIndex = 6;
     this.groupControl1.Text = "groupControl1";
     //
     // radfee2
     //
     this.radfee2.AutoSize = true;
     this.radfee2.Location = new System.Drawing.Point(76, 6);
     this.radfee2.Name = "radfee2";
     this.radfee2.Size = new System.Drawing.Size(59, 16);
     this.radfee2.TabIndex = 10;
     this.radfee2.Tag = "@pm=方式代码,@val=2";
     this.radfee2.Text = "收费二";
     this.radfee2.UseVisualStyleBackColor = true;
     //
     // radfee6
     //
     this.radfee6.AutoSize = true;
     this.radfee6.Location = new System.Drawing.Point(381, 5);
     this.radfee6.Name = "radfee6";
     this.radfee6.Size = new System.Drawing.Size(59, 16);
     this.radfee6.TabIndex = 14;
     this.radfee6.Tag = "@pm=方式代码,@val=6";
     this.radfee6.Text = "收费六";
     this.radfee6.UseVisualStyleBackColor = true;
     //
     // radfee1
     //
     this.radfee1.AutoSize = true;
     this.radfee1.Checked = true;
     this.radfee1.Location = new System.Drawing.Point(3, 5);
     this.radfee1.Name = "radfee1";
     this.radfee1.Size = new System.Drawing.Size(59, 16);
     this.radfee1.TabIndex = 9;
     this.radfee1.TabStop = true;
     this.radfee1.Tag = "@pm=方式代码,@val=1";
     this.radfee1.Text = "收费一";
     this.radfee1.UseVisualStyleBackColor = true;
     //
     // radfee5
     //
     this.radfee5.AutoSize = true;
     this.radfee5.Location = new System.Drawing.Point(316, 5);
     this.radfee5.Name = "radfee5";
     this.radfee5.Size = new System.Drawing.Size(59, 16);
     this.radfee5.TabIndex = 13;
     this.radfee5.Tag = "@pm=方式代码,@val=5";
     this.radfee5.Text = "收费五";
     this.radfee5.UseVisualStyleBackColor = true;
     //
     // radfee3
     //
     this.radfee3.AutoSize = true;
     this.radfee3.Location = new System.Drawing.Point(161, 6);
     this.radfee3.Name = "radfee3";
     this.radfee3.Size = new System.Drawing.Size(59, 16);
     this.radfee3.TabIndex = 11;
     this.radfee3.Tag = "@pm=方式代码,@val=3";
     this.radfee3.Text = "收费三";
     this.radfee3.UseVisualStyleBackColor = true;
     //
     // radfee4
     //
     this.radfee4.AutoSize = true;
     this.radfee4.Location = new System.Drawing.Point(236, 6);
     this.radfee4.Name = "radfee4";
     this.radfee4.Size = new System.Drawing.Size(59, 16);
     this.radfee4.TabIndex = 12;
     this.radfee4.Tag = "@pm=方式代码,@val=4";
     this.radfee4.Text = "收费四";
     this.radfee4.UseVisualStyleBackColor = true;
     //
     // FrmParkStallSet
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(852, 727);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.panelControl1);
     this.Name = "FrmParkStallSet";
     this.Text = "停车场设置";
     this.Load += new System.EventHandler(this.ParkStallSetFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trvParkStall)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpFee)).EndInit();
     this.grpFee.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
     this.panelControl7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
     this.panelControl8.ResumeLayout(false);
     this.tabFeeStd.ResumeLayout(false);
     this.tabpgFee1.ResumeLayout(false);
     this.tabpgFee1.PerformLayout();
     this.tabpgFee2.ResumeLayout(false);
     this.tabpgFee2.PerformLayout();
     this.tabpgFee3.ResumeLayout(false);
     this.tabpgFee3.PerformLayout();
     this.tabpgFee4.ResumeLayout(false);
     this.tabpgFee4.PerformLayout();
     this.tabpgFee5.ResumeLayout(false);
     this.tabpgFee5.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.tabpgFee6.ResumeLayout(false);
     this.tabpgFee6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
     this.panelControl6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grpParam)).EndInit();
     this.grpParam.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dbDev)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl9)).EndInit();
     this.panelControl9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
     this.panelControl5.ResumeLayout(false);
     this.groupBox8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit10.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     this.grpbChannel.ResumeLayout(false);
     this.grpbChannel.PerformLayout();
     this.plCarType.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit13.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit14.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit15.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit16.Properties)).EndInit();
     this.plCardType.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit4.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit5.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit6.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit7.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit8.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit9.Properties)).EndInit();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     this.grpbCardType.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox17.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GbkChk1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CzkChk1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LskChk1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SdkChk1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MfkChk1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LmkChk1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.QkChk1.Properties)).EndInit();
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox2.Properties)).EndInit();
     this.grpbAccept.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkBox16.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GbkChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CzkChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LskChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SdkChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MfkChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LmkChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.QkChk.Properties)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LsCardTpComb.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CarTypeComb.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     this.panelControl4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.MulInOutChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IsOutComChk.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SmaPrkLogComb.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DevAddrTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ValDayAlmTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panBaseInfo)).EndInit();
     this.panBaseInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl16)).EndInit();
     this.panelControl16.ResumeLayout(false);
     this.panelControl16.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RetainStaTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.AllNoTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StallNoTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ComIpTxt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TxtStalname.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            this.buttonClose                    = new System.Windows.Forms.Button();
            this.buttonSave                     = new System.Windows.Forms.Button();
            this.labelTransactionNumber         = new System.Windows.Forms.Label();
            this.maskedTextBoxTransactionNumber = new System.Windows.Forms.MaskedTextBox();
            this.labelFinancialBookingTransactionTypeRefCombo = new System.Windows.Forms.Label();
            this.financialBookingTransactionTypeRefCombo      = new FinancialBookingTransactionTypeRefCombo();
            this.labelAmount                    = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount            = new System.Windows.Forms.MaskedTextBox();
            this.labelFinancialCurrencyPicker   = new System.Windows.Forms.Label();
            this.financialCurrencyPicker        = new FinancialCurrencyPicker();
            this.labelFinancialCostcentrePicker = new System.Windows.Forms.Label();
            this.financialCostcentrePicker      = new FinancialCostcentrePicker();
            this.labelUserPicker                = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelTransactionNumber
            //
            this.labelTransactionNumber.AutoSize = true;
            this.labelTransactionNumber.Location = new System.Drawing.Point(11, 13);
            this.labelTransactionNumber.Name     = "labelTransactionNumber";
            this.labelTransactionNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelTransactionNumber.TabIndex = 2;
            this.labelTransactionNumber.Text     = "Transaction Number:";
            //
            //maskedTextBoxTransactionNumber
            //
            this.maskedTextBoxTransactionNumber.Location = new System.Drawing.Point(238, 13);
            this.maskedTextBoxTransactionNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxTransactionNumber.Name     = "maskedTextBoxTransactionNumber";
            this.maskedTextBoxTransactionNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxTransactionNumber.TabIndex = 3;
            //
            // labelFinancialBookingTransactionTypeRefCombo
            //
            this.labelFinancialBookingTransactionTypeRefCombo.AutoSize = true;
            this.labelFinancialBookingTransactionTypeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelFinancialBookingTransactionTypeRefCombo.Name     = "labelFinancialBookingTransactionTypeRefCombo";
            this.labelFinancialBookingTransactionTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialBookingTransactionTypeRefCombo.TabIndex = 4;
            this.labelFinancialBookingTransactionTypeRefCombo.Text     = "Financial Booking Transaction Type:";
            //
            //financialBookingTransactionTypeRefCombo
            //
            this.financialBookingTransactionTypeRefCombo.Location = new System.Drawing.Point(238, 36);
            this.financialBookingTransactionTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialBookingTransactionTypeRefCombo.Name     = "financialBookingTransactionTypeRefCombo";
            this.financialBookingTransactionTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialBookingTransactionTypeRefCombo.TabIndex = 5;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 59);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 6;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(238, 59);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 7;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 82);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 8;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(238, 82);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 9;
            //
            // labelFinancialCostcentrePicker
            //
            this.labelFinancialCostcentrePicker.AutoSize = true;
            this.labelFinancialCostcentrePicker.Location = new System.Drawing.Point(11, 105);
            this.labelFinancialCostcentrePicker.Name     = "labelFinancialCostcentrePicker";
            this.labelFinancialCostcentrePicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCostcentrePicker.TabIndex = 10;
            this.labelFinancialCostcentrePicker.Text     = "Financial Costcentre:";
            //
            //financialCostcentrePicker
            //
            this.financialCostcentrePicker.Location = new System.Drawing.Point(238, 105);
            this.financialCostcentrePicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCostcentrePicker.Name     = "financialCostcentrePicker";
            this.financialCostcentrePicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCostcentrePicker.TabIndex = 11;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 128);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 12;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 13;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 151);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 14;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(238, 151);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 15;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(396, 174);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(296, 174);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(500, 202);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFinancialBookingTransactionEdit";
            this.Text = "Financial Booking Transaction Edit";
            this.Controls.Add(this.labelTransactionNumber);
            this.Controls.Add(this.maskedTextBoxTransactionNumber);
            this.Controls.Add(this.labelFinancialBookingTransactionTypeRefCombo);
            this.Controls.Add(this.financialBookingTransactionTypeRefCombo);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelFinancialCostcentrePicker);
            this.Controls.Add(this.financialCostcentrePicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            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.comboBox1 = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.dtFrom = new System.Windows.Forms.DateTimePicker();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.dtTo = new System.Windows.Forms.DateTimePicker();
     this.label7 = new System.Windows.Forms.Label();
     this.tbFh = new System.Windows.Forms.MaskedTextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbFs = new System.Windows.Forms.MaskedTextBox();
     this.tbTm = new System.Windows.Forms.MaskedTextBox();
     this.tbFm = new System.Windows.Forms.MaskedTextBox();
     this.tbTs = new System.Windows.Forms.MaskedTextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.tbTh = new System.Windows.Forms.MaskedTextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.rbAllKhuVuc = new System.Windows.Forms.RadioButton();
     this.cbQuocte = new System.Windows.Forms.RadioButton();
     this.cbNoidia = new System.Windows.Forms.RadioButton();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.rbALL = new System.Windows.Forms.RadioButton();
     this.rbUSD = new System.Windows.Forms.RadioButton();
     this.rbVND = new System.Windows.Forms.RadioButton();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.rbDebit = new System.Windows.Forms.RadioButton();
     this.rbAllCard = new System.Windows.Forms.RadioButton();
     this.rbPrepaid = new System.Windows.Forms.RadioButton();
     this.rbCredit = new System.Windows.Forms.RadioButton();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.rbAllGiaoDich = new System.Windows.Forms.RadioButton();
     this.rbGiaoDich = new System.Windows.Forms.RadioButton();
     this.rbFee = new System.Windows.Forms.RadioButton();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.rbAllThietBi = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.rbPOS = new System.Windows.Forms.RadioButton();
     this.rbATM = new System.Windows.Forms.RadioButton();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.rbAllViTri = new System.Windows.Forms.RadioButton();
     this.rbNuocNgoai = new System.Windows.Forms.RadioButton();
     this.rbVN = new System.Windows.Forms.RadioButton();
     this.rbKhongChuyenKhoan = new System.Windows.Forms.CheckBox();
     this.author_st = new System.Windows.Forms.GroupBox();
     this.cb_author = new System.Windows.Forms.ComboBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.author_st.SuspendLayout();
     this.SuspendLayout();
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "1. Danh sách khách hàng nộp tiền.",
     "2. Danh sách khách hàng nộp tiền theo loại thẻ.",
     "3. Tra lai Prepaid (80...)",
     "4. Thu lai Credit (70...)",
     "5. Những giao dịch POS đã settlement (Onus).",
     "6. Những giao dịch match với Master/Banknet (Issuer).",
     "7. Lãi thẻ Prepaid",
     "8. Tổng dư nợ, dư có Prepaid",
     "9. Những giao dịch POS đã settlement (Offus).",
     "10. Tổng dư nợ, dư có Credit chi tiết",
     "11. Tổng dư nợ, dư có Credit tổng kết",
     "12.  Giao dịch ATM (Onus) đã xử lý cuối ngày",
     "13. Tổng kết phí giao dich",
     "14. Tổng hợp phí (card fee)",
     "15. Báo cáo giao dịch IPM File MasterCard",
     "16.",
     "17. Lãi suất thẻ Credit"});
     this.comboBox1.Location = new System.Drawing.Point(117, 36);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(454, 21);
     this.comboBox1.TabIndex = 64;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged_1);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(49, 39);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(62, 13);
     this.label1.TabIndex = 63;
     this.label1.Text = "Report type";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.dtFrom);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.dtTo);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.tbFh);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.tbFs);
     this.groupBox1.Controls.Add(this.tbTm);
     this.groupBox1.Controls.Add(this.tbFm);
     this.groupBox1.Controls.Add(this.tbTs);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.tbTh);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Location = new System.Drawing.Point(52, 76);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(456, 93);
     this.groupBox1.TabIndex = 65;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Option";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(360, 54);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(71, 13);
     this.label11.TabIndex = 52;
     this.label11.Text = "(mm/dd/yyyy)";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(360, 30);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(71, 13);
     this.label4.TabIndex = 52;
     this.label4.Text = "(mm/dd/yyyy)";
     //
     // dtFrom
     //
     this.dtFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtFrom.Location = new System.Drawing.Point(95, 28);
     this.dtFrom.Name = "dtFrom";
     this.dtFrom.Size = new System.Drawing.Size(89, 20);
     this.dtFrom.TabIndex = 7;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(27, 30);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(54, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "From date";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(27, 54);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 5;
     this.label3.Text = "To date";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Enabled = false;
     this.label6.Location = new System.Drawing.Point(303, 54);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(17, 13);
     this.label6.TabIndex = 51;
     this.label6.Text = "ss";
     //
     // dtTo
     //
     this.dtTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtTo.Location = new System.Drawing.Point(95, 50);
     this.dtTo.Name = "dtTo";
     this.dtTo.Size = new System.Drawing.Size(89, 20);
     this.dtTo.TabIndex = 8;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Enabled = false;
     this.label7.Location = new System.Drawing.Point(251, 54);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(17, 13);
     this.label7.TabIndex = 50;
     this.label7.Text = "mi";
     //
     // tbFh
     //
     this.tbFh.Enabled = false;
     this.tbFh.Location = new System.Drawing.Point(217, 29);
     this.tbFh.Mask = "00";
     this.tbFh.Name = "tbFh";
     this.tbFh.Size = new System.Drawing.Size(33, 20);
     this.tbFh.TabIndex = 40;
     this.tbFh.Text = "23";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Enabled = false;
     this.label8.Location = new System.Drawing.Point(184, 54);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(31, 13);
     this.label8.TabIndex = 49;
     this.label8.Text = "hh24";
     //
     // tbFs
     //
     this.tbFs.Enabled = false;
     this.tbFs.Location = new System.Drawing.Point(321, 29);
     this.tbFs.Mask = "00";
     this.tbFs.Name = "tbFs";
     this.tbFs.Size = new System.Drawing.Size(33, 20);
     this.tbFs.TabIndex = 42;
     this.tbFs.Text = "00";
     //
     // tbTm
     //
     this.tbTm.Enabled = false;
     this.tbTm.Location = new System.Drawing.Point(270, 51);
     this.tbTm.Mask = "00";
     this.tbTm.Name = "tbTm";
     this.tbTm.Size = new System.Drawing.Size(33, 20);
     this.tbTm.TabIndex = 46;
     this.tbTm.Text = "59";
     //
     // tbFm
     //
     this.tbFm.Enabled = false;
     this.tbFm.Location = new System.Drawing.Point(270, 29);
     this.tbFm.Mask = "00";
     this.tbFm.Name = "tbFm";
     this.tbFm.Size = new System.Drawing.Size(33, 20);
     this.tbFm.TabIndex = 41;
     this.tbFm.Text = "00";
     //
     // tbTs
     //
     this.tbTs.Enabled = false;
     this.tbTs.Location = new System.Drawing.Point(321, 51);
     this.tbTs.Mask = "00";
     this.tbTs.Name = "tbTs";
     this.tbTs.Size = new System.Drawing.Size(33, 20);
     this.tbTs.TabIndex = 47;
     this.tbTs.Text = "59";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Enabled = false;
     this.label10.Location = new System.Drawing.Point(184, 32);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(31, 13);
     this.label10.TabIndex = 44;
     this.label10.Text = "hh24";
     //
     // tbTh
     //
     this.tbTh.Enabled = false;
     this.tbTh.Location = new System.Drawing.Point(217, 51);
     this.tbTh.Mask = "00";
     this.tbTh.Name = "tbTh";
     this.tbTh.Size = new System.Drawing.Size(33, 20);
     this.tbTh.TabIndex = 43;
     this.tbTh.Text = "22";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Enabled = false;
     this.label9.Location = new System.Drawing.Point(251, 32);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(17, 13);
     this.label9.TabIndex = 45;
     this.label9.Text = "mi";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Enabled = false;
     this.label5.Location = new System.Drawing.Point(303, 32);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(17, 13);
     this.label5.TabIndex = 48;
     this.label5.Text = "ss";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.rbAllKhuVuc);
     this.groupBox2.Controls.Add(this.cbQuocte);
     this.groupBox2.Controls.Add(this.cbNoidia);
     this.groupBox2.Location = new System.Drawing.Point(52, 276);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(413, 44);
     this.groupBox2.TabIndex = 66;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Khu vực";
     //
     // rbAllKhuVuc
     //
     this.rbAllKhuVuc.AutoSize = true;
     this.rbAllKhuVuc.Location = new System.Drawing.Point(306, 19);
     this.rbAllKhuVuc.Name = "rbAllKhuVuc";
     this.rbAllKhuVuc.Size = new System.Drawing.Size(44, 17);
     this.rbAllKhuVuc.TabIndex = 14;
     this.rbAllKhuVuc.Text = "ALL";
     this.rbAllKhuVuc.UseVisualStyleBackColor = true;
     //
     // cbQuocte
     //
     this.cbQuocte.AutoSize = true;
     this.cbQuocte.Location = new System.Drawing.Point(152, 19);
     this.cbQuocte.Name = "cbQuocte";
     this.cbQuocte.Size = new System.Drawing.Size(63, 17);
     this.cbQuocte.TabIndex = 12;
     this.cbQuocte.Text = "Quốc tế";
     this.cbQuocte.UseVisualStyleBackColor = true;
     //
     // cbNoidia
     //
     this.cbNoidia.AutoSize = true;
     this.cbNoidia.Checked = true;
     this.cbNoidia.Location = new System.Drawing.Point(23, 19);
     this.cbNoidia.Name = "cbNoidia";
     this.cbNoidia.Size = new System.Drawing.Size(59, 17);
     this.cbNoidia.TabIndex = 11;
     this.cbNoidia.TabStop = true;
     this.cbNoidia.Text = "Nội địa";
     this.cbNoidia.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(245, 493);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 67;
     this.button1.Text = "View";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(327, 493);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 68;
     this.button2.Text = "Close";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.rbALL);
     this.groupBox3.Controls.Add(this.rbUSD);
     this.groupBox3.Controls.Add(this.rbVND);
     this.groupBox3.Location = new System.Drawing.Point(52, 376);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(413, 43);
     this.groupBox3.TabIndex = 70;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Loại tiền";
     //
     // rbALL
     //
     this.rbALL.AutoSize = true;
     this.rbALL.Location = new System.Drawing.Point(306, 19);
     this.rbALL.Name = "rbALL";
     this.rbALL.Size = new System.Drawing.Size(44, 17);
     this.rbALL.TabIndex = 13;
     this.rbALL.Text = "ALL";
     this.rbALL.UseVisualStyleBackColor = true;
     //
     // rbUSD
     //
     this.rbUSD.AutoSize = true;
     this.rbUSD.Location = new System.Drawing.Point(152, 19);
     this.rbUSD.Name = "rbUSD";
     this.rbUSD.Size = new System.Drawing.Size(48, 17);
     this.rbUSD.TabIndex = 12;
     this.rbUSD.Text = "USD";
     this.rbUSD.UseVisualStyleBackColor = true;
     //
     // rbVND
     //
     this.rbVND.AutoSize = true;
     this.rbVND.Checked = true;
     this.rbVND.Location = new System.Drawing.Point(23, 19);
     this.rbVND.Name = "rbVND";
     this.rbVND.Size = new System.Drawing.Size(48, 17);
     this.rbVND.TabIndex = 11;
     this.rbVND.TabStop = true;
     this.rbVND.Text = "VND";
     this.rbVND.UseVisualStyleBackColor = true;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.rbDebit);
     this.groupBox4.Controls.Add(this.rbAllCard);
     this.groupBox4.Controls.Add(this.rbPrepaid);
     this.groupBox4.Controls.Add(this.rbCredit);
     this.groupBox4.Location = new System.Drawing.Point(52, 175);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(413, 48);
     this.groupBox4.TabIndex = 71;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Card";
     this.groupBox4.Enter += new System.EventHandler(this.groupBox4_Enter);
     //
     // rbDebit
     //
     this.rbDebit.AutoSize = true;
     this.rbDebit.Location = new System.Drawing.Point(217, 19);
     this.rbDebit.Name = "rbDebit";
     this.rbDebit.Size = new System.Drawing.Size(50, 17);
     this.rbDebit.TabIndex = 14;
     this.rbDebit.Text = "Debit";
     this.rbDebit.UseVisualStyleBackColor = true;
     //
     // rbAllCard
     //
     this.rbAllCard.AutoSize = true;
     this.rbAllCard.Location = new System.Drawing.Point(321, 19);
     this.rbAllCard.Name = "rbAllCard";
     this.rbAllCard.Size = new System.Drawing.Size(44, 17);
     this.rbAllCard.TabIndex = 13;
     this.rbAllCard.Text = "ALL";
     this.rbAllCard.UseVisualStyleBackColor = true;
     //
     // rbPrepaid
     //
     this.rbPrepaid.AutoSize = true;
     this.rbPrepaid.Location = new System.Drawing.Point(95, 19);
     this.rbPrepaid.Name = "rbPrepaid";
     this.rbPrepaid.Size = new System.Drawing.Size(61, 17);
     this.rbPrepaid.TabIndex = 12;
     this.rbPrepaid.Text = "Prepaid";
     this.rbPrepaid.UseVisualStyleBackColor = true;
     //
     // rbCredit
     //
     this.rbCredit.AutoSize = true;
     this.rbCredit.Checked = true;
     this.rbCredit.Location = new System.Drawing.Point(23, 19);
     this.rbCredit.Name = "rbCredit";
     this.rbCredit.Size = new System.Drawing.Size(52, 17);
     this.rbCredit.TabIndex = 11;
     this.rbCredit.TabStop = true;
     this.rbCredit.Text = "Credit";
     this.rbCredit.UseVisualStyleBackColor = true;
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.rbAllGiaoDich);
     this.groupBox5.Controls.Add(this.rbGiaoDich);
     this.groupBox5.Controls.Add(this.rbFee);
     this.groupBox5.Location = new System.Drawing.Point(52, 229);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(413, 41);
     this.groupBox5.TabIndex = 72;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Giao dịch";
     //
     // rbAllGiaoDich
     //
     this.rbAllGiaoDich.AutoSize = true;
     this.rbAllGiaoDich.Location = new System.Drawing.Point(306, 19);
     this.rbAllGiaoDich.Name = "rbAllGiaoDich";
     this.rbAllGiaoDich.Size = new System.Drawing.Size(44, 17);
     this.rbAllGiaoDich.TabIndex = 13;
     this.rbAllGiaoDich.Text = "ALL";
     this.rbAllGiaoDich.UseVisualStyleBackColor = true;
     //
     // rbGiaoDich
     //
     this.rbGiaoDich.AutoSize = true;
     this.rbGiaoDich.Location = new System.Drawing.Point(152, 19);
     this.rbGiaoDich.Name = "rbGiaoDich";
     this.rbGiaoDich.Size = new System.Drawing.Size(70, 17);
     this.rbGiaoDich.TabIndex = 12;
     this.rbGiaoDich.Text = "Giao dịch";
     this.rbGiaoDich.UseVisualStyleBackColor = true;
     //
     // rbFee
     //
     this.rbFee.AutoSize = true;
     this.rbFee.Checked = true;
     this.rbFee.Location = new System.Drawing.Point(23, 19);
     this.rbFee.Name = "rbFee";
     this.rbFee.Size = new System.Drawing.Size(43, 17);
     this.rbFee.TabIndex = 11;
     this.rbFee.TabStop = true;
     this.rbFee.Text = "Fee";
     this.rbFee.UseVisualStyleBackColor = true;
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.rbAllThietBi);
     this.groupBox6.Controls.Add(this.radioButton1);
     this.groupBox6.Controls.Add(this.rbPOS);
     this.groupBox6.Controls.Add(this.rbATM);
     this.groupBox6.Location = new System.Drawing.Point(471, 175);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(211, 48);
     this.groupBox6.TabIndex = 67;
     this.groupBox6.TabStop = false;
     this.groupBox6.Text = "Thiết bị";
     //
     // rbAllThietBi
     //
     this.rbAllThietBi.AutoSize = true;
     this.rbAllThietBi.Location = new System.Drawing.Point(150, 19);
     this.rbAllThietBi.Name = "rbAllThietBi";
     this.rbAllThietBi.Size = new System.Drawing.Size(44, 17);
     this.rbAllThietBi.TabIndex = 15;
     this.rbAllThietBi.Text = "ALL";
     this.rbAllThietBi.UseVisualStyleBackColor = true;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(306, 19);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(44, 17);
     this.radioButton1.TabIndex = 14;
     this.radioButton1.Text = "ALL";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // rbPOS
     //
     this.rbPOS.AutoSize = true;
     this.rbPOS.Location = new System.Drawing.Point(80, 19);
     this.rbPOS.Name = "rbPOS";
     this.rbPOS.Size = new System.Drawing.Size(47, 17);
     this.rbPOS.TabIndex = 12;
     this.rbPOS.Text = "POS";
     this.rbPOS.UseVisualStyleBackColor = true;
     //
     // rbATM
     //
     this.rbATM.AutoSize = true;
     this.rbATM.Checked = true;
     this.rbATM.Location = new System.Drawing.Point(23, 19);
     this.rbATM.Name = "rbATM";
     this.rbATM.Size = new System.Drawing.Size(48, 17);
     this.rbATM.TabIndex = 11;
     this.rbATM.TabStop = true;
     this.rbATM.Text = "ATM";
     this.rbATM.UseVisualStyleBackColor = true;
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.rbAllViTri);
     this.groupBox7.Controls.Add(this.rbNuocNgoai);
     this.groupBox7.Controls.Add(this.rbVN);
     this.groupBox7.Location = new System.Drawing.Point(52, 326);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(413, 44);
     this.groupBox7.TabIndex = 67;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "Vị trí";
     //
     // rbAllViTri
     //
     this.rbAllViTri.AutoSize = true;
     this.rbAllViTri.Location = new System.Drawing.Point(306, 19);
     this.rbAllViTri.Name = "rbAllViTri";
     this.rbAllViTri.Size = new System.Drawing.Size(44, 17);
     this.rbAllViTri.TabIndex = 14;
     this.rbAllViTri.Text = "ALL";
     this.rbAllViTri.UseVisualStyleBackColor = true;
     //
     // rbNuocNgoai
     //
     this.rbNuocNgoai.AutoSize = true;
     this.rbNuocNgoai.Location = new System.Drawing.Point(152, 19);
     this.rbNuocNgoai.Name = "rbNuocNgoai";
     this.rbNuocNgoai.Size = new System.Drawing.Size(80, 17);
     this.rbNuocNgoai.TabIndex = 12;
     this.rbNuocNgoai.Text = "Nước ngoài";
     this.rbNuocNgoai.UseVisualStyleBackColor = true;
     //
     // rbVN
     //
     this.rbVN.AutoSize = true;
     this.rbVN.Checked = true;
     this.rbVN.Location = new System.Drawing.Point(23, 19);
     this.rbVN.Name = "rbVN";
     this.rbVN.Size = new System.Drawing.Size(58, 17);
     this.rbVN.TabIndex = 11;
     this.rbVN.TabStop = true;
     this.rbVN.Text = "Tại VN";
     this.rbVN.UseVisualStyleBackColor = true;
     //
     // rbKhongChuyenKhoan
     //
     this.rbKhongChuyenKhoan.AutoSize = true;
     this.rbKhongChuyenKhoan.Location = new System.Drawing.Point(482, 249);
     this.rbKhongChuyenKhoan.Name = "rbKhongChuyenKhoan";
     this.rbKhongChuyenKhoan.Size = new System.Drawing.Size(128, 17);
     this.rbKhongChuyenKhoan.TabIndex = 74;
     this.rbKhongChuyenKhoan.Text = "Không chuyển khoản";
     this.rbKhongChuyenKhoan.UseVisualStyleBackColor = true;
     //
     // author_st
     //
     this.author_st.Controls.Add(this.cb_author);
     this.author_st.Location = new System.Drawing.Point(52, 425);
     this.author_st.Name = "author_st";
     this.author_st.Size = new System.Drawing.Size(413, 43);
     this.author_st.TabIndex = 75;
     this.author_st.TabStop = false;
     this.author_st.Text = "Authorization status";
     //
     // cb_author
     //
     this.cb_author.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cb_author.FormattingEnabled = true;
     this.cb_author.Items.AddRange(new object[] {
     "0.  Not authorized & authorization not needed",
     "1.  Authorized & matched with the transaction",
     "2.  Authorized & not matched with the transaction",
     "3.  Authorized & transaction amount <10% amount authorized",
     "4.  Authorized & transaction amount >10% amount authorized",
     "5.  Authorized & already matched",
     "6.  Late presentment",
     "7.  Authorized declined",
     "8. (1,3,4)",
     "9. (0,2,5,6,7)",
     "10.All"});
     this.cb_author.Location = new System.Drawing.Point(2, 16);
     this.cb_author.Name = "cb_author";
     this.cb_author.Size = new System.Drawing.Size(405, 21);
     this.cb_author.TabIndex = 76;
     //
     // Frm_MC_Report
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(699, 523);
     this.Controls.Add(this.author_st);
     this.Controls.Add(this.rbKhongChuyenKhoan);
     this.Controls.Add(this.groupBox7);
     this.Controls.Add(this.groupBox6);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label1);
     this.Name = "Frm_MC_Report";
     this.Text = "Frm_MC_Report";
     this.Load += new System.EventHandler(this.Frm_MC_Report_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.author_st.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #22
0
        private void InitializeComponent()
        {
            this.buttonClose                          = new System.Windows.Forms.Button();
            this.buttonSave                           = new System.Windows.Forms.Button();
            this.labelClientDocumentType              = new System.Windows.Forms.Label();
            this.textBoxClientDocumentType            = new System.Windows.Forms.TextBox();
            this.labelClientDocumentTypeName          = new System.Windows.Forms.Label();
            this.textBoxClientDocumentTypeName        = new System.Windows.Forms.TextBox();
            this.labelClientDocumentTypeDescription   = new System.Windows.Forms.Label();
            this.textBoxClientDocumentTypeDescription = new System.Windows.Forms.TextBox();
            this.labelActiveFlag                      = new System.Windows.Forms.Label();
            this.checkBoxActiveFlag                   = new System.Windows.Forms.CheckBox();
            this.labelSortOrder                       = new System.Windows.Forms.Label();
            this.maskedTextBoxSortOrder               = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                        = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime               = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelClientDocumentType
            //
            this.labelClientDocumentType.AutoSize = true;
            this.labelClientDocumentType.Location = new System.Drawing.Point(11, 13);
            this.labelClientDocumentType.Name     = "labelClientDocumentType";
            this.labelClientDocumentType.Size     = new System.Drawing.Size(71, 13);
            this.labelClientDocumentType.TabIndex = 2;
            this.labelClientDocumentType.Text     = "Client Document Type:";
            //
            //textBoxClientDocumentType
            //
            this.textBoxClientDocumentType.Location = new System.Drawing.Point(224, 13);
            this.textBoxClientDocumentType.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxClientDocumentType.Name     = "textBoxClientDocumentType";
            this.textBoxClientDocumentType.Size     = new System.Drawing.Size(250, 20);
            this.textBoxClientDocumentType.TabIndex = 3;
            //
            // labelClientDocumentTypeName
            //
            this.labelClientDocumentTypeName.AutoSize = true;
            this.labelClientDocumentTypeName.Location = new System.Drawing.Point(11, 36);
            this.labelClientDocumentTypeName.Name     = "labelClientDocumentTypeName";
            this.labelClientDocumentTypeName.Size     = new System.Drawing.Size(71, 13);
            this.labelClientDocumentTypeName.TabIndex = 4;
            this.labelClientDocumentTypeName.Text     = "Client Document Type Name:";
            //
            //textBoxClientDocumentTypeName
            //
            this.textBoxClientDocumentTypeName.Location = new System.Drawing.Point(224, 36);
            this.textBoxClientDocumentTypeName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxClientDocumentTypeName.Name     = "textBoxClientDocumentTypeName";
            this.textBoxClientDocumentTypeName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxClientDocumentTypeName.TabIndex = 5;
            //
            // labelClientDocumentTypeDescription
            //
            this.labelClientDocumentTypeDescription.AutoSize = true;
            this.labelClientDocumentTypeDescription.Location = new System.Drawing.Point(11, 59);
            this.labelClientDocumentTypeDescription.Name     = "labelClientDocumentTypeDescription";
            this.labelClientDocumentTypeDescription.Size     = new System.Drawing.Size(71, 13);
            this.labelClientDocumentTypeDescription.TabIndex = 6;
            this.labelClientDocumentTypeDescription.Text     = "Client Document Type Description:";
            //
            //textBoxClientDocumentTypeDescription
            //
            this.textBoxClientDocumentTypeDescription.Location = new System.Drawing.Point(224, 59);
            this.textBoxClientDocumentTypeDescription.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxClientDocumentTypeDescription.Name     = "textBoxClientDocumentTypeDescription";
            this.textBoxClientDocumentTypeDescription.Size     = new System.Drawing.Size(250, 20);
            this.textBoxClientDocumentTypeDescription.TabIndex = 7;
            //
            // labelActiveFlag
            //
            this.labelActiveFlag.AutoSize = true;
            this.labelActiveFlag.Location = new System.Drawing.Point(11, 82);
            this.labelActiveFlag.Name     = "labelActiveFlag";
            this.labelActiveFlag.Size     = new System.Drawing.Size(71, 13);
            this.labelActiveFlag.TabIndex = 8;
            this.labelActiveFlag.Text     = "Active Flag:";
            //
            //checkBoxActiveFlag
            //
            this.checkBoxActiveFlag.Location = new System.Drawing.Point(224, 82);
            this.checkBoxActiveFlag.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.checkBoxActiveFlag.Name     = "checkBoxActiveFlag";
            this.checkBoxActiveFlag.Size     = new System.Drawing.Size(250, 20);
            this.checkBoxActiveFlag.TabIndex = 9;
            //
            // labelSortOrder
            //
            this.labelSortOrder.AutoSize = true;
            this.labelSortOrder.Location = new System.Drawing.Point(11, 105);
            this.labelSortOrder.Name     = "labelSortOrder";
            this.labelSortOrder.Size     = new System.Drawing.Size(71, 13);
            this.labelSortOrder.TabIndex = 10;
            this.labelSortOrder.Text     = "Sort Order:";
            //
            //maskedTextBoxSortOrder
            //
            this.maskedTextBoxSortOrder.Location = new System.Drawing.Point(224, 105);
            this.maskedTextBoxSortOrder.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxSortOrder.Name     = "maskedTextBoxSortOrder";
            this.maskedTextBoxSortOrder.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxSortOrder.TabIndex = 11;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 12;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(224, 128);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 13;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(382, 151);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(282, 151);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(486, 179);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeClientDocumentTypeRefEdit";
            this.Text = "Client Document Type Ref Edit";
            this.Controls.Add(this.labelClientDocumentType);
            this.Controls.Add(this.textBoxClientDocumentType);
            this.Controls.Add(this.labelClientDocumentTypeName);
            this.Controls.Add(this.textBoxClientDocumentTypeName);
            this.Controls.Add(this.labelClientDocumentTypeDescription);
            this.Controls.Add(this.textBoxClientDocumentTypeDescription);
            this.Controls.Add(this.labelActiveFlag);
            this.Controls.Add(this.checkBoxActiveFlag);
            this.Controls.Add(this.labelSortOrder);
            this.Controls.Add(this.maskedTextBoxSortOrder);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            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.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.codigoBusca = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.groupBox9 = new System.Windows.Forms.GroupBox();
     this.dependenteGridView = new System.Windows.Forms.DataGridView();
     this.depParentesco = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.depNome = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.depIndCadastro = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.depObservacao = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.groupBox10 = new System.Windows.Forms.GroupBox();
     this.contatoGridView = new System.Windows.Forms.DataGridView();
     this.conTipoContato = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.conContato = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.conObservacao = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.pispasep4 = new System.Windows.Forms.TextBox();
     this.label38 = new System.Windows.Forms.Label();
     this.pispasep3 = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.pispasep2 = new System.Windows.Forms.TextBox();
     this.label42 = new System.Windows.Forms.Label();
     this.label44 = new System.Windows.Forms.Label();
     this.label47 = new System.Windows.Forms.Label();
     this.pispasep1 = new System.Windows.Forms.TextBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.nit4 = new System.Windows.Forms.TextBox();
     this.label39 = new System.Windows.Forms.Label();
     this.nit3 = new System.Windows.Forms.TextBox();
     this.label41 = new System.Windows.Forms.Label();
     this.nit2 = new System.Windows.Forms.TextBox();
     this.label43 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.nit1 = new System.Windows.Forms.TextBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.ctpsSerie5 = new System.Windows.Forms.TextBox();
     this.label34 = new System.Windows.Forms.Label();
     this.ctps5 = new System.Windows.Forms.TextBox();
     this.label35 = new System.Windows.Forms.Label();
     this.ctpsSerie4 = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.ctps4 = new System.Windows.Forms.TextBox();
     this.label33 = new System.Windows.Forms.Label();
     this.ctpsSerie3 = new System.Windows.Forms.TextBox();
     this.label30 = new System.Windows.Forms.Label();
     this.ctps3 = new System.Windows.Forms.TextBox();
     this.label31 = new System.Windows.Forms.Label();
     this.ctpsSerie2 = new System.Windows.Forms.TextBox();
     this.label29 = new System.Windows.Forms.Label();
     this.ctps2 = new System.Windows.Forms.TextBox();
     this.label28 = new System.Windows.Forms.Label();
     this.ctpsSerie1 = new System.Windows.Forms.TextBox();
     this.label27 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.ctps1 = new System.Windows.Forms.TextBox();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.enderecoCEP = new System.Windows.Forms.MaskedTextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.enderecoUF = new System.Windows.Forms.ComboBox();
     this.label16 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.dataFalecimento = new System.Windows.Forms.MaskedTextBox();
     this.nome = new System.Windows.Forms.TextBox();
     this.naturalidade = new System.Windows.Forms.TextBox();
     this.enderecoCidade = new System.Windows.Forms.TextBox();
     this.nacionalidade = new System.Windows.Forms.TextBox();
     this.enderecoBairro = new System.Windows.Forms.TextBox();
     this.enderecoComplemento = new System.Windows.Forms.TextBox();
     this.profissao = new System.Windows.Forms.TextBox();
     this.enderecoNumero = new System.Windows.Forms.TextBox();
     this.endereco = new System.Windows.Forms.TextBox();
     this.nomeMae = new System.Windows.Forms.TextBox();
     this.nomePai = new System.Windows.Forms.TextBox();
     this.indFalecido = new System.Windows.Forms.CheckBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.estadoCivil = new System.Windows.Forms.ComboBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.dataNascimento = new System.Windows.Forms.MaskedTextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.groupBox12 = new System.Windows.Forms.GroupBox();
     this.rbPessoaJuridica = new System.Windows.Forms.RadioButton();
     this.rbPessoaFisica = new System.Windows.Forms.RadioButton();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.pnlCPF = new System.Windows.Forms.Panel();
     this.cpf = new System.Windows.Forms.MaskedTextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.pnlRG = new System.Windows.Forms.Panel();
     this.rg = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.pnlOrgaoExpedidor = new System.Windows.Forms.Panel();
     this.orgaoExpedidorRG = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.pnlDataEmissao = new System.Windows.Forms.Panel();
     this.dataEmissaoRG = new System.Windows.Forms.MaskedTextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.pnlTituloEleitor = new System.Windows.Forms.Panel();
     this.tituloEleitor = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.pnlZona = new System.Windows.Forms.Panel();
     this.zonaEleitoral = new System.Windows.Forms.TextBox();
     this.label23 = new System.Windows.Forms.Label();
     this.pnlSecao = new System.Windows.Forms.Panel();
     this.secaoEleitoral = new System.Windows.Forms.TextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.pnlCNPJ = new System.Windows.Forms.Panel();
     this.cnpj = new System.Windows.Forms.MaskedTextBox();
     this.label37 = new System.Windows.Forms.Label();
     this.codigo = new System.Windows.Forms.TextBox();
     this.label67 = new System.Windows.Forms.Label();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage5 = new System.Windows.Forms.TabPage();
     this.groupBox8 = new System.Windows.Forms.GroupBox();
     this.beneficiosGridView = new System.Windows.Forms.DataGridView();
     this.benTipoBeneficio = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.benNumero = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benDIB = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benSSCC = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benDivisor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benMedia = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benFP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benSB = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benCC = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benRMI = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.benTS = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage6 = new System.Windows.Forms.TabPage();
     this.grupoGridView = new System.Windows.Forms.DataGridView();
     this.grpNome = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.tabPage7 = new System.Windows.Forms.TabPage();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.colorComboBox1 = new VisaoControles.ColorComboBox();
     this.buttonBar = new TXTextControl.ButtonBar();
     this.txtAtendimento = new TXTextControl.TextControl();
     this.groupBox6 = new System.Windows.Forms.GroupBox();
     this.groupBox11 = new System.Windows.Forms.GroupBox();
     this.btnSair = new System.Windows.Forms.Button();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.btnSalvar = new System.Windows.Forms.Button();
     this.btnPesquisar = new System.Windows.Forms.Button();
     this.btnLimpar = new System.Windows.Forms.Button();
     this.btnNovo = new System.Windows.Forms.Button();
     this.btnExcluir = new System.Windows.Forms.Button();
     this.btnPDF = new System.Windows.Forms.Button();
     this.menuGridView = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.removerLinhaContextButton = new System.Windows.Forms.ToolStripMenuItem();
     this.tabPage4.SuspendLayout();
     this.groupBox9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dependenteGridView)).BeginInit();
     this.tabPage3.SuspendLayout();
     this.groupBox10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.contatoGridView)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox12.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.pnlCPF.SuspendLayout();
     this.pnlRG.SuspendLayout();
     this.pnlOrgaoExpedidor.SuspendLayout();
     this.pnlDataEmissao.SuspendLayout();
     this.pnlTituloEleitor.SuspendLayout();
     this.pnlZona.SuspendLayout();
     this.pnlSecao.SuspendLayout();
     this.pnlCNPJ.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.groupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.beneficiosGridView)).BeginInit();
     this.tabPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grupoGridView)).BeginInit();
     this.tabPage7.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox11.SuspendLayout();
     this.menuGridView.SuspendLayout();
     this.SuspendLayout();
     //
     // codigoBusca
     //
     this.codigoBusca.Location = new System.Drawing.Point(760, 29);
     this.codigoBusca.Name = "codigoBusca";
     this.codigoBusca.Size = new System.Drawing.Size(136, 20);
     this.codigoBusca.TabIndex = 0;
     this.codigoBusca.Visible = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(648, 32);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(108, 15);
     this.label1.TabIndex = 0;
     this.label1.Text = "Código do Cliente:";
     this.label1.Visible = false;
     //
     // tabPage4
     //
     this.tabPage4.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage4.Controls.Add(this.groupBox9);
     this.tabPage4.Location = new System.Drawing.Point(4, 25);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size = new System.Drawing.Size(1142, 517);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text = "Dependentes";
     //
     // groupBox9
     //
     this.groupBox9.Controls.Add(this.dependenteGridView);
     this.groupBox9.Location = new System.Drawing.Point(7, 6);
     this.groupBox9.Name = "groupBox9";
     this.groupBox9.Size = new System.Drawing.Size(1005, 508);
     this.groupBox9.TabIndex = 48;
     this.groupBox9.TabStop = false;
     //
     // dependenteGridView
     //
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
     this.dependenteGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dependenteGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dependenteGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.depParentesco,
     this.depNome,
     this.depIndCadastro,
     this.depObservacao});
     this.dependenteGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dependenteGridView.Location = new System.Drawing.Point(6, 19);
     this.dependenteGridView.Name = "dependenteGridView";
     this.dependenteGridView.Size = new System.Drawing.Size(990, 483);
     this.dependenteGridView.TabIndex = 7;
     //
     // depParentesco
     //
     this.depParentesco.DataPropertyName = "GrauParentesco";
     this.depParentesco.HeaderText = "Parentesco";
     this.depParentesco.Name = "depParentesco";
     this.depParentesco.Width = 150;
     //
     // depNome
     //
     this.depNome.DataPropertyName = "Nome";
     this.depNome.HeaderText = "Nome";
     this.depNome.MinimumWidth = 350;
     this.depNome.Name = "depNome";
     this.depNome.Width = 350;
     //
     // depIndCadastro
     //
     this.depIndCadastro.DataPropertyName = "IndCadastro";
     this.depIndCadastro.HeaderText = "Cadastro";
     this.depIndCadastro.Name = "depIndCadastro";
     //
     // depObservacao
     //
     this.depObservacao.DataPropertyName = "Observacao";
     this.depObservacao.HeaderText = "Observação";
     this.depObservacao.MinimumWidth = 409;
     this.depObservacao.Name = "depObservacao";
     this.depObservacao.Width = 409;
     //
     // tabPage3
     //
     this.tabPage3.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage3.Controls.Add(this.groupBox10);
     this.tabPage3.Location = new System.Drawing.Point(4, 25);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size = new System.Drawing.Size(1142, 517);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Contatos";
     //
     // groupBox10
     //
     this.groupBox10.Controls.Add(this.contatoGridView);
     this.groupBox10.Location = new System.Drawing.Point(7, 6);
     this.groupBox10.Name = "groupBox10";
     this.groupBox10.Size = new System.Drawing.Size(1002, 508);
     this.groupBox10.TabIndex = 99;
     this.groupBox10.TabStop = false;
     //
     // contatoGridView
     //
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.contatoGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
     this.contatoGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.contatoGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.conTipoContato,
     this.conContato,
     this.conObservacao});
     this.contatoGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.contatoGridView.Location = new System.Drawing.Point(6, 19);
     this.contatoGridView.Name = "contatoGridView";
     this.contatoGridView.Size = new System.Drawing.Size(986, 483);
     this.contatoGridView.TabIndex = 98;
     //
     // conTipoContato
     //
     this.conTipoContato.DataPropertyName = "TipoContato";
     this.conTipoContato.HeaderText = "Tipo";
     this.conTipoContato.Items.AddRange(new object[] {
     "Telefone Residencial",
     "Telefone Celular",
     "Telefone Comercial",
     "E-Mail",
     "Fax",
     "Website"});
     this.conTipoContato.MinimumWidth = 160;
     this.conTipoContato.Name = "conTipoContato";
     this.conTipoContato.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.conTipoContato.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.conTipoContato.Width = 160;
     //
     // conContato
     //
     this.conContato.DataPropertyName = "Contato";
     this.conContato.HeaderText = "Telefone, E-Mail, etc";
     this.conContato.MinimumWidth = 200;
     this.conContato.Name = "conContato";
     this.conContato.Width = 200;
     //
     // conObservacao
     //
     this.conObservacao.DataPropertyName = "Observacao";
     this.conObservacao.HeaderText = "Observação";
     this.conObservacao.MinimumWidth = 490;
     this.conObservacao.Name = "conObservacao";
     this.conObservacao.Width = 490;
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage2.Controls.Add(this.groupBox4);
     this.tabPage2.Controls.Add(this.groupBox3);
     this.tabPage2.Controls.Add(this.groupBox2);
     this.tabPage2.Location = new System.Drawing.Point(4, 25);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(1142, 517);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Documentos Adicionais";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.pispasep4);
     this.groupBox4.Controls.Add(this.label38);
     this.groupBox4.Controls.Add(this.pispasep3);
     this.groupBox4.Controls.Add(this.label40);
     this.groupBox4.Controls.Add(this.pispasep2);
     this.groupBox4.Controls.Add(this.label42);
     this.groupBox4.Controls.Add(this.label44);
     this.groupBox4.Controls.Add(this.label47);
     this.groupBox4.Controls.Add(this.pispasep1);
     this.groupBox4.Location = new System.Drawing.Point(568, 85);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(185, 188);
     this.groupBox4.TabIndex = 74;
     this.groupBox4.TabStop = false;
     //
     // pispasep4
     //
     this.pispasep4.Location = new System.Drawing.Point(38, 128);
     this.pispasep4.MaxLength = 12;
     this.pispasep4.Name = "pispasep4";
     this.pispasep4.Size = new System.Drawing.Size(113, 20);
     this.pispasep4.TabIndex = 63;
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label38.Location = new System.Drawing.Point(10, 131);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(25, 13);
     this.label38.TabIndex = 62;
     this.label38.Text = "4 >";
     //
     // pispasep3
     //
     this.pispasep3.Location = new System.Drawing.Point(38, 102);
     this.pispasep3.MaxLength = 12;
     this.pispasep3.Name = "pispasep3";
     this.pispasep3.Size = new System.Drawing.Size(113, 20);
     this.pispasep3.TabIndex = 59;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.Location = new System.Drawing.Point(10, 105);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(25, 13);
     this.label40.TabIndex = 58;
     this.label40.Text = "3 >";
     //
     // pispasep2
     //
     this.pispasep2.Location = new System.Drawing.Point(38, 76);
     this.pispasep2.MaxLength = 12;
     this.pispasep2.Name = "pispasep2";
     this.pispasep2.Size = new System.Drawing.Size(113, 20);
     this.pispasep2.TabIndex = 55;
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label42.Location = new System.Drawing.Point(10, 79);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(25, 13);
     this.label42.TabIndex = 54;
     this.label42.Text = "2 >";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label44.Location = new System.Drawing.Point(10, 50);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(25, 13);
     this.label44.TabIndex = 51;
     this.label44.Text = "1 >";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label47.Location = new System.Drawing.Point(35, 16);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(81, 13);
     this.label47.TabIndex = 50;
     this.label47.Text = "PIS / PASEP";
     //
     // pispasep1
     //
     this.pispasep1.Location = new System.Drawing.Point(38, 47);
     this.pispasep1.MaxLength = 12;
     this.pispasep1.Name = "pispasep1";
     this.pispasep1.Size = new System.Drawing.Size(113, 20);
     this.pispasep1.TabIndex = 50;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.nit4);
     this.groupBox3.Controls.Add(this.label39);
     this.groupBox3.Controls.Add(this.nit3);
     this.groupBox3.Controls.Add(this.label41);
     this.groupBox3.Controls.Add(this.nit2);
     this.groupBox3.Controls.Add(this.label43);
     this.groupBox3.Controls.Add(this.label45);
     this.groupBox3.Controls.Add(this.label46);
     this.groupBox3.Controls.Add(this.nit1);
     this.groupBox3.Location = new System.Drawing.Point(349, 85);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(211, 188);
     this.groupBox3.TabIndex = 73;
     this.groupBox3.TabStop = false;
     //
     // nit4
     //
     this.nit4.Location = new System.Drawing.Point(38, 128);
     this.nit4.MaxLength = 12;
     this.nit4.Name = "nit4";
     this.nit4.Size = new System.Drawing.Size(141, 20);
     this.nit4.TabIndex = 63;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.Location = new System.Drawing.Point(10, 131);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(25, 13);
     this.label39.TabIndex = 62;
     this.label39.Text = "4 >";
     //
     // nit3
     //
     this.nit3.Location = new System.Drawing.Point(38, 102);
     this.nit3.MaxLength = 12;
     this.nit3.Name = "nit3";
     this.nit3.Size = new System.Drawing.Size(141, 20);
     this.nit3.TabIndex = 59;
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.Location = new System.Drawing.Point(10, 105);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(25, 13);
     this.label41.TabIndex = 58;
     this.label41.Text = "3 >";
     //
     // nit2
     //
     this.nit2.Location = new System.Drawing.Point(38, 76);
     this.nit2.MaxLength = 12;
     this.nit2.Name = "nit2";
     this.nit2.Size = new System.Drawing.Size(141, 20);
     this.nit2.TabIndex = 55;
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label43.Location = new System.Drawing.Point(10, 79);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(25, 13);
     this.label43.TabIndex = 54;
     this.label43.Text = "2 >";
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label45.Location = new System.Drawing.Point(10, 50);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(25, 13);
     this.label45.TabIndex = 51;
     this.label45.Text = "1 >";
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label46.Location = new System.Drawing.Point(35, 16);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(28, 13);
     this.label46.TabIndex = 50;
     this.label46.Text = "NIT";
     //
     // nit1
     //
     this.nit1.Location = new System.Drawing.Point(38, 47);
     this.nit1.MaxLength = 12;
     this.nit1.Name = "nit1";
     this.nit1.Size = new System.Drawing.Size(141, 20);
     this.nit1.TabIndex = 50;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ctpsSerie5);
     this.groupBox2.Controls.Add(this.label34);
     this.groupBox2.Controls.Add(this.ctps5);
     this.groupBox2.Controls.Add(this.label35);
     this.groupBox2.Controls.Add(this.ctpsSerie4);
     this.groupBox2.Controls.Add(this.label32);
     this.groupBox2.Controls.Add(this.ctps4);
     this.groupBox2.Controls.Add(this.label33);
     this.groupBox2.Controls.Add(this.ctpsSerie3);
     this.groupBox2.Controls.Add(this.label30);
     this.groupBox2.Controls.Add(this.ctps3);
     this.groupBox2.Controls.Add(this.label31);
     this.groupBox2.Controls.Add(this.ctpsSerie2);
     this.groupBox2.Controls.Add(this.label29);
     this.groupBox2.Controls.Add(this.ctps2);
     this.groupBox2.Controls.Add(this.label28);
     this.groupBox2.Controls.Add(this.ctpsSerie1);
     this.groupBox2.Controls.Add(this.label27);
     this.groupBox2.Controls.Add(this.label26);
     this.groupBox2.Controls.Add(this.label25);
     this.groupBox2.Controls.Add(this.ctps1);
     this.groupBox2.Location = new System.Drawing.Point(57, 85);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(283, 188);
     this.groupBox2.TabIndex = 72;
     this.groupBox2.TabStop = false;
     //
     // ctpsSerie5
     //
     this.ctpsSerie5.Location = new System.Drawing.Point(172, 154);
     this.ctpsSerie5.MaxLength = 12;
     this.ctpsSerie5.Name = "ctpsSerie5";
     this.ctpsSerie5.Size = new System.Drawing.Size(79, 20);
     this.ctpsSerie5.TabIndex = 69;
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.Location = new System.Drawing.Point(157, 157);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(13, 13);
     this.label34.TabIndex = 68;
     this.label34.Text = "/";
     //
     // ctps5
     //
     this.ctps5.Location = new System.Drawing.Point(38, 154);
     this.ctps5.MaxLength = 12;
     this.ctps5.Name = "ctps5";
     this.ctps5.Size = new System.Drawing.Size(113, 20);
     this.ctps5.TabIndex = 67;
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.Location = new System.Drawing.Point(10, 157);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(25, 13);
     this.label35.TabIndex = 66;
     this.label35.Text = "5 >";
     //
     // ctpsSerie4
     //
     this.ctpsSerie4.Location = new System.Drawing.Point(172, 128);
     this.ctpsSerie4.MaxLength = 12;
     this.ctpsSerie4.Name = "ctpsSerie4";
     this.ctpsSerie4.Size = new System.Drawing.Size(79, 20);
     this.ctpsSerie4.TabIndex = 65;
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.Location = new System.Drawing.Point(157, 131);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(13, 13);
     this.label32.TabIndex = 64;
     this.label32.Text = "/";
     //
     // ctps4
     //
     this.ctps4.Location = new System.Drawing.Point(38, 128);
     this.ctps4.MaxLength = 12;
     this.ctps4.Name = "ctps4";
     this.ctps4.Size = new System.Drawing.Size(113, 20);
     this.ctps4.TabIndex = 63;
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(10, 131);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(25, 13);
     this.label33.TabIndex = 62;
     this.label33.Text = "4 >";
     //
     // ctpsSerie3
     //
     this.ctpsSerie3.Location = new System.Drawing.Point(172, 102);
     this.ctpsSerie3.MaxLength = 12;
     this.ctpsSerie3.Name = "ctpsSerie3";
     this.ctpsSerie3.Size = new System.Drawing.Size(79, 20);
     this.ctpsSerie3.TabIndex = 61;
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.Location = new System.Drawing.Point(157, 105);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(13, 13);
     this.label30.TabIndex = 60;
     this.label30.Text = "/";
     //
     // ctps3
     //
     this.ctps3.Location = new System.Drawing.Point(38, 102);
     this.ctps3.MaxLength = 12;
     this.ctps3.Name = "ctps3";
     this.ctps3.Size = new System.Drawing.Size(113, 20);
     this.ctps3.TabIndex = 59;
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(10, 105);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(25, 13);
     this.label31.TabIndex = 58;
     this.label31.Text = "3 >";
     //
     // ctpsSerie2
     //
     this.ctpsSerie2.Location = new System.Drawing.Point(172, 76);
     this.ctpsSerie2.MaxLength = 12;
     this.ctpsSerie2.Name = "ctpsSerie2";
     this.ctpsSerie2.Size = new System.Drawing.Size(79, 20);
     this.ctpsSerie2.TabIndex = 57;
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.Location = new System.Drawing.Point(157, 79);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(13, 13);
     this.label29.TabIndex = 56;
     this.label29.Text = "/";
     //
     // ctps2
     //
     this.ctps2.Location = new System.Drawing.Point(38, 76);
     this.ctps2.MaxLength = 12;
     this.ctps2.Name = "ctps2";
     this.ctps2.Size = new System.Drawing.Size(113, 20);
     this.ctps2.TabIndex = 55;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(10, 79);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(25, 13);
     this.label28.TabIndex = 54;
     this.label28.Text = "2 >";
     //
     // ctpsSerie1
     //
     this.ctpsSerie1.Location = new System.Drawing.Point(172, 47);
     this.ctpsSerie1.MaxLength = 12;
     this.ctpsSerie1.Name = "ctpsSerie1";
     this.ctpsSerie1.Size = new System.Drawing.Size(79, 20);
     this.ctpsSerie1.TabIndex = 53;
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label27.Location = new System.Drawing.Point(157, 50);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(13, 13);
     this.label27.TabIndex = 52;
     this.label27.Text = "/";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label26.Location = new System.Drawing.Point(10, 50);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(25, 13);
     this.label26.TabIndex = 51;
     this.label26.Text = "1 >";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.Location = new System.Drawing.Point(35, 16);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(90, 13);
     this.label25.TabIndex = 50;
     this.label25.Text = "CTPS / SÉRIE";
     //
     // ctps1
     //
     this.ctps1.Location = new System.Drawing.Point(38, 47);
     this.ctps1.MaxLength = 12;
     this.ctps1.Name = "ctps1";
     this.ctps1.Size = new System.Drawing.Size(113, 20);
     this.ctps1.TabIndex = 50;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage1.Controls.Add(this.enderecoCEP);
     this.tabPage1.Controls.Add(this.label17);
     this.tabPage1.Controls.Add(this.enderecoUF);
     this.tabPage1.Controls.Add(this.label16);
     this.tabPage1.Controls.Add(this.label8);
     this.tabPage1.Controls.Add(this.dataFalecimento);
     this.tabPage1.Controls.Add(this.nome);
     this.tabPage1.Controls.Add(this.naturalidade);
     this.tabPage1.Controls.Add(this.enderecoCidade);
     this.tabPage1.Controls.Add(this.nacionalidade);
     this.tabPage1.Controls.Add(this.enderecoBairro);
     this.tabPage1.Controls.Add(this.enderecoComplemento);
     this.tabPage1.Controls.Add(this.profissao);
     this.tabPage1.Controls.Add(this.enderecoNumero);
     this.tabPage1.Controls.Add(this.endereco);
     this.tabPage1.Controls.Add(this.nomeMae);
     this.tabPage1.Controls.Add(this.nomePai);
     this.tabPage1.Controls.Add(this.indFalecido);
     this.tabPage1.Controls.Add(this.label10);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.label4);
     this.tabPage1.Controls.Add(this.label15);
     this.tabPage1.Controls.Add(this.label5);
     this.tabPage1.Controls.Add(this.label14);
     this.tabPage1.Controls.Add(this.estadoCivil);
     this.tabPage1.Controls.Add(this.label6);
     this.tabPage1.Controls.Add(this.label13);
     this.tabPage1.Controls.Add(this.label7);
     this.tabPage1.Controls.Add(this.label12);
     this.tabPage1.Controls.Add(this.dataNascimento);
     this.tabPage1.Controls.Add(this.label11);
     this.tabPage1.Controls.Add(this.label9);
     this.tabPage1.Controls.Add(this.groupBox5);
     this.tabPage1.Location = new System.Drawing.Point(4, 25);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(1142, 517);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Dados";
     //
     // enderecoCEP
     //
     this.enderecoCEP.Location = new System.Drawing.Point(866, 230);
     this.enderecoCEP.Mask = "00000-999";
     this.enderecoCEP.Name = "enderecoCEP";
     this.enderecoCEP.Size = new System.Drawing.Size(67, 20);
     this.enderecoCEP.TabIndex = 16;
     this.enderecoCEP.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(866, 214);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(28, 13);
     this.label17.TabIndex = 217;
     this.label17.Text = "CEP";
     //
     // enderecoUF
     //
     this.enderecoUF.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.enderecoUF.FormattingEnabled = true;
     this.enderecoUF.Items.AddRange(new object[] {
     "AC",
     "AL",
     "AM",
     "AP",
     "BA",
     "CE",
     "DF",
     "ES",
     "GO",
     "MA",
     "MG",
     "MS",
     "MT",
     "PA",
     "PB",
     "PE",
     "PI",
     "PR",
     "RJ",
     "RN",
     "RO",
     "RR",
     "RS",
     "SC",
     "SE",
     "SP",
     "TO"});
     this.enderecoUF.Location = new System.Drawing.Point(956, 229);
     this.enderecoUF.Name = "enderecoUF";
     this.enderecoUF.Size = new System.Drawing.Size(46, 21);
     this.enderecoUF.TabIndex = 17;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(953, 214);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(21, 13);
     this.label16.TabIndex = 215;
     this.label16.Text = "UF";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(707, 62);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(90, 13);
     this.label8.TabIndex = 213;
     this.label8.Text = "Data Falecimento";
     //
     // dataFalecimento
     //
     this.dataFalecimento.Enabled = false;
     this.dataFalecimento.Location = new System.Drawing.Point(711, 78);
     this.dataFalecimento.Mask = "00/00/0000";
     this.dataFalecimento.Name = "dataFalecimento";
     this.dataFalecimento.Size = new System.Drawing.Size(73, 20);
     this.dataFalecimento.TabIndex = 3;
     this.dataFalecimento.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     this.dataFalecimento.ValidatingType = typeof(System.DateTime);
     //
     // nome
     //
     this.nome.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.nome.Location = new System.Drawing.Point(13, 82);
     this.nome.Name = "nome";
     this.nome.Size = new System.Drawing.Size(493, 20);
     this.nome.TabIndex = 1;
     //
     // naturalidade
     //
     this.naturalidade.Location = new System.Drawing.Point(13, 127);
     this.naturalidade.Name = "naturalidade";
     this.naturalidade.Size = new System.Drawing.Size(167, 20);
     this.naturalidade.TabIndex = 4;
     //
     // enderecoCidade
     //
     this.enderecoCidade.Location = new System.Drawing.Point(737, 230);
     this.enderecoCidade.Name = "enderecoCidade";
     this.enderecoCidade.Size = new System.Drawing.Size(109, 20);
     this.enderecoCidade.TabIndex = 15;
     //
     // nacionalidade
     //
     this.nacionalidade.Location = new System.Drawing.Point(200, 127);
     this.nacionalidade.Name = "nacionalidade";
     this.nacionalidade.Size = new System.Drawing.Size(167, 20);
     this.nacionalidade.TabIndex = 5;
     //
     // enderecoBairro
     //
     this.enderecoBairro.Location = new System.Drawing.Point(593, 230);
     this.enderecoBairro.Name = "enderecoBairro";
     this.enderecoBairro.Size = new System.Drawing.Size(124, 20);
     this.enderecoBairro.TabIndex = 14;
     //
     // enderecoComplemento
     //
     this.enderecoComplemento.Location = new System.Drawing.Point(465, 230);
     this.enderecoComplemento.Name = "enderecoComplemento";
     this.enderecoComplemento.Size = new System.Drawing.Size(109, 20);
     this.enderecoComplemento.TabIndex = 13;
     //
     // profissao
     //
     this.profissao.Location = new System.Drawing.Point(525, 126);
     this.profissao.Name = "profissao";
     this.profissao.Size = new System.Drawing.Size(167, 20);
     this.profissao.TabIndex = 7;
     //
     // enderecoNumero
     //
     this.enderecoNumero.Location = new System.Drawing.Point(385, 230);
     this.enderecoNumero.MaxLength = 6;
     this.enderecoNumero.Name = "enderecoNumero";
     this.enderecoNumero.Size = new System.Drawing.Size(59, 20);
     this.enderecoNumero.TabIndex = 12;
     //
     // endereco
     //
     this.endereco.Location = new System.Drawing.Point(13, 230);
     this.endereco.Name = "endereco";
     this.endereco.Size = new System.Drawing.Size(354, 20);
     this.endereco.TabIndex = 11;
     //
     // nomeMae
     //
     this.nomeMae.Location = new System.Drawing.Point(385, 176);
     this.nomeMae.Name = "nomeMae";
     this.nomeMae.Size = new System.Drawing.Size(354, 20);
     this.nomeMae.TabIndex = 10;
     //
     // nomePai
     //
     this.nomePai.Location = new System.Drawing.Point(13, 176);
     this.nomePai.Name = "nomePai";
     this.nomePai.Size = new System.Drawing.Size(354, 20);
     this.nomePai.TabIndex = 9;
     //
     // indFalecido
     //
     this.indFalecido.AutoSize = true;
     this.indFalecido.Location = new System.Drawing.Point(564, 82);
     this.indFalecido.Name = "indFalecido";
     this.indFalecido.Size = new System.Drawing.Size(75, 17);
     this.indFalecido.TabIndex = 2;
     this.indFalecido.Text = "Falecido ?";
     this.indFalecido.UseVisualStyleBackColor = true;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(391, 160);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(28, 13);
     this.label10.TabIndex = 187;
     this.label10.Text = "Mãe";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 65);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(35, 13);
     this.label2.TabIndex = 173;
     this.label2.Text = "Nome";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 111);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(67, 13);
     this.label3.TabIndex = 175;
     this.label3.Text = "Naturalidade";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(197, 111);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(75, 13);
     this.label4.TabIndex = 177;
     this.label4.Text = "Nacionalidade";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(734, 214);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(40, 13);
     this.label15.TabIndex = 197;
     this.label15.Text = "Cidade";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(382, 111);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(62, 13);
     this.label5.TabIndex = 179;
     this.label5.Text = "Estado Civil";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(591, 214);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(34, 13);
     this.label14.TabIndex = 195;
     this.label14.Text = "Bairro";
     //
     // estadoCivil
     //
     this.estadoCivil.FormattingEnabled = true;
     this.estadoCivil.Location = new System.Drawing.Point(385, 126);
     this.estadoCivil.Name = "estadoCivil";
     this.estadoCivil.Size = new System.Drawing.Size(121, 21);
     this.estadoCivil.TabIndex = 6;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(524, 111);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(50, 13);
     this.label6.TabIndex = 181;
     this.label6.Text = "Profissão";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(462, 214);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(71, 13);
     this.label13.TabIndex = 193;
     this.label13.Text = "Complemento";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(708, 111);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(89, 13);
     this.label7.TabIndex = 183;
     this.label7.Text = "Data Nascimento";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(382, 214);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(44, 13);
     this.label12.TabIndex = 191;
     this.label12.Text = "Número";
     //
     // dataNascimento
     //
     this.dataNascimento.Location = new System.Drawing.Point(711, 126);
     this.dataNascimento.Mask = "00/00/0000";
     this.dataNascimento.Name = "dataNascimento";
     this.dataNascimento.Size = new System.Drawing.Size(73, 20);
     this.dataNascimento.TabIndex = 8;
     this.dataNascimento.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     this.dataNascimento.ValidatingType = typeof(System.DateTime);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(10, 214);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(53, 13);
     this.label11.TabIndex = 189;
     this.label11.Text = "Endereço";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(10, 160);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(22, 13);
     this.label9.TabIndex = 185;
     this.label9.Text = "Pai";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.groupBox12);
     this.groupBox5.Controls.Add(this.codigo);
     this.groupBox5.Controls.Add(this.label67);
     this.groupBox5.Location = new System.Drawing.Point(7, 12);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(1004, 380);
     this.groupBox5.TabIndex = 1000;
     this.groupBox5.TabStop = false;
     //
     // groupBox12
     //
     this.groupBox12.Controls.Add(this.rbPessoaJuridica);
     this.groupBox12.Controls.Add(this.rbPessoaFisica);
     this.groupBox12.Controls.Add(this.flowLayoutPanel1);
     this.groupBox12.Location = new System.Drawing.Point(7, 244);
     this.groupBox12.Name = "groupBox12";
     this.groupBox12.Size = new System.Drawing.Size(988, 130);
     this.groupBox12.TabIndex = 18;
     this.groupBox12.TabStop = false;
     this.groupBox12.Text = "Tipo de Cliente";
     //
     // rbPessoaJuridica
     //
     this.rbPessoaJuridica.AutoSize = true;
     this.rbPessoaJuridica.Location = new System.Drawing.Point(130, 31);
     this.rbPessoaJuridica.Name = "rbPessoaJuridica";
     this.rbPessoaJuridica.Size = new System.Drawing.Size(101, 17);
     this.rbPessoaJuridica.TabIndex = 215;
     this.rbPessoaJuridica.TabStop = true;
     this.rbPessoaJuridica.Text = "Pessoa Jurídica";
     this.rbPessoaJuridica.UseVisualStyleBackColor = true;
     this.rbPessoaJuridica.CheckedChanged += new System.EventHandler(this.rbPessoaJuridica_CheckedChanged);
     //
     // rbPessoaFisica
     //
     this.rbPessoaFisica.AutoSize = true;
     this.rbPessoaFisica.Checked = true;
     this.rbPessoaFisica.Location = new System.Drawing.Point(12, 31);
     this.rbPessoaFisica.Name = "rbPessoaFisica";
     this.rbPessoaFisica.Size = new System.Drawing.Size(92, 17);
     this.rbPessoaFisica.TabIndex = 214;
     this.rbPessoaFisica.TabStop = true;
     this.rbPessoaFisica.Text = "Pessoa Física";
     this.rbPessoaFisica.UseVisualStyleBackColor = true;
     this.rbPessoaFisica.CheckedChanged += new System.EventHandler(this.rbPessoaFisica_CheckedChanged);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.pnlCPF);
     this.flowLayoutPanel1.Controls.Add(this.pnlRG);
     this.flowLayoutPanel1.Controls.Add(this.pnlOrgaoExpedidor);
     this.flowLayoutPanel1.Controls.Add(this.pnlDataEmissao);
     this.flowLayoutPanel1.Controls.Add(this.pnlTituloEleitor);
     this.flowLayoutPanel1.Controls.Add(this.pnlZona);
     this.flowLayoutPanel1.Controls.Add(this.pnlSecao);
     this.flowLayoutPanel1.Controls.Add(this.pnlCNPJ);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(9, 63);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(988, 61);
     this.flowLayoutPanel1.TabIndex = 213;
     //
     // pnlCPF
     //
     this.pnlCPF.Controls.Add(this.cpf);
     this.pnlCPF.Controls.Add(this.label18);
     this.pnlCPF.Location = new System.Drawing.Point(3, 3);
     this.pnlCPF.Name = "pnlCPF";
     this.pnlCPF.Size = new System.Drawing.Size(117, 49);
     this.pnlCPF.TabIndex = 0;
     //
     // cpf
     //
     this.cpf.Location = new System.Drawing.Point(13, 26);
     this.cpf.Mask = "999\\.999\\.999-99";
     this.cpf.Name = "cpf";
     this.cpf.Size = new System.Drawing.Size(94, 20);
     this.cpf.TabIndex = 18;
     this.cpf.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(10, 10);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(27, 13);
     this.label18.TabIndex = 199;
     this.label18.Text = "CPF";
     //
     // pnlRG
     //
     this.pnlRG.Controls.Add(this.rg);
     this.pnlRG.Controls.Add(this.label19);
     this.pnlRG.Location = new System.Drawing.Point(126, 3);
     this.pnlRG.Name = "pnlRG";
     this.pnlRG.Size = new System.Drawing.Size(117, 49);
     this.pnlRG.TabIndex = 1;
     //
     // rg
     //
     this.rg.Location = new System.Drawing.Point(12, 26);
     this.rg.Name = "rg";
     this.rg.Size = new System.Drawing.Size(100, 20);
     this.rg.TabIndex = 19;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(9, 10);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(23, 13);
     this.label19.TabIndex = 201;
     this.label19.Text = "RG";
     //
     // pnlOrgaoExpedidor
     //
     this.pnlOrgaoExpedidor.Controls.Add(this.orgaoExpedidorRG);
     this.pnlOrgaoExpedidor.Controls.Add(this.label20);
     this.pnlOrgaoExpedidor.Location = new System.Drawing.Point(249, 3);
     this.pnlOrgaoExpedidor.Name = "pnlOrgaoExpedidor";
     this.pnlOrgaoExpedidor.Size = new System.Drawing.Size(82, 49);
     this.pnlOrgaoExpedidor.TabIndex = 2;
     //
     // orgaoExpedidorRG
     //
     this.orgaoExpedidorRG.Location = new System.Drawing.Point(14, 26);
     this.orgaoExpedidorRG.MaxLength = 8;
     this.orgaoExpedidorRG.Name = "orgaoExpedidorRG";
     this.orgaoExpedidorRG.Size = new System.Drawing.Size(59, 20);
     this.orgaoExpedidorRG.TabIndex = 20;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(11, 10);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(60, 13);
     this.label20.TabIndex = 203;
     this.label20.Text = "Orgão Exp.";
     //
     // pnlDataEmissao
     //
     this.pnlDataEmissao.Controls.Add(this.dataEmissaoRG);
     this.pnlDataEmissao.Controls.Add(this.label21);
     this.pnlDataEmissao.Location = new System.Drawing.Point(337, 3);
     this.pnlDataEmissao.Name = "pnlDataEmissao";
     this.pnlDataEmissao.Size = new System.Drawing.Size(84, 49);
     this.pnlDataEmissao.TabIndex = 3;
     //
     // dataEmissaoRG
     //
     this.dataEmissaoRG.Location = new System.Drawing.Point(6, 26);
     this.dataEmissaoRG.Mask = "00/00/0000";
     this.dataEmissaoRG.Name = "dataEmissaoRG";
     this.dataEmissaoRG.Size = new System.Drawing.Size(69, 20);
     this.dataEmissaoRG.TabIndex = 21;
     this.dataEmissaoRG.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     this.dataEmissaoRG.ValidatingType = typeof(System.DateTime);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(3, 10);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(72, 13);
     this.label21.TabIndex = 205;
     this.label21.Text = "Data Emissão";
     //
     // pnlTituloEleitor
     //
     this.pnlTituloEleitor.Controls.Add(this.tituloEleitor);
     this.pnlTituloEleitor.Controls.Add(this.label22);
     this.pnlTituloEleitor.Location = new System.Drawing.Point(427, 3);
     this.pnlTituloEleitor.Name = "pnlTituloEleitor";
     this.pnlTituloEleitor.Size = new System.Drawing.Size(133, 49);
     this.pnlTituloEleitor.TabIndex = 4;
     //
     // tituloEleitor
     //
     this.tituloEleitor.Location = new System.Drawing.Point(4, 26);
     this.tituloEleitor.MaxLength = 15;
     this.tituloEleitor.Name = "tituloEleitor";
     this.tituloEleitor.Size = new System.Drawing.Size(113, 20);
     this.tituloEleitor.TabIndex = 22;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(1, 10);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(67, 13);
     this.label22.TabIndex = 207;
     this.label22.Text = "Título Eleitor";
     //
     // pnlZona
     //
     this.pnlZona.Controls.Add(this.zonaEleitoral);
     this.pnlZona.Controls.Add(this.label23);
     this.pnlZona.Location = new System.Drawing.Point(566, 3);
     this.pnlZona.Name = "pnlZona";
     this.pnlZona.Size = new System.Drawing.Size(80, 49);
     this.pnlZona.TabIndex = 5;
     //
     // zonaEleitoral
     //
     this.zonaEleitoral.Location = new System.Drawing.Point(3, 26);
     this.zonaEleitoral.MaxLength = 5;
     this.zonaEleitoral.Name = "zonaEleitoral";
     this.zonaEleitoral.Size = new System.Drawing.Size(66, 20);
     this.zonaEleitoral.TabIndex = 23;
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(1, 10);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(32, 13);
     this.label23.TabIndex = 209;
     this.label23.Text = "Zona";
     //
     // pnlSecao
     //
     this.pnlSecao.Controls.Add(this.secaoEleitoral);
     this.pnlSecao.Controls.Add(this.label24);
     this.pnlSecao.Location = new System.Drawing.Point(652, 3);
     this.pnlSecao.Name = "pnlSecao";
     this.pnlSecao.Size = new System.Drawing.Size(83, 49);
     this.pnlSecao.TabIndex = 6;
     //
     // secaoEleitoral
     //
     this.secaoEleitoral.Location = new System.Drawing.Point(5, 26);
     this.secaoEleitoral.MaxLength = 7;
     this.secaoEleitoral.Name = "secaoEleitoral";
     this.secaoEleitoral.Size = new System.Drawing.Size(68, 20);
     this.secaoEleitoral.TabIndex = 24;
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(2, 10);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(38, 13);
     this.label24.TabIndex = 211;
     this.label24.Text = "Seção";
     //
     // pnlCNPJ
     //
     this.pnlCNPJ.Controls.Add(this.cnpj);
     this.pnlCNPJ.Controls.Add(this.label37);
     this.pnlCNPJ.Location = new System.Drawing.Point(741, 3);
     this.pnlCNPJ.Name = "pnlCNPJ";
     this.pnlCNPJ.Size = new System.Drawing.Size(139, 49);
     this.pnlCNPJ.TabIndex = 7;
     //
     // cnpj
     //
     this.cnpj.Location = new System.Drawing.Point(13, 22);
     this.cnpj.Mask = "99\\.999\\.999/9999-99";
     this.cnpj.Name = "cnpj";
     this.cnpj.Size = new System.Drawing.Size(108, 20);
     this.cnpj.TabIndex = 25;
     this.cnpj.TextMaskFormat = System.Windows.Forms.MaskFormat.ExcludePromptAndLiterals;
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(10, 6);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(34, 13);
     this.label37.TabIndex = 201;
     this.label37.Text = "CNPJ";
     //
     // codigo
     //
     this.codigo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.codigo.Location = new System.Drawing.Point(7, 30);
     this.codigo.Name = "codigo";
     this.codigo.ReadOnly = true;
     this.codigo.Size = new System.Drawing.Size(74, 20);
     this.codigo.TabIndex = 1;
     this.codigo.TabStop = false;
     //
     // label67
     //
     this.label67.AutoSize = true;
     this.label67.Location = new System.Drawing.Point(4, 13);
     this.label67.Name = "label67";
     this.label67.Size = new System.Drawing.Size(40, 13);
     this.label67.TabIndex = 175;
     this.label67.Text = "Codigo";
     //
     // tabControl1
     //
     this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Controls.Add(this.tabPage6);
     this.tabControl1.Controls.Add(this.tabPage7);
     this.tabControl1.Location = new System.Drawing.Point(26, 89);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(1150, 546);
     this.tabControl1.TabIndex = 0;
     //
     // tabPage5
     //
     this.tabPage5.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage5.Controls.Add(this.groupBox8);
     this.tabPage5.Location = new System.Drawing.Point(4, 25);
     this.tabPage5.Name = "tabPage5";
     this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage5.Size = new System.Drawing.Size(1142, 517);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text = "Benefícios";
     //
     // groupBox8
     //
     this.groupBox8.Controls.Add(this.beneficiosGridView);
     this.groupBox8.Location = new System.Drawing.Point(7, 6);
     this.groupBox8.Name = "groupBox8";
     this.groupBox8.Size = new System.Drawing.Size(1129, 508);
     this.groupBox8.TabIndex = 49;
     this.groupBox8.TabStop = false;
     //
     // beneficiosGridView
     //
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
     this.beneficiosGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
     this.beneficiosGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.beneficiosGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.benTipoBeneficio,
     this.benNumero,
     this.benDIB,
     this.benSSCC,
     this.benDivisor,
     this.benMedia,
     this.benFP,
     this.benSB,
     this.benCC,
     this.benRMI,
     this.benTS});
     this.beneficiosGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.beneficiosGridView.Location = new System.Drawing.Point(6, 19);
     this.beneficiosGridView.Name = "beneficiosGridView";
     this.beneficiosGridView.Size = new System.Drawing.Size(1117, 483);
     this.beneficiosGridView.TabIndex = 22;
     //
     // benTipoBeneficio
     //
     this.benTipoBeneficio.DataPropertyName = "TipoBeneficio";
     this.benTipoBeneficio.HeaderText = "Tipo de Beneficio";
     this.benTipoBeneficio.Name = "benTipoBeneficio";
     this.benTipoBeneficio.Width = 125;
     //
     // benNumero
     //
     this.benNumero.DataPropertyName = "Numero";
     this.benNumero.HeaderText = "Nº Benefício";
     this.benNumero.Name = "benNumero";
     this.benNumero.Width = 85;
     //
     // benDIB
     //
     this.benDIB.DataPropertyName = "InicioBeneficio";
     this.benDIB.HeaderText = "DIB";
     this.benDIB.Name = "benDIB";
     this.benDIB.Width = 80;
     //
     // benSSCC
     //
     this.benSSCC.DataPropertyName = "SomaSalariosContribuicao";
     this.benSSCC.HeaderText = "SSCC";
     this.benSSCC.Name = "benSSCC";
     this.benSSCC.Width = 95;
     //
     // benDivisor
     //
     this.benDivisor.DataPropertyName = "Divisor";
     this.benDivisor.HeaderText = "Divisor";
     this.benDivisor.Name = "benDivisor";
     this.benDivisor.Width = 90;
     //
     // benMedia
     //
     this.benMedia.DataPropertyName = "Media";
     this.benMedia.HeaderText = "Média";
     this.benMedia.Name = "benMedia";
     //
     // benFP
     //
     this.benFP.DataPropertyName = "FatorPrevidenciario";
     this.benFP.HeaderText = "FP";
     this.benFP.Name = "benFP";
     //
     // benSB
     //
     this.benSB.DataPropertyName = "SalarioBeneficio";
     this.benSB.HeaderText = "SB";
     this.benSB.Name = "benSB";
     //
     // benCC
     //
     this.benCC.DataPropertyName = "CoeficienteCalculo";
     this.benCC.HeaderText = "CC";
     this.benCC.Name = "benCC";
     //
     // benRMI
     //
     this.benRMI.DataPropertyName = "RendaMensalInicial";
     this.benRMI.HeaderText = "RMI";
     this.benRMI.Name = "benRMI";
     //
     // benTS
     //
     this.benTS.DataPropertyName = "TempoContribuicao";
     this.benTS.HeaderText = "TS";
     this.benTS.Name = "benTS";
     //
     // tabPage6
     //
     this.tabPage6.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage6.Controls.Add(this.grupoGridView);
     this.tabPage6.Controls.Add(this.groupBox7);
     this.tabPage6.Location = new System.Drawing.Point(4, 25);
     this.tabPage6.Name = "tabPage6";
     this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage6.Size = new System.Drawing.Size(1142, 517);
     this.tabPage6.TabIndex = 5;
     this.tabPage6.Text = "Grupo";
     //
     // grupoGridView
     //
     this.grupoGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grupoGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.grpNome});
     this.grupoGridView.Location = new System.Drawing.Point(18, 25);
     this.grupoGridView.Name = "grupoGridView";
     this.grupoGridView.Size = new System.Drawing.Size(397, 269);
     this.grupoGridView.TabIndex = 1;
     //
     // grpNome
     //
     this.grpNome.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.grpNome.DataPropertyName = "GrupoDiferencial";
     this.grpNome.HeaderText = "Nome do Grupo";
     this.grpNome.Name = "grpNome";
     //
     // groupBox7
     //
     this.groupBox7.Location = new System.Drawing.Point(7, 6);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(419, 294);
     this.groupBox7.TabIndex = 46;
     this.groupBox7.TabStop = false;
     //
     // tabPage7
     //
     this.tabPage7.BackColor = System.Drawing.Color.AliceBlue;
     this.tabPage7.Controls.Add(this.groupBox1);
     this.tabPage7.Controls.Add(this.groupBox6);
     this.tabPage7.Location = new System.Drawing.Point(4, 25);
     this.tabPage7.Name = "tabPage7";
     this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage7.Size = new System.Drawing.Size(1142, 517);
     this.tabPage7.TabIndex = 6;
     this.tabPage7.Text = "Histórico de Atendimento";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.colorComboBox1);
     this.groupBox1.Controls.Add(this.buttonBar);
     this.groupBox1.Controls.Add(this.txtAtendimento);
     this.groupBox1.Location = new System.Drawing.Point(13, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(1117, 496);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Atendimento";
     //
     // colorComboBox1
     //
     this.colorComboBox1.DisplayMember = "Name";
     this.colorComboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.colorComboBox1.FormattingEnabled = true;
     this.colorComboBox1.Items.AddRange(new object[] {
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen",
     "Transparent",
     "AliceBlue",
     "AntiqueWhite",
     "Aqua",
     "Aquamarine",
     "Azure",
     "Beige",
     "Bisque",
     "Black",
     "BlanchedAlmond",
     "Blue",
     "BlueViolet",
     "Brown",
     "BurlyWood",
     "CadetBlue",
     "Chartreuse",
     "Chocolate",
     "Coral",
     "CornflowerBlue",
     "Cornsilk",
     "Crimson",
     "Cyan",
     "DarkBlue",
     "DarkCyan",
     "DarkGoldenrod",
     "DarkGray",
     "DarkGreen",
     "DarkKhaki",
     "DarkMagenta",
     "DarkOliveGreen",
     "DarkOrange",
     "DarkOrchid",
     "DarkRed",
     "DarkSalmon",
     "DarkSeaGreen",
     "DarkSlateBlue",
     "DarkSlateGray",
     "DarkTurquoise",
     "DarkViolet",
     "DeepPink",
     "DeepSkyBlue",
     "DimGray",
     "DodgerBlue",
     "Firebrick",
     "FloralWhite",
     "ForestGreen",
     "Fuchsia",
     "Gainsboro",
     "GhostWhite",
     "Gold",
     "Goldenrod",
     "Gray",
     "Green",
     "GreenYellow",
     "Honeydew",
     "HotPink",
     "IndianRed",
     "Indigo",
     "Ivory",
     "Khaki",
     "Lavender",
     "LavenderBlush",
     "LawnGreen",
     "LemonChiffon",
     "LightBlue",
     "LightCoral",
     "LightCyan",
     "LightGoldenrodYellow",
     "LightGray",
     "LightGreen",
     "LightPink",
     "LightSalmon",
     "LightSeaGreen",
     "LightSkyBlue",
     "LightSlateGray",
     "LightSteelBlue",
     "LightYellow",
     "Lime",
     "LimeGreen",
     "Linen",
     "Magenta",
     "Maroon",
     "MediumAquamarine",
     "MediumBlue",
     "MediumOrchid",
     "MediumPurple",
     "MediumSeaGreen",
     "MediumSlateBlue",
     "MediumSpringGreen",
     "MediumTurquoise",
     "MediumVioletRed",
     "MidnightBlue",
     "MintCream",
     "MistyRose",
     "Moccasin",
     "NavajoWhite",
     "Navy",
     "OldLace",
     "Olive",
     "OliveDrab",
     "Orange",
     "OrangeRed",
     "Orchid",
     "PaleGoldenrod",
     "PaleGreen",
     "PaleTurquoise",
     "PaleVioletRed",
     "PapayaWhip",
     "PeachPuff",
     "Peru",
     "Pink",
     "Plum",
     "PowderBlue",
     "Purple",
     "Red",
     "RosyBrown",
     "RoyalBlue",
     "SaddleBrown",
     "Salmon",
     "SandyBrown",
     "SeaGreen",
     "SeaShell",
     "Sienna",
     "Silver",
     "SkyBlue",
     "SlateBlue",
     "SlateGray",
     "Snow",
     "SpringGreen",
     "SteelBlue",
     "Tan",
     "Teal",
     "Thistle",
     "Tomato",
     "Turquoise",
     "Violet",
     "Wheat",
     "White",
     "WhiteSmoke",
     "Yellow",
     "YellowGreen"});
     this.colorComboBox1.Location = new System.Drawing.Point(815, 21);
     this.colorComboBox1.Name = "colorComboBox1";
     this.colorComboBox1.SelectedColor = System.Drawing.Color.Black;
     this.colorComboBox1.Size = new System.Drawing.Size(194, 21);
     this.colorComboBox1.TabIndex = 7;
     this.colorComboBox1.ValueMember = "Color";
     //
     // buttonBar
     //
     this.buttonBar.Location = new System.Drawing.Point(9, 20);
     this.buttonBar.Name = "buttonBar";
     this.buttonBar.Size = new System.Drawing.Size(813, 28);
     this.buttonBar.TabIndex = 5;
     this.buttonBar.Text = "buttonBar1";
     //
     // txtAtendimento
     //
     this.txtAtendimento.ButtonBar = this.buttonBar;
     this.txtAtendimento.Font = new System.Drawing.Font("Arial", 10F);
     this.txtAtendimento.HideSelection = false;
     this.txtAtendimento.Location = new System.Drawing.Point(9, 48);
     this.txtAtendimento.Name = "txtAtendimento";
     this.txtAtendimento.Size = new System.Drawing.Size(1102, 442);
     this.txtAtendimento.TabIndex = 4;
     //
     // groupBox6
     //
     this.groupBox6.Location = new System.Drawing.Point(7, 4);
     this.groupBox6.Name = "groupBox6";
     this.groupBox6.Size = new System.Drawing.Size(1129, 510);
     this.groupBox6.TabIndex = 3;
     this.groupBox6.TabStop = false;
     //
     // groupBox11
     //
     this.groupBox11.BackColor = System.Drawing.Color.WhiteSmoke;
     this.groupBox11.Controls.Add(this.btnSair);
     this.groupBox11.Controls.Add(this.label1);
     this.groupBox11.Controls.Add(this.btnCancelar);
     this.groupBox11.Controls.Add(this.codigoBusca);
     this.groupBox11.Controls.Add(this.btnSalvar);
     this.groupBox11.Controls.Add(this.btnPesquisar);
     this.groupBox11.Controls.Add(this.btnLimpar);
     this.groupBox11.Controls.Add(this.btnNovo);
     this.groupBox11.Controls.Add(this.btnExcluir);
     this.groupBox11.Controls.Add(this.btnPDF);
     this.groupBox11.Location = new System.Drawing.Point(12, 12);
     this.groupBox11.Name = "groupBox11";
     this.groupBox11.Size = new System.Drawing.Size(1176, 636);
     this.groupBox11.TabIndex = 0;
     this.groupBox11.TabStop = false;
     this.groupBox11.Text = "Cadastro de Cliente";
     //
     // btnSair
     //
     this.btnSair.Image = global::Visao.Properties.Resources.sair24;
     this.btnSair.Location = new System.Drawing.Point(264, 25);
     this.btnSair.Name = "btnSair";
     this.btnSair.Size = new System.Drawing.Size(35, 28);
     this.btnSair.TabIndex = 9;
     this.btnSair.UseVisualStyleBackColor = true;
     this.btnSair.Click += new System.EventHandler(this.button9_Click);
     //
     // btnCancelar
     //
     this.btnCancelar.Image = global::Visao.Properties.Resources.canc24;
     this.btnCancelar.Location = new System.Drawing.Point(223, 25);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(35, 28);
     this.btnCancelar.TabIndex = 8;
     this.btnCancelar.UseVisualStyleBackColor = true;
     //
     // btnSalvar
     //
     this.btnSalvar.Image = global::Visao.Properties.Resources.conf24;
     this.btnSalvar.Location = new System.Drawing.Point(182, 25);
     this.btnSalvar.Name = "btnSalvar";
     this.btnSalvar.Size = new System.Drawing.Size(35, 28);
     this.btnSalvar.TabIndex = 7;
     this.btnSalvar.UseVisualStyleBackColor = true;
     //
     // btnPesquisar
     //
     this.btnPesquisar.Image = global::Visao.Properties.Resources.search_24x24;
     this.btnPesquisar.Location = new System.Drawing.Point(909, 25);
     this.btnPesquisar.Name = "btnPesquisar";
     this.btnPesquisar.Size = new System.Drawing.Size(35, 28);
     this.btnPesquisar.TabIndex = 2;
     this.btnPesquisar.UseVisualStyleBackColor = true;
     this.btnPesquisar.Visible = false;
     //
     // btnLimpar
     //
     this.btnLimpar.Image = global::Visao.Properties.Resources.limpar;
     this.btnLimpar.Location = new System.Drawing.Point(141, 25);
     this.btnLimpar.Name = "btnLimpar";
     this.btnLimpar.Size = new System.Drawing.Size(35, 28);
     this.btnLimpar.TabIndex = 6;
     this.btnLimpar.UseVisualStyleBackColor = true;
     //
     // btnNovo
     //
     this.btnNovo.Image = global::Visao.Properties.Resources.add24;
     this.btnNovo.Location = new System.Drawing.Point(18, 25);
     this.btnNovo.Name = "btnNovo";
     this.btnNovo.Size = new System.Drawing.Size(35, 28);
     this.btnNovo.TabIndex = 3;
     this.btnNovo.UseVisualStyleBackColor = true;
     //
     // btnExcluir
     //
     this.btnExcluir.Image = global::Visao.Properties.Resources.SairPrograma24x24;
     this.btnExcluir.Location = new System.Drawing.Point(100, 25);
     this.btnExcluir.Name = "btnExcluir";
     this.btnExcluir.Size = new System.Drawing.Size(35, 28);
     this.btnExcluir.TabIndex = 5;
     this.btnExcluir.UseVisualStyleBackColor = true;
     //
     // btnPDF
     //
     this.btnPDF.Image = global::Visao.Properties.Resources.pdf_24x24;
     this.btnPDF.Location = new System.Drawing.Point(59, 25);
     this.btnPDF.Name = "btnPDF";
     this.btnPDF.Size = new System.Drawing.Size(35, 28);
     this.btnPDF.TabIndex = 4;
     this.btnPDF.UseVisualStyleBackColor = true;
     //
     // menuGridView
     //
     this.menuGridView.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.removerLinhaContextButton});
     this.menuGridView.Name = "menuGridView";
     this.menuGridView.Size = new System.Drawing.Size(154, 26);
     //
     // removerLinhaContextButton
     //
     this.removerLinhaContextButton.Name = "removerLinhaContextButton";
     this.removerLinhaContextButton.Size = new System.Drawing.Size(153, 22);
     this.removerLinhaContextButton.Text = "&Remover Linha";
     //
     // CadastroCliente
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.WhiteSmoke;
     this.ClientSize = new System.Drawing.Size(1200, 722);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.groupBox11);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "CadastroCliente";
     this.ShowIcon = false;
     this.Text = "Cadastro de Clientes";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Form1_Load);
     this.tabPage4.ResumeLayout(false);
     this.groupBox9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dependenteGridView)).EndInit();
     this.tabPage3.ResumeLayout(false);
     this.groupBox10.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.contatoGridView)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox12.ResumeLayout(false);
     this.groupBox12.PerformLayout();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.pnlCPF.ResumeLayout(false);
     this.pnlCPF.PerformLayout();
     this.pnlRG.ResumeLayout(false);
     this.pnlRG.PerformLayout();
     this.pnlOrgaoExpedidor.ResumeLayout(false);
     this.pnlOrgaoExpedidor.PerformLayout();
     this.pnlDataEmissao.ResumeLayout(false);
     this.pnlDataEmissao.PerformLayout();
     this.pnlTituloEleitor.ResumeLayout(false);
     this.pnlTituloEleitor.PerformLayout();
     this.pnlZona.ResumeLayout(false);
     this.pnlZona.PerformLayout();
     this.pnlSecao.ResumeLayout(false);
     this.pnlSecao.PerformLayout();
     this.pnlCNPJ.ResumeLayout(false);
     this.pnlCNPJ.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage5.ResumeLayout(false);
     this.groupBox8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.beneficiosGridView)).EndInit();
     this.tabPage6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grupoGridView)).EndInit();
     this.tabPage7.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox11.ResumeLayout(false);
     this.groupBox11.PerformLayout();
     this.menuGridView.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialPaymentCardAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialPaymentCardEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialPaymentCardSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFinancialPaymentCard = new System.Windows.Forms.DataGridView();
            this.labelFinancialCardTypeRefCombo        = new System.Windows.Forms.Label();
            this.financialCardTypeRefCombo             = new FinancialCardTypeRefCombo();
            this.labelNameOnCard                    = new System.Windows.Forms.Label();
            this.textBoxNameOnCard                  = new System.Windows.Forms.TextBox();
            this.labelCardNumber                    = new System.Windows.Forms.Label();
            this.textBoxCardNumber                  = new System.Windows.Forms.TextBox();
            this.labelAddressVerificationCode       = new System.Windows.Forms.Label();
            this.textBoxAddressVerificationCode     = new System.Windows.Forms.TextBox();
            this.labelCardVerificationValue         = new System.Windows.Forms.Label();
            this.maskedTextBoxCardVerificationValue = new System.Windows.Forms.MaskedTextBox();
            this.labelIssuedYear                    = new System.Windows.Forms.Label();
            this.maskedTextBoxIssuedYear            = new System.Windows.Forms.MaskedTextBox();
            this.labelIssuedMonth                   = new System.Windows.Forms.Label();
            this.maskedTextBoxIssuedMonth           = new System.Windows.Forms.MaskedTextBox();
            this.labelExpiryYear                    = new System.Windows.Forms.Label();
            this.maskedTextBoxExpiryYear            = new System.Windows.Forms.MaskedTextBox();
            this.labelExpiryMonth                   = new System.Windows.Forms.Label();
            this.maskedTextBoxExpiryMonth           = new System.Windows.Forms.MaskedTextBox();
            this.labelAmount                  = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount          = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialPaymentCard)).BeginInit();
            this.SuspendLayout();
            //
            // labelFinancialCardTypeRefCombo
            //
            this.labelFinancialCardTypeRefCombo.AutoSize = true;
            this.labelFinancialCardTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialCardTypeRefCombo.Name     = "labelFinancialCardTypeRefCombo";
            this.labelFinancialCardTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCardTypeRefCombo.TabIndex = 2;
            this.labelFinancialCardTypeRefCombo.Text     = "Financial Card Type:";
            //
            //financialCardTypeRefCombo
            //
            this.financialCardTypeRefCombo.Location = new System.Drawing.Point(175, 13);
            this.financialCardTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCardTypeRefCombo.Name     = "financialCardTypeRefCombo";
            this.financialCardTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialCardTypeRefCombo.TabIndex = 3;
            //
            // labelNameOnCard
            //
            this.labelNameOnCard.AutoSize = true;
            this.labelNameOnCard.Location = new System.Drawing.Point(11, 36);
            this.labelNameOnCard.Name     = "labelNameOnCard";
            this.labelNameOnCard.Size     = new System.Drawing.Size(71, 13);
            this.labelNameOnCard.TabIndex = 4;
            this.labelNameOnCard.Text     = "Name On Card:";
            //
            //textBoxNameOnCard
            //
            this.textBoxNameOnCard.Location = new System.Drawing.Point(175, 36);
            this.textBoxNameOnCard.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxNameOnCard.Name     = "textBoxNameOnCard";
            this.textBoxNameOnCard.Size     = new System.Drawing.Size(250, 20);
            this.textBoxNameOnCard.TabIndex = 5;
            //
            // labelCardNumber
            //
            this.labelCardNumber.AutoSize = true;
            this.labelCardNumber.Location = new System.Drawing.Point(11, 59);
            this.labelCardNumber.Name     = "labelCardNumber";
            this.labelCardNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelCardNumber.TabIndex = 6;
            this.labelCardNumber.Text     = "Card Number:";
            //
            //textBoxCardNumber
            //
            this.textBoxCardNumber.Location = new System.Drawing.Point(175, 59);
            this.textBoxCardNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxCardNumber.Name     = "textBoxCardNumber";
            this.textBoxCardNumber.Size     = new System.Drawing.Size(250, 20);
            this.textBoxCardNumber.TabIndex = 7;
            //
            // labelAddressVerificationCode
            //
            this.labelAddressVerificationCode.AutoSize = true;
            this.labelAddressVerificationCode.Location = new System.Drawing.Point(11, 82);
            this.labelAddressVerificationCode.Name     = "labelAddressVerificationCode";
            this.labelAddressVerificationCode.Size     = new System.Drawing.Size(71, 13);
            this.labelAddressVerificationCode.TabIndex = 8;
            this.labelAddressVerificationCode.Text     = "Address Verification Code:";
            //
            //textBoxAddressVerificationCode
            //
            this.textBoxAddressVerificationCode.Location = new System.Drawing.Point(175, 82);
            this.textBoxAddressVerificationCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAddressVerificationCode.Name     = "textBoxAddressVerificationCode";
            this.textBoxAddressVerificationCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAddressVerificationCode.TabIndex = 9;
            //
            // labelCardVerificationValue
            //
            this.labelCardVerificationValue.AutoSize = true;
            this.labelCardVerificationValue.Location = new System.Drawing.Point(11, 105);
            this.labelCardVerificationValue.Name     = "labelCardVerificationValue";
            this.labelCardVerificationValue.Size     = new System.Drawing.Size(71, 13);
            this.labelCardVerificationValue.TabIndex = 10;
            this.labelCardVerificationValue.Text     = "Card Verification Value:";
            //
            //maskedTextBoxCardVerificationValue
            //
            this.maskedTextBoxCardVerificationValue.Location = new System.Drawing.Point(175, 105);
            this.maskedTextBoxCardVerificationValue.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxCardVerificationValue.Name     = "maskedTextBoxCardVerificationValue";
            this.maskedTextBoxCardVerificationValue.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxCardVerificationValue.TabIndex = 11;
            //
            // labelIssuedYear
            //
            this.labelIssuedYear.AutoSize = true;
            this.labelIssuedYear.Location = new System.Drawing.Point(11, 128);
            this.labelIssuedYear.Name     = "labelIssuedYear";
            this.labelIssuedYear.Size     = new System.Drawing.Size(71, 13);
            this.labelIssuedYear.TabIndex = 12;
            this.labelIssuedYear.Text     = "Issued Year:";
            //
            //maskedTextBoxIssuedYear
            //
            this.maskedTextBoxIssuedYear.Location = new System.Drawing.Point(175, 128);
            this.maskedTextBoxIssuedYear.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxIssuedYear.Name     = "maskedTextBoxIssuedYear";
            this.maskedTextBoxIssuedYear.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxIssuedYear.TabIndex = 13;
            //
            // labelIssuedMonth
            //
            this.labelIssuedMonth.AutoSize = true;
            this.labelIssuedMonth.Location = new System.Drawing.Point(11, 151);
            this.labelIssuedMonth.Name     = "labelIssuedMonth";
            this.labelIssuedMonth.Size     = new System.Drawing.Size(71, 13);
            this.labelIssuedMonth.TabIndex = 14;
            this.labelIssuedMonth.Text     = "Issued Month:";
            //
            //maskedTextBoxIssuedMonth
            //
            this.maskedTextBoxIssuedMonth.Location = new System.Drawing.Point(175, 151);
            this.maskedTextBoxIssuedMonth.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxIssuedMonth.Name     = "maskedTextBoxIssuedMonth";
            this.maskedTextBoxIssuedMonth.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxIssuedMonth.TabIndex = 15;
            //
            // labelExpiryYear
            //
            this.labelExpiryYear.AutoSize = true;
            this.labelExpiryYear.Location = new System.Drawing.Point(11, 174);
            this.labelExpiryYear.Name     = "labelExpiryYear";
            this.labelExpiryYear.Size     = new System.Drawing.Size(71, 13);
            this.labelExpiryYear.TabIndex = 16;
            this.labelExpiryYear.Text     = "Expiry Year:";
            //
            //maskedTextBoxExpiryYear
            //
            this.maskedTextBoxExpiryYear.Location = new System.Drawing.Point(175, 174);
            this.maskedTextBoxExpiryYear.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxExpiryYear.Name     = "maskedTextBoxExpiryYear";
            this.maskedTextBoxExpiryYear.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxExpiryYear.TabIndex = 17;
            //
            // labelExpiryMonth
            //
            this.labelExpiryMonth.AutoSize = true;
            this.labelExpiryMonth.Location = new System.Drawing.Point(11, 197);
            this.labelExpiryMonth.Name     = "labelExpiryMonth";
            this.labelExpiryMonth.Size     = new System.Drawing.Size(71, 13);
            this.labelExpiryMonth.TabIndex = 18;
            this.labelExpiryMonth.Text     = "Expiry Month:";
            //
            //maskedTextBoxExpiryMonth
            //
            this.maskedTextBoxExpiryMonth.Location = new System.Drawing.Point(175, 197);
            this.maskedTextBoxExpiryMonth.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxExpiryMonth.Name     = "maskedTextBoxExpiryMonth";
            this.maskedTextBoxExpiryMonth.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxExpiryMonth.TabIndex = 19;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 220);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 20;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(175, 220);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 21;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 243);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 22;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(175, 243);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 23;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 266);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 24;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(175, 266);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 25;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 289);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 26;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 27;
            //
            // dataGridViewCrudeFinancialPaymentCard
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFinancialPaymentCard.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFinancialPaymentCard.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeFinancialPaymentCard.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFinancialPaymentCard.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFinancialPaymentCard.Location      = new System.Drawing.Point(12, 322);
            this.dataGridViewCrudeFinancialPaymentCard.Name          = "dataGridViewCrudeFinancialPaymentCard";
            this.dataGridViewCrudeFinancialPaymentCard.Size          = new System.Drawing.Size(413, 96);
            this.dataGridViewCrudeFinancialPaymentCard.TabIndex      = 0;
            this.dataGridViewCrudeFinancialPaymentCard.ReadOnly      = true;
            this.dataGridViewCrudeFinancialPaymentCard.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFinancialPaymentCard_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(333, 425);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeFinancialPaymentCardSearch
            //
            this.buttonCrudeFinancialPaymentCardSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialPaymentCardSearch.Location = new System.Drawing.Point(233, 425);
            this.buttonCrudeFinancialPaymentCardSearch.Name     = "buttonCrudeFinancialPaymentCardSearch";
            this.buttonCrudeFinancialPaymentCardSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialPaymentCardSearch.TabIndex = 2;
            this.buttonCrudeFinancialPaymentCardSearch.Text     = "&Search";
            this.buttonCrudeFinancialPaymentCardSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialPaymentCardSearch.Click += new System.EventHandler(this.buttonCrudeFinancialPaymentCardSearch_Click);
            //
            // buttonCrudeFinancialPaymentCardAdd
            //
            this.buttonCrudeFinancialPaymentCardAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialPaymentCardAdd.Location = new System.Drawing.Point(133, 425);
            this.buttonCrudeFinancialPaymentCardAdd.Name     = "buttonCrudeFinancialPaymentCardAdd";
            this.buttonCrudeFinancialPaymentCardAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialPaymentCardAdd.TabIndex = 3;
            this.buttonCrudeFinancialPaymentCardAdd.Text     = "&Add";
            this.buttonCrudeFinancialPaymentCardAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialPaymentCardAdd.Click += new System.EventHandler(this.buttonCrudeFinancialPaymentCardAdd_Click);
            //
            // buttonCrudeFinancialPaymentCardEdit
            //
            this.buttonCrudeFinancialPaymentCardEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialPaymentCardEdit.Location = new System.Drawing.Point(33, 425);
            this.buttonCrudeFinancialPaymentCardEdit.Name     = "buttonCrudeFinancialPaymentCardEdit";
            this.buttonCrudeFinancialPaymentCardEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialPaymentCardEdit.TabIndex = 4;
            this.buttonCrudeFinancialPaymentCardEdit.Text     = "&Edit";
            this.buttonCrudeFinancialPaymentCardEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialPaymentCardEdit.Click += new System.EventHandler(this.buttonCrudeFinancialPaymentCardEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(437, 453);
            this.Controls.Add(this.buttonCrudeFinancialPaymentCardSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFinancialPaymentCardAdd);
            this.Controls.Add(this.buttonCrudeFinancialPaymentCardEdit);
            this.Controls.Add(this.dataGridViewCrudeFinancialPaymentCard);
            this.Name = "CrudeFinancialPaymentCardSearch";
            this.Text = "Financial Payment Card Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialPaymentCard)).EndInit();
            this.Controls.Add(this.labelFinancialCardTypeRefCombo);
            this.Controls.Add(this.financialCardTypeRefCombo);
            this.Controls.Add(this.labelNameOnCard);
            this.Controls.Add(this.textBoxNameOnCard);
            this.Controls.Add(this.labelCardNumber);
            this.Controls.Add(this.textBoxCardNumber);
            this.Controls.Add(this.labelAddressVerificationCode);
            this.Controls.Add(this.textBoxAddressVerificationCode);
            this.Controls.Add(this.labelCardVerificationValue);
            this.Controls.Add(this.maskedTextBoxCardVerificationValue);
            this.Controls.Add(this.labelIssuedYear);
            this.Controls.Add(this.maskedTextBoxIssuedYear);
            this.Controls.Add(this.labelIssuedMonth);
            this.Controls.Add(this.maskedTextBoxIssuedMonth);
            this.Controls.Add(this.labelExpiryYear);
            this.Controls.Add(this.maskedTextBoxExpiryYear);
            this.Controls.Add(this.labelExpiryMonth);
            this.Controls.Add(this.maskedTextBoxExpiryMonth);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            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.grb_nhapthongtin = new System.Windows.Forms.GroupBox();
     this.btn_exit = new System.Windows.Forms.Button();
     this.btn_card_detail = new System.Windows.Forms.Button();
     this.btn_go = new System.Windows.Forms.Button();
     this.cb_servicecode = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.tb_birthdate = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.tb_familyname = new System.Windows.Forms.TextBox();
     this.btn_clear = new System.Windows.Forms.Button();
     this.btn_search = new System.Windows.Forms.Button();
     this.tb_firstname = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label51 = new System.Windows.Forms.Label();
     this.tbVipFlag = new System.Windows.Forms.TextBox();
     this.tb_cardnumber1 = new System.Windows.Forms.MaskedTextBox();
     this.tb_cardnumber = new System.Windows.Forms.TextBox();
     this.tbUnpaid1 = new System.Windows.Forms.TextBox();
     this.label72 = new System.Windows.Forms.Label();
     this.tbDaysPastDue = new System.Windows.Forms.TextBox();
     this.label60 = new System.Windows.Forms.Label();
     this.tbUnpaid7 = new System.Windows.Forms.TextBox();
     this.label61 = new System.Windows.Forms.Label();
     this.tbOverlimit = new System.Windows.Forms.TextBox();
     this.tbUnpaid6 = new System.Windows.Forms.TextBox();
     this.label62 = new System.Windows.Forms.Label();
     this.label63 = new System.Windows.Forms.Label();
     this.label64 = new System.Windows.Forms.Label();
     this.tbUnpaid5 = new System.Windows.Forms.TextBox();
     this.label65 = new System.Windows.Forms.Label();
     this.label66 = new System.Windows.Forms.Label();
     this.tbUnpaidStringCycle = new System.Windows.Forms.TextBox();
     this.tbUnpaid3 = new System.Windows.Forms.TextBox();
     this.tbTPD = new System.Windows.Forms.TextBox();
     this.label111 = new System.Windows.Forms.Label();
     this.tbTCD = new System.Windows.Forms.TextBox();
     this.tbUnpaid4 = new System.Windows.Forms.TextBox();
     this.label113 = new System.Windows.Forms.Label();
     this.label69 = new System.Windows.Forms.Label();
     this.label70 = new System.Windows.Forms.Label();
     this.label117 = new System.Windows.Forms.Label();
     this.tbUnpaid2 = new System.Windows.Forms.TextBox();
     this.tbTAD = new System.Windows.Forms.TextBox();
     this.tbClosingBal = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.tbMAD = new System.Windows.Forms.TextBox();
     this.tbEOMStatusDate = new System.Windows.Forms.TextBox();
     this.label58 = new System.Windows.Forms.Label();
     this.label105 = new System.Windows.Forms.Label();
     this.tbPaymentDueDt = new System.Windows.Forms.TextBox();
     this.tbDelinquenceDate = new System.Windows.Forms.TextBox();
     this.label106 = new System.Windows.Forms.Label();
     this.label107 = new System.Windows.Forms.Label();
     this.tbAuthorizationFlag = new System.Windows.Forms.TextBox();
     this.label108 = new System.Windows.Forms.Label();
     this.label109 = new System.Windows.Forms.Label();
     this.tbBalStatusDate = new System.Windows.Forms.TextBox();
     this.label110 = new System.Windows.Forms.Label();
     this.label112 = new System.Windows.Forms.Label();
     this.ckStopRenewalFlag = new System.Windows.Forms.CheckBox();
     this.tbPassword = new System.Windows.Forms.TextBox();
     this.label114 = new System.Windows.Forms.Label();
     this.label115 = new System.Windows.Forms.Label();
     this.label116 = new System.Windows.Forms.Label();
     this.tbNextBillDt = new System.Windows.Forms.TextBox();
     this.tbBalanceStatus = new System.Windows.Forms.TextBox();
     this.tbAutoDebit = new System.Windows.Forms.TextBox();
     this.tb_MailingAddress5 = new System.Windows.Forms.TextBox();
     this.label118 = new System.Windows.Forms.Label();
     this.tbLastStmtDt = new System.Windows.Forms.TextBox();
     this.label119 = new System.Windows.Forms.Label();
     this.label120 = new System.Windows.Forms.Label();
     this.tb_MailingAddress4 = new System.Windows.Forms.TextBox();
     this.tbEOMunpaidStatus = new System.Windows.Forms.TextBox();
     this.tbBillCycleDay = new System.Windows.Forms.TextBox();
     this.label121 = new System.Windows.Forms.Label();
     this.label122 = new System.Windows.Forms.Label();
     this.tb_lpcPlan = new System.Windows.Forms.TextBox();
     this.tb_MailingAddress3 = new System.Windows.Forms.TextBox();
     this.tb_MailingAddress2 = new System.Windows.Forms.TextBox();
     this.tb_creditPlanName = new System.Windows.Forms.TextBox();
     this.tbMOB = new System.Windows.Forms.TextBox();
     this.label123 = new System.Windows.Forms.Label();
     this.tbMemberForm = new System.Windows.Forms.TextBox();
     this.tbDelinquencyStatus = new System.Windows.Forms.TextBox();
     this.label124 = new System.Windows.Forms.Label();
     this.tbStatusDate = new System.Windows.Forms.TextBox();
     this.label125 = new System.Windows.Forms.Label();
     this.tbAdminStatusDate = new System.Windows.Forms.TextBox();
     this.label126 = new System.Windows.Forms.Label();
     this.tb_mortherName = new System.Windows.Forms.TextBox();
     this.tbAdminStatus = new System.Windows.Forms.TextBox();
     this.label127 = new System.Windows.Forms.Label();
     this.tb_pan = new System.Windows.Forms.TextBox();
     this.label128 = new System.Windows.Forms.Label();
     this.label129 = new System.Windows.Forms.Label();
     this.label130 = new System.Windows.Forms.Label();
     this.tb_MailingAddress1 = new System.Windows.Forms.TextBox();
     this.label132 = new System.Windows.Forms.Label();
     this.tbPhone2 = new System.Windows.Forms.TextBox();
     this.label133 = new System.Windows.Forms.Label();
     this.label134 = new System.Windows.Forms.Label();
     this.label135 = new System.Windows.Forms.Label();
     this.tbCardFeeDt = new System.Windows.Forms.TextBox();
     this.tb_mobile = new System.Windows.Forms.TextBox();
     this.label138 = new System.Windows.Forms.Label();
     this.tbSourceCode = new System.Windows.Forms.TextBox();
     this.tb_LoyaltyPlanName = new System.Windows.Forms.TextBox();
     this.tb_phone1 = new System.Windows.Forms.TextBox();
     this.tbEmail = new System.Windows.Forms.TextBox();
     this.label141 = new System.Windows.Forms.Label();
     this.label142 = new System.Windows.Forms.Label();
     this.tbNewRenewalDt = new System.Windows.Forms.TextBox();
     this.tb_free_plan_name = new System.Windows.Forms.TextBox();
     this.tbTxnSet = new System.Windows.Forms.TextBox();
     this.tbTxnFeePlane = new System.Windows.Forms.TextBox();
     this.label144 = new System.Windows.Forms.Label();
     this.txnFeePlan = new System.Windows.Forms.Label();
     this.txnSet = new System.Windows.Forms.Label();
     this.label148 = new System.Windows.Forms.Label();
     this.tb_cardStatus = new System.Windows.Forms.TextBox();
     this.label149 = new System.Windows.Forms.Label();
     this.sss = new System.Windows.Forms.Label();
     this.tbGender = new System.Windows.Forms.TextBox();
     this.label136 = new System.Windows.Forms.Label();
     this.label137 = new System.Windows.Forms.Label();
     this.label139 = new System.Windows.Forms.Label();
     this.label140 = new System.Windows.Forms.Label();
     this.tbExpireDate = new System.Windows.Forms.TextBox();
     this.label143 = new System.Windows.Forms.Label();
     this.tbOwnerCode = new System.Windows.Forms.TextBox();
     this.label145 = new System.Windows.Forms.Label();
     this.tb_customerid = new System.Windows.Forms.TextBox();
     this.tb_acctnbr = new System.Windows.Forms.TextBox();
     this.tb_productdes = new System.Windows.Forms.TextBox();
     this.tb_priMaryCard = new System.Windows.Forms.TextBox();
     this.tb_cardIssueDate = new System.Windows.Forms.TextBox();
     this.label150 = new System.Windows.Forms.Label();
     this.grb_infor = new System.Windows.Forms.GroupBox();
     this.tb_ChinhSachTinDung = new System.Windows.Forms.RichTextBox();
     this.label47 = new System.Windows.Forms.Label();
     this.tbNQH_Status = new System.Windows.Forms.TextBox();
     this.label44 = new System.Windows.Forms.Label();
     this.cbNQH = new System.Windows.Forms.CheckBox();
     this.cbSMSFlag = new System.Windows.Forms.CheckBox();
     this.cbEcommerce = new System.Windows.Forms.CheckBox();
     this.label36 = new System.Windows.Forms.Label();
     this.tbRelation = new System.Windows.Forms.TextBox();
     this.label35 = new System.Windows.Forms.Label();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.label43 = new System.Windows.Forms.Label();
     this.label34 = new System.Windows.Forms.Label();
     this.tbAutoDebitBranch = new System.Windows.Forms.TextBox();
     this.tbTempCrLmt = new System.Windows.Forms.TextBox();
     this.label33 = new System.Windows.Forms.Label();
     this.tbTempLmtStartDt = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.tbPreApproveLmt = new System.Windows.Forms.TextBox();
     this.label31 = new System.Windows.Forms.Label();
     this.tb_ToChucLienKet = new System.Windows.Forms.TextBox();
     this.tbTempLmtEndDt = new System.Windows.Forms.TextBox();
     this.label30 = new System.Windows.Forms.Label();
     this.tbUnclerPayment = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.rb_office = new System.Windows.Forms.RadioButton();
     this.rb_present = new System.Windows.Forms.RadioButton();
     this.rb_pemanent = new System.Windows.Forms.RadioButton();
     this.button1 = new System.Windows.Forms.Button();
     this.label29 = new System.Windows.Forms.Label();
     this.tbAccrualInt = new System.Windows.Forms.TextBox();
     this.tbBillTotalDebitAmt = new System.Windows.Forms.TextBox();
     this.label28 = new System.Windows.Forms.Label();
     this.tbUnTotalDebitAmt = new System.Windows.Forms.TextBox();
     this.label27 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.tbNationality = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.tbInsuranceid = new System.Windows.Forms.TextBox();
     this.tbUnique = new System.Windows.Forms.TextBox();
     this.label24 = new System.Windows.Forms.Label();
     this.tbBillUnique = new System.Windows.Forms.TextBox();
     this.label23 = new System.Windows.Forms.Label();
     this.tbUnpaidStringEOM = new System.Windows.Forms.TextBox();
     this.label22 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.radioButton3 = new System.Windows.Forms.RadioButton();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.tbNSFCounter = new System.Windows.Forms.TextBox();
     this.textBox14 = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.tbApplicationScorce = new System.Windows.Forms.TextBox();
     this.tbBehaviourScorce = new System.Windows.Forms.TextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.tbLastTxnDt = new System.Windows.Forms.TextBox();
     this.label104 = new System.Windows.Forms.Label();
     this.tbLastAuthDt = new System.Windows.Forms.TextBox();
     this.label79 = new System.Windows.Forms.Label();
     this.tbLastPaymentDt = new System.Windows.Forms.TextBox();
     this.tbLastRenewalDt = new System.Windows.Forms.TextBox();
     this.tbFirstPurchaseDt = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.tbLastPaymentAmt = new System.Windows.Forms.TextBox();
     this.tbReplaceReason = new System.Windows.Forms.TextBox();
     this.tbFirstPurchaseAmt = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.tbTotalOS = new System.Windows.Forms.TextBox();
     this.tbLastReplacementDt = new System.Windows.Forms.TextBox();
     this.tbOpeningBal = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.tbLmtChangeDt = new System.Windows.Forms.TextBox();
     this.label80 = new System.Windows.Forms.Label();
     this.label102 = new System.Windows.Forms.Label();
     this.label81 = new System.Windows.Forms.Label();
     this.label82 = new System.Windows.Forms.Label();
     this.tbAuthCashAmt = new System.Windows.Forms.TextBox();
     this.label84 = new System.Windows.Forms.Label();
     this.label94 = new System.Windows.Forms.Label();
     this.label85 = new System.Windows.Forms.Label();
     this.label101 = new System.Windows.Forms.Label();
     this.label86 = new System.Windows.Forms.Label();
     this.label95 = new System.Windows.Forms.Label();
     this.label103 = new System.Windows.Forms.Label();
     this.label96 = new System.Windows.Forms.Label();
     this.label97 = new System.Windows.Forms.Label();
     this.label98 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label99 = new System.Windows.Forms.Label();
     this.label100 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.tbUnPayment = new System.Windows.Forms.TextBox();
     this.tbDateClose = new System.Windows.Forms.TextBox();
     this.tbUnPurchase = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbDateOpened = new System.Windows.Forms.TextBox();
     this.tbUnFee = new System.Windows.Forms.TextBox();
     this.tbUnCash = new System.Windows.Forms.TextBox();
     this.tbPreviousCardNumber = new System.Windows.Forms.TextBox();
     this.tbUnInterest = new System.Windows.Forms.TextBox();
     this.tbPreviousCardNumber1 = new System.Windows.Forms.Label();
     this.tbUnTE = new System.Windows.Forms.TextBox();
     this.btn_txnset = new System.Windows.Forms.Button();
     this.tbUnTransfer = new System.Windows.Forms.TextBox();
     this.btn_feeplan = new System.Windows.Forms.Button();
     this.tbBillPurchase = new System.Windows.Forms.TextBox();
     this.label87 = new System.Windows.Forms.Label();
     this.button9 = new System.Windows.Forms.Button();
     this.label88 = new System.Windows.Forms.Label();
     this.tbBillPayment = new System.Windows.Forms.TextBox();
     this.btn_loyaltyplanname = new System.Windows.Forms.Button();
     this.label89 = new System.Windows.Forms.Label();
     this.label90 = new System.Windows.Forms.Label();
     this.tbBillFee = new System.Windows.Forms.TextBox();
     this.btn_creditplanname = new System.Windows.Forms.Button();
     this.tbBillCash = new System.Windows.Forms.TextBox();
     this.tbBillInterest = new System.Windows.Forms.TextBox();
     this.btn_feeplanname = new System.Windows.Forms.Button();
     this.label91 = new System.Windows.Forms.Label();
     this.label92 = new System.Windows.Forms.Label();
     this.ck_dncr = new System.Windows.Forms.CheckBox();
     this.tbBillTE = new System.Windows.Forms.TextBox();
     this.label93 = new System.Windows.Forms.Label();
     this.ck_alert = new System.Windows.Forms.CheckBox();
     this.tbBillTransfer = new System.Windows.Forms.TextBox();
     this.ck_email = new System.Windows.Forms.CheckBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.tbCurrentAuthAmt = new System.Windows.Forms.TextBox();
     this.tbCashClientLmt = new System.Windows.Forms.TextBox();
     this.label46 = new System.Windows.Forms.Label();
     this.label73 = new System.Windows.Forms.Label();
     this.label74 = new System.Windows.Forms.Label();
     this.label75 = new System.Windows.Forms.Label();
     this.label76 = new System.Windows.Forms.Label();
     this.tbCashAccountLmt = new System.Windows.Forms.TextBox();
     this.tbAvailCashClientLmt = new System.Windows.Forms.TextBox();
     this.tbAvailCashAccountLmt = new System.Windows.Forms.TextBox();
     this.label77 = new System.Windows.Forms.Label();
     this.btn_product = new System.Windows.Forms.Button();
     this.tbCashCardLmt = new System.Windows.Forms.TextBox();
     this.label78 = new System.Windows.Forms.Label();
     this.btn_accountnumber = new System.Windows.Forms.Button();
     this.tbAvailCashCardLmt = new System.Windows.Forms.TextBox();
     this.btn_clientcode = new System.Windows.Forms.Button();
     this.tbClientCrLmt = new System.Windows.Forms.TextBox();
     this.label45 = new System.Windows.Forms.Label();
     this.label37 = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.tbAccountCrLmt = new System.Windows.Forms.TextBox();
     this.tbAvailClientCrLmt = new System.Windows.Forms.TextBox();
     this.tbAvailAccountCrLmt = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.tbCardCrLmt = new System.Windows.Forms.TextBox();
     this.label39 = new System.Windows.Forms.Label();
     this.tbAvailCardCrLmt = new System.Windows.Forms.TextBox();
     this.tbSMSPhoneNbr = new System.Windows.Forms.TextBox();
     this.label42 = new System.Windows.Forms.Label();
     this.btn_transaction = new System.Windows.Forms.Button();
     this.btn_relationship = new System.Windows.Forms.Button();
     this.btn_note = new System.Windows.Forms.Button();
     this.btn_authorization = new System.Windows.Forms.Button();
     this.btn_transaction_NQH = new System.Windows.Forms.Button();
     this.grb_nhapthongtin.SuspendLayout();
     this.grb_infor.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // grb_nhapthongtin
     //
     this.grb_nhapthongtin.BackColor = System.Drawing.Color.Transparent;
     this.grb_nhapthongtin.Controls.Add(this.btn_exit);
     this.grb_nhapthongtin.Controls.Add(this.btn_card_detail);
     this.grb_nhapthongtin.Controls.Add(this.btn_go);
     this.grb_nhapthongtin.Controls.Add(this.cb_servicecode);
     this.grb_nhapthongtin.Controls.Add(this.label3);
     this.grb_nhapthongtin.Controls.Add(this.label10);
     this.grb_nhapthongtin.Controls.Add(this.textBox1);
     this.grb_nhapthongtin.Controls.Add(this.label9);
     this.grb_nhapthongtin.Controls.Add(this.tb_birthdate);
     this.grb_nhapthongtin.Controls.Add(this.label5);
     this.grb_nhapthongtin.Controls.Add(this.tb_familyname);
     this.grb_nhapthongtin.Controls.Add(this.btn_clear);
     this.grb_nhapthongtin.Controls.Add(this.btn_search);
     this.grb_nhapthongtin.Controls.Add(this.tb_firstname);
     this.grb_nhapthongtin.Controls.Add(this.label1);
     this.grb_nhapthongtin.Controls.Add(this.label2);
     this.grb_nhapthongtin.Controls.Add(this.label51);
     this.grb_nhapthongtin.Controls.Add(this.tbVipFlag);
     this.grb_nhapthongtin.Controls.Add(this.tb_cardnumber1);
     this.grb_nhapthongtin.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grb_nhapthongtin.ForeColor = System.Drawing.SystemColors.ControlText;
     this.grb_nhapthongtin.Location = new System.Drawing.Point(0, -4);
     this.grb_nhapthongtin.Margin = new System.Windows.Forms.Padding(2);
     this.grb_nhapthongtin.Name = "grb_nhapthongtin";
     this.grb_nhapthongtin.Padding = new System.Windows.Forms.Padding(2);
     this.grb_nhapthongtin.Size = new System.Drawing.Size(1021, 69);
     this.grb_nhapthongtin.TabIndex = 3;
     this.grb_nhapthongtin.TabStop = false;
     this.grb_nhapthongtin.Text = "Search Criteria :";
     //
     // btn_exit
     //
     this.btn_exit.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.btn_exit.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btn_exit.Location = new System.Drawing.Point(657, 15);
     this.btn_exit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btn_exit.Name = "btn_exit";
     this.btn_exit.Size = new System.Drawing.Size(45, 23);
     this.btn_exit.TabIndex = 88;
     this.btn_exit.Text = "Exit";
     this.btn_exit.UseVisualStyleBackColor = false;
     this.btn_exit.Click += new System.EventHandler(this.btn_exit_Click);
     //
     // btn_card_detail
     //
     this.btn_card_detail.Location = new System.Drawing.Point(231, 40);
     this.btn_card_detail.Name = "btn_card_detail";
     this.btn_card_detail.Size = new System.Drawing.Size(28, 23);
     this.btn_card_detail.TabIndex = 87;
     this.btn_card_detail.Text = ".......";
     this.btn_card_detail.UseVisualStyleBackColor = true;
     this.btn_card_detail.Click += new System.EventHandler(this.btn_card_detail_Click);
     //
     // btn_go
     //
     this.btn_go.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.btn_go.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btn_go.Location = new System.Drawing.Point(958, 37);
     this.btn_go.Name = "btn_go";
     this.btn_go.Size = new System.Drawing.Size(33, 23);
     this.btn_go.TabIndex = 15;
     this.btn_go.Text = "Go";
     this.btn_go.UseVisualStyleBackColor = false;
     this.btn_go.Click += new System.EventHandler(this.btn_go_Click);
     //
     // cb_servicecode
     //
     this.cb_servicecode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cb_servicecode.FormattingEnabled = true;
     this.cb_servicecode.Items.AddRange(new object[] {
     "Limit change history",
     "Link card query",
     "Statement query",
     "NQH status"});
     this.cb_servicecode.Location = new System.Drawing.Point(833, 38);
     this.cb_servicecode.Name = "cb_servicecode";
     this.cb_servicecode.Size = new System.Drawing.Size(119, 23);
     this.cb_servicecode.TabIndex = 14;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(742, 38);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(85, 15);
     this.label3.TabIndex = 13;
     this.label3.Text = "Service Code :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(28, 19);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(65, 15);
     this.label10.TabIndex = 12;
     this.label10.Text = "Institution :";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(93, 20);
     this.textBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(136, 21);
     this.textBox1.TabIndex = 11;
     this.textBox1.Text = "NAB LIVE";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(520, 44);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(67, 15);
     this.label9.TabIndex = 10;
     this.label9.Text = "Birth Date :";
     //
     // tb_birthdate
     //
     this.tb_birthdate.Location = new System.Drawing.Point(592, 41);
     this.tb_birthdate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.tb_birthdate.Name = "tb_birthdate";
     this.tb_birthdate.Size = new System.Drawing.Size(105, 21);
     this.tb_birthdate.TabIndex = 9;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(267, 41);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(86, 15);
     this.label5.TabIndex = 8;
     this.label5.Text = "Family Name :";
     //
     // tb_familyname
     //
     this.tb_familyname.Location = new System.Drawing.Point(357, 38);
     this.tb_familyname.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.tb_familyname.Name = "tb_familyname";
     this.tb_familyname.Size = new System.Drawing.Size(144, 21);
     this.tb_familyname.TabIndex = 7;
     //
     // btn_clear
     //
     this.btn_clear.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.btn_clear.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btn_clear.Location = new System.Drawing.Point(597, 15);
     this.btn_clear.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btn_clear.Name = "btn_clear";
     this.btn_clear.Size = new System.Drawing.Size(54, 23);
     this.btn_clear.TabIndex = 7;
     this.btn_clear.Text = "Clear";
     this.btn_clear.UseVisualStyleBackColor = false;
     this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);
     //
     // btn_search
     //
     this.btn_search.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.btn_search.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btn_search.Location = new System.Drawing.Point(536, 15);
     this.btn_search.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btn_search.Name = "btn_search";
     this.btn_search.Size = new System.Drawing.Size(55, 23);
     this.btn_search.TabIndex = 6;
     this.btn_search.Text = "Search";
     this.btn_search.UseVisualStyleBackColor = false;
     this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
     //
     // tb_firstname
     //
     this.tb_firstname.Location = new System.Drawing.Point(357, 18);
     this.tb_firstname.Margin = new System.Windows.Forms.Padding(2);
     this.tb_firstname.Name = "tb_firstname";
     this.tb_firstname.Size = new System.Drawing.Size(144, 21);
     this.tb_firstname.TabIndex = 3;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(280, 20);
     this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(73, 15);
     this.label1.TabIndex = 2;
     this.label1.Text = "First Name :";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 41);
     this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(87, 15);
     this.label2.TabIndex = 0;
     this.label2.Text = "Card Number :";
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(770, 16);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(57, 15);
     this.label51.TabIndex = 86;
     this.label51.Text = "Vip Flag :";
     //
     // tbVipFlag
     //
     this.tbVipFlag.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.tbVipFlag.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbVipFlag.ForeColor = System.Drawing.Color.Blue;
     this.tbVipFlag.Location = new System.Drawing.Point(833, 17);
     this.tbVipFlag.Margin = new System.Windows.Forms.Padding(2);
     this.tbVipFlag.MaxLength = 16;
     this.tbVipFlag.Name = "tbVipFlag";
     this.tbVipFlag.ReadOnly = true;
     this.tbVipFlag.Size = new System.Drawing.Size(119, 24);
     this.tbVipFlag.TabIndex = 65;
     this.tbVipFlag.Text = "1";
     //
     // tb_cardnumber1
     //
     this.tb_cardnumber1.Location = new System.Drawing.Point(93, 41);
     this.tb_cardnumber1.Mask = "0000 0000 0000 0000";
     this.tb_cardnumber1.Name = "tb_cardnumber1";
     this.tb_cardnumber1.Size = new System.Drawing.Size(136, 21);
     this.tb_cardnumber1.TabIndex = 89;
     this.tb_cardnumber1.MaskInputRejected += new System.Windows.Forms.MaskInputRejectedEventHandler(this.tb_cardnumber1_MaskInputRejected);
     this.tb_cardnumber1.ModifiedChanged += new System.EventHandler(this.tb_cardnumber_ModifiedChanged);
     this.tb_cardnumber1.TabIndexChanged += new System.EventHandler(this.tb_cardnumber_TabIndexChanged);
     this.tb_cardnumber1.TabStopChanged += new System.EventHandler(this.tb_cardnumber_TabStopChanged);
     this.tb_cardnumber1.TextChanged += new System.EventHandler(this.tb_cardnumber1_TextChanged);
     this.tb_cardnumber1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_cardnumber_KeyDown);
     this.tb_cardnumber1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_cardnumber_KeyPress);
     this.tb_cardnumber1.Leave += new System.EventHandler(this.tb_cardnumber_Leave);
     //
     // tb_cardnumber
     //
     this.tb_cardnumber.Location = new System.Drawing.Point(270, 51);
     this.tb_cardnumber.Name = "tb_cardnumber";
     this.tb_cardnumber.Size = new System.Drawing.Size(94, 20);
     this.tb_cardnumber.TabIndex = 89;
     this.tb_cardnumber.Visible = false;
     this.tb_cardnumber.TextChanged += new System.EventHandler(this.tb_cardnumber_TextChanged);
     this.tb_cardnumber.Leave += new System.EventHandler(this.tb_cardnumber_Leave_1);
     //
     // tbUnpaid1
     //
     this.tbUnpaid1.Location = new System.Drawing.Point(902, 341);
     this.tbUnpaid1.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnpaid1.MaxLength = 16;
     this.tbUnpaid1.Name = "tbUnpaid1";
     this.tbUnpaid1.ReadOnly = true;
     this.tbUnpaid1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnpaid1.Size = new System.Drawing.Size(88, 20);
     this.tbUnpaid1.TabIndex = 132;
     this.tbUnpaid1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label72
     //
     this.label72.AutoSize = true;
     this.label72.Location = new System.Drawing.Point(844, 342);
     this.label72.Name = "label72";
     this.label72.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label72.Size = new System.Drawing.Size(53, 13);
     this.label72.TabIndex = 131;
     this.label72.Text = "Unpaid1 :";
     //
     // tbDaysPastDue
     //
     this.tbDaysPastDue.Location = new System.Drawing.Point(902, 542);
     this.tbDaysPastDue.Margin = new System.Windows.Forms.Padding(2);
     this.tbDaysPastDue.MaxLength = 16;
     this.tbDaysPastDue.Name = "tbDaysPastDue";
     this.tbDaysPastDue.ReadOnly = true;
     this.tbDaysPastDue.Size = new System.Drawing.Size(88, 20);
     this.tbDaysPastDue.TabIndex = 130;
     this.tbDaysPastDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label60
     //
     this.label60.AutoSize = true;
     this.label60.Location = new System.Drawing.Point(814, 544);
     this.label60.Name = "label60";
     this.label60.Size = new System.Drawing.Size(84, 13);
     this.label60.TabIndex = 115;
     this.label60.Text = "Days Past Due :";
     //
     // tbUnpaid7
     //
     this.tbUnpaid7.Location = new System.Drawing.Point(902, 461);
     this.tbUnpaid7.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnpaid7.MaxLength = 16;
     this.tbUnpaid7.Name = "tbUnpaid7";
     this.tbUnpaid7.ReadOnly = true;
     this.tbUnpaid7.Size = new System.Drawing.Size(88, 20);
     this.tbUnpaid7.TabIndex = 129;
     this.tbUnpaid7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label61
     //
     this.label61.AutoSize = true;
     this.label61.Location = new System.Drawing.Point(813, 464);
     this.label61.Name = "label61";
     this.label61.Size = new System.Drawing.Size(84, 13);
     this.label61.TabIndex = 128;
     this.label61.Text = "Unpaid7&Above :";
     //
     // tbOverlimit
     //
     this.tbOverlimit.Location = new System.Drawing.Point(902, 521);
     this.tbOverlimit.Margin = new System.Windows.Forms.Padding(2);
     this.tbOverlimit.MaxLength = 16;
     this.tbOverlimit.Name = "tbOverlimit";
     this.tbOverlimit.ReadOnly = true;
     this.tbOverlimit.Size = new System.Drawing.Size(88, 20);
     this.tbOverlimit.TabIndex = 119;
     this.tbOverlimit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbUnpaid6
     //
     this.tbUnpaid6.Location = new System.Drawing.Point(902, 441);
     this.tbUnpaid6.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnpaid6.MaxLength = 16;
     this.tbUnpaid6.Name = "tbUnpaid6";
     this.tbUnpaid6.ReadOnly = true;
     this.tbUnpaid6.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnpaid6.Size = new System.Drawing.Size(88, 20);
     this.tbUnpaid6.TabIndex = 127;
     this.tbUnpaid6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label62
     //
     this.label62.AutoSize = true;
     this.label62.Location = new System.Drawing.Point(844, 522);
     this.label62.Name = "label62";
     this.label62.Size = new System.Drawing.Size(53, 13);
     this.label62.TabIndex = 111;
     this.label62.Text = "Overlimit :";
     //
     // label63
     //
     this.label63.AutoSize = true;
     this.label63.Location = new System.Drawing.Point(844, 444);
     this.label63.Name = "label63";
     this.label63.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label63.Size = new System.Drawing.Size(53, 13);
     this.label63.TabIndex = 126;
     this.label63.Text = "Unpaid6 :";
     //
     // label64
     //
     this.label64.AutoSize = true;
     this.label64.Location = new System.Drawing.Point(845, 384);
     this.label64.Name = "label64";
     this.label64.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label64.Size = new System.Drawing.Size(53, 13);
     this.label64.TabIndex = 106;
     this.label64.Text = "Unpaid3 :";
     //
     // tbUnpaid5
     //
     this.tbUnpaid5.Location = new System.Drawing.Point(902, 421);
     this.tbUnpaid5.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnpaid5.MaxLength = 16;
     this.tbUnpaid5.Name = "tbUnpaid5";
     this.tbUnpaid5.ReadOnly = true;
     this.tbUnpaid5.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnpaid5.Size = new System.Drawing.Size(88, 20);
     this.tbUnpaid5.TabIndex = 125;
     this.tbUnpaid5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label65
     //
     this.label65.AutoSize = true;
     this.label65.Location = new System.Drawing.Point(844, 422);
     this.label65.Name = "label65";
     this.label65.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label65.Size = new System.Drawing.Size(53, 13);
     this.label65.TabIndex = 124;
     this.label65.Text = "Unpaid5 :";
     //
     // label66
     //
     this.label66.AutoSize = true;
     this.label66.Location = new System.Drawing.Point(845, 404);
     this.label66.Name = "label66";
     this.label66.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label66.Size = new System.Drawing.Size(53, 13);
     this.label66.TabIndex = 123;
     this.label66.Text = "Unpaid4 :";
     //
     // tbUnpaidStringCycle
     //
     this.tbUnpaidStringCycle.Location = new System.Drawing.Point(902, 481);
     this.tbUnpaidStringCycle.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnpaidStringCycle.MaxLength = 16;
     this.tbUnpaidStringCycle.Name = "tbUnpaidStringCycle";
     this.tbUnpaidStringCycle.ReadOnly = true;
     this.tbUnpaidStringCycle.Size = new System.Drawing.Size(88, 20);
     this.tbUnpaidStringCycle.TabIndex = 112;
     this.tbUnpaidStringCycle.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbUnpaid3
     //
     this.tbUnpaid3.Location = new System.Drawing.Point(902, 381);
     this.tbUnpaid3.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnpaid3.MaxLength = 16;
     this.tbUnpaid3.Name = "tbUnpaid3";
     this.tbUnpaid3.ReadOnly = true;
     this.tbUnpaid3.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnpaid3.Size = new System.Drawing.Size(88, 20);
     this.tbUnpaid3.TabIndex = 114;
     this.tbUnpaid3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbTPD
     //
     this.tbTPD.Location = new System.Drawing.Point(902, 321);
     this.tbTPD.Margin = new System.Windows.Forms.Padding(2);
     this.tbTPD.MaxLength = 16;
     this.tbTPD.Name = "tbTPD";
     this.tbTPD.ReadOnly = true;
     this.tbTPD.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbTPD.Size = new System.Drawing.Size(88, 20);
     this.tbTPD.TabIndex = 121;
     this.tbTPD.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label111
     //
     this.label111.AutoSize = true;
     this.label111.Location = new System.Drawing.Point(863, 304);
     this.label111.Name = "label111";
     this.label111.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label111.Size = new System.Drawing.Size(35, 13);
     this.label111.TabIndex = 107;
     this.label111.Text = "TCD :";
     //
     // tbTCD
     //
     this.tbTCD.Location = new System.Drawing.Point(902, 301);
     this.tbTCD.Margin = new System.Windows.Forms.Padding(2);
     this.tbTCD.MaxLength = 16;
     this.tbTCD.Name = "tbTCD";
     this.tbTCD.ReadOnly = true;
     this.tbTCD.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbTCD.Size = new System.Drawing.Size(88, 20);
     this.tbTCD.TabIndex = 116;
     this.tbTCD.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbUnpaid4
     //
     this.tbUnpaid4.Location = new System.Drawing.Point(902, 401);
     this.tbUnpaid4.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnpaid4.MaxLength = 16;
     this.tbUnpaid4.Name = "tbUnpaid4";
     this.tbUnpaid4.ReadOnly = true;
     this.tbUnpaid4.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnpaid4.Size = new System.Drawing.Size(88, 20);
     this.tbUnpaid4.TabIndex = 118;
     this.tbUnpaid4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label113
     //
     this.label113.AutoSize = true;
     this.label113.Location = new System.Drawing.Point(863, 324);
     this.label113.Name = "label113";
     this.label113.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label113.Size = new System.Drawing.Size(35, 13);
     this.label113.TabIndex = 120;
     this.label113.Text = "TPD :";
     //
     // label69
     //
     this.label69.AutoSize = true;
     this.label69.Location = new System.Drawing.Point(789, 484);
     this.label69.Name = "label69";
     this.label69.Size = new System.Drawing.Size(109, 13);
     this.label69.TabIndex = 110;
     this.label69.Text = "Unpaid String -Cycle :";
     //
     // label70
     //
     this.label70.AutoSize = true;
     this.label70.Location = new System.Drawing.Point(845, 364);
     this.label70.Name = "label70";
     this.label70.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label70.Size = new System.Drawing.Size(53, 13);
     this.label70.TabIndex = 109;
     this.label70.Text = "Unpaid2 :";
     //
     // label117
     //
     this.label117.AutoSize = true;
     this.label117.Location = new System.Drawing.Point(862, 286);
     this.label117.Name = "label117";
     this.label117.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label117.Size = new System.Drawing.Size(35, 13);
     this.label117.TabIndex = 108;
     this.label117.Text = "TAD :";
     //
     // tbUnpaid2
     //
     this.tbUnpaid2.Location = new System.Drawing.Point(902, 361);
     this.tbUnpaid2.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnpaid2.MaxLength = 16;
     this.tbUnpaid2.Name = "tbUnpaid2";
     this.tbUnpaid2.ReadOnly = true;
     this.tbUnpaid2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnpaid2.Size = new System.Drawing.Size(89, 20);
     this.tbUnpaid2.TabIndex = 113;
     this.tbUnpaid2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbTAD
     //
     this.tbTAD.Location = new System.Drawing.Point(902, 281);
     this.tbTAD.Margin = new System.Windows.Forms.Padding(2);
     this.tbTAD.MaxLength = 16;
     this.tbTAD.Name = "tbTAD";
     this.tbTAD.ReadOnly = true;
     this.tbTAD.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbTAD.Size = new System.Drawing.Size(88, 20);
     this.tbTAD.TabIndex = 117;
     this.tbTAD.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbClosingBal
     //
     this.tbClosingBal.Location = new System.Drawing.Point(504, 539);
     this.tbClosingBal.Margin = new System.Windows.Forms.Padding(2);
     this.tbClosingBal.MaxLength = 16;
     this.tbClosingBal.Name = "tbClosingBal";
     this.tbClosingBal.ReadOnly = true;
     this.tbClosingBal.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbClosingBal.Size = new System.Drawing.Size(89, 20);
     this.tbClosingBal.TabIndex = 105;
     this.tbClosingBal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.ForeColor = System.Drawing.Color.Red;
     this.label21.Location = new System.Drawing.Point(416, 544);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(86, 13);
     this.label21.TabIndex = 73;
     this.label21.Text = "CLOSING BAL. :";
     //
     // tbMAD
     //
     this.tbMAD.Location = new System.Drawing.Point(504, 147);
     this.tbMAD.Margin = new System.Windows.Forms.Padding(2);
     this.tbMAD.MaxLength = 16;
     this.tbMAD.Name = "tbMAD";
     this.tbMAD.ReadOnly = true;
     this.tbMAD.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbMAD.Size = new System.Drawing.Size(88, 20);
     this.tbMAD.TabIndex = 86;
     this.tbMAD.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbEOMStatusDate
     //
     this.tbEOMStatusDate.Location = new System.Drawing.Point(698, 87);
     this.tbEOMStatusDate.Margin = new System.Windows.Forms.Padding(2);
     this.tbEOMStatusDate.MaxLength = 16;
     this.tbEOMStatusDate.Name = "tbEOMStatusDate";
     this.tbEOMStatusDate.ReadOnly = true;
     this.tbEOMStatusDate.Size = new System.Drawing.Size(88, 20);
     this.tbEOMStatusDate.TabIndex = 104;
     //
     // label58
     //
     this.label58.AutoSize = true;
     this.label58.Location = new System.Drawing.Point(464, 152);
     this.label58.Name = "label58";
     this.label58.Size = new System.Drawing.Size(37, 13);
     this.label58.TabIndex = 32;
     this.label58.Text = "MAD :";
     //
     // label105
     //
     this.label105.AutoSize = true;
     this.label105.Location = new System.Drawing.Point(600, 90);
     this.label105.Name = "label105";
     this.label105.Size = new System.Drawing.Size(96, 13);
     this.label105.TabIndex = 103;
     this.label105.Text = "EOM Status Date :";
     //
     // tbPaymentDueDt
     //
     this.tbPaymentDueDt.Location = new System.Drawing.Point(698, 127);
     this.tbPaymentDueDt.Margin = new System.Windows.Forms.Padding(2);
     this.tbPaymentDueDt.MaxLength = 16;
     this.tbPaymentDueDt.Name = "tbPaymentDueDt";
     this.tbPaymentDueDt.ReadOnly = true;
     this.tbPaymentDueDt.Size = new System.Drawing.Size(88, 20);
     this.tbPaymentDueDt.TabIndex = 87;
     //
     // tbDelinquenceDate
     //
     this.tbDelinquenceDate.Location = new System.Drawing.Point(698, 67);
     this.tbDelinquenceDate.Margin = new System.Windows.Forms.Padding(2);
     this.tbDelinquenceDate.MaxLength = 16;
     this.tbDelinquenceDate.Name = "tbDelinquenceDate";
     this.tbDelinquenceDate.ReadOnly = true;
     this.tbDelinquenceDate.Size = new System.Drawing.Size(88, 20);
     this.tbDelinquenceDate.TabIndex = 102;
     //
     // label106
     //
     this.label106.AutoSize = true;
     this.label106.Location = new System.Drawing.Point(810, 238);
     this.label106.Name = "label106";
     this.label106.Size = new System.Drawing.Size(88, 13);
     this.label106.TabIndex = 105;
     this.label106.Text = "Auto Debit- A/C :";
     //
     // label107
     //
     this.label107.AutoSize = true;
     this.label107.Location = new System.Drawing.Point(605, 130);
     this.label107.Name = "label107";
     this.label107.Size = new System.Drawing.Size(91, 13);
     this.label107.TabIndex = 43;
     this.label107.Text = "Payment Due Dt.:";
     //
     // tbAuthorizationFlag
     //
     this.tbAuthorizationFlag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.tbAuthorizationFlag.ForeColor = System.Drawing.Color.Red;
     this.tbAuthorizationFlag.Location = new System.Drawing.Point(504, 107);
     this.tbAuthorizationFlag.Margin = new System.Windows.Forms.Padding(2);
     this.tbAuthorizationFlag.MaxLength = 16;
     this.tbAuthorizationFlag.Name = "tbAuthorizationFlag";
     this.tbAuthorizationFlag.ReadOnly = true;
     this.tbAuthorizationFlag.Size = new System.Drawing.Size(88, 20);
     this.tbAuthorizationFlag.TabIndex = 59;
     //
     // label108
     //
     this.label108.AutoSize = true;
     this.label108.Location = new System.Drawing.Point(660, 70);
     this.label108.Name = "label108";
     this.label108.Size = new System.Drawing.Size(36, 13);
     this.label108.TabIndex = 101;
     this.label108.Text = "Date :";
     //
     // label109
     //
     this.label109.AutoSize = true;
     this.label109.ForeColor = System.Drawing.Color.Red;
     this.label109.Location = new System.Drawing.Point(404, 111);
     this.label109.Name = "label109";
     this.label109.Size = new System.Drawing.Size(97, 13);
     this.label109.TabIndex = 30;
     this.label109.Text = "Authorization Flag :";
     //
     // tbBalStatusDate
     //
     this.tbBalStatusDate.Location = new System.Drawing.Point(698, 27);
     this.tbBalStatusDate.Margin = new System.Windows.Forms.Padding(2);
     this.tbBalStatusDate.MaxLength = 16;
     this.tbBalStatusDate.Name = "tbBalStatusDate";
     this.tbBalStatusDate.ReadOnly = true;
     this.tbBalStatusDate.Size = new System.Drawing.Size(88, 20);
     this.tbBalStatusDate.TabIndex = 100;
     //
     // label110
     //
     this.label110.AutoSize = true;
     this.label110.Location = new System.Drawing.Point(606, 31);
     this.label110.Name = "label110";
     this.label110.Size = new System.Drawing.Size(90, 13);
     this.label110.TabIndex = 99;
     this.label110.Text = "Bal. Status Date :";
     //
     // label112
     //
     this.label112.AutoSize = true;
     this.label112.ForeColor = System.Drawing.Color.Red;
     this.label112.Location = new System.Drawing.Point(657, 51);
     this.label112.Name = "label112";
     this.label112.Size = new System.Drawing.Size(39, 13);
     this.label112.TabIndex = 98;
     this.label112.Text = " Date :";
     //
     // ckStopRenewalFlag
     //
     this.ckStopRenewalFlag.AutoSize = true;
     this.ckStopRenewalFlag.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.ckStopRenewalFlag.Enabled = false;
     this.ckStopRenewalFlag.Location = new System.Drawing.Point(230, 536);
     this.ckStopRenewalFlag.Name = "ckStopRenewalFlag";
     this.ckStopRenewalFlag.Size = new System.Drawing.Size(122, 17);
     this.ckStopRenewalFlag.TabIndex = 97;
     this.ckStopRenewalFlag.Text = "Stop Renewal Flag :";
     this.ckStopRenewalFlag.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.ckStopRenewalFlag.UseVisualStyleBackColor = true;
     //
     // tbPassword
     //
     this.tbPassword.Location = new System.Drawing.Point(294, 318);
     this.tbPassword.Margin = new System.Windows.Forms.Padding(2);
     this.tbPassword.MaxLength = 16;
     this.tbPassword.Name = "tbPassword";
     this.tbPassword.ReadOnly = true;
     this.tbPassword.Size = new System.Drawing.Size(95, 20);
     this.tbPassword.TabIndex = 96;
     //
     // label114
     //
     this.label114.AutoSize = true;
     this.label114.Location = new System.Drawing.Point(234, 319);
     this.label114.Name = "label114";
     this.label114.Size = new System.Drawing.Size(54, 13);
     this.label114.TabIndex = 95;
     this.label114.Text = "Passport :";
     //
     // label115
     //
     this.label115.AutoSize = true;
     this.label115.Location = new System.Drawing.Point(416, 31);
     this.label115.Name = "label115";
     this.label115.Size = new System.Drawing.Size(85, 13);
     this.label115.TabIndex = 38;
     this.label115.Text = "Balance Status :";
     //
     // label116
     //
     this.label116.AutoSize = true;
     this.label116.Location = new System.Drawing.Point(424, 130);
     this.label116.Name = "label116";
     this.label116.Size = new System.Drawing.Size(77, 13);
     this.label116.TabIndex = 31;
     this.label116.Text = "Last Stmt. Dt. :";
     //
     // tbNextBillDt
     //
     this.tbNextBillDt.Location = new System.Drawing.Point(259, 576);
     this.tbNextBillDt.Margin = new System.Windows.Forms.Padding(2);
     this.tbNextBillDt.MaxLength = 16;
     this.tbNextBillDt.Name = "tbNextBillDt";
     this.tbNextBillDt.ReadOnly = true;
     this.tbNextBillDt.Size = new System.Drawing.Size(125, 20);
     this.tbNextBillDt.TabIndex = 56;
     //
     // tbBalanceStatus
     //
     this.tbBalanceStatus.BackColor = System.Drawing.SystemColors.Control;
     this.tbBalanceStatus.ForeColor = System.Drawing.Color.Red;
     this.tbBalanceStatus.Location = new System.Drawing.Point(504, 27);
     this.tbBalanceStatus.Margin = new System.Windows.Forms.Padding(2);
     this.tbBalanceStatus.MaxLength = 16;
     this.tbBalanceStatus.Name = "tbBalanceStatus";
     this.tbBalanceStatus.ReadOnly = true;
     this.tbBalanceStatus.Size = new System.Drawing.Size(88, 20);
     this.tbBalanceStatus.TabIndex = 53;
     //
     // tbAutoDebit
     //
     this.tbAutoDebit.Location = new System.Drawing.Point(903, 235);
     this.tbAutoDebit.Margin = new System.Windows.Forms.Padding(2);
     this.tbAutoDebit.MaxLength = 16;
     this.tbAutoDebit.Name = "tbAutoDebit";
     this.tbAutoDebit.ReadOnly = true;
     this.tbAutoDebit.Size = new System.Drawing.Size(88, 20);
     this.tbAutoDebit.TabIndex = 67;
     this.tbAutoDebit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tb_MailingAddress5
     //
     this.tb_MailingAddress5.Location = new System.Drawing.Point(294, 239);
     this.tb_MailingAddress5.Margin = new System.Windows.Forms.Padding(2);
     this.tb_MailingAddress5.MaxLength = 16;
     this.tb_MailingAddress5.Name = "tb_MailingAddress5";
     this.tb_MailingAddress5.ReadOnly = true;
     this.tb_MailingAddress5.Size = new System.Drawing.Size(95, 20);
     this.tb_MailingAddress5.TabIndex = 94;
     //
     // label118
     //
     this.label118.AutoSize = true;
     this.label118.Location = new System.Drawing.Point(396, 70);
     this.label118.Name = "label118";
     this.label118.Size = new System.Drawing.Size(105, 13);
     this.label118.TabIndex = 40;
     this.label118.Text = "Delinquency Status :";
     //
     // tbLastStmtDt
     //
     this.tbLastStmtDt.Location = new System.Drawing.Point(504, 127);
     this.tbLastStmtDt.Margin = new System.Windows.Forms.Padding(2);
     this.tbLastStmtDt.MaxLength = 16;
     this.tbLastStmtDt.Name = "tbLastStmtDt";
     this.tbLastStmtDt.ReadOnly = true;
     this.tbLastStmtDt.Size = new System.Drawing.Size(88, 20);
     this.tbLastStmtDt.TabIndex = 62;
     //
     // label119
     //
     this.label119.AutoSize = true;
     this.label119.Location = new System.Drawing.Point(58, 418);
     this.label119.Name = "label119";
     this.label119.Size = new System.Drawing.Size(57, 13);
     this.label119.TabIndex = 20;
     this.label119.Text = "LPC Plan :";
     //
     // label120
     //
     this.label120.AutoSize = true;
     this.label120.Location = new System.Drawing.Point(24, 578);
     this.label120.Name = "label120";
     this.label120.Size = new System.Drawing.Size(91, 13);
     this.label120.TabIndex = 27;
     this.label120.Text = "Billing Cycle Day :";
     //
     // tb_MailingAddress4
     //
     this.tb_MailingAddress4.Location = new System.Drawing.Point(230, 238);
     this.tb_MailingAddress4.Margin = new System.Windows.Forms.Padding(2);
     this.tb_MailingAddress4.MaxLength = 16;
     this.tb_MailingAddress4.Name = "tb_MailingAddress4";
     this.tb_MailingAddress4.ReadOnly = true;
     this.tb_MailingAddress4.Size = new System.Drawing.Size(51, 20);
     this.tb_MailingAddress4.TabIndex = 93;
     //
     // tbEOMunpaidStatus
     //
     this.tbEOMunpaidStatus.Location = new System.Drawing.Point(504, 87);
     this.tbEOMunpaidStatus.Margin = new System.Windows.Forms.Padding(2);
     this.tbEOMunpaidStatus.MaxLength = 16;
     this.tbEOMunpaidStatus.Name = "tbEOMunpaidStatus";
     this.tbEOMunpaidStatus.ReadOnly = true;
     this.tbEOMunpaidStatus.Size = new System.Drawing.Size(88, 20);
     this.tbEOMunpaidStatus.TabIndex = 66;
     //
     // tbBillCycleDay
     //
     this.tbBillCycleDay.Location = new System.Drawing.Point(120, 577);
     this.tbBillCycleDay.Margin = new System.Windows.Forms.Padding(2);
     this.tbBillCycleDay.MaxLength = 16;
     this.tbBillCycleDay.Name = "tbBillCycleDay";
     this.tbBillCycleDay.ReadOnly = true;
     this.tbBillCycleDay.Size = new System.Drawing.Size(52, 20);
     this.tbBillCycleDay.TabIndex = 57;
     this.tbBillCycleDay.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label121
     //
     this.label121.AutoSize = true;
     this.label121.ForeColor = System.Drawing.Color.Red;
     this.label121.Location = new System.Drawing.Point(426, 50);
     this.label121.Name = "label121";
     this.label121.Size = new System.Drawing.Size(75, 13);
     this.label121.TabIndex = 39;
     this.label121.Text = "Admin Status :";
     //
     // label122
     //
     this.label122.AutoSize = true;
     this.label122.Location = new System.Drawing.Point(394, 90);
     this.label122.Name = "label122";
     this.label122.Size = new System.Drawing.Size(107, 13);
     this.label122.TabIndex = 29;
     this.label122.Text = "EOM Unpaid Status :";
     //
     // tb_lpcPlan
     //
     this.tb_lpcPlan.Location = new System.Drawing.Point(120, 417);
     this.tb_lpcPlan.Margin = new System.Windows.Forms.Padding(2);
     this.tb_lpcPlan.MaxLength = 16;
     this.tb_lpcPlan.Name = "tb_lpcPlan";
     this.tb_lpcPlan.ReadOnly = true;
     this.tb_lpcPlan.Size = new System.Drawing.Size(141, 20);
     this.tb_lpcPlan.TabIndex = 52;
     //
     // tb_MailingAddress3
     //
     this.tb_MailingAddress3.Location = new System.Drawing.Point(120, 237);
     this.tb_MailingAddress3.Margin = new System.Windows.Forms.Padding(2);
     this.tb_MailingAddress3.MaxLength = 16;
     this.tb_MailingAddress3.Name = "tb_MailingAddress3";
     this.tb_MailingAddress3.ReadOnly = true;
     this.tb_MailingAddress3.Size = new System.Drawing.Size(105, 20);
     this.tb_MailingAddress3.TabIndex = 92;
     //
     // tb_MailingAddress2
     //
     this.tb_MailingAddress2.Location = new System.Drawing.Point(120, 217);
     this.tb_MailingAddress2.Margin = new System.Windows.Forms.Padding(2);
     this.tb_MailingAddress2.MaxLength = 16;
     this.tb_MailingAddress2.Name = "tb_MailingAddress2";
     this.tb_MailingAddress2.ReadOnly = true;
     this.tb_MailingAddress2.Size = new System.Drawing.Size(269, 20);
     this.tb_MailingAddress2.TabIndex = 91;
     //
     // tb_creditPlanName
     //
     this.tb_creditPlanName.Location = new System.Drawing.Point(120, 377);
     this.tb_creditPlanName.Margin = new System.Windows.Forms.Padding(2);
     this.tb_creditPlanName.MaxLength = 16;
     this.tb_creditPlanName.Name = "tb_creditPlanName";
     this.tb_creditPlanName.ReadOnly = true;
     this.tb_creditPlanName.Size = new System.Drawing.Size(141, 20);
     this.tb_creditPlanName.TabIndex = 51;
     //
     // tbMOB
     //
     this.tbMOB.Location = new System.Drawing.Point(290, 141);
     this.tbMOB.Margin = new System.Windows.Forms.Padding(2);
     this.tbMOB.MaxLength = 16;
     this.tbMOB.Name = "tbMOB";
     this.tbMOB.ReadOnly = true;
     this.tbMOB.Size = new System.Drawing.Size(95, 20);
     this.tbMOB.TabIndex = 90;
     //
     // label123
     //
     this.label123.AutoSize = true;
     this.label123.Location = new System.Drawing.Point(228, 125);
     this.label123.Name = "label123";
     this.label123.Size = new System.Drawing.Size(60, 13);
     this.label123.TabIndex = 18;
     this.label123.Text = "Status Dt. :";
     //
     // tbMemberForm
     //
     this.tbMemberForm.Location = new System.Drawing.Point(120, 142);
     this.tbMemberForm.Margin = new System.Windows.Forms.Padding(2);
     this.tbMemberForm.MaxLength = 16;
     this.tbMemberForm.Name = "tbMemberForm";
     this.tbMemberForm.ReadOnly = true;
     this.tbMemberForm.Size = new System.Drawing.Size(105, 20);
     this.tbMemberForm.TabIndex = 70;
     //
     // tbDelinquencyStatus
     //
     this.tbDelinquencyStatus.BackColor = System.Drawing.SystemColors.Control;
     this.tbDelinquencyStatus.ForeColor = System.Drawing.Color.Red;
     this.tbDelinquencyStatus.Location = new System.Drawing.Point(504, 67);
     this.tbDelinquencyStatus.Margin = new System.Windows.Forms.Padding(2);
     this.tbDelinquencyStatus.MaxLength = 16;
     this.tbDelinquencyStatus.Name = "tbDelinquencyStatus";
     this.tbDelinquencyStatus.ReadOnly = true;
     this.tbDelinquencyStatus.Size = new System.Drawing.Size(88, 20);
     this.tbDelinquencyStatus.TabIndex = 84;
     //
     // label124
     //
     this.label124.AutoSize = true;
     this.label124.Location = new System.Drawing.Point(38, 144);
     this.label124.Name = "label124";
     this.label124.Size = new System.Drawing.Size(77, 13);
     this.label124.TabIndex = 9;
     this.label124.Text = "Member From :";
     //
     // tbStatusDate
     //
     this.tbStatusDate.Location = new System.Drawing.Point(290, 121);
     this.tbStatusDate.Margin = new System.Windows.Forms.Padding(2);
     this.tbStatusDate.MaxLength = 16;
     this.tbStatusDate.Name = "tbStatusDate";
     this.tbStatusDate.ReadOnly = true;
     this.tbStatusDate.Size = new System.Drawing.Size(95, 20);
     this.tbStatusDate.TabIndex = 74;
     //
     // label125
     //
     this.label125.AutoSize = true;
     this.label125.Location = new System.Drawing.Point(20, 380);
     this.label125.Name = "label125";
     this.label125.Size = new System.Drawing.Size(95, 13);
     this.label125.TabIndex = 19;
     this.label125.Text = "Credit Plan Name :";
     //
     // tbAdminStatusDate
     //
     this.tbAdminStatusDate.Location = new System.Drawing.Point(698, 47);
     this.tbAdminStatusDate.Margin = new System.Windows.Forms.Padding(2);
     this.tbAdminStatusDate.MaxLength = 16;
     this.tbAdminStatusDate.Name = "tbAdminStatusDate";
     this.tbAdminStatusDate.ReadOnly = true;
     this.tbAdminStatusDate.Size = new System.Drawing.Size(88, 20);
     this.tbAdminStatusDate.TabIndex = 83;
     //
     // label126
     //
     this.label126.AutoSize = true;
     this.label126.Location = new System.Drawing.Point(251, 145);
     this.label126.Name = "label126";
     this.label126.Size = new System.Drawing.Size(37, 13);
     this.label126.TabIndex = 89;
     this.label126.Text = "MOB :";
     //
     // tb_mortherName
     //
     this.tb_mortherName.Location = new System.Drawing.Point(120, 297);
     this.tb_mortherName.Margin = new System.Windows.Forms.Padding(2);
     this.tb_mortherName.MaxLength = 16;
     this.tb_mortherName.Name = "tb_mortherName";
     this.tb_mortherName.ReadOnly = true;
     this.tb_mortherName.Size = new System.Drawing.Size(269, 20);
     this.tb_mortherName.TabIndex = 88;
     //
     // tbAdminStatus
     //
     this.tbAdminStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.tbAdminStatus.ForeColor = System.Drawing.Color.Red;
     this.tbAdminStatus.Location = new System.Drawing.Point(504, 47);
     this.tbAdminStatus.Margin = new System.Windows.Forms.Padding(2);
     this.tbAdminStatus.MaxLength = 16;
     this.tbAdminStatus.Name = "tbAdminStatus";
     this.tbAdminStatus.ReadOnly = true;
     this.tbAdminStatus.Size = new System.Drawing.Size(88, 20);
     this.tbAdminStatus.TabIndex = 79;
     //
     // label127
     //
     this.label127.AutoSize = true;
     this.label127.Location = new System.Drawing.Point(175, 582);
     this.label127.Name = "label127";
     this.label127.Size = new System.Drawing.Size(82, 13);
     this.label127.TabIndex = 28;
     this.label127.Text = "Next Billing Dt. :";
     //
     // tb_pan
     //
     this.tb_pan.Location = new System.Drawing.Point(120, 317);
     this.tb_pan.Margin = new System.Windows.Forms.Padding(2);
     this.tb_pan.MaxLength = 16;
     this.tb_pan.Name = "tb_pan";
     this.tb_pan.ReadOnly = true;
     this.tb_pan.Size = new System.Drawing.Size(105, 20);
     this.tb_pan.TabIndex = 88;
     //
     // label128
     //
     this.label128.AutoSize = true;
     this.label128.Location = new System.Drawing.Point(14, 400);
     this.label128.Name = "label128";
     this.label128.Size = new System.Drawing.Size(101, 13);
     this.label128.TabIndex = 85;
     this.label128.Text = "Loyalty Plan Name :";
     //
     // label129
     //
     this.label129.AutoSize = true;
     this.label129.ForeColor = System.Drawing.Color.Red;
     this.label129.Location = new System.Drawing.Point(80, 319);
     this.label129.Name = "label129";
     this.label129.Size = new System.Drawing.Size(35, 13);
     this.label129.TabIndex = 16;
     this.label129.Text = "PAN :";
     //
     // label130
     //
     this.label130.AutoSize = true;
     this.label130.Location = new System.Drawing.Point(250, 556);
     this.label130.Name = "label130";
     this.label130.Size = new System.Drawing.Size(75, 13);
     this.label130.TabIndex = 26;
     this.label130.Text = "Source Code :";
     //
     // tb_MailingAddress1
     //
     this.tb_MailingAddress1.Location = new System.Drawing.Point(120, 197);
     this.tb_MailingAddress1.Margin = new System.Windows.Forms.Padding(2);
     this.tb_MailingAddress1.MaxLength = 16;
     this.tb_MailingAddress1.Name = "tb_MailingAddress1";
     this.tb_MailingAddress1.ReadOnly = true;
     this.tb_MailingAddress1.Size = new System.Drawing.Size(269, 20);
     this.tb_MailingAddress1.TabIndex = 46;
     //
     // label132
     //
     this.label132.AutoSize = true;
     this.label132.Location = new System.Drawing.Point(3, 299);
     this.label132.Name = "label132";
     this.label132.Size = new System.Drawing.Size(119, 13);
     this.label132.TabIndex = 15;
     this.label132.Text = "Mother\'s Maiden Name ";
     //
     // tbPhone2
     //
     this.tbPhone2.Location = new System.Drawing.Point(294, 259);
     this.tbPhone2.Margin = new System.Windows.Forms.Padding(2);
     this.tbPhone2.MaxLength = 16;
     this.tbPhone2.Name = "tbPhone2";
     this.tbPhone2.ReadOnly = true;
     this.tbPhone2.Size = new System.Drawing.Size(95, 20);
     this.tbPhone2.TabIndex = 80;
     //
     // label133
     //
     this.label133.AutoSize = true;
     this.label133.ForeColor = System.Drawing.Color.Red;
     this.label133.Location = new System.Drawing.Point(28, 200);
     this.label133.Name = "label133";
     this.label133.Size = new System.Drawing.Size(87, 13);
     this.label133.TabIndex = 10;
     this.label133.Text = "Mailing Address :";
     //
     // label134
     //
     this.label134.AutoSize = true;
     this.label134.Location = new System.Drawing.Point(44, 557);
     this.label134.Name = "label134";
     this.label134.Size = new System.Drawing.Size(71, 13);
     this.label134.TabIndex = 25;
     this.label134.Text = "Card Fee dt. :";
     //
     // label135
     //
     this.label135.AutoSize = true;
     this.label135.Location = new System.Drawing.Point(72, 282);
     this.label135.Name = "label135";
     this.label135.Size = new System.Drawing.Size(44, 13);
     this.label135.TabIndex = 13;
     this.label135.Text = "Mobile :";
     //
     // tbCardFeeDt
     //
     this.tbCardFeeDt.Location = new System.Drawing.Point(120, 557);
     this.tbCardFeeDt.Margin = new System.Windows.Forms.Padding(2);
     this.tbCardFeeDt.MaxLength = 16;
     this.tbCardFeeDt.Name = "tbCardFeeDt";
     this.tbCardFeeDt.ReadOnly = true;
     this.tbCardFeeDt.Size = new System.Drawing.Size(105, 20);
     this.tbCardFeeDt.TabIndex = 82;
     //
     // tb_mobile
     //
     this.tb_mobile.Location = new System.Drawing.Point(120, 277);
     this.tb_mobile.Margin = new System.Windows.Forms.Padding(2);
     this.tb_mobile.MaxLength = 16;
     this.tb_mobile.Name = "tb_mobile";
     this.tb_mobile.ReadOnly = true;
     this.tb_mobile.Size = new System.Drawing.Size(105, 20);
     this.tb_mobile.TabIndex = 45;
     //
     // label138
     //
     this.label138.AutoSize = true;
     this.label138.Location = new System.Drawing.Point(251, 282);
     this.label138.Name = "label138";
     this.label138.Size = new System.Drawing.Size(38, 13);
     this.label138.TabIndex = 14;
     this.label138.Text = "Email :";
     //
     // tbSourceCode
     //
     this.tbSourceCode.Location = new System.Drawing.Point(330, 555);
     this.tbSourceCode.Margin = new System.Windows.Forms.Padding(2);
     this.tbSourceCode.MaxLength = 16;
     this.tbSourceCode.Name = "tbSourceCode";
     this.tbSourceCode.ReadOnly = true;
     this.tbSourceCode.Size = new System.Drawing.Size(59, 20);
     this.tbSourceCode.TabIndex = 58;
     //
     // tb_LoyaltyPlanName
     //
     this.tb_LoyaltyPlanName.Location = new System.Drawing.Point(120, 397);
     this.tb_LoyaltyPlanName.Margin = new System.Windows.Forms.Padding(2);
     this.tb_LoyaltyPlanName.MaxLength = 16;
     this.tb_LoyaltyPlanName.Name = "tb_LoyaltyPlanName";
     this.tb_LoyaltyPlanName.ReadOnly = true;
     this.tb_LoyaltyPlanName.Size = new System.Drawing.Size(141, 20);
     this.tb_LoyaltyPlanName.TabIndex = 77;
     //
     // tb_phone1
     //
     this.tb_phone1.Location = new System.Drawing.Point(120, 257);
     this.tb_phone1.Margin = new System.Windows.Forms.Padding(2);
     this.tb_phone1.MaxLength = 16;
     this.tb_phone1.Name = "tb_phone1";
     this.tb_phone1.ReadOnly = true;
     this.tb_phone1.Size = new System.Drawing.Size(105, 20);
     this.tb_phone1.TabIndex = 78;
     //
     // tbEmail
     //
     this.tbEmail.Location = new System.Drawing.Point(294, 279);
     this.tbEmail.Margin = new System.Windows.Forms.Padding(2);
     this.tbEmail.MaxLength = 16;
     this.tbEmail.Name = "tbEmail";
     this.tbEmail.ReadOnly = true;
     this.tbEmail.Size = new System.Drawing.Size(95, 20);
     this.tbEmail.TabIndex = 44;
     //
     // label141
     //
     this.label141.AutoSize = true;
     this.label141.ForeColor = System.Drawing.Color.Red;
     this.label141.Location = new System.Drawing.Point(66, 262);
     this.label141.Name = "label141";
     this.label141.Size = new System.Drawing.Size(50, 13);
     this.label141.TabIndex = 11;
     this.label141.Text = "Phone1 :";
     //
     // label142
     //
     this.label142.AutoSize = true;
     this.label142.Location = new System.Drawing.Point(238, 262);
     this.label142.Name = "label142";
     this.label142.Size = new System.Drawing.Size(50, 13);
     this.label142.TabIndex = 12;
     this.label142.Text = "Phone2 :";
     //
     // tbNewRenewalDt
     //
     this.tbNewRenewalDt.Location = new System.Drawing.Point(120, 537);
     this.tbNewRenewalDt.Margin = new System.Windows.Forms.Padding(2);
     this.tbNewRenewalDt.MaxLength = 16;
     this.tbNewRenewalDt.Name = "tbNewRenewalDt";
     this.tbNewRenewalDt.ReadOnly = true;
     this.tbNewRenewalDt.Size = new System.Drawing.Size(105, 20);
     this.tbNewRenewalDt.TabIndex = 76;
     //
     // tb_free_plan_name
     //
     this.tb_free_plan_name.Location = new System.Drawing.Point(120, 357);
     this.tb_free_plan_name.Margin = new System.Windows.Forms.Padding(2);
     this.tb_free_plan_name.MaxLength = 16;
     this.tb_free_plan_name.Name = "tb_free_plan_name";
     this.tb_free_plan_name.ReadOnly = true;
     this.tb_free_plan_name.Size = new System.Drawing.Size(141, 20);
     this.tb_free_plan_name.TabIndex = 74;
     //
     // tbTxnSet
     //
     this.tbTxnSet.Location = new System.Drawing.Point(120, 457);
     this.tbTxnSet.Margin = new System.Windows.Forms.Padding(2);
     this.tbTxnSet.MaxLength = 16;
     this.tbTxnSet.Name = "tbTxnSet";
     this.tbTxnSet.ReadOnly = true;
     this.tbTxnSet.Size = new System.Drawing.Size(141, 20);
     this.tbTxnSet.TabIndex = 81;
     //
     // tbTxnFeePlane
     //
     this.tbTxnFeePlane.Location = new System.Drawing.Point(120, 437);
     this.tbTxnFeePlane.Margin = new System.Windows.Forms.Padding(2);
     this.tbTxnFeePlane.MaxLength = 16;
     this.tbTxnFeePlane.Name = "tbTxnFeePlane";
     this.tbTxnFeePlane.ReadOnly = true;
     this.tbTxnFeePlane.Size = new System.Drawing.Size(141, 20);
     this.tbTxnFeePlane.TabIndex = 60;
     //
     // label144
     //
     this.label144.AutoSize = true;
     this.label144.Location = new System.Drawing.Point(28, 359);
     this.label144.Name = "label144";
     this.label144.Size = new System.Drawing.Size(86, 13);
     this.label144.TabIndex = 18;
     this.label144.Text = "Fee Plan Name :";
     //
     // txnFeePlan
     //
     this.txnFeePlan.AutoSize = true;
     this.txnFeePlan.Location = new System.Drawing.Point(39, 437);
     this.txnFeePlan.Name = "txnFeePlan";
     this.txnFeePlan.Size = new System.Drawing.Size(76, 13);
     this.txnFeePlan.TabIndex = 21;
     this.txnFeePlan.Text = "Txn Fee Plan :";
     //
     // txnSet
     //
     this.txnSet.AutoSize = true;
     this.txnSet.Location = new System.Drawing.Point(62, 460);
     this.txnSet.Name = "txnSet";
     this.txnSet.Size = new System.Drawing.Size(53, 13);
     this.txnSet.TabIndex = 22;
     this.txnSet.Text = "Txn. Set :";
     //
     // label148
     //
     this.label148.AutoSize = true;
     this.label148.Location = new System.Drawing.Point(18, 539);
     this.label148.Name = "label148";
     this.label148.Size = new System.Drawing.Size(97, 13);
     this.label148.TabIndex = 23;
     this.label148.Text = "New Renewal Dt. :";
     //
     // tb_cardStatus
     //
     this.tb_cardStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.tb_cardStatus.ForeColor = System.Drawing.Color.Red;
     this.tb_cardStatus.Location = new System.Drawing.Point(120, 122);
     this.tb_cardStatus.Margin = new System.Windows.Forms.Padding(2);
     this.tb_cardStatus.MaxLength = 16;
     this.tb_cardStatus.Name = "tb_cardStatus";
     this.tb_cardStatus.ReadOnly = true;
     this.tb_cardStatus.Size = new System.Drawing.Size(105, 20);
     this.tb_cardStatus.TabIndex = 69;
     //
     // label149
     //
     this.label149.AutoSize = true;
     this.label149.ForeColor = System.Drawing.Color.Red;
     this.label149.Location = new System.Drawing.Point(47, 125);
     this.label149.Name = "label149";
     this.label149.Size = new System.Drawing.Size(68, 13);
     this.label149.TabIndex = 8;
     this.label149.Text = "Card Status :";
     //
     // sss
     //
     this.sss.AutoSize = true;
     this.sss.ForeColor = System.Drawing.Color.Red;
     this.sss.Location = new System.Drawing.Point(230, 104);
     this.sss.Name = "sss";
     this.sss.Size = new System.Drawing.Size(58, 13);
     this.sss.TabIndex = 24;
     this.sss.Text = "Expiry Dt. :";
     //
     // tbGender
     //
     this.tbGender.Location = new System.Drawing.Point(290, 81);
     this.tbGender.Margin = new System.Windows.Forms.Padding(2);
     this.tbGender.MaxLength = 16;
     this.tbGender.Name = "tbGender";
     this.tbGender.ReadOnly = true;
     this.tbGender.Size = new System.Drawing.Size(95, 20);
     this.tbGender.TabIndex = 85;
     //
     // label136
     //
     this.label136.AutoSize = true;
     this.label136.Location = new System.Drawing.Point(240, 84);
     this.label136.Name = "label136";
     this.label136.Size = new System.Drawing.Size(48, 13);
     this.label136.TabIndex = 6;
     this.label136.Text = "Gender :";
     //
     // label137
     //
     this.label137.AutoSize = true;
     this.label137.Location = new System.Drawing.Point(6, 84);
     this.label137.Name = "label137";
     this.label137.Size = new System.Drawing.Size(112, 13);
     this.label137.TabIndex = 84;
     this.label137.Text = "Primary Card Number :";
     //
     // label139
     //
     this.label139.AutoSize = true;
     this.label139.Location = new System.Drawing.Point(263, 10);
     this.label139.Name = "label139";
     this.label139.Size = new System.Drawing.Size(72, 13);
     this.label139.TabIndex = 83;
     this.label139.Text = "Owner Code :";
     //
     // label140
     //
     this.label140.AutoSize = true;
     this.label140.Location = new System.Drawing.Point(37, 64);
     this.label140.Name = "label140";
     this.label140.Size = new System.Drawing.Size(81, 13);
     this.label140.TabIndex = 4;
     this.label140.Text = "Product Desc. :";
     //
     // tbExpireDate
     //
     this.tbExpireDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.tbExpireDate.ForeColor = System.Drawing.Color.Red;
     this.tbExpireDate.Location = new System.Drawing.Point(290, 101);
     this.tbExpireDate.Margin = new System.Windows.Forms.Padding(2);
     this.tbExpireDate.MaxLength = 16;
     this.tbExpireDate.Name = "tbExpireDate";
     this.tbExpireDate.ReadOnly = true;
     this.tbExpireDate.Size = new System.Drawing.Size(95, 20);
     this.tbExpireDate.TabIndex = 75;
     //
     // label143
     //
     this.label143.AutoSize = true;
     this.label143.Location = new System.Drawing.Point(25, 45);
     this.label143.Name = "label143";
     this.label143.Size = new System.Drawing.Size(93, 13);
     this.label143.TabIndex = 3;
     this.label143.Text = "Account Number :";
     //
     // tbOwnerCode
     //
     this.tbOwnerCode.Location = new System.Drawing.Point(259, 22);
     this.tbOwnerCode.Margin = new System.Windows.Forms.Padding(2);
     this.tbOwnerCode.MaxLength = 16;
     this.tbOwnerCode.Name = "tbOwnerCode";
     this.tbOwnerCode.ReadOnly = true;
     this.tbOwnerCode.Size = new System.Drawing.Size(126, 20);
     this.tbOwnerCode.TabIndex = 73;
     //
     // label145
     //
     this.label145.AutoSize = true;
     this.label145.Location = new System.Drawing.Point(51, 27);
     this.label145.Name = "label145";
     this.label145.Size = new System.Drawing.Size(67, 13);
     this.label145.TabIndex = 5;
     this.label145.Text = "Client Code :";
     //
     // tb_customerid
     //
     this.tb_customerid.Location = new System.Drawing.Point(120, 22);
     this.tb_customerid.Margin = new System.Windows.Forms.Padding(2);
     this.tb_customerid.MaxLength = 16;
     this.tb_customerid.Name = "tb_customerid";
     this.tb_customerid.ReadOnly = true;
     this.tb_customerid.Size = new System.Drawing.Size(105, 20);
     this.tb_customerid.TabIndex = 47;
     //
     // tb_acctnbr
     //
     this.tb_acctnbr.Location = new System.Drawing.Point(120, 42);
     this.tb_acctnbr.Margin = new System.Windows.Forms.Padding(2);
     this.tb_acctnbr.MaxLength = 16;
     this.tb_acctnbr.Name = "tb_acctnbr";
     this.tb_acctnbr.ReadOnly = true;
     this.tb_acctnbr.Size = new System.Drawing.Size(105, 20);
     this.tb_acctnbr.TabIndex = 48;
     //
     // tb_productdes
     //
     this.tb_productdes.Location = new System.Drawing.Point(120, 62);
     this.tb_productdes.Margin = new System.Windows.Forms.Padding(2);
     this.tb_productdes.MaxLength = 16;
     this.tb_productdes.Name = "tb_productdes";
     this.tb_productdes.ReadOnly = true;
     this.tb_productdes.Size = new System.Drawing.Size(105, 20);
     this.tb_productdes.TabIndex = 49;
     //
     // tb_priMaryCard
     //
     this.tb_priMaryCard.Location = new System.Drawing.Point(120, 82);
     this.tb_priMaryCard.Margin = new System.Windows.Forms.Padding(2);
     this.tb_priMaryCard.MaxLength = 16;
     this.tb_priMaryCard.Name = "tb_priMaryCard";
     this.tb_priMaryCard.ReadOnly = true;
     this.tb_priMaryCard.Size = new System.Drawing.Size(105, 20);
     this.tb_priMaryCard.TabIndex = 50;
     //
     // tb_cardIssueDate
     //
     this.tb_cardIssueDate.Location = new System.Drawing.Point(120, 102);
     this.tb_cardIssueDate.Margin = new System.Windows.Forms.Padding(2);
     this.tb_cardIssueDate.MaxLength = 16;
     this.tb_cardIssueDate.Name = "tb_cardIssueDate";
     this.tb_cardIssueDate.ReadOnly = true;
     this.tb_cardIssueDate.Size = new System.Drawing.Size(105, 20);
     this.tb_cardIssueDate.TabIndex = 68;
     //
     // label150
     //
     this.label150.AutoSize = true;
     this.label150.Location = new System.Drawing.Point(35, 104);
     this.label150.Name = "label150";
     this.label150.Size = new System.Drawing.Size(80, 13);
     this.label150.TabIndex = 7;
     this.label150.Text = "Card Issue Dt. :";
     //
     // grb_infor
     //
     this.grb_infor.BackColor = System.Drawing.Color.Transparent;
     this.grb_infor.Controls.Add(this.tb_ChinhSachTinDung);
     this.grb_infor.Controls.Add(this.label47);
     this.grb_infor.Controls.Add(this.tbNQH_Status);
     this.grb_infor.Controls.Add(this.label44);
     this.grb_infor.Controls.Add(this.cbNQH);
     this.grb_infor.Controls.Add(this.cbSMSFlag);
     this.grb_infor.Controls.Add(this.cbEcommerce);
     this.grb_infor.Controls.Add(this.tb_cardnumber);
     this.grb_infor.Controls.Add(this.label36);
     this.grb_infor.Controls.Add(this.tbRelation);
     this.grb_infor.Controls.Add(this.label35);
     this.grb_infor.Controls.Add(this.textBox2);
     this.grb_infor.Controls.Add(this.label43);
     this.grb_infor.Controls.Add(this.label34);
     this.grb_infor.Controls.Add(this.tbAutoDebitBranch);
     this.grb_infor.Controls.Add(this.tbTempCrLmt);
     this.grb_infor.Controls.Add(this.label33);
     this.grb_infor.Controls.Add(this.tbTempLmtStartDt);
     this.grb_infor.Controls.Add(this.label32);
     this.grb_infor.Controls.Add(this.tbPreApproveLmt);
     this.grb_infor.Controls.Add(this.label31);
     this.grb_infor.Controls.Add(this.tb_ToChucLienKet);
     this.grb_infor.Controls.Add(this.tbTempLmtEndDt);
     this.grb_infor.Controls.Add(this.label30);
     this.grb_infor.Controls.Add(this.tbUnclerPayment);
     this.grb_infor.Controls.Add(this.label7);
     this.grb_infor.Controls.Add(this.groupBox1);
     this.grb_infor.Controls.Add(this.button1);
     this.grb_infor.Controls.Add(this.label29);
     this.grb_infor.Controls.Add(this.tbAccrualInt);
     this.grb_infor.Controls.Add(this.tbBillTotalDebitAmt);
     this.grb_infor.Controls.Add(this.label28);
     this.grb_infor.Controls.Add(this.tbUnTotalDebitAmt);
     this.grb_infor.Controls.Add(this.label27);
     this.grb_infor.Controls.Add(this.label26);
     this.grb_infor.Controls.Add(this.tbNationality);
     this.grb_infor.Controls.Add(this.label25);
     this.grb_infor.Controls.Add(this.tbInsuranceid);
     this.grb_infor.Controls.Add(this.tbUnique);
     this.grb_infor.Controls.Add(this.label24);
     this.grb_infor.Controls.Add(this.tbBillUnique);
     this.grb_infor.Controls.Add(this.label23);
     this.grb_infor.Controls.Add(this.tbUnpaidStringEOM);
     this.grb_infor.Controls.Add(this.label22);
     this.grb_infor.Controls.Add(this.label20);
     this.grb_infor.Controls.Add(this.radioButton3);
     this.grb_infor.Controls.Add(this.radioButton2);
     this.grb_infor.Controls.Add(this.radioButton1);
     this.grb_infor.Controls.Add(this.tbNSFCounter);
     this.grb_infor.Controls.Add(this.textBox14);
     this.grb_infor.Controls.Add(this.label18);
     this.grb_infor.Controls.Add(this.label19);
     this.grb_infor.Controls.Add(this.tbApplicationScorce);
     this.grb_infor.Controls.Add(this.tbBehaviourScorce);
     this.grb_infor.Controls.Add(this.label16);
     this.grb_infor.Controls.Add(this.label17);
     this.grb_infor.Controls.Add(this.tbLastTxnDt);
     this.grb_infor.Controls.Add(this.label104);
     this.grb_infor.Controls.Add(this.tbLastAuthDt);
     this.grb_infor.Controls.Add(this.label79);
     this.grb_infor.Controls.Add(this.tbLastPaymentDt);
     this.grb_infor.Controls.Add(this.tbLastRenewalDt);
     this.grb_infor.Controls.Add(this.tbFirstPurchaseDt);
     this.grb_infor.Controls.Add(this.label15);
     this.grb_infor.Controls.Add(this.tbLastPaymentAmt);
     this.grb_infor.Controls.Add(this.tbReplaceReason);
     this.grb_infor.Controls.Add(this.tbFirstPurchaseAmt);
     this.grb_infor.Controls.Add(this.label14);
     this.grb_infor.Controls.Add(this.tbTotalOS);
     this.grb_infor.Controls.Add(this.tbLastReplacementDt);
     this.grb_infor.Controls.Add(this.tbOpeningBal);
     this.grb_infor.Controls.Add(this.label13);
     this.grb_infor.Controls.Add(this.tbUnpaid1);
     this.grb_infor.Controls.Add(this.tbLmtChangeDt);
     this.grb_infor.Controls.Add(this.label80);
     this.grb_infor.Controls.Add(this.label102);
     this.grb_infor.Controls.Add(this.label81);
     this.grb_infor.Controls.Add(this.label82);
     this.grb_infor.Controls.Add(this.tbAuthCashAmt);
     this.grb_infor.Controls.Add(this.label84);
     this.grb_infor.Controls.Add(this.label94);
     this.grb_infor.Controls.Add(this.label85);
     this.grb_infor.Controls.Add(this.label101);
     this.grb_infor.Controls.Add(this.label86);
     this.grb_infor.Controls.Add(this.label95);
     this.grb_infor.Controls.Add(this.label103);
     this.grb_infor.Controls.Add(this.label96);
     this.grb_infor.Controls.Add(this.label72);
     this.grb_infor.Controls.Add(this.label97);
     this.grb_infor.Controls.Add(this.label98);
     this.grb_infor.Controls.Add(this.label11);
     this.grb_infor.Controls.Add(this.label99);
     this.grb_infor.Controls.Add(this.tbDaysPastDue);
     this.grb_infor.Controls.Add(this.label100);
     this.grb_infor.Controls.Add(this.label12);
     this.grb_infor.Controls.Add(this.tbUnPayment);
     this.grb_infor.Controls.Add(this.label60);
     this.grb_infor.Controls.Add(this.tbDateClose);
     this.grb_infor.Controls.Add(this.tbUnPurchase);
     this.grb_infor.Controls.Add(this.tbUnpaid7);
     this.grb_infor.Controls.Add(this.label8);
     this.grb_infor.Controls.Add(this.label61);
     this.grb_infor.Controls.Add(this.tbDateOpened);
     this.grb_infor.Controls.Add(this.tbUnFee);
     this.grb_infor.Controls.Add(this.tbOverlimit);
     this.grb_infor.Controls.Add(this.tbUnCash);
     this.grb_infor.Controls.Add(this.tbPreviousCardNumber);
     this.grb_infor.Controls.Add(this.tbUnInterest);
     this.grb_infor.Controls.Add(this.tbUnpaid6);
     this.grb_infor.Controls.Add(this.tbPreviousCardNumber1);
     this.grb_infor.Controls.Add(this.tbUnTE);
     this.grb_infor.Controls.Add(this.label62);
     this.grb_infor.Controls.Add(this.btn_txnset);
     this.grb_infor.Controls.Add(this.tbUnTransfer);
     this.grb_infor.Controls.Add(this.label63);
     this.grb_infor.Controls.Add(this.label64);
     this.grb_infor.Controls.Add(this.tbUnpaid5);
     this.grb_infor.Controls.Add(this.btn_feeplan);
     this.grb_infor.Controls.Add(this.tbBillPurchase);
     this.grb_infor.Controls.Add(this.label65);
     this.grb_infor.Controls.Add(this.label87);
     this.grb_infor.Controls.Add(this.button9);
     this.grb_infor.Controls.Add(this.label88);
     this.grb_infor.Controls.Add(this.label66);
     this.grb_infor.Controls.Add(this.tbBillPayment);
     this.grb_infor.Controls.Add(this.btn_loyaltyplanname);
     this.grb_infor.Controls.Add(this.label89);
     this.grb_infor.Controls.Add(this.label90);
     this.grb_infor.Controls.Add(this.tbUnpaidStringCycle);
     this.grb_infor.Controls.Add(this.tbBillFee);
     this.grb_infor.Controls.Add(this.btn_creditplanname);
     this.grb_infor.Controls.Add(this.tbBillCash);
     this.grb_infor.Controls.Add(this.tbUnpaid3);
     this.grb_infor.Controls.Add(this.tbBillInterest);
     this.grb_infor.Controls.Add(this.btn_feeplanname);
     this.grb_infor.Controls.Add(this.label91);
     this.grb_infor.Controls.Add(this.tbTPD);
     this.grb_infor.Controls.Add(this.label92);
     this.grb_infor.Controls.Add(this.ck_dncr);
     this.grb_infor.Controls.Add(this.tbBillTE);
     this.grb_infor.Controls.Add(this.label111);
     this.grb_infor.Controls.Add(this.label93);
     this.grb_infor.Controls.Add(this.ck_alert);
     this.grb_infor.Controls.Add(this.tbBillTransfer);
     this.grb_infor.Controls.Add(this.tbTCD);
     this.grb_infor.Controls.Add(this.ck_email);
     this.grb_infor.Controls.Add(this.tbUnpaid4);
     this.grb_infor.Controls.Add(this.label6);
     this.grb_infor.Controls.Add(this.label113);
     this.grb_infor.Controls.Add(this.label4);
     this.grb_infor.Controls.Add(this.label69);
     this.grb_infor.Controls.Add(this.tbCurrentAuthAmt);
     this.grb_infor.Controls.Add(this.tbCashClientLmt);
     this.grb_infor.Controls.Add(this.label46);
     this.grb_infor.Controls.Add(this.label70);
     this.grb_infor.Controls.Add(this.label73);
     this.grb_infor.Controls.Add(this.label74);
     this.grb_infor.Controls.Add(this.label117);
     this.grb_infor.Controls.Add(this.label75);
     this.grb_infor.Controls.Add(this.label76);
     this.grb_infor.Controls.Add(this.tbClosingBal);
     this.grb_infor.Controls.Add(this.tbCashAccountLmt);
     this.grb_infor.Controls.Add(this.tbUnpaid2);
     this.grb_infor.Controls.Add(this.tbAvailCashClientLmt);
     this.grb_infor.Controls.Add(this.tbAvailCashAccountLmt);
     this.grb_infor.Controls.Add(this.tbTAD);
     this.grb_infor.Controls.Add(this.label77);
     this.grb_infor.Controls.Add(this.btn_product);
     this.grb_infor.Controls.Add(this.tbCashCardLmt);
     this.grb_infor.Controls.Add(this.label21);
     this.grb_infor.Controls.Add(this.label78);
     this.grb_infor.Controls.Add(this.btn_accountnumber);
     this.grb_infor.Controls.Add(this.tbAvailCashCardLmt);
     this.grb_infor.Controls.Add(this.btn_clientcode);
     this.grb_infor.Controls.Add(this.tbMAD);
     this.grb_infor.Controls.Add(this.tbClientCrLmt);
     this.grb_infor.Controls.Add(this.tbEOMStatusDate);
     this.grb_infor.Controls.Add(this.label45);
     this.grb_infor.Controls.Add(this.label145);
     this.grb_infor.Controls.Add(this.label37);
     this.grb_infor.Controls.Add(this.tb_customerid);
     this.grb_infor.Controls.Add(this.tbOwnerCode);
     this.grb_infor.Controls.Add(this.label41);
     this.grb_infor.Controls.Add(this.label38);
     this.grb_infor.Controls.Add(this.label105);
     this.grb_infor.Controls.Add(this.tbAccountCrLmt);
     this.grb_infor.Controls.Add(this.label139);
     this.grb_infor.Controls.Add(this.tbAvailClientCrLmt);
     this.grb_infor.Controls.Add(this.label58);
     this.grb_infor.Controls.Add(this.tbAvailAccountCrLmt);
     this.grb_infor.Controls.Add(this.tbPaymentDueDt);
     this.grb_infor.Controls.Add(this.label143);
     this.grb_infor.Controls.Add(this.label40);
     this.grb_infor.Controls.Add(this.tb_productdes);
     this.grb_infor.Controls.Add(this.tbCardCrLmt);
     this.grb_infor.Controls.Add(this.tbDelinquenceDate);
     this.grb_infor.Controls.Add(this.label39);
     this.grb_infor.Controls.Add(this.tb_acctnbr);
     this.grb_infor.Controls.Add(this.tbAvailCardCrLmt);
     this.grb_infor.Controls.Add(this.label106);
     this.grb_infor.Controls.Add(this.label140);
     this.grb_infor.Controls.Add(this.tb_priMaryCard);
     this.grb_infor.Controls.Add(this.label107);
     this.grb_infor.Controls.Add(this.label137);
     this.grb_infor.Controls.Add(this.tbGender);
     this.grb_infor.Controls.Add(this.label136);
     this.grb_infor.Controls.Add(this.label108);
     this.grb_infor.Controls.Add(this.tb_cardIssueDate);
     this.grb_infor.Controls.Add(this.label150);
     this.grb_infor.Controls.Add(this.tbExpireDate);
     this.grb_infor.Controls.Add(this.tbAuthorizationFlag);
     this.grb_infor.Controls.Add(this.tbBalStatusDate);
     this.grb_infor.Controls.Add(this.sss);
     this.grb_infor.Controls.Add(this.label123);
     this.grb_infor.Controls.Add(this.label110);
     this.grb_infor.Controls.Add(this.label149);
     this.grb_infor.Controls.Add(this.tb_cardStatus);
     this.grb_infor.Controls.Add(this.label112);
     this.grb_infor.Controls.Add(this.tbStatusDate);
     this.grb_infor.Controls.Add(this.ckStopRenewalFlag);
     this.grb_infor.Controls.Add(this.label109);
     this.grb_infor.Controls.Add(this.tbMemberForm);
     this.grb_infor.Controls.Add(this.label124);
     this.grb_infor.Controls.Add(this.tbMOB);
     this.grb_infor.Controls.Add(this.label126);
     this.grb_infor.Controls.Add(this.tb_MailingAddress2);
     this.grb_infor.Controls.Add(this.tbSMSPhoneNbr);
     this.grb_infor.Controls.Add(this.tbNextBillDt);
     this.grb_infor.Controls.Add(this.label133);
     this.grb_infor.Controls.Add(this.tb_MailingAddress1);
     this.grb_infor.Controls.Add(this.tb_MailingAddress3);
     this.grb_infor.Controls.Add(this.tbAutoDebit);
     this.grb_infor.Controls.Add(this.tb_MailingAddress4);
     this.grb_infor.Controls.Add(this.tbAdminStatusDate);
     this.grb_infor.Controls.Add(this.label42);
     this.grb_infor.Controls.Add(this.tb_MailingAddress5);
     this.grb_infor.Controls.Add(this.label127);
     this.grb_infor.Controls.Add(this.tbPassword);
     this.grb_infor.Controls.Add(this.label130);
     this.grb_infor.Controls.Add(this.label115);
     this.grb_infor.Controls.Add(this.tbSourceCode);
     this.grb_infor.Controls.Add(this.tb_pan);
     this.grb_infor.Controls.Add(this.label114);
     this.grb_infor.Controls.Add(this.label116);
     this.grb_infor.Controls.Add(this.label129);
     this.grb_infor.Controls.Add(this.tb_phone1);
     this.grb_infor.Controls.Add(this.label142);
     this.grb_infor.Controls.Add(this.label141);
     this.grb_infor.Controls.Add(this.tbBalanceStatus);
     this.grb_infor.Controls.Add(this.tbEmail);
     this.grb_infor.Controls.Add(this.label138);
     this.grb_infor.Controls.Add(this.tb_mobile);
     this.grb_infor.Controls.Add(this.label118);
     this.grb_infor.Controls.Add(this.label135);
     this.grb_infor.Controls.Add(this.tbLastStmtDt);
     this.grb_infor.Controls.Add(this.tbPhone2);
     this.grb_infor.Controls.Add(this.label120);
     this.grb_infor.Controls.Add(this.tb_mortherName);
     this.grb_infor.Controls.Add(this.tbEOMunpaidStatus);
     this.grb_infor.Controls.Add(this.label119);
     this.grb_infor.Controls.Add(this.tbBillCycleDay);
     this.grb_infor.Controls.Add(this.label132);
     this.grb_infor.Controls.Add(this.label121);
     this.grb_infor.Controls.Add(this.tb_free_plan_name);
     this.grb_infor.Controls.Add(this.label122);
     this.grb_infor.Controls.Add(this.txnSet);
     this.grb_infor.Controls.Add(this.tbDelinquencyStatus);
     this.grb_infor.Controls.Add(this.txnFeePlan);
     this.grb_infor.Controls.Add(this.label144);
     this.grb_infor.Controls.Add(this.tbAdminStatus);
     this.grb_infor.Controls.Add(this.tbTxnFeePlane);
     this.grb_infor.Controls.Add(this.tb_lpcPlan);
     this.grb_infor.Controls.Add(this.tbTxnSet);
     this.grb_infor.Controls.Add(this.label134);
     this.grb_infor.Controls.Add(this.tb_creditPlanName);
     this.grb_infor.Controls.Add(this.tbCardFeeDt);
     this.grb_infor.Controls.Add(this.tb_LoyaltyPlanName);
     this.grb_infor.Controls.Add(this.label128);
     this.grb_infor.Controls.Add(this.tbNewRenewalDt);
     this.grb_infor.Controls.Add(this.label125);
     this.grb_infor.Controls.Add(this.label148);
     this.grb_infor.Location = new System.Drawing.Point(0, 64);
     this.grb_infor.Name = "grb_infor";
     this.grb_infor.Size = new System.Drawing.Size(1021, 677);
     this.grb_infor.TabIndex = 124;
     this.grb_infor.TabStop = false;
     this.grb_infor.Text = "Information :";
     this.grb_infor.Enter += new System.EventHandler(this.grb_infor_Enter);
     //
     // tb_ChinhSachTinDung
     //
     this.tb_ChinhSachTinDung.BackColor = System.Drawing.Color.FloralWhite;
     this.tb_ChinhSachTinDung.Enabled = false;
     this.tb_ChinhSachTinDung.Location = new System.Drawing.Point(699, 633);
     this.tb_ChinhSachTinDung.Name = "tb_ChinhSachTinDung";
     this.tb_ChinhSachTinDung.ReadOnly = true;
     this.tb_ChinhSachTinDung.Size = new System.Drawing.Size(291, 38);
     this.tb_ChinhSachTinDung.TabIndex = 193;
     this.tb_ChinhSachTinDung.Text = "";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(615, 633);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(80, 13);
     this.label47.TabIndex = 192;
     this.label47.Text = "Chính sách TD";
     //
     // tbNQH_Status
     //
     this.tbNQH_Status.Location = new System.Drawing.Point(258, 633);
     this.tbNQH_Status.Margin = new System.Windows.Forms.Padding(2);
     this.tbNQH_Status.MaxLength = 16;
     this.tbNQH_Status.Name = "tbNQH_Status";
     this.tbNQH_Status.ReadOnly = true;
     this.tbNQH_Status.Size = new System.Drawing.Size(125, 20);
     this.tbNQH_Status.TabIndex = 191;
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(175, 640);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(62, 13);
     this.label44.TabIndex = 190;
     this.label44.Text = "NQH status";
     //
     // cbNQH
     //
     this.cbNQH.AutoSize = true;
     this.cbNQH.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.cbNQH.Enabled = false;
     this.cbNQH.ForeColor = System.Drawing.SystemColors.ControlText;
     this.cbNQH.Location = new System.Drawing.Point(23, 636);
     this.cbNQH.Name = "cbNQH";
     this.cbNQH.Size = new System.Drawing.Size(50, 17);
     this.cbNQH.TabIndex = 189;
     this.cbNQH.Text = "NQH";
     this.cbNQH.UseVisualStyleBackColor = false;
     //
     // cbSMSFlag
     //
     this.cbSMSFlag.AutoSize = true;
     this.cbSMSFlag.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.cbSMSFlag.Enabled = false;
     this.cbSMSFlag.ForeColor = System.Drawing.SystemColors.ControlText;
     this.cbSMSFlag.Location = new System.Drawing.Point(24, 613);
     this.cbSMSFlag.Name = "cbSMSFlag";
     this.cbSMSFlag.Size = new System.Drawing.Size(49, 17);
     this.cbSMSFlag.TabIndex = 185;
     this.cbSMSFlag.Text = "SMS";
     this.cbSMSFlag.UseVisualStyleBackColor = false;
     //
     // cbEcommerce
     //
     this.cbEcommerce.AutoSize = true;
     this.cbEcommerce.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.cbEcommerce.Enabled = false;
     this.cbEcommerce.Location = new System.Drawing.Point(400, 613);
     this.cbEcommerce.Name = "cbEcommerce";
     this.cbEcommerce.Size = new System.Drawing.Size(82, 17);
     this.cbEcommerce.TabIndex = 185;
     this.cbEcommerce.Text = "Ecommerce";
     this.cbEcommerce.UseVisualStyleBackColor = false;
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.ForeColor = System.Drawing.Color.Red;
     this.label36.Location = new System.Drawing.Point(315, 401);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(49, 13);
     this.label36.TabIndex = 184;
     this.label36.Text = "Relation:";
     //
     // tbRelation
     //
     this.tbRelation.Location = new System.Drawing.Point(367, 398);
     this.tbRelation.Margin = new System.Windows.Forms.Padding(2);
     this.tbRelation.MaxLength = 16;
     this.tbRelation.Name = "tbRelation";
     this.tbRelation.ReadOnly = true;
     this.tbRelation.Size = new System.Drawing.Size(74, 20);
     this.tbRelation.TabIndex = 183;
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.ForeColor = System.Drawing.Color.Red;
     this.label35.Location = new System.Drawing.Point(308, 380);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(57, 13);
     this.label35.TabIndex = 182;
     this.label35.Text = "Promotion:";
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(367, 377);
     this.textBox2.Margin = new System.Windows.Forms.Padding(2);
     this.textBox2.MaxLength = 16;
     this.textBox2.Name = "textBox2";
     this.textBox2.ReadOnly = true;
     this.textBox2.Size = new System.Drawing.Size(74, 20);
     this.textBox2.TabIndex = 181;
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Location = new System.Drawing.Point(594, 613);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(102, 13);
     this.label43.TabIndex = 180;
     this.label43.Text = "Organizations linked";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Location = new System.Drawing.Point(607, 589);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(90, 13);
     this.label34.TabIndex = 180;
     this.label34.Text = "Temp Lmt End Dt";
     //
     // tbAutoDebitBranch
     //
     this.tbAutoDebitBranch.BackColor = System.Drawing.SystemColors.Control;
     this.tbAutoDebitBranch.Location = new System.Drawing.Point(903, 257);
     this.tbAutoDebitBranch.Name = "tbAutoDebitBranch";
     this.tbAutoDebitBranch.Size = new System.Drawing.Size(112, 20);
     this.tbAutoDebitBranch.TabIndex = 179;
     this.tbAutoDebitBranch.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbTempCrLmt
     //
     this.tbTempCrLmt.BackColor = System.Drawing.SystemColors.Control;
     this.tbTempCrLmt.Location = new System.Drawing.Point(901, 564);
     this.tbTempCrLmt.Name = "tbTempCrLmt";
     this.tbTempCrLmt.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.tbTempCrLmt.Size = new System.Drawing.Size(90, 20);
     this.tbTempCrLmt.TabIndex = 178;
     this.tbTempCrLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Location = new System.Drawing.Point(809, 567);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(67, 13);
     this.label33.TabIndex = 177;
     this.label33.Text = "Temp Cr Lmt";
     //
     // tbTempLmtStartDt
     //
     this.tbTempLmtStartDt.BackColor = System.Drawing.SystemColors.Control;
     this.tbTempLmtStartDt.Location = new System.Drawing.Point(697, 566);
     this.tbTempLmtStartDt.Name = "tbTempLmtStartDt";
     this.tbTempLmtStartDt.Size = new System.Drawing.Size(100, 20);
     this.tbTempLmtStartDt.TabIndex = 176;
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Location = new System.Drawing.Point(605, 569);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(93, 13);
     this.label32.TabIndex = 175;
     this.label32.Text = "Temp Lmt Start Dt";
     //
     // tbPreApproveLmt
     //
     this.tbPreApproveLmt.BackColor = System.Drawing.SystemColors.Control;
     this.tbPreApproveLmt.Location = new System.Drawing.Point(901, 585);
     this.tbPreApproveLmt.Name = "tbPreApproveLmt";
     this.tbPreApproveLmt.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.tbPreApproveLmt.Size = new System.Drawing.Size(90, 20);
     this.tbPreApproveLmt.TabIndex = 174;
     this.tbPreApproveLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(811, 588);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(85, 13);
     this.label31.TabIndex = 173;
     this.label31.Text = "Pre approve Lmt";
     //
     // tb_ToChucLienKet
     //
     this.tb_ToChucLienKet.BackColor = System.Drawing.SystemColors.Control;
     this.tb_ToChucLienKet.Location = new System.Drawing.Point(699, 610);
     this.tb_ToChucLienKet.Name = "tb_ToChucLienKet";
     this.tb_ToChucLienKet.Size = new System.Drawing.Size(291, 20);
     this.tb_ToChucLienKet.TabIndex = 172;
     //
     // tbTempLmtEndDt
     //
     this.tbTempLmtEndDt.BackColor = System.Drawing.SystemColors.Control;
     this.tbTempLmtEndDt.Location = new System.Drawing.Point(697, 587);
     this.tbTempLmtEndDt.Name = "tbTempLmtEndDt";
     this.tbTempLmtEndDt.Size = new System.Drawing.Size(100, 20);
     this.tbTempLmtEndDt.TabIndex = 172;
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Location = new System.Drawing.Point(812, 260);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(91, 13);
     this.label30.TabIndex = 171;
     this.label30.Text = "Auto debit branch";
     //
     // tbUnclerPayment
     //
     this.tbUnclerPayment.BackColor = System.Drawing.SystemColors.Control;
     this.tbUnclerPayment.Location = new System.Drawing.Point(312, 509);
     this.tbUnclerPayment.Name = "tbUnclerPayment";
     this.tbUnclerPayment.Size = new System.Drawing.Size(100, 20);
     this.tbUnclerPayment.TabIndex = 170;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(226, 512);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(87, 13);
     this.label7.TabIndex = 169;
     this.label7.Text = "Unclear payment";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rb_office);
     this.groupBox1.Controls.Add(this.rb_present);
     this.groupBox1.Controls.Add(this.rb_pemanent);
     this.groupBox1.Location = new System.Drawing.Point(121, 163);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(278, 32);
     this.groupBox1.TabIndex = 168;
     this.groupBox1.TabStop = false;
     //
     // rb_office
     //
     this.rb_office.AutoSize = true;
     this.rb_office.Enabled = false;
     this.rb_office.Location = new System.Drawing.Point(198, 8);
     this.rb_office.Name = "rb_office";
     this.rb_office.Size = new System.Drawing.Size(53, 17);
     this.rb_office.TabIndex = 93;
     this.rb_office.Text = "Office";
     this.rb_office.UseVisualStyleBackColor = true;
     //
     // rb_present
     //
     this.rb_present.AutoSize = true;
     this.rb_present.Enabled = false;
     this.rb_present.Location = new System.Drawing.Point(12, 8);
     this.rb_present.Name = "rb_present";
     this.rb_present.Size = new System.Drawing.Size(61, 17);
     this.rb_present.TabIndex = 91;
     this.rb_present.Text = "Present";
     this.rb_present.UseVisualStyleBackColor = true;
     //
     // rb_pemanent
     //
     this.rb_pemanent.AutoSize = true;
     this.rb_pemanent.Checked = true;
     this.rb_pemanent.Enabled = false;
     this.rb_pemanent.Location = new System.Drawing.Point(103, 8);
     this.rb_pemanent.Name = "rb_pemanent";
     this.rb_pemanent.Size = new System.Drawing.Size(73, 17);
     this.rb_pemanent.TabIndex = 92;
     this.rb_pemanent.TabStop = true;
     this.rb_pemanent.Text = "Pemanent";
     this.rb_pemanent.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(367, 424);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(59, 22);
     this.button1.TabIndex = 167;
     this.button1.Text = "Calculate";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.ForeColor = System.Drawing.Color.Red;
     this.label29.Location = new System.Drawing.Point(304, 428);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(61, 13);
     this.label29.TabIndex = 166;
     this.label29.Text = "Accrual Int:";
     //
     // tbAccrualInt
     //
     this.tbAccrualInt.Location = new System.Drawing.Point(367, 424);
     this.tbAccrualInt.Margin = new System.Windows.Forms.Padding(2);
     this.tbAccrualInt.MaxLength = 16;
     this.tbAccrualInt.Name = "tbAccrualInt";
     this.tbAccrualInt.ReadOnly = true;
     this.tbAccrualInt.Size = new System.Drawing.Size(59, 20);
     this.tbAccrualInt.TabIndex = 165;
     this.tbAccrualInt.Visible = false;
     //
     // tbBillTotalDebitAmt
     //
     this.tbBillTotalDebitAmt.Location = new System.Drawing.Point(504, 497);
     this.tbBillTotalDebitAmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbBillTotalDebitAmt.MaxLength = 16;
     this.tbBillTotalDebitAmt.Name = "tbBillTotalDebitAmt";
     this.tbBillTotalDebitAmt.ReadOnly = true;
     this.tbBillTotalDebitAmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbBillTotalDebitAmt.Size = new System.Drawing.Size(89, 20);
     this.tbBillTotalDebitAmt.TabIndex = 164;
     this.tbBillTotalDebitAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.ForeColor = System.Drawing.Color.Red;
     this.label28.Location = new System.Drawing.Point(415, 498);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(89, 13);
     this.label28.TabIndex = 163;
     this.label28.Text = "Total Debit Amt. :";
     //
     // tbUnTotalDebitAmt
     //
     this.tbUnTotalDebitAmt.Location = new System.Drawing.Point(698, 497);
     this.tbUnTotalDebitAmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnTotalDebitAmt.MaxLength = 16;
     this.tbUnTotalDebitAmt.Name = "tbUnTotalDebitAmt";
     this.tbUnTotalDebitAmt.ReadOnly = true;
     this.tbUnTotalDebitAmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnTotalDebitAmt.Size = new System.Drawing.Size(87, 20);
     this.tbUnTotalDebitAmt.TabIndex = 162;
     this.tbUnTotalDebitAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.ForeColor = System.Drawing.Color.Red;
     this.label27.Location = new System.Drawing.Point(608, 498);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(89, 13);
     this.label27.TabIndex = 161;
     this.label27.Text = "Total Debit Amt. :";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.ForeColor = System.Drawing.Color.Red;
     this.label26.Location = new System.Drawing.Point(303, 360);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(62, 13);
     this.label26.TabIndex = 160;
     this.label26.Text = "Nationality :";
     //
     // tbNationality
     //
     this.tbNationality.Location = new System.Drawing.Point(367, 356);
     this.tbNationality.Margin = new System.Windows.Forms.Padding(2);
     this.tbNationality.MaxLength = 16;
     this.tbNationality.Name = "tbNationality";
     this.tbNationality.ReadOnly = true;
     this.tbNationality.Size = new System.Drawing.Size(74, 20);
     this.tbNationality.TabIndex = 159;
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.ForeColor = System.Drawing.Color.Red;
     this.label25.Location = new System.Drawing.Point(394, 570);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(71, 13);
     this.label25.TabIndex = 158;
     this.label25.Text = "Insurance ID:";
     //
     // tbInsuranceid
     //
     this.tbInsuranceid.Location = new System.Drawing.Point(396, 584);
     this.tbInsuranceid.Margin = new System.Windows.Forms.Padding(2);
     this.tbInsuranceid.MaxLength = 16;
     this.tbInsuranceid.Name = "tbInsuranceid";
     this.tbInsuranceid.ReadOnly = true;
     this.tbInsuranceid.Size = new System.Drawing.Size(197, 20);
     this.tbInsuranceid.TabIndex = 157;
     //
     // tbUnique
     //
     this.tbUnique.Location = new System.Drawing.Point(698, 477);
     this.tbUnique.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnique.MaxLength = 16;
     this.tbUnique.Name = "tbUnique";
     this.tbUnique.ReadOnly = true;
     this.tbUnique.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnique.Size = new System.Drawing.Size(87, 20);
     this.tbUnique.TabIndex = 156;
     this.tbUnique.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(650, 478);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(47, 13);
     this.label24.TabIndex = 155;
     this.label24.Text = "Unique :";
     //
     // tbBillUnique
     //
     this.tbBillUnique.Location = new System.Drawing.Point(504, 477);
     this.tbBillUnique.Margin = new System.Windows.Forms.Padding(2);
     this.tbBillUnique.MaxLength = 16;
     this.tbBillUnique.Name = "tbBillUnique";
     this.tbBillUnique.ReadOnly = true;
     this.tbBillUnique.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbBillUnique.Size = new System.Drawing.Size(89, 20);
     this.tbBillUnique.TabIndex = 154;
     this.tbBillUnique.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(457, 478);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(47, 13);
     this.label23.TabIndex = 153;
     this.label23.Text = "Unique :";
     //
     // tbUnpaidStringEOM
     //
     this.tbUnpaidStringEOM.Location = new System.Drawing.Point(902, 501);
     this.tbUnpaidStringEOM.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnpaidStringEOM.MaxLength = 16;
     this.tbUnpaidStringEOM.Name = "tbUnpaidStringEOM";
     this.tbUnpaidStringEOM.ReadOnly = true;
     this.tbUnpaidStringEOM.Size = new System.Drawing.Size(88, 20);
     this.tbUnpaidStringEOM.TabIndex = 152;
     this.tbUnpaidStringEOM.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(791, 504);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(107, 13);
     this.label22.TabIndex = 151;
     this.label22.Text = "Unpaid String -EOM :";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(1002, 219);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(15, 13);
     this.label20.TabIndex = 150;
     this.label20.Text = "%";
     //
     // radioButton3
     //
     this.radioButton3.AutoSize = true;
     this.radioButton3.Enabled = false;
     this.radioButton3.Location = new System.Drawing.Point(903, 215);
     this.radioButton3.Name = "radioButton3";
     this.radioButton3.Size = new System.Drawing.Size(77, 17);
     this.radioButton3.TabIndex = 149;
     this.radioButton3.Text = "Cust. Spec";
     this.radioButton3.UseVisualStyleBackColor = true;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Enabled = false;
     this.radioButton2.Location = new System.Drawing.Point(951, 196);
     this.radioButton2.Name = "radioButton2";
     this.radioButton2.Size = new System.Drawing.Size(47, 17);
     this.radioButton2.TabIndex = 148;
     this.radioButton2.Text = "TAD";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Enabled = false;
     this.radioButton1.Location = new System.Drawing.Point(903, 196);
     this.radioButton1.Name = "radioButton1";
     this.radioButton1.Size = new System.Drawing.Size(49, 17);
     this.radioButton1.TabIndex = 147;
     this.radioButton1.Text = "MAD";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // tbNSFCounter
     //
     this.tbNSFCounter.Location = new System.Drawing.Point(903, 174);
     this.tbNSFCounter.Margin = new System.Windows.Forms.Padding(2);
     this.tbNSFCounter.MaxLength = 16;
     this.tbNSFCounter.Name = "tbNSFCounter";
     this.tbNSFCounter.ReadOnly = true;
     this.tbNSFCounter.Size = new System.Drawing.Size(88, 20);
     this.tbNSFCounter.TabIndex = 145;
     //
     // textBox14
     //
     this.textBox14.Location = new System.Drawing.Point(980, 213);
     this.textBox14.Margin = new System.Windows.Forms.Padding(2);
     this.textBox14.MaxLength = 16;
     this.textBox14.Name = "textBox14";
     this.textBox14.ReadOnly = true;
     this.textBox14.Size = new System.Drawing.Size(22, 20);
     this.textBox14.TabIndex = 146;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(836, 197);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(63, 13);
     this.label18.TabIndex = 144;
     this.label18.Text = "Auto Debit :";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(825, 177);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(74, 13);
     this.label19.TabIndex = 143;
     this.label19.Text = "NSF Counter :";
     //
     // tbApplicationScorce
     //
     this.tbApplicationScorce.Location = new System.Drawing.Point(903, 127);
     this.tbApplicationScorce.Margin = new System.Windows.Forms.Padding(2);
     this.tbApplicationScorce.MaxLength = 16;
     this.tbApplicationScorce.Name = "tbApplicationScorce";
     this.tbApplicationScorce.ReadOnly = true;
     this.tbApplicationScorce.Size = new System.Drawing.Size(88, 20);
     this.tbApplicationScorce.TabIndex = 141;
     //
     // tbBehaviourScorce
     //
     this.tbBehaviourScorce.Location = new System.Drawing.Point(903, 147);
     this.tbBehaviourScorce.Margin = new System.Windows.Forms.Padding(2);
     this.tbBehaviourScorce.MaxLength = 16;
     this.tbBehaviourScorce.Name = "tbBehaviourScorce";
     this.tbBehaviourScorce.ReadOnly = true;
     this.tbBehaviourScorce.Size = new System.Drawing.Size(88, 20);
     this.tbBehaviourScorce.TabIndex = 142;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(807, 149);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(92, 13);
     this.label16.TabIndex = 140;
     this.label16.Text = "Behaviour Score :";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(803, 130);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(96, 13);
     this.label17.TabIndex = 139;
     this.label17.Text = "Application Score :";
     //
     // tbLastTxnDt
     //
     this.tbLastTxnDt.Location = new System.Drawing.Point(903, 27);
     this.tbLastTxnDt.Margin = new System.Windows.Forms.Padding(2);
     this.tbLastTxnDt.MaxLength = 16;
     this.tbLastTxnDt.Name = "tbLastTxnDt";
     this.tbLastTxnDt.ReadOnly = true;
     this.tbLastTxnDt.Size = new System.Drawing.Size(88, 20);
     this.tbLastTxnDt.TabIndex = 127;
     //
     // label104
     //
     this.label104.AutoSize = true;
     this.label104.Location = new System.Drawing.Point(828, 29);
     this.label104.Name = "label104";
     this.label104.Size = new System.Drawing.Size(71, 13);
     this.label104.TabIndex = 126;
     this.label104.Text = "Last Txn. Dt :";
     //
     // tbLastAuthDt
     //
     this.tbLastAuthDt.Location = new System.Drawing.Point(903, 7);
     this.tbLastAuthDt.Margin = new System.Windows.Forms.Padding(2);
     this.tbLastAuthDt.MaxLength = 16;
     this.tbLastAuthDt.Name = "tbLastAuthDt";
     this.tbLastAuthDt.ReadOnly = true;
     this.tbLastAuthDt.Size = new System.Drawing.Size(88, 20);
     this.tbLastAuthDt.TabIndex = 86;
     //
     // label79
     //
     this.label79.AutoSize = true;
     this.label79.Location = new System.Drawing.Point(821, 12);
     this.label79.Name = "label79";
     this.label79.Size = new System.Drawing.Size(78, 13);
     this.label79.TabIndex = 85;
     this.label79.Text = "Last Auth. Dt. :";
     //
     // tbLastPaymentDt
     //
     this.tbLastPaymentDt.Location = new System.Drawing.Point(903, 47);
     this.tbLastPaymentDt.Margin = new System.Windows.Forms.Padding(2);
     this.tbLastPaymentDt.MaxLength = 16;
     this.tbLastPaymentDt.Name = "tbLastPaymentDt";
     this.tbLastPaymentDt.ReadOnly = true;
     this.tbLastPaymentDt.Size = new System.Drawing.Size(88, 20);
     this.tbLastPaymentDt.TabIndex = 128;
     //
     // tbLastRenewalDt
     //
     this.tbLastRenewalDt.Location = new System.Drawing.Point(120, 517);
     this.tbLastRenewalDt.Margin = new System.Windows.Forms.Padding(2);
     this.tbLastRenewalDt.MaxLength = 16;
     this.tbLastRenewalDt.Name = "tbLastRenewalDt";
     this.tbLastRenewalDt.ReadOnly = true;
     this.tbLastRenewalDt.Size = new System.Drawing.Size(105, 20);
     this.tbLastRenewalDt.TabIndex = 138;
     //
     // tbFirstPurchaseDt
     //
     this.tbFirstPurchaseDt.Location = new System.Drawing.Point(903, 87);
     this.tbFirstPurchaseDt.Margin = new System.Windows.Forms.Padding(2);
     this.tbFirstPurchaseDt.MaxLength = 16;
     this.tbFirstPurchaseDt.Name = "tbFirstPurchaseDt";
     this.tbFirstPurchaseDt.ReadOnly = true;
     this.tbFirstPurchaseDt.Size = new System.Drawing.Size(88, 20);
     this.tbFirstPurchaseDt.TabIndex = 132;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(21, 518);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(95, 13);
     this.label15.TabIndex = 137;
     this.label15.Text = "Last Renewal Dt. :";
     //
     // tbLastPaymentAmt
     //
     this.tbLastPaymentAmt.Location = new System.Drawing.Point(903, 67);
     this.tbLastPaymentAmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbLastPaymentAmt.MaxLength = 16;
     this.tbLastPaymentAmt.Name = "tbLastPaymentAmt";
     this.tbLastPaymentAmt.ReadOnly = true;
     this.tbLastPaymentAmt.Size = new System.Drawing.Size(88, 20);
     this.tbLastPaymentAmt.TabIndex = 130;
     this.tbLastPaymentAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbReplaceReason
     //
     this.tbReplaceReason.Location = new System.Drawing.Point(330, 481);
     this.tbReplaceReason.Margin = new System.Windows.Forms.Padding(2);
     this.tbReplaceReason.MaxLength = 16;
     this.tbReplaceReason.Name = "tbReplaceReason";
     this.tbReplaceReason.ReadOnly = true;
     this.tbReplaceReason.Size = new System.Drawing.Size(59, 20);
     this.tbReplaceReason.TabIndex = 136;
     //
     // tbFirstPurchaseAmt
     //
     this.tbFirstPurchaseAmt.Location = new System.Drawing.Point(903, 107);
     this.tbFirstPurchaseAmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbFirstPurchaseAmt.MaxLength = 16;
     this.tbFirstPurchaseAmt.Name = "tbFirstPurchaseAmt";
     this.tbFirstPurchaseAmt.ReadOnly = true;
     this.tbFirstPurchaseAmt.Size = new System.Drawing.Size(88, 20);
     this.tbFirstPurchaseAmt.TabIndex = 133;
     this.tbFirstPurchaseAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(232, 484);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(93, 13);
     this.label14.TabIndex = 135;
     this.label14.Text = "Replace Reason :";
     //
     // tbTotalOS
     //
     this.tbTotalOS.Location = new System.Drawing.Point(697, 541);
     this.tbTotalOS.Margin = new System.Windows.Forms.Padding(2);
     this.tbTotalOS.MaxLength = 16;
     this.tbTotalOS.Name = "tbTotalOS";
     this.tbTotalOS.ReadOnly = true;
     this.tbTotalOS.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbTotalOS.Size = new System.Drawing.Size(89, 20);
     this.tbTotalOS.TabIndex = 129;
     this.tbTotalOS.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbLastReplacementDt
     //
     this.tbLastReplacementDt.Location = new System.Drawing.Point(120, 497);
     this.tbLastReplacementDt.Margin = new System.Windows.Forms.Padding(2);
     this.tbLastReplacementDt.MaxLength = 16;
     this.tbLastReplacementDt.Name = "tbLastReplacementDt";
     this.tbLastReplacementDt.ReadOnly = true;
     this.tbLastReplacementDt.Size = new System.Drawing.Size(105, 20);
     this.tbLastReplacementDt.TabIndex = 134;
     //
     // tbOpeningBal
     //
     this.tbOpeningBal.Location = new System.Drawing.Point(504, 319);
     this.tbOpeningBal.Margin = new System.Windows.Forms.Padding(2);
     this.tbOpeningBal.MaxLength = 16;
     this.tbOpeningBal.Name = "tbOpeningBal";
     this.tbOpeningBal.ReadOnly = true;
     this.tbOpeningBal.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbOpeningBal.Size = new System.Drawing.Size(89, 20);
     this.tbOpeningBal.TabIndex = 131;
     this.tbOpeningBal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.ForeColor = System.Drawing.Color.Red;
     this.label13.Location = new System.Drawing.Point(6, 498);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(113, 13);
     this.label13.TabIndex = 133;
     this.label13.Text = "Last Replacement Dt. ";
     //
     // tbLmtChangeDt
     //
     this.tbLmtChangeDt.Location = new System.Drawing.Point(698, 107);
     this.tbLmtChangeDt.Margin = new System.Windows.Forms.Padding(2);
     this.tbLmtChangeDt.MaxLength = 16;
     this.tbLmtChangeDt.Name = "tbLmtChangeDt";
     this.tbLmtChangeDt.ReadOnly = true;
     this.tbLmtChangeDt.Size = new System.Drawing.Size(88, 20);
     this.tbLmtChangeDt.TabIndex = 126;
     //
     // label80
     //
     this.label80.AutoSize = true;
     this.label80.Location = new System.Drawing.Point(805, 50);
     this.label80.Name = "label80";
     this.label80.Size = new System.Drawing.Size(94, 13);
     this.label80.TabIndex = 113;
     this.label80.Text = "Last Payment Dt. :";
     //
     // label102
     //
     this.label102.AutoSize = true;
     this.label102.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label102.Location = new System.Drawing.Point(510, 338);
     this.label102.Name = "label102";
     this.label102.Size = new System.Drawing.Size(52, 15);
     this.label102.TabIndex = 123;
     this.label102.Text = "Billed :";
     //
     // label81
     //
     this.label81.AutoSize = true;
     this.label81.Location = new System.Drawing.Point(795, 110);
     this.label81.Name = "label81";
     this.label81.Size = new System.Drawing.Size(104, 13);
     this.label81.TabIndex = 106;
     this.label81.Text = "First Purchase Amt. :";
     //
     // label82
     //
     this.label82.AutoSize = true;
     this.label82.ForeColor = System.Drawing.Color.Red;
     this.label82.Location = new System.Drawing.Point(414, 323);
     this.label82.Name = "label82";
     this.label82.Size = new System.Drawing.Size(88, 13);
     this.label82.TabIndex = 101;
     this.label82.Text = "OPENING BAL. :";
     //
     // tbAuthCashAmt
     //
     this.tbAuthCashAmt.Location = new System.Drawing.Point(698, 294);
     this.tbAuthCashAmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbAuthCashAmt.MaxLength = 16;
     this.tbAuthCashAmt.Name = "tbAuthCashAmt";
     this.tbAuthCashAmt.ReadOnly = true;
     this.tbAuthCashAmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbAuthCashAmt.Size = new System.Drawing.Size(89, 20);
     this.tbAuthCashAmt.TabIndex = 125;
     this.tbAuthCashAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label84
     //
     this.label84.AutoSize = true;
     this.label84.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label84.ForeColor = System.Drawing.Color.Red;
     this.label84.Location = new System.Drawing.Point(615, 545);
     this.label84.Name = "label84";
     this.label84.Size = new System.Drawing.Size(82, 13);
     this.label84.TabIndex = 102;
     this.label84.Text = "TOTAL O/S :";
     //
     // label94
     //
     this.label94.AutoSize = true;
     this.label94.Location = new System.Drawing.Point(649, 420);
     this.label94.Name = "label94";
     this.label94.Size = new System.Drawing.Size(48, 13);
     this.label94.TabIndex = 120;
     this.label94.Text = "Interest :";
     //
     // label85
     //
     this.label85.AutoSize = true;
     this.label85.Location = new System.Drawing.Point(798, 69);
     this.label85.Name = "label85";
     this.label85.Size = new System.Drawing.Size(101, 13);
     this.label85.TabIndex = 104;
     this.label85.Text = "Last Payment Amt. :";
     //
     // label101
     //
     this.label101.AutoSize = true;
     this.label101.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label101.Location = new System.Drawing.Point(696, 341);
     this.label101.Name = "label101";
     this.label101.Size = new System.Drawing.Size(70, 15);
     this.label101.TabIndex = 122;
     this.label101.Text = "UnBilled :";
     //
     // label86
     //
     this.label86.AutoSize = true;
     this.label86.Location = new System.Drawing.Point(802, 89);
     this.label86.Name = "label86";
     this.label86.Size = new System.Drawing.Size(97, 13);
     this.label86.TabIndex = 103;
     this.label86.Text = "First Purchase Dt. :";
     //
     // label95
     //
     this.label95.AutoSize = true;
     this.label95.Location = new System.Drawing.Point(639, 360);
     this.label95.Name = "label95";
     this.label95.Size = new System.Drawing.Size(58, 13);
     this.label95.TabIndex = 115;
     this.label95.Text = "Purchase :";
     //
     // label103
     //
     this.label103.AutoSize = true;
     this.label103.Location = new System.Drawing.Point(610, 296);
     this.label103.Name = "label103";
     this.label103.Size = new System.Drawing.Size(86, 13);
     this.label103.TabIndex = 124;
     this.label103.Text = "Auth. Cash Amt :";
     //
     // label96
     //
     this.label96.AutoSize = true;
     this.label96.Location = new System.Drawing.Point(666, 398);
     this.label96.Name = "label96";
     this.label96.Size = new System.Drawing.Size(31, 13);
     this.label96.TabIndex = 119;
     this.label96.Text = "Fee :";
     //
     // label97
     //
     this.label97.AutoSize = true;
     this.label97.Location = new System.Drawing.Point(660, 380);
     this.label97.Name = "label97";
     this.label97.Size = new System.Drawing.Size(37, 13);
     this.label97.TabIndex = 116;
     this.label97.Text = "Cash :";
     //
     // label98
     //
     this.label98.AutoSize = true;
     this.label98.Location = new System.Drawing.Point(643, 519);
     this.label98.Name = "label98";
     this.label98.Size = new System.Drawing.Size(54, 13);
     this.label98.TabIndex = 121;
     this.label98.Text = "Payment :";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(625, 13);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(71, 13);
     this.label11.TabIndex = 129;
     this.label11.Text = "Date Closed :";
     //
     // label99
     //
     this.label99.AutoSize = true;
     this.label99.Location = new System.Drawing.Point(645, 458);
     this.label99.Name = "label99";
     this.label99.Size = new System.Drawing.Size(52, 13);
     this.label99.TabIndex = 118;
     this.label99.Text = "Transfer :";
     //
     // label100
     //
     this.label100.AutoSize = true;
     this.label100.Location = new System.Drawing.Point(661, 440);
     this.label100.Name = "label100";
     this.label100.Size = new System.Drawing.Size(36, 13);
     this.label100.TabIndex = 117;
     this.label100.Text = "T&& E :";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(609, 111);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(87, 13);
     this.label12.TabIndex = 125;
     this.label12.Text = "Lmt Change Dt. :";
     //
     // tbUnPayment
     //
     this.tbUnPayment.Location = new System.Drawing.Point(698, 517);
     this.tbUnPayment.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnPayment.MaxLength = 16;
     this.tbUnPayment.Name = "tbUnPayment";
     this.tbUnPayment.ReadOnly = true;
     this.tbUnPayment.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnPayment.Size = new System.Drawing.Size(87, 20);
     this.tbUnPayment.TabIndex = 114;
     this.tbUnPayment.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbDateClose
     //
     this.tbDateClose.Location = new System.Drawing.Point(698, 7);
     this.tbDateClose.Margin = new System.Windows.Forms.Padding(2);
     this.tbDateClose.MaxLength = 16;
     this.tbDateClose.Name = "tbDateClose";
     this.tbDateClose.ReadOnly = true;
     this.tbDateClose.Size = new System.Drawing.Size(88, 20);
     this.tbDateClose.TabIndex = 128;
     //
     // tbUnPurchase
     //
     this.tbUnPurchase.Location = new System.Drawing.Point(698, 357);
     this.tbUnPurchase.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnPurchase.MaxLength = 16;
     this.tbUnPurchase.Name = "tbUnPurchase";
     this.tbUnPurchase.ReadOnly = true;
     this.tbUnPurchase.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnPurchase.Size = new System.Drawing.Size(87, 20);
     this.tbUnPurchase.TabIndex = 107;
     this.tbUnPurchase.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(424, 13);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(77, 13);
     this.label8.TabIndex = 127;
     this.label8.Text = "Date Opened :";
     //
     // tbDateOpened
     //
     this.tbDateOpened.Location = new System.Drawing.Point(504, 7);
     this.tbDateOpened.Margin = new System.Windows.Forms.Padding(2);
     this.tbDateOpened.MaxLength = 16;
     this.tbDateOpened.Name = "tbDateOpened";
     this.tbDateOpened.ReadOnly = true;
     this.tbDateOpened.Size = new System.Drawing.Size(88, 20);
     this.tbDateOpened.TabIndex = 126;
     //
     // tbUnFee
     //
     this.tbUnFee.Location = new System.Drawing.Point(698, 397);
     this.tbUnFee.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnFee.MaxLength = 16;
     this.tbUnFee.Name = "tbUnFee";
     this.tbUnFee.ReadOnly = true;
     this.tbUnFee.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnFee.Size = new System.Drawing.Size(87, 20);
     this.tbUnFee.TabIndex = 111;
     this.tbUnFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbUnCash
     //
     this.tbUnCash.Location = new System.Drawing.Point(698, 377);
     this.tbUnCash.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnCash.MaxLength = 16;
     this.tbUnCash.Name = "tbUnCash";
     this.tbUnCash.ReadOnly = true;
     this.tbUnCash.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnCash.Size = new System.Drawing.Size(87, 20);
     this.tbUnCash.TabIndex = 109;
     this.tbUnCash.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbPreviousCardNumber
     //
     this.tbPreviousCardNumber.Location = new System.Drawing.Point(120, 477);
     this.tbPreviousCardNumber.Margin = new System.Windows.Forms.Padding(2);
     this.tbPreviousCardNumber.MaxLength = 16;
     this.tbPreviousCardNumber.Name = "tbPreviousCardNumber";
     this.tbPreviousCardNumber.ReadOnly = true;
     this.tbPreviousCardNumber.Size = new System.Drawing.Size(105, 20);
     this.tbPreviousCardNumber.TabIndex = 125;
     //
     // tbUnInterest
     //
     this.tbUnInterest.Location = new System.Drawing.Point(698, 417);
     this.tbUnInterest.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnInterest.MaxLength = 16;
     this.tbUnInterest.Name = "tbUnInterest";
     this.tbUnInterest.ReadOnly = true;
     this.tbUnInterest.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnInterest.Size = new System.Drawing.Size(87, 20);
     this.tbUnInterest.TabIndex = 112;
     this.tbUnInterest.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbPreviousCardNumber1
     //
     this.tbPreviousCardNumber1.AutoSize = true;
     this.tbPreviousCardNumber1.Location = new System.Drawing.Point(4, 478);
     this.tbPreviousCardNumber1.Name = "tbPreviousCardNumber1";
     this.tbPreviousCardNumber1.Size = new System.Drawing.Size(116, 13);
     this.tbPreviousCardNumber1.TabIndex = 124;
     this.tbPreviousCardNumber1.Text = "Previous Card Number ";
     //
     // tbUnTE
     //
     this.tbUnTE.Location = new System.Drawing.Point(698, 437);
     this.tbUnTE.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnTE.MaxLength = 16;
     this.tbUnTE.Name = "tbUnTE";
     this.tbUnTE.ReadOnly = true;
     this.tbUnTE.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnTE.Size = new System.Drawing.Size(87, 20);
     this.tbUnTE.TabIndex = 108;
     this.tbUnTE.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // btn_txnset
     //
     this.btn_txnset.Enabled = false;
     this.btn_txnset.Location = new System.Drawing.Point(266, 459);
     this.btn_txnset.Name = "btn_txnset";
     this.btn_txnset.Size = new System.Drawing.Size(28, 19);
     this.btn_txnset.TabIndex = 115;
     this.btn_txnset.Text = ".......";
     this.btn_txnset.UseVisualStyleBackColor = true;
     //
     // tbUnTransfer
     //
     this.tbUnTransfer.Location = new System.Drawing.Point(698, 457);
     this.tbUnTransfer.Margin = new System.Windows.Forms.Padding(2);
     this.tbUnTransfer.MaxLength = 16;
     this.tbUnTransfer.Name = "tbUnTransfer";
     this.tbUnTransfer.ReadOnly = true;
     this.tbUnTransfer.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbUnTransfer.Size = new System.Drawing.Size(87, 20);
     this.tbUnTransfer.TabIndex = 110;
     this.tbUnTransfer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // btn_feeplan
     //
     this.btn_feeplan.Enabled = false;
     this.btn_feeplan.Location = new System.Drawing.Point(266, 439);
     this.btn_feeplan.Name = "btn_feeplan";
     this.btn_feeplan.Size = new System.Drawing.Size(28, 19);
     this.btn_feeplan.TabIndex = 114;
     this.btn_feeplan.Text = ".......";
     this.btn_feeplan.UseVisualStyleBackColor = true;
     //
     // tbBillPurchase
     //
     this.tbBillPurchase.Location = new System.Drawing.Point(504, 357);
     this.tbBillPurchase.Margin = new System.Windows.Forms.Padding(2);
     this.tbBillPurchase.MaxLength = 16;
     this.tbBillPurchase.Name = "tbBillPurchase";
     this.tbBillPurchase.ReadOnly = true;
     this.tbBillPurchase.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbBillPurchase.Size = new System.Drawing.Size(89, 20);
     this.tbBillPurchase.TabIndex = 95;
     this.tbBillPurchase.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label87
     //
     this.label87.AutoSize = true;
     this.label87.Location = new System.Drawing.Point(456, 420);
     this.label87.Name = "label87";
     this.label87.Size = new System.Drawing.Size(48, 13);
     this.label87.TabIndex = 92;
     this.label87.Text = "Interest :";
     //
     // button9
     //
     this.button9.Enabled = false;
     this.button9.Location = new System.Drawing.Point(266, 420);
     this.button9.Name = "button9";
     this.button9.Size = new System.Drawing.Size(28, 19);
     this.button9.TabIndex = 113;
     this.button9.Text = ".......";
     this.button9.UseVisualStyleBackColor = true;
     //
     // label88
     //
     this.label88.AutoSize = true;
     this.label88.Location = new System.Drawing.Point(446, 360);
     this.label88.Name = "label88";
     this.label88.Size = new System.Drawing.Size(58, 13);
     this.label88.TabIndex = 87;
     this.label88.Text = "Purchase :";
     //
     // tbBillPayment
     //
     this.tbBillPayment.Location = new System.Drawing.Point(504, 517);
     this.tbBillPayment.Margin = new System.Windows.Forms.Padding(2);
     this.tbBillPayment.MaxLength = 16;
     this.tbBillPayment.Name = "tbBillPayment";
     this.tbBillPayment.ReadOnly = true;
     this.tbBillPayment.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbBillPayment.Size = new System.Drawing.Size(89, 20);
     this.tbBillPayment.TabIndex = 94;
     this.tbBillPayment.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // btn_loyaltyplanname
     //
     this.btn_loyaltyplanname.Enabled = false;
     this.btn_loyaltyplanname.Location = new System.Drawing.Point(266, 400);
     this.btn_loyaltyplanname.Name = "btn_loyaltyplanname";
     this.btn_loyaltyplanname.Size = new System.Drawing.Size(28, 19);
     this.btn_loyaltyplanname.TabIndex = 112;
     this.btn_loyaltyplanname.Text = ".......";
     this.btn_loyaltyplanname.UseVisualStyleBackColor = true;
     //
     // label89
     //
     this.label89.AutoSize = true;
     this.label89.Location = new System.Drawing.Point(473, 398);
     this.label89.Name = "label89";
     this.label89.Size = new System.Drawing.Size(31, 13);
     this.label89.TabIndex = 91;
     this.label89.Text = "Fee :";
     //
     // label90
     //
     this.label90.AutoSize = true;
     this.label90.Location = new System.Drawing.Point(467, 380);
     this.label90.Name = "label90";
     this.label90.Size = new System.Drawing.Size(37, 13);
     this.label90.TabIndex = 88;
     this.label90.Text = "Cash :";
     //
     // tbBillFee
     //
     this.tbBillFee.Location = new System.Drawing.Point(504, 397);
     this.tbBillFee.Margin = new System.Windows.Forms.Padding(2);
     this.tbBillFee.MaxLength = 16;
     this.tbBillFee.Name = "tbBillFee";
     this.tbBillFee.ReadOnly = true;
     this.tbBillFee.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbBillFee.Size = new System.Drawing.Size(89, 20);
     this.tbBillFee.TabIndex = 99;
     this.tbBillFee.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // btn_creditplanname
     //
     this.btn_creditplanname.Enabled = false;
     this.btn_creditplanname.Location = new System.Drawing.Point(266, 380);
     this.btn_creditplanname.Name = "btn_creditplanname";
     this.btn_creditplanname.Size = new System.Drawing.Size(28, 19);
     this.btn_creditplanname.TabIndex = 111;
     this.btn_creditplanname.Text = ".......";
     this.btn_creditplanname.UseVisualStyleBackColor = true;
     //
     // tbBillCash
     //
     this.tbBillCash.Location = new System.Drawing.Point(504, 377);
     this.tbBillCash.Margin = new System.Windows.Forms.Padding(2);
     this.tbBillCash.MaxLength = 16;
     this.tbBillCash.Name = "tbBillCash";
     this.tbBillCash.ReadOnly = true;
     this.tbBillCash.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbBillCash.Size = new System.Drawing.Size(89, 20);
     this.tbBillCash.TabIndex = 97;
     this.tbBillCash.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbBillInterest
     //
     this.tbBillInterest.Location = new System.Drawing.Point(504, 417);
     this.tbBillInterest.Margin = new System.Windows.Forms.Padding(2);
     this.tbBillInterest.MaxLength = 16;
     this.tbBillInterest.Name = "tbBillInterest";
     this.tbBillInterest.ReadOnly = true;
     this.tbBillInterest.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbBillInterest.Size = new System.Drawing.Size(89, 20);
     this.tbBillInterest.TabIndex = 100;
     this.tbBillInterest.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // btn_feeplanname
     //
     this.btn_feeplanname.Enabled = false;
     this.btn_feeplanname.Location = new System.Drawing.Point(266, 358);
     this.btn_feeplanname.Name = "btn_feeplanname";
     this.btn_feeplanname.Size = new System.Drawing.Size(28, 19);
     this.btn_feeplanname.TabIndex = 110;
     this.btn_feeplanname.Text = ".......";
     this.btn_feeplanname.UseVisualStyleBackColor = true;
     //
     // label91
     //
     this.label91.AutoSize = true;
     this.label91.Location = new System.Drawing.Point(450, 519);
     this.label91.Name = "label91";
     this.label91.Size = new System.Drawing.Size(54, 13);
     this.label91.TabIndex = 93;
     this.label91.Text = "Payment :";
     //
     // label92
     //
     this.label92.AutoSize = true;
     this.label92.Location = new System.Drawing.Point(452, 458);
     this.label92.Name = "label92";
     this.label92.Size = new System.Drawing.Size(52, 13);
     this.label92.TabIndex = 90;
     this.label92.Text = "Transfer :";
     //
     // ck_dncr
     //
     this.ck_dncr.AutoSize = true;
     this.ck_dncr.Enabled = false;
     this.ck_dncr.Location = new System.Drawing.Point(241, 337);
     this.ck_dncr.Name = "ck_dncr";
     this.ck_dncr.Size = new System.Drawing.Size(57, 17);
     this.ck_dncr.TabIndex = 109;
     this.ck_dncr.Text = "DNCR";
     this.ck_dncr.UseVisualStyleBackColor = true;
     //
     // tbBillTE
     //
     this.tbBillTE.Location = new System.Drawing.Point(504, 437);
     this.tbBillTE.Margin = new System.Windows.Forms.Padding(2);
     this.tbBillTE.MaxLength = 16;
     this.tbBillTE.Name = "tbBillTE";
     this.tbBillTE.ReadOnly = true;
     this.tbBillTE.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbBillTE.Size = new System.Drawing.Size(89, 20);
     this.tbBillTE.TabIndex = 96;
     this.tbBillTE.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label93
     //
     this.label93.AutoSize = true;
     this.label93.Location = new System.Drawing.Point(468, 440);
     this.label93.Name = "label93";
     this.label93.Size = new System.Drawing.Size(36, 13);
     this.label93.TabIndex = 89;
     this.label93.Text = "T&& E :";
     //
     // ck_alert
     //
     this.ck_alert.AutoSize = true;
     this.ck_alert.Enabled = false;
     this.ck_alert.Location = new System.Drawing.Point(182, 337);
     this.ck_alert.Name = "ck_alert";
     this.ck_alert.Size = new System.Drawing.Size(47, 17);
     this.ck_alert.TabIndex = 108;
     this.ck_alert.Text = "Alert";
     this.ck_alert.UseVisualStyleBackColor = true;
     //
     // tbBillTransfer
     //
     this.tbBillTransfer.Location = new System.Drawing.Point(504, 457);
     this.tbBillTransfer.Margin = new System.Windows.Forms.Padding(2);
     this.tbBillTransfer.MaxLength = 16;
     this.tbBillTransfer.Name = "tbBillTransfer";
     this.tbBillTransfer.ReadOnly = true;
     this.tbBillTransfer.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbBillTransfer.Size = new System.Drawing.Size(89, 20);
     this.tbBillTransfer.TabIndex = 98;
     this.tbBillTransfer.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // ck_email
     //
     this.ck_email.AutoSize = true;
     this.ck_email.Enabled = false;
     this.ck_email.Location = new System.Drawing.Point(120, 337);
     this.ck_email.Name = "ck_email";
     this.ck_email.Size = new System.Drawing.Size(51, 17);
     this.ck_email.TabIndex = 107;
     this.ck_email.Text = "Email";
     this.ck_email.UseVisualStyleBackColor = true;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(46, 341);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(70, 13);
     this.label6.TabIndex = 106;
     this.label6.Text = "Preferences :";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(46, 175);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(69, 13);
     this.label4.TabIndex = 94;
     this.label4.Text = "Mailing Flag :";
     //
     // tbCurrentAuthAmt
     //
     this.tbCurrentAuthAmt.Location = new System.Drawing.Point(503, 295);
     this.tbCurrentAuthAmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbCurrentAuthAmt.MaxLength = 16;
     this.tbCurrentAuthAmt.Name = "tbCurrentAuthAmt";
     this.tbCurrentAuthAmt.ReadOnly = true;
     this.tbCurrentAuthAmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbCurrentAuthAmt.Size = new System.Drawing.Size(88, 20);
     this.tbCurrentAuthAmt.TabIndex = 54;
     this.tbCurrentAuthAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbCashClientLmt
     //
     this.tbCashClientLmt.Location = new System.Drawing.Point(698, 170);
     this.tbCashClientLmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbCashClientLmt.MaxLength = 16;
     this.tbCashClientLmt.Name = "tbCashClientLmt";
     this.tbCashClientLmt.ReadOnly = true;
     this.tbCashClientLmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbCashClientLmt.Size = new System.Drawing.Size(89, 20);
     this.tbCashClientLmt.TabIndex = 79;
     this.tbCashClientLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(404, 297);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(96, 13);
     this.label46.TabIndex = 42;
     this.label46.Text = "Current Auth. Amt :";
     //
     // label73
     //
     this.label73.AutoSize = true;
     this.label73.Location = new System.Drawing.Point(607, 273);
     this.label73.Name = "label73";
     this.label73.Size = new System.Drawing.Size(89, 13);
     this.label73.TabIndex = 78;
     this.label73.Text = "Avail. Cash Lmt. :";
     //
     // label74
     //
     this.label74.AutoSize = true;
     this.label74.Location = new System.Drawing.Point(636, 173);
     this.label74.Name = "label74";
     this.label74.Size = new System.Drawing.Size(60, 13);
     this.label74.TabIndex = 73;
     this.label74.Text = "Cash Lmt. :";
     //
     // label75
     //
     this.label75.AutoSize = true;
     this.label75.Location = new System.Drawing.Point(636, 254);
     this.label75.Name = "label75";
     this.label75.Size = new System.Drawing.Size(60, 13);
     this.label75.TabIndex = 77;
     this.label75.Text = "Cash Lmt. :";
     //
     // label76
     //
     this.label76.AutoSize = true;
     this.label76.Location = new System.Drawing.Point(607, 193);
     this.label76.Name = "label76";
     this.label76.Size = new System.Drawing.Size(89, 13);
     this.label76.TabIndex = 74;
     this.label76.Text = "Avail. Cash Lmt. :";
     //
     // tbCashAccountLmt
     //
     this.tbCashAccountLmt.Location = new System.Drawing.Point(698, 250);
     this.tbCashAccountLmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbCashAccountLmt.MaxLength = 16;
     this.tbCashAccountLmt.Name = "tbCashAccountLmt";
     this.tbCashAccountLmt.ReadOnly = true;
     this.tbCashAccountLmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbCashAccountLmt.Size = new System.Drawing.Size(89, 20);
     this.tbCashAccountLmt.TabIndex = 83;
     this.tbCashAccountLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbAvailCashClientLmt
     //
     this.tbAvailCashClientLmt.Location = new System.Drawing.Point(698, 190);
     this.tbAvailCashClientLmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbAvailCashClientLmt.MaxLength = 16;
     this.tbAvailCashClientLmt.Name = "tbAvailCashClientLmt";
     this.tbAvailCashClientLmt.ReadOnly = true;
     this.tbAvailCashClientLmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbAvailCashClientLmt.Size = new System.Drawing.Size(89, 20);
     this.tbAvailCashClientLmt.TabIndex = 81;
     this.tbAvailCashClientLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbAvailCashAccountLmt
     //
     this.tbAvailCashAccountLmt.Location = new System.Drawing.Point(698, 270);
     this.tbAvailCashAccountLmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbAvailCashAccountLmt.MaxLength = 16;
     this.tbAvailCashAccountLmt.Name = "tbAvailCashAccountLmt";
     this.tbAvailCashAccountLmt.ReadOnly = true;
     this.tbAvailCashAccountLmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbAvailCashAccountLmt.Size = new System.Drawing.Size(89, 20);
     this.tbAvailCashAccountLmt.TabIndex = 84;
     this.tbAvailCashAccountLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label77
     //
     this.label77.AutoSize = true;
     this.label77.Location = new System.Drawing.Point(607, 233);
     this.label77.Name = "label77";
     this.label77.Size = new System.Drawing.Size(89, 13);
     this.label77.TabIndex = 76;
     this.label77.Text = "Avail. Cash Lmt. :";
     //
     // btn_product
     //
     this.btn_product.Enabled = false;
     this.btn_product.Location = new System.Drawing.Point(227, 62);
     this.btn_product.Name = "btn_product";
     this.btn_product.Size = new System.Drawing.Size(28, 19);
     this.btn_product.TabIndex = 90;
     this.btn_product.Text = ".......";
     this.btn_product.UseVisualStyleBackColor = true;
     //
     // tbCashCardLmt
     //
     this.tbCashCardLmt.Location = new System.Drawing.Point(698, 210);
     this.tbCashCardLmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbCashCardLmt.MaxLength = 16;
     this.tbCashCardLmt.Name = "tbCashCardLmt";
     this.tbCashCardLmt.ReadOnly = true;
     this.tbCashCardLmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbCashCardLmt.Size = new System.Drawing.Size(89, 20);
     this.tbCashCardLmt.TabIndex = 80;
     this.tbCashCardLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label78
     //
     this.label78.AutoSize = true;
     this.label78.Location = new System.Drawing.Point(636, 215);
     this.label78.Name = "label78";
     this.label78.Size = new System.Drawing.Size(60, 13);
     this.label78.TabIndex = 75;
     this.label78.Text = "Cash Lmt. :";
     //
     // btn_accountnumber
     //
     this.btn_accountnumber.Location = new System.Drawing.Point(227, 42);
     this.btn_accountnumber.Name = "btn_accountnumber";
     this.btn_accountnumber.Size = new System.Drawing.Size(28, 20);
     this.btn_accountnumber.TabIndex = 89;
     this.btn_accountnumber.Text = ".......";
     this.btn_accountnumber.UseVisualStyleBackColor = true;
     this.btn_accountnumber.Click += new System.EventHandler(this.btn_accountnumber_Click);
     //
     // tbAvailCashCardLmt
     //
     this.tbAvailCashCardLmt.Location = new System.Drawing.Point(698, 230);
     this.tbAvailCashCardLmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbAvailCashCardLmt.MaxLength = 16;
     this.tbAvailCashCardLmt.Name = "tbAvailCashCardLmt";
     this.tbAvailCashCardLmt.ReadOnly = true;
     this.tbAvailCashCardLmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbAvailCashCardLmt.Size = new System.Drawing.Size(89, 20);
     this.tbAvailCashCardLmt.TabIndex = 82;
     this.tbAvailCashCardLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // btn_clientcode
     //
     this.btn_clientcode.Location = new System.Drawing.Point(227, 20);
     this.btn_clientcode.Name = "btn_clientcode";
     this.btn_clientcode.Size = new System.Drawing.Size(28, 20);
     this.btn_clientcode.TabIndex = 88;
     this.btn_clientcode.Text = ".......";
     this.btn_clientcode.UseVisualStyleBackColor = true;
     this.btn_clientcode.Click += new System.EventHandler(this.btn_clientcode_Click);
     //
     // tbClientCrLmt
     //
     this.tbClientCrLmt.Location = new System.Drawing.Point(504, 171);
     this.tbClientCrLmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbClientCrLmt.MaxLength = 16;
     this.tbClientCrLmt.Name = "tbClientCrLmt";
     this.tbClientCrLmt.ReadOnly = true;
     this.tbClientCrLmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbClientCrLmt.Size = new System.Drawing.Size(88, 20);
     this.tbClientCrLmt.TabIndex = 55;
     this.tbClientCrLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(397, 274);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(103, 13);
     this.label45.TabIndex = 41;
     this.label45.Text = "Avail. Acct. Cr. Lmt :";
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(426, 174);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(75, 13);
     this.label37.TabIndex = 33;
     this.label37.Text = "Client Cr. Lmt :";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Location = new System.Drawing.Point(411, 255);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(89, 13);
     this.label41.TabIndex = 37;
     this.label41.Text = "Account Cr. Lmt :";
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(397, 194);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(104, 13);
     this.label38.TabIndex = 34;
     this.label38.Text = "Avail. Client Cr. Lmt :";
     //
     // tbAccountCrLmt
     //
     this.tbAccountCrLmt.Location = new System.Drawing.Point(504, 251);
     this.tbAccountCrLmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbAccountCrLmt.MaxLength = 16;
     this.tbAccountCrLmt.Name = "tbAccountCrLmt";
     this.tbAccountCrLmt.ReadOnly = true;
     this.tbAccountCrLmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbAccountCrLmt.Size = new System.Drawing.Size(88, 20);
     this.tbAccountCrLmt.TabIndex = 71;
     this.tbAccountCrLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbAvailClientCrLmt
     //
     this.tbAvailClientCrLmt.Location = new System.Drawing.Point(504, 191);
     this.tbAvailClientCrLmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbAvailClientCrLmt.MaxLength = 16;
     this.tbAvailClientCrLmt.Name = "tbAvailClientCrLmt";
     this.tbAvailClientCrLmt.ReadOnly = true;
     this.tbAvailClientCrLmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbAvailClientCrLmt.Size = new System.Drawing.Size(88, 20);
     this.tbAvailClientCrLmt.TabIndex = 63;
     this.tbAvailClientCrLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbAvailAccountCrLmt
     //
     this.tbAvailAccountCrLmt.Location = new System.Drawing.Point(504, 271);
     this.tbAvailAccountCrLmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbAvailAccountCrLmt.MaxLength = 16;
     this.tbAvailAccountCrLmt.Name = "tbAvailAccountCrLmt";
     this.tbAvailAccountCrLmt.ReadOnly = true;
     this.tbAvailAccountCrLmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbAvailAccountCrLmt.Size = new System.Drawing.Size(88, 20);
     this.tbAvailAccountCrLmt.TabIndex = 72;
     this.tbAvailAccountCrLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Location = new System.Drawing.Point(401, 233);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(100, 13);
     this.label40.TabIndex = 36;
     this.label40.Text = "Avail. Card Cr. Lmt :";
     //
     // tbCardCrLmt
     //
     this.tbCardCrLmt.Location = new System.Drawing.Point(504, 211);
     this.tbCardCrLmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbCardCrLmt.MaxLength = 16;
     this.tbCardCrLmt.Name = "tbCardCrLmt";
     this.tbCardCrLmt.ReadOnly = true;
     this.tbCardCrLmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbCardCrLmt.Size = new System.Drawing.Size(88, 20);
     this.tbCardCrLmt.TabIndex = 61;
     this.tbCardCrLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Location = new System.Drawing.Point(430, 216);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(71, 13);
     this.label39.TabIndex = 35;
     this.label39.Text = "Card Cr. Lmt :";
     //
     // tbAvailCardCrLmt
     //
     this.tbAvailCardCrLmt.Location = new System.Drawing.Point(504, 231);
     this.tbAvailCardCrLmt.Margin = new System.Windows.Forms.Padding(2);
     this.tbAvailCardCrLmt.MaxLength = 16;
     this.tbAvailCardCrLmt.Name = "tbAvailCardCrLmt";
     this.tbAvailCardCrLmt.ReadOnly = true;
     this.tbAvailCardCrLmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.tbAvailCardCrLmt.Size = new System.Drawing.Size(88, 20);
     this.tbAvailCardCrLmt.TabIndex = 64;
     this.tbAvailCardCrLmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tbSMSPhoneNbr
     //
     this.tbSMSPhoneNbr.Location = new System.Drawing.Point(259, 611);
     this.tbSMSPhoneNbr.Margin = new System.Windows.Forms.Padding(2);
     this.tbSMSPhoneNbr.MaxLength = 16;
     this.tbSMSPhoneNbr.Name = "tbSMSPhoneNbr";
     this.tbSMSPhoneNbr.ReadOnly = true;
     this.tbSMSPhoneNbr.Size = new System.Drawing.Size(125, 20);
     this.tbSMSPhoneNbr.TabIndex = 56;
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Location = new System.Drawing.Point(175, 617);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(81, 13);
     this.label42.TabIndex = 28;
     this.label42.Text = "SMS PhoneNbr";
     //
     // btn_transaction
     //
     this.btn_transaction.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.btn_transaction.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btn_transaction.Location = new System.Drawing.Point(1026, 37);
     this.btn_transaction.Name = "btn_transaction";
     this.btn_transaction.Size = new System.Drawing.Size(85, 23);
     this.btn_transaction.TabIndex = 126;
     this.btn_transaction.Text = "Transaction ";
     this.btn_transaction.UseVisualStyleBackColor = false;
     this.btn_transaction.Click += new System.EventHandler(this.btn_transaction_Click);
     //
     // btn_relationship
     //
     this.btn_relationship.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.btn_relationship.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btn_relationship.Location = new System.Drawing.Point(1026, 69);
     this.btn_relationship.Name = "btn_relationship";
     this.btn_relationship.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
     this.btn_relationship.Size = new System.Drawing.Size(85, 23);
     this.btn_relationship.TabIndex = 125;
     this.btn_relationship.Text = "Relationship";
     this.btn_relationship.UseVisualStyleBackColor = false;
     this.btn_relationship.Click += new System.EventHandler(this.btn_relationship_Click);
     //
     // btn_note
     //
     this.btn_note.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.btn_note.Enabled = false;
     this.btn_note.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btn_note.Location = new System.Drawing.Point(1026, 98);
     this.btn_note.Name = "btn_note";
     this.btn_note.Size = new System.Drawing.Size(85, 23);
     this.btn_note.TabIndex = 128;
     this.btn_note.Text = "Note";
     this.btn_note.UseVisualStyleBackColor = false;
     this.btn_note.Click += new System.EventHandler(this.btn_note_Click);
     //
     // btn_authorization
     //
     this.btn_authorization.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.btn_authorization.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btn_authorization.Location = new System.Drawing.Point(1026, 7);
     this.btn_authorization.Name = "btn_authorization";
     this.btn_authorization.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
     this.btn_authorization.Size = new System.Drawing.Size(85, 23);
     this.btn_authorization.TabIndex = 127;
     this.btn_authorization.Text = "Authorization";
     this.btn_authorization.UseVisualStyleBackColor = false;
     this.btn_authorization.Click += new System.EventHandler(this.btn_authorization_Click);
     //
     // btn_transaction_NQH
     //
     this.btn_transaction_NQH.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.btn_transaction_NQH.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btn_transaction_NQH.Location = new System.Drawing.Point(1027, 127);
     this.btn_transaction_NQH.Name = "btn_transaction_NQH";
     this.btn_transaction_NQH.Size = new System.Drawing.Size(85, 40);
     this.btn_transaction_NQH.TabIndex = 130;
     this.btn_transaction_NQH.Text = "Transaction NQH";
     this.btn_transaction_NQH.UseVisualStyleBackColor = false;
     this.btn_transaction_NQH.Click += new System.EventHandler(this.btn_transaction_NQH_Click);
     //
     // Frm_Credit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1116, 744);
     this.Controls.Add(this.btn_transaction_NQH);
     this.Controls.Add(this.btn_note);
     this.Controls.Add(this.btn_authorization);
     this.Controls.Add(this.btn_transaction);
     this.Controls.Add(this.btn_relationship);
     this.Controls.Add(this.grb_infor);
     this.Controls.Add(this.grb_nhapthongtin);
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_Credit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "3-Customer Care Credit";
     this.Load += new System.EventHandler(this.Frm_Credit_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_Credit_KeyDown);
     this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Frm_Credit_KeyPress);
     this.grb_nhapthongtin.ResumeLayout(false);
     this.grb_nhapthongtin.PerformLayout();
     this.grb_infor.ResumeLayout(false);
     this.grb_infor.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelBookingPassengerEventTypeRefCombo   = new System.Windows.Forms.Label();
            this.bookingPassengerEventTypeRefCombo        = new BookingPassengerEventTypeRefCombo();
            this.labelBookingPassengerEventNumber         = new System.Windows.Forms.Label();
            this.maskedTextBoxBookingPassengerEventNumber = new System.Windows.Forms.MaskedTextBox();
            this.labelRemarks           = new System.Windows.Forms.Label();
            this.textBoxRemarks         = new System.Windows.Forms.TextBox();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelBookingPassengerEventTypeRefCombo
            //
            this.labelBookingPassengerEventTypeRefCombo.AutoSize = true;
            this.labelBookingPassengerEventTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelBookingPassengerEventTypeRefCombo.Name     = "labelBookingPassengerEventTypeRefCombo";
            this.labelBookingPassengerEventTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelBookingPassengerEventTypeRefCombo.TabIndex = 2;
            this.labelBookingPassengerEventTypeRefCombo.Text     = "Booking Passenger Event Type:";
            //
            //bookingPassengerEventTypeRefCombo
            //
            this.bookingPassengerEventTypeRefCombo.Location = new System.Drawing.Point(210, 13);
            this.bookingPassengerEventTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.bookingPassengerEventTypeRefCombo.Name     = "bookingPassengerEventTypeRefCombo";
            this.bookingPassengerEventTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.bookingPassengerEventTypeRefCombo.TabIndex = 3;
            //
            // labelBookingPassengerEventNumber
            //
            this.labelBookingPassengerEventNumber.AutoSize = true;
            this.labelBookingPassengerEventNumber.Location = new System.Drawing.Point(11, 36);
            this.labelBookingPassengerEventNumber.Name     = "labelBookingPassengerEventNumber";
            this.labelBookingPassengerEventNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelBookingPassengerEventNumber.TabIndex = 4;
            this.labelBookingPassengerEventNumber.Text     = "Booking Passenger Event Number:";
            //
            //maskedTextBoxBookingPassengerEventNumber
            //
            this.maskedTextBoxBookingPassengerEventNumber.Location = new System.Drawing.Point(210, 36);
            this.maskedTextBoxBookingPassengerEventNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxBookingPassengerEventNumber.Name     = "maskedTextBoxBookingPassengerEventNumber";
            this.maskedTextBoxBookingPassengerEventNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxBookingPassengerEventNumber.TabIndex = 5;
            //
            // labelRemarks
            //
            this.labelRemarks.AutoSize = true;
            this.labelRemarks.Location = new System.Drawing.Point(11, 59);
            this.labelRemarks.Name     = "labelRemarks";
            this.labelRemarks.Size     = new System.Drawing.Size(71, 13);
            this.labelRemarks.TabIndex = 6;
            this.labelRemarks.Text     = "Remarks:";
            //
            //textBoxRemarks
            //
            this.textBoxRemarks.Location = new System.Drawing.Point(210, 59);
            this.textBoxRemarks.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxRemarks.Name     = "textBoxRemarks";
            this.textBoxRemarks.Size     = new System.Drawing.Size(250, 20);
            this.textBoxRemarks.TabIndex = 7;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 82);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 8;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 9;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 10;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(210, 105);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 11;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(368, 128);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(268, 128);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(472, 156);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeBookingPassengerEventEdit";
            this.Text = "Booking Passenger Event Edit";
            this.Controls.Add(this.labelBookingPassengerEventTypeRefCombo);
            this.Controls.Add(this.bookingPassengerEventTypeRefCombo);
            this.Controls.Add(this.labelBookingPassengerEventNumber);
            this.Controls.Add(this.maskedTextBoxBookingPassengerEventNumber);
            this.Controls.Add(this.labelRemarks);
            this.Controls.Add(this.textBoxRemarks);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            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.txtID = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.txtdonvi = new System.Windows.Forms.MaskedTextBox();
     this.txtghichu = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtbieutuong = new System.Windows.Forms.TextBox();
     this.txttenttl = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.txttenttc = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txttentt = new System.Windows.Forms.TextBox();
     this.txtmatt = new System.Windows.Forms.TextBox();
     this.statusStrip2 = new System.Windows.Forms.StatusStrip();
     this.tsslThem = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslSua = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslDong = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // txtID
     //
     this.txtID.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.txtID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtID.Location = new System.Drawing.Point(116, 2);
     this.txtID.Name = "txtID";
     this.txtID.ReadOnly = true;
     this.txtID.Size = new System.Drawing.Size(65, 20);
     this.txtID.TabIndex = 100;
     this.txtID.Text = "0";
     this.txtID.Visible = false;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(26, 132);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(42, 14);
     this.label13.TabIndex = 113;
     this.label13.Text = "Ghi chú";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(26, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(60, 14);
     this.label1.TabIndex = 98;
     this.label1.Text = "Tiền Tệ ID";
     this.label1.Visible = false;
     //
     // txtdonvi
     //
     this.txtdonvi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtdonvi.Location = new System.Drawing.Point(414, 96);
     this.txtdonvi.Mask = "9999999";
     this.txtdonvi.Name = "txtdonvi";
     this.txtdonvi.Size = new System.Drawing.Size(186, 20);
     this.txtdonvi.TabIndex = 5;
     //
     // txtghichu
     //
     this.txtghichu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtghichu.Location = new System.Drawing.Point(115, 132);
     this.txtghichu.MaxLength = 100;
     this.txtghichu.Multiline = true;
     this.txtghichu.Name = "txtghichu";
     this.txtghichu.Size = new System.Drawing.Size(485, 92);
     this.txtghichu.TabIndex = 6;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(25, 37);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(55, 14);
     this.label2.TabIndex = 99;
     this.label2.Text = "Mã tiền tệ";
     //
     // txtbieutuong
     //
     this.txtbieutuong.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtbieutuong.Location = new System.Drawing.Point(115, 96);
     this.txtbieutuong.MaxLength = 100;
     this.txtbieutuong.Name = "txtbieutuong";
     this.txtbieutuong.Size = new System.Drawing.Size(180, 20);
     this.txtbieutuong.TabIndex = 2;
     //
     // txttenttl
     //
     this.txttenttl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txttenttl.Location = new System.Drawing.Point(414, 64);
     this.txttenttl.MaxLength = 100;
     this.txttenttl.Name = "txttenttl";
     this.txttenttl.Size = new System.Drawing.Size(186, 20);
     this.txttenttl.TabIndex = 4;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(25, 66);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(59, 14);
     this.label3.TabIndex = 100;
     this.label3.Text = "Tên tiền tệ";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(325, 98);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(82, 14);
     this.label7.TabIndex = 104;
     this.label7.Text = "Đợn vị làm tròn";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(324, 37);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(84, 14);
     this.label4.TabIndex = 101;
     this.label4.Text = "Tên tiền tệ chẵn";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(26, 98);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(60, 14);
     this.label6.TabIndex = 103;
     this.label6.Text = "Biểu tượng ";
     //
     // txttenttc
     //
     this.txttenttc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txttenttc.Location = new System.Drawing.Point(414, 35);
     this.txttenttc.MaxLength = 100;
     this.txttenttc.Name = "txttenttc";
     this.txttenttc.Size = new System.Drawing.Size(186, 20);
     this.txttenttc.TabIndex = 3;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(325, 70);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(70, 14);
     this.label5.TabIndex = 102;
     this.label5.Text = "Tên tiền tệ lẻ";
     //
     // txttentt
     //
     this.txttentt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txttentt.Location = new System.Drawing.Point(115, 64);
     this.txttentt.MaxLength = 100;
     this.txttentt.Name = "txttentt";
     this.txttentt.Size = new System.Drawing.Size(180, 20);
     this.txttentt.TabIndex = 1;
     //
     // txtmatt
     //
     this.txtmatt.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.txtmatt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtmatt.Location = new System.Drawing.Point(115, 35);
     this.txtmatt.Name = "txtmatt";
     this.txtmatt.ReadOnly = true;
     this.txtmatt.Size = new System.Drawing.Size(180, 20);
     this.txtmatt.TabIndex = 200;
     //
     // statusStrip2
     //
     this.statusStrip2.BackColor = System.Drawing.Color.LightSteelBlue;
     this.statusStrip2.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.statusStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsslThem,
     this.tsslSua,
     this.toolStripStatusLabel6,
     this.tsslDong});
     this.statusStrip2.Location = new System.Drawing.Point(0, 245);
     this.statusStrip2.Name = "statusStrip2";
     this.statusStrip2.Size = new System.Drawing.Size(634, 26);
     this.statusStrip2.TabIndex = 118;
     this.statusStrip2.Text = "statusStrip2";
     //
     // tsslThem
     //
     this.tsslThem.Image = global::GUI.Properties.Resources.Them;
     this.tsslThem.Name = "tsslThem";
     this.tsslThem.Size = new System.Drawing.Size(196, 21);
     this.tsslThem.Spring = true;
     this.tsslThem.Text = "Thêm";
     this.tsslThem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslThem.Click += new System.EventHandler(this.tsslThem_Click);
     this.tsslThem.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslThem.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tsslSua
     //
     this.tsslSua.Image = global::GUI.Properties.Resources.Sua;
     this.tsslSua.Name = "tsslSua";
     this.tsslSua.Size = new System.Drawing.Size(196, 21);
     this.tsslSua.Spring = true;
     this.tsslSua.Text = "Sửa ";
     this.tsslSua.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslSua.Click += new System.EventHandler(this.tsslSua_Click);
     this.tsslSua.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslSua.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripStatusLabel6
     //
     this.toolStripStatusLabel6.Name = "toolStripStatusLabel6";
     this.toolStripStatusLabel6.Size = new System.Drawing.Size(0, 21);
     //
     // tsslDong
     //
     this.tsslDong.Image = global::GUI.Properties.Resources.Tro_ve;
     this.tsslDong.Name = "tsslDong";
     this.tsslDong.Size = new System.Drawing.Size(196, 21);
     this.tsslDong.Spring = true;
     this.tsslDong.Text = "Trở Về";
     this.tsslDong.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslDong.Click += new System.EventHandler(this.tsslDong_Click);
     this.tsslDong.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslDong.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // frmXuly_TienTe
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(634, 271);
     this.ControlBox = false;
     this.Controls.Add(this.txtdonvi);
     this.Controls.Add(this.txtID);
     this.Controls.Add(this.statusStrip2);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.txtbieutuong);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtmatt);
     this.Controls.Add(this.txtghichu);
     this.Controls.Add(this.txttentt);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txttenttc);
     this.Controls.Add(this.txttenttl);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label7);
     this.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "frmXuly_TienTe";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Xử Lý Tiền Tệ";
     this.Load += new System.EventHandler(this.frmXuly_TienTe_Load);
     this.statusStrip2.ResumeLayout(false);
     this.statusStrip2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #28
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftDocumentTypeRefAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftDocumentTypeRefEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftDocumentTypeRefSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeAircraftDocumentTypeRef = new System.Windows.Forms.DataGridView();
            this.labelAircraftDocumentTypeName            = new System.Windows.Forms.Label();
            this.textBoxAircraftDocumentTypeName          = new System.Windows.Forms.TextBox();
            this.labelAircraftDocumentType   = new System.Windows.Forms.Label();
            this.textBoxAircraftDocumentType = new System.Windows.Forms.TextBox();
            this.labelSortOrder         = new System.Windows.Forms.Label();
            this.maskedTextBoxSortOrder = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.labelActiveFlag        = new System.Windows.Forms.Label();
            this.checkBoxActiveFlag     = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAircraftDocumentTypeRef)).BeginInit();
            this.SuspendLayout();
            //
            // labelAircraftDocumentTypeName
            //
            this.labelAircraftDocumentTypeName.AutoSize = true;
            this.labelAircraftDocumentTypeName.Location = new System.Drawing.Point(11, 13);
            this.labelAircraftDocumentTypeName.Name     = "labelAircraftDocumentTypeName";
            this.labelAircraftDocumentTypeName.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftDocumentTypeName.TabIndex = 2;
            this.labelAircraftDocumentTypeName.Text     = "Aircraft Document Type Name:";
            //
            //textBoxAircraftDocumentTypeName
            //
            this.textBoxAircraftDocumentTypeName.Location = new System.Drawing.Point(189, 13);
            this.textBoxAircraftDocumentTypeName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAircraftDocumentTypeName.Name     = "textBoxAircraftDocumentTypeName";
            this.textBoxAircraftDocumentTypeName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAircraftDocumentTypeName.TabIndex = 3;
            //
            // labelAircraftDocumentType
            //
            this.labelAircraftDocumentType.AutoSize = true;
            this.labelAircraftDocumentType.Location = new System.Drawing.Point(11, 36);
            this.labelAircraftDocumentType.Name     = "labelAircraftDocumentType";
            this.labelAircraftDocumentType.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftDocumentType.TabIndex = 4;
            this.labelAircraftDocumentType.Text     = "Aircraft Document Type:";
            //
            //textBoxAircraftDocumentType
            //
            this.textBoxAircraftDocumentType.Location = new System.Drawing.Point(189, 36);
            this.textBoxAircraftDocumentType.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAircraftDocumentType.Name     = "textBoxAircraftDocumentType";
            this.textBoxAircraftDocumentType.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAircraftDocumentType.TabIndex = 5;
            //
            // labelSortOrder
            //
            this.labelSortOrder.AutoSize = true;
            this.labelSortOrder.Location = new System.Drawing.Point(11, 59);
            this.labelSortOrder.Name     = "labelSortOrder";
            this.labelSortOrder.Size     = new System.Drawing.Size(71, 13);
            this.labelSortOrder.TabIndex = 6;
            this.labelSortOrder.Text     = "Sort Order:";
            //
            //maskedTextBoxSortOrder
            //
            this.maskedTextBoxSortOrder.Location = new System.Drawing.Point(189, 59);
            this.maskedTextBoxSortOrder.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxSortOrder.Name     = "maskedTextBoxSortOrder";
            this.maskedTextBoxSortOrder.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxSortOrder.TabIndex = 7;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 8;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(189, 82);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 9;
            //
            // labelActiveFlag
            //
            this.labelActiveFlag.AutoSize = true;
            this.labelActiveFlag.Location = new System.Drawing.Point(11, 105);
            this.labelActiveFlag.Name     = "labelActiveFlag";
            this.labelActiveFlag.Size     = new System.Drawing.Size(71, 13);
            this.labelActiveFlag.TabIndex = 10;
            this.labelActiveFlag.Text     = "Active Flag:";
            //
            //checkBoxActiveFlag
            //
            this.checkBoxActiveFlag.Location = new System.Drawing.Point(189, 105);
            this.checkBoxActiveFlag.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.checkBoxActiveFlag.Name     = "checkBoxActiveFlag";
            this.checkBoxActiveFlag.Size     = new System.Drawing.Size(250, 20);
            this.checkBoxActiveFlag.TabIndex = 11;
            //
            // dataGridViewCrudeAircraftDocumentTypeRef
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeAircraftDocumentTypeRef.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeAircraftDocumentTypeRef.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                                                         | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeAircraftDocumentTypeRef.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeAircraftDocumentTypeRef.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeAircraftDocumentTypeRef.Location      = new System.Drawing.Point(12, 138);
            this.dataGridViewCrudeAircraftDocumentTypeRef.Name          = "dataGridViewCrudeAircraftDocumentTypeRef";
            this.dataGridViewCrudeAircraftDocumentTypeRef.Size          = new System.Drawing.Size(427, 96);
            this.dataGridViewCrudeAircraftDocumentTypeRef.TabIndex      = 0;
            this.dataGridViewCrudeAircraftDocumentTypeRef.ReadOnly      = true;
            this.dataGridViewCrudeAircraftDocumentTypeRef.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeAircraftDocumentTypeRef_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(347, 241);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeAircraftDocumentTypeRefSearch
            //
            this.buttonCrudeAircraftDocumentTypeRefSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftDocumentTypeRefSearch.Location = new System.Drawing.Point(247, 241);
            this.buttonCrudeAircraftDocumentTypeRefSearch.Name     = "buttonCrudeAircraftDocumentTypeRefSearch";
            this.buttonCrudeAircraftDocumentTypeRefSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftDocumentTypeRefSearch.TabIndex = 2;
            this.buttonCrudeAircraftDocumentTypeRefSearch.Text     = "&Search";
            this.buttonCrudeAircraftDocumentTypeRefSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftDocumentTypeRefSearch.Click += new System.EventHandler(this.buttonCrudeAircraftDocumentTypeRefSearch_Click);
            //
            // buttonCrudeAircraftDocumentTypeRefAdd
            //
            this.buttonCrudeAircraftDocumentTypeRefAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftDocumentTypeRefAdd.Location = new System.Drawing.Point(147, 241);
            this.buttonCrudeAircraftDocumentTypeRefAdd.Name     = "buttonCrudeAircraftDocumentTypeRefAdd";
            this.buttonCrudeAircraftDocumentTypeRefAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftDocumentTypeRefAdd.TabIndex = 3;
            this.buttonCrudeAircraftDocumentTypeRefAdd.Text     = "&Add";
            this.buttonCrudeAircraftDocumentTypeRefAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftDocumentTypeRefAdd.Click += new System.EventHandler(this.buttonCrudeAircraftDocumentTypeRefAdd_Click);
            //
            // buttonCrudeAircraftDocumentTypeRefEdit
            //
            this.buttonCrudeAircraftDocumentTypeRefEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftDocumentTypeRefEdit.Location = new System.Drawing.Point(47, 241);
            this.buttonCrudeAircraftDocumentTypeRefEdit.Name     = "buttonCrudeAircraftDocumentTypeRefEdit";
            this.buttonCrudeAircraftDocumentTypeRefEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftDocumentTypeRefEdit.TabIndex = 4;
            this.buttonCrudeAircraftDocumentTypeRefEdit.Text     = "&Edit";
            this.buttonCrudeAircraftDocumentTypeRefEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftDocumentTypeRefEdit.Click += new System.EventHandler(this.buttonCrudeAircraftDocumentTypeRefEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(451, 269);
            this.Controls.Add(this.buttonCrudeAircraftDocumentTypeRefSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeAircraftDocumentTypeRefAdd);
            this.Controls.Add(this.buttonCrudeAircraftDocumentTypeRefEdit);
            this.Controls.Add(this.dataGridViewCrudeAircraftDocumentTypeRef);
            this.Name = "CrudeAircraftDocumentTypeRefSearch";
            this.Text = "Aircraft Document Type Ref Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAircraftDocumentTypeRef)).EndInit();
            this.Controls.Add(this.labelAircraftDocumentTypeName);
            this.Controls.Add(this.textBoxAircraftDocumentTypeName);
            this.Controls.Add(this.labelAircraftDocumentType);
            this.Controls.Add(this.textBoxAircraftDocumentType);
            this.Controls.Add(this.labelSortOrder);
            this.Controls.Add(this.maskedTextBoxSortOrder);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelActiveFlag);
            this.Controls.Add(this.checkBoxActiveFlag);
            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.components = new System.ComponentModel.Container();
     System.Windows.Forms.Label label14;
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmClientes));
     this.grpCampos = new System.Windows.Forms.GroupBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.txtContactoCLI = new System.Windows.Forms.TextBox();
     this.txtNombreCLI = new System.Windows.Forms.TextBox();
     this.txtApellidoCLI = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtTransporteCLI = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtCorreoCLI = new System.Windows.Forms.TextBox();
     this.txtMovilCLI = new System.Windows.Forms.TextBox();
     this.txtTelefonoCLI = new System.Windows.Forms.TextBox();
     this.txtIdClienteCLI = new System.Windows.Forms.TextBox();
     this.txtFechaNacCLI = new System.Windows.Forms.MaskedTextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.txtRazonSocialCLI = new System.Windows.Forms.TextBox();
     this.cmbCondicion = new System.Windows.Forms.ComboBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.txtCUIT = new System.Windows.Forms.TextBox();
     this.gvwDatos = new System.Windows.Forms.DataGridView();
     this.grpBotones = new System.Windows.Forms.GroupBox();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.btnSalir = new System.Windows.Forms.Button();
     this.btnGrabar = new System.Windows.Forms.Button();
     this.btnBorrar = new System.Windows.Forms.Button();
     this.btnEditar = new System.Windows.Forms.Button();
     this.btnNuevo = new System.Windows.Forms.Button();
     this.btnBuscar = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtParametros = new System.Windows.Forms.TextBox();
     this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.txtProvinciaCLI = new System.Windows.Forms.TextBox();
     this.txtLocalidadCLI = new System.Windows.Forms.TextBox();
     this.txtDireccionCLI = new System.Windows.Forms.TextBox();
     label14 = new System.Windows.Forms.Label();
     this.grpCampos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gvwDatos)).BeginInit();
     this.grpBotones.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
     this.bindingNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // label14
     //
     label14.AutoSize = true;
     label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label14.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     label14.Location = new System.Drawing.Point(10, 70);
     label14.Name = "label14";
     label14.Size = new System.Drawing.Size(51, 15);
     label14.TabIndex = 27;
     label14.Text = "Apellido";
     //
     // grpCampos
     //
     this.grpCampos.Controls.Add(this.label9);
     this.grpCampos.Controls.Add(this.label8);
     this.grpCampos.Controls.Add(this.label5);
     this.grpCampos.Controls.Add(this.txtProvinciaCLI);
     this.grpCampos.Controls.Add(this.txtLocalidadCLI);
     this.grpCampos.Controls.Add(this.txtDireccionCLI);
     this.grpCampos.Controls.Add(label14);
     this.grpCampos.Controls.Add(this.label6);
     this.grpCampos.Controls.Add(this.label12);
     this.grpCampos.Controls.Add(this.label10);
     this.grpCampos.Controls.Add(this.label3);
     this.grpCampos.Controls.Add(this.label1);
     this.grpCampos.Controls.Add(this.txtContactoCLI);
     this.grpCampos.Controls.Add(this.txtNombreCLI);
     this.grpCampos.Controls.Add(this.txtApellidoCLI);
     this.grpCampos.Controls.Add(this.label4);
     this.grpCampos.Controls.Add(this.txtTransporteCLI);
     this.grpCampos.Controls.Add(this.label2);
     this.grpCampos.Controls.Add(this.txtCorreoCLI);
     this.grpCampos.Controls.Add(this.txtMovilCLI);
     this.grpCampos.Controls.Add(this.txtTelefonoCLI);
     this.grpCampos.Controls.Add(this.txtIdClienteCLI);
     this.grpCampos.Location = new System.Drawing.Point(12, 199);
     this.grpCampos.Name = "grpCampos";
     this.grpCampos.Size = new System.Drawing.Size(404, 321);
     this.grpCampos.TabIndex = 0;
     this.grpCampos.TabStop = false;
     this.grpCampos.Enter += new System.EventHandler(this.grpCampos_Enter);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label6.Location = new System.Drawing.Point(10, 44);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(52, 15);
     this.label6.TabIndex = 27;
     this.label6.Text = "Nombre";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label12.Location = new System.Drawing.Point(10, 97);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(44, 15);
     this.label12.TabIndex = 25;
     this.label12.Text = "Correo";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label10.Location = new System.Drawing.Point(10, 233);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(36, 15);
     this.label10.TabIndex = 24;
     this.label10.Text = "Móvil";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label3.Location = new System.Drawing.Point(10, 206);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(55, 15);
     this.label3.TabIndex = 24;
     this.label3.Text = "Teléfono";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label1.Location = new System.Drawing.Point(10, 19);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(59, 15);
     this.label1.TabIndex = 17;
     this.label1.Text = "Nº cliente";
     //
     // txtContactoCLI
     //
     this.txtContactoCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtContactoCLI.Location = new System.Drawing.Point(90, 285);
     this.txtContactoCLI.Name = "txtContactoCLI";
     this.txtContactoCLI.Size = new System.Drawing.Size(295, 20);
     this.txtContactoCLI.TabIndex = 10;
     this.txtContactoCLI.TabStop = false;
     this.txtContactoCLI.Visible = false;
     //
     // txtNombreCLI
     //
     this.txtNombreCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtNombreCLI.Location = new System.Drawing.Point(90, 44);
     this.txtNombreCLI.Name = "txtNombreCLI";
     this.txtNombreCLI.Size = new System.Drawing.Size(295, 20);
     this.txtNombreCLI.TabIndex = 1;
     //
     // txtApellidoCLI
     //
     this.txtApellidoCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtApellidoCLI.Location = new System.Drawing.Point(90, 70);
     this.txtApellidoCLI.Name = "txtApellidoCLI";
     this.txtApellidoCLI.Size = new System.Drawing.Size(295, 20);
     this.txtApellidoCLI.TabIndex = 2;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label4.Location = new System.Drawing.Point(10, 260);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(66, 15);
     this.label4.TabIndex = 25;
     this.label4.Text = "Transporte";
     this.label4.Visible = false;
     //
     // txtTransporteCLI
     //
     this.txtTransporteCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtTransporteCLI.Location = new System.Drawing.Point(90, 259);
     this.txtTransporteCLI.Name = "txtTransporteCLI";
     this.txtTransporteCLI.Size = new System.Drawing.Size(295, 20);
     this.txtTransporteCLI.TabIndex = 9;
     this.txtTransporteCLI.TabStop = false;
     this.txtTransporteCLI.Visible = false;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label2.Location = new System.Drawing.Point(10, 285);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(55, 15);
     this.label2.TabIndex = 23;
     this.label2.Text = "Contacto";
     this.label2.Visible = false;
     //
     // txtCorreoCLI
     //
     this.txtCorreoCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
     this.txtCorreoCLI.Location = new System.Drawing.Point(90, 96);
     this.txtCorreoCLI.Name = "txtCorreoCLI";
     this.txtCorreoCLI.Size = new System.Drawing.Size(295, 20);
     this.txtCorreoCLI.TabIndex = 3;
     //
     // txtMovilCLI
     //
     this.txtMovilCLI.Location = new System.Drawing.Point(90, 232);
     this.txtMovilCLI.Name = "txtMovilCLI";
     this.txtMovilCLI.Size = new System.Drawing.Size(295, 20);
     this.txtMovilCLI.TabIndex = 8;
     //
     // txtTelefonoCLI
     //
     this.txtTelefonoCLI.Location = new System.Drawing.Point(90, 206);
     this.txtTelefonoCLI.Name = "txtTelefonoCLI";
     this.txtTelefonoCLI.Size = new System.Drawing.Size(295, 20);
     this.txtTelefonoCLI.TabIndex = 7;
     //
     // txtIdClienteCLI
     //
     this.txtIdClienteCLI.Location = new System.Drawing.Point(90, 18);
     this.txtIdClienteCLI.Name = "txtIdClienteCLI";
     this.txtIdClienteCLI.Size = new System.Drawing.Size(295, 20);
     this.txtIdClienteCLI.TabIndex = 0;
     //
     // txtFechaNacCLI
     //
     this.txtFechaNacCLI.Location = new System.Drawing.Point(127, 552);
     this.txtFechaNacCLI.Mask = "00/00/0000";
     this.txtFechaNacCLI.Name = "txtFechaNacCLI";
     this.txtFechaNacCLI.Size = new System.Drawing.Size(270, 20);
     this.txtFechaNacCLI.TabIndex = 7;
     this.txtFechaNacCLI.TabStop = false;
     this.txtFechaNacCLI.ValidatingType = typeof(System.DateTime);
     this.txtFechaNacCLI.Visible = false;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label11.Location = new System.Drawing.Point(22, 552);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(56, 15);
     this.label11.TabIndex = 23;
     this.label11.Text = "Fecha N.";
     this.label11.Visible = false;
     //
     // txtRazonSocialCLI
     //
     this.txtRazonSocialCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtRazonSocialCLI.Location = new System.Drawing.Point(407, 552);
     this.txtRazonSocialCLI.Name = "txtRazonSocialCLI";
     this.txtRazonSocialCLI.Size = new System.Drawing.Size(200, 20);
     this.txtRazonSocialCLI.TabIndex = 1;
     this.txtRazonSocialCLI.Visible = false;
     //
     // cmbCondicion
     //
     this.cmbCondicion.FormattingEnabled = true;
     this.cmbCondicion.Location = new System.Drawing.Point(270, 527);
     this.cmbCondicion.Name = "cmbCondicion";
     this.cmbCondicion.Size = new System.Drawing.Size(159, 21);
     this.cmbCondicion.TabIndex = 28;
     this.cmbCondicion.TabStop = false;
     this.cmbCondicion.Visible = false;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label13.Location = new System.Drawing.Point(184, 528);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(80, 15);
     this.label13.TabIndex = 27;
     this.label13.Text = "Condicion iva";
     this.label13.Visible = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label7.Location = new System.Drawing.Point(15, 528);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(34, 15);
     this.label7.TabIndex = 18;
     this.label7.Text = "CUIT";
     this.label7.Visible = false;
     //
     // txtCUIT
     //
     this.txtCUIT.Location = new System.Drawing.Point(55, 526);
     this.txtCUIT.Name = "txtCUIT";
     this.txtCUIT.Size = new System.Drawing.Size(121, 20);
     this.txtCUIT.TabIndex = 2;
     this.txtCUIT.TabStop = false;
     this.txtCUIT.Visible = false;
     //
     // gvwDatos
     //
     this.gvwDatos.AllowUserToAddRows = false;
     this.gvwDatos.AllowUserToDeleteRows = false;
     this.gvwDatos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.gvwDatos.Location = new System.Drawing.Point(12, 17);
     this.gvwDatos.Name = "gvwDatos";
     this.gvwDatos.ReadOnly = true;
     this.gvwDatos.Size = new System.Drawing.Size(615, 172);
     this.gvwDatos.TabIndex = 0;
     this.gvwDatos.Text = "DataGridView1";
     //
     // grpBotones
     //
     this.grpBotones.Controls.Add(this.btnCancelar);
     this.grpBotones.Controls.Add(this.btnSalir);
     this.grpBotones.Controls.Add(this.btnGrabar);
     this.grpBotones.Controls.Add(this.btnBorrar);
     this.grpBotones.Controls.Add(this.btnEditar);
     this.grpBotones.Controls.Add(this.btnNuevo);
     this.grpBotones.Controls.Add(this.btnBuscar);
     this.grpBotones.Location = new System.Drawing.Point(427, 259);
     this.grpBotones.Name = "grpBotones";
     this.grpBotones.Size = new System.Drawing.Size(200, 261);
     this.grpBotones.TabIndex = 1;
     this.grpBotones.TabStop = false;
     //
     // btnCancelar
     //
     this.btnCancelar.Location = new System.Drawing.Point(20, 185);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(160, 26);
     this.btnCancelar.TabIndex = 5;
     this.btnCancelar.Text = "Cancelar";
     this.btnCancelar.UseVisualStyleBackColor = true;
     this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
     //
     // btnSalir
     //
     this.btnSalir.Location = new System.Drawing.Point(20, 217);
     this.btnSalir.Name = "btnSalir";
     this.btnSalir.Size = new System.Drawing.Size(160, 26);
     this.btnSalir.TabIndex = 6;
     this.btnSalir.Text = "Salir";
     this.btnSalir.UseVisualStyleBackColor = true;
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // btnGrabar
     //
     this.btnGrabar.Location = new System.Drawing.Point(20, 153);
     this.btnGrabar.Name = "btnGrabar";
     this.btnGrabar.Size = new System.Drawing.Size(160, 26);
     this.btnGrabar.TabIndex = 4;
     this.btnGrabar.Text = "Grabar";
     this.btnGrabar.UseVisualStyleBackColor = true;
     this.btnGrabar.Click += new System.EventHandler(this.btnGrabar_Click);
     //
     // btnBorrar
     //
     this.btnBorrar.Location = new System.Drawing.Point(20, 121);
     this.btnBorrar.Name = "btnBorrar";
     this.btnBorrar.Size = new System.Drawing.Size(160, 26);
     this.btnBorrar.TabIndex = 3;
     this.btnBorrar.Text = "Borrar";
     this.btnBorrar.UseVisualStyleBackColor = true;
     this.btnBorrar.Click += new System.EventHandler(this.btnBorrar_Click);
     //
     // btnEditar
     //
     this.btnEditar.Location = new System.Drawing.Point(20, 89);
     this.btnEditar.Name = "btnEditar";
     this.btnEditar.Size = new System.Drawing.Size(160, 26);
     this.btnEditar.TabIndex = 2;
     this.btnEditar.Text = "Editar";
     this.btnEditar.UseVisualStyleBackColor = true;
     this.btnEditar.Click += new System.EventHandler(this.btnEditar_Click);
     //
     // btnNuevo
     //
     this.btnNuevo.Location = new System.Drawing.Point(20, 57);
     this.btnNuevo.Name = "btnNuevo";
     this.btnNuevo.Size = new System.Drawing.Size(160, 26);
     this.btnNuevo.TabIndex = 1;
     this.btnNuevo.Text = "Nuevo";
     this.btnNuevo.UseVisualStyleBackColor = true;
     this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click);
     //
     // btnBuscar
     //
     this.btnBuscar.Location = new System.Drawing.Point(20, 25);
     this.btnBuscar.Name = "btnBuscar";
     this.btnBuscar.Size = new System.Drawing.Size(160, 26);
     this.btnBuscar.TabIndex = 0;
     this.btnBuscar.Text = "Buscar";
     this.btnBuscar.UseVisualStyleBackColor = true;
     this.btnBuscar.Click += new System.EventHandler(this.btnBuscar_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtParametros);
     this.groupBox1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.groupBox1.Location = new System.Drawing.Point(427, 199);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(200, 54);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Buscar";
     //
     // txtParametros
     //
     this.txtParametros.Location = new System.Drawing.Point(6, 20);
     this.txtParametros.Name = "txtParametros";
     this.txtParametros.Size = new System.Drawing.Size(188, 20);
     this.txtParametros.TabIndex = 0;
     //
     // bindingNavigator1
     //
     this.bindingNavigator1.AddNewItem = null;
     this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
     this.bindingNavigator1.DeleteItem = null;
     this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem,
     this.bindingNavigatorMovePreviousItem,
     this.bindingNavigatorSeparator,
     this.bindingNavigatorPositionItem,
     this.bindingNavigatorCountItem,
     this.bindingNavigatorSeparator1,
     this.bindingNavigatorMoveNextItem,
     this.bindingNavigatorMoveLastItem,
     this.bindingNavigatorSeparator2});
     this.bindingNavigator1.Location = new System.Drawing.Point(0, 532);
     this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
     this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
     this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
     this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.bindingNavigator1.Name = "bindingNavigator1";
     this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
     this.bindingNavigator1.Size = new System.Drawing.Size(639, 25);
     this.bindingNavigator1.TabIndex = 29;
     this.bindingNavigator1.Text = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(38, 22);
     this.bindingNavigatorCountItem.Text = "de {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Número total de elementos";
     //
     // bindingNavigatorMoveFirstItem
     //
     this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
     this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
     this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveFirstItem.Text = "Mover primero";
     //
     // bindingNavigatorMovePreviousItem
     //
     this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
     this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
     this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMovePreviousItem.Text = "Mover anterior";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Posición";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Posición actual";
     //
     // bindingNavigatorSeparator1
     //
     this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
     this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorMoveNextItem
     //
     this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
     this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
     this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveNextItem.Text = "Mover siguiente";
     //
     // bindingNavigatorMoveLastItem
     //
     this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
     this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
     this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorMoveLastItem.Text = "Mover último";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label9.Location = new System.Drawing.Point(10, 175);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(57, 15);
     this.label9.TabIndex = 31;
     this.label9.Text = "Provincia";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label8.Location = new System.Drawing.Point(10, 149);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(61, 15);
     this.label8.TabIndex = 32;
     this.label8.Text = "Localidad";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label5.Location = new System.Drawing.Point(10, 123);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(59, 15);
     this.label5.TabIndex = 33;
     this.label5.Text = "Dirección";
     //
     // txtProvinciaCLI
     //
     this.txtProvinciaCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtProvinciaCLI.Location = new System.Drawing.Point(90, 175);
     this.txtProvinciaCLI.Name = "txtProvinciaCLI";
     this.txtProvinciaCLI.Size = new System.Drawing.Size(295, 20);
     this.txtProvinciaCLI.TabIndex = 6;
     //
     // txtLocalidadCLI
     //
     this.txtLocalidadCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtLocalidadCLI.Location = new System.Drawing.Point(90, 149);
     this.txtLocalidadCLI.Name = "txtLocalidadCLI";
     this.txtLocalidadCLI.Size = new System.Drawing.Size(295, 20);
     this.txtLocalidadCLI.TabIndex = 5;
     //
     // txtDireccionCLI
     //
     this.txtDireccionCLI.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtDireccionCLI.Location = new System.Drawing.Point(90, 123);
     this.txtDireccionCLI.Name = "txtDireccionCLI";
     this.txtDireccionCLI.Size = new System.Drawing.Size(295, 20);
     this.txtDireccionCLI.TabIndex = 4;
     //
     // frmClientes
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(639, 557);
     this.ControlBox = false;
     this.Controls.Add(this.cmbCondicion);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.bindingNavigator1);
     this.Controls.Add(this.txtFechaNacCLI);
     this.Controls.Add(this.grpCampos);
     this.Controls.Add(this.gvwDatos);
     this.Controls.Add(this.grpBotones);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.txtCUIT);
     this.Controls.Add(this.txtRazonSocialCLI);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "frmClientes";
     this.Text = "Clientes";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmClientes_FormClosing);
     this.Load += new System.EventHandler(this.frmClientes_Load);
     this.grpCampos.ResumeLayout(false);
     this.grpCampos.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gvwDatos)).EndInit();
     this.grpBotones.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
     this.bindingNavigator1.ResumeLayout(false);
     this.bindingNavigator1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #30
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeDefaultResourceMeasurementAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeDefaultResourceMeasurementEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeDefaultResourceMeasurementSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeDefaultResourceMeasurement = new System.Windows.Forms.DataGridView();
            this.labelClientWorkingsetBytes           = new System.Windows.Forms.Label();
            this.maskedTextBoxClientWorkingsetBytes   = new System.Windows.Forms.MaskedTextBox();
            this.labelBusinessWorkingsetBytes         = new System.Windows.Forms.Label();
            this.maskedTextBoxBusinessWorkingsetBytes = new System.Windows.Forms.MaskedTextBox();
            this.labelDatabaseSizeBytes         = new System.Windows.Forms.Label();
            this.maskedTextBoxDatabaseSizeBytes = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.DateTimePicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeDefaultResourceMeasurement)).BeginInit();
            this.SuspendLayout();
            //
            // labelClientWorkingsetBytes
            //
            this.labelClientWorkingsetBytes.AutoSize = true;
            this.labelClientWorkingsetBytes.Location = new System.Drawing.Point(11, 13);
            this.labelClientWorkingsetBytes.Name     = "labelClientWorkingsetBytes";
            this.labelClientWorkingsetBytes.Size     = new System.Drawing.Size(71, 13);
            this.labelClientWorkingsetBytes.TabIndex = 2;
            this.labelClientWorkingsetBytes.Text     = "Client Workingset Bytes:";
            //
            //maskedTextBoxClientWorkingsetBytes
            //
            this.maskedTextBoxClientWorkingsetBytes.Location = new System.Drawing.Point(175, 13);
            this.maskedTextBoxClientWorkingsetBytes.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxClientWorkingsetBytes.Name     = "maskedTextBoxClientWorkingsetBytes";
            this.maskedTextBoxClientWorkingsetBytes.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxClientWorkingsetBytes.TabIndex = 3;
            //
            // labelBusinessWorkingsetBytes
            //
            this.labelBusinessWorkingsetBytes.AutoSize = true;
            this.labelBusinessWorkingsetBytes.Location = new System.Drawing.Point(11, 36);
            this.labelBusinessWorkingsetBytes.Name     = "labelBusinessWorkingsetBytes";
            this.labelBusinessWorkingsetBytes.Size     = new System.Drawing.Size(71, 13);
            this.labelBusinessWorkingsetBytes.TabIndex = 4;
            this.labelBusinessWorkingsetBytes.Text     = "Business Workingset Bytes:";
            //
            //maskedTextBoxBusinessWorkingsetBytes
            //
            this.maskedTextBoxBusinessWorkingsetBytes.Location = new System.Drawing.Point(175, 36);
            this.maskedTextBoxBusinessWorkingsetBytes.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxBusinessWorkingsetBytes.Name     = "maskedTextBoxBusinessWorkingsetBytes";
            this.maskedTextBoxBusinessWorkingsetBytes.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxBusinessWorkingsetBytes.TabIndex = 5;
            //
            // labelDatabaseSizeBytes
            //
            this.labelDatabaseSizeBytes.AutoSize = true;
            this.labelDatabaseSizeBytes.Location = new System.Drawing.Point(11, 59);
            this.labelDatabaseSizeBytes.Name     = "labelDatabaseSizeBytes";
            this.labelDatabaseSizeBytes.Size     = new System.Drawing.Size(71, 13);
            this.labelDatabaseSizeBytes.TabIndex = 6;
            this.labelDatabaseSizeBytes.Text     = "Database Size Bytes:";
            //
            //maskedTextBoxDatabaseSizeBytes
            //
            this.maskedTextBoxDatabaseSizeBytes.Location = new System.Drawing.Point(175, 59);
            this.maskedTextBoxDatabaseSizeBytes.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxDatabaseSizeBytes.Name     = "maskedTextBoxDatabaseSizeBytes";
            this.maskedTextBoxDatabaseSizeBytes.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxDatabaseSizeBytes.TabIndex = 7;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 8;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location     = new System.Drawing.Point(175, 82);
            this.dateTimePickerDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name         = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex     = 9;
            this.dateTimePickerDateTime.Checked      = false;
            this.dateTimePickerDateTime.ShowCheckBox = true;
            //
            // dataGridViewCrudeDefaultResourceMeasurement
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeDefaultResourceMeasurement.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeDefaultResourceMeasurement.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                                                            | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeDefaultResourceMeasurement.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeDefaultResourceMeasurement.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeDefaultResourceMeasurement.Location      = new System.Drawing.Point(12, 115);
            this.dataGridViewCrudeDefaultResourceMeasurement.Name          = "dataGridViewCrudeDefaultResourceMeasurement";
            this.dataGridViewCrudeDefaultResourceMeasurement.Size          = new System.Drawing.Size(413, 96);
            this.dataGridViewCrudeDefaultResourceMeasurement.TabIndex      = 0;
            this.dataGridViewCrudeDefaultResourceMeasurement.ReadOnly      = true;
            this.dataGridViewCrudeDefaultResourceMeasurement.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeDefaultResourceMeasurement_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(333, 218);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeDefaultResourceMeasurementSearch
            //
            this.buttonCrudeDefaultResourceMeasurementSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeDefaultResourceMeasurementSearch.Location = new System.Drawing.Point(233, 218);
            this.buttonCrudeDefaultResourceMeasurementSearch.Name     = "buttonCrudeDefaultResourceMeasurementSearch";
            this.buttonCrudeDefaultResourceMeasurementSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeDefaultResourceMeasurementSearch.TabIndex = 2;
            this.buttonCrudeDefaultResourceMeasurementSearch.Text     = "&Search";
            this.buttonCrudeDefaultResourceMeasurementSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeDefaultResourceMeasurementSearch.Click += new System.EventHandler(this.buttonCrudeDefaultResourceMeasurementSearch_Click);
            //
            // buttonCrudeDefaultResourceMeasurementAdd
            //
            this.buttonCrudeDefaultResourceMeasurementAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeDefaultResourceMeasurementAdd.Location = new System.Drawing.Point(133, 218);
            this.buttonCrudeDefaultResourceMeasurementAdd.Name     = "buttonCrudeDefaultResourceMeasurementAdd";
            this.buttonCrudeDefaultResourceMeasurementAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeDefaultResourceMeasurementAdd.TabIndex = 3;
            this.buttonCrudeDefaultResourceMeasurementAdd.Text     = "&Add";
            this.buttonCrudeDefaultResourceMeasurementAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeDefaultResourceMeasurementAdd.Click += new System.EventHandler(this.buttonCrudeDefaultResourceMeasurementAdd_Click);
            //
            // buttonCrudeDefaultResourceMeasurementEdit
            //
            this.buttonCrudeDefaultResourceMeasurementEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeDefaultResourceMeasurementEdit.Location = new System.Drawing.Point(33, 218);
            this.buttonCrudeDefaultResourceMeasurementEdit.Name     = "buttonCrudeDefaultResourceMeasurementEdit";
            this.buttonCrudeDefaultResourceMeasurementEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeDefaultResourceMeasurementEdit.TabIndex = 4;
            this.buttonCrudeDefaultResourceMeasurementEdit.Text     = "&Edit";
            this.buttonCrudeDefaultResourceMeasurementEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeDefaultResourceMeasurementEdit.Click += new System.EventHandler(this.buttonCrudeDefaultResourceMeasurementEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(437, 246);
            this.Controls.Add(this.buttonCrudeDefaultResourceMeasurementSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeDefaultResourceMeasurementAdd);
            this.Controls.Add(this.buttonCrudeDefaultResourceMeasurementEdit);
            this.Controls.Add(this.dataGridViewCrudeDefaultResourceMeasurement);
            this.Name = "CrudeDefaultResourceMeasurementSearch";
            this.Text = "Default Resource Measurement Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeDefaultResourceMeasurement)).EndInit();
            this.Controls.Add(this.labelClientWorkingsetBytes);
            this.Controls.Add(this.maskedTextBoxClientWorkingsetBytes);
            this.Controls.Add(this.labelBusinessWorkingsetBytes);
            this.Controls.Add(this.maskedTextBoxBusinessWorkingsetBytes);
            this.Controls.Add(this.labelDatabaseSizeBytes);
            this.Controls.Add(this.maskedTextBoxDatabaseSizeBytes);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            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.button3 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.dtFrom = new System.Windows.Forms.DateTimePicker();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.dtTo = new System.Windows.Forms.DateTimePicker();
     this.label7 = new System.Windows.Forms.Label();
     this.tbFh = new System.Windows.Forms.MaskedTextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbFs = new System.Windows.Forms.MaskedTextBox();
     this.tbTm = new System.Windows.Forms.MaskedTextBox();
     this.tbFm = new System.Windows.Forms.MaskedTextBox();
     this.tbTs = new System.Windows.Forms.MaskedTextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.tbTh = new System.Windows.Forms.MaskedTextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(107, 201);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 64;
     this.button3.Text = "Cancel";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(12, 201);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 63;
     this.button2.Text = "Extract";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(74, 13);
     this.textBox1.Name = "textBox1";
     this.textBox1.ReadOnly = true;
     this.textBox1.Size = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 62;
     this.textBox1.Text = "NAB";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(13, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 61;
     this.label1.Text = "Institution:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.dtFrom);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.dtTo);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.tbFh);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.tbFs);
     this.groupBox1.Controls.Add(this.tbTm);
     this.groupBox1.Controls.Add(this.tbFm);
     this.groupBox1.Controls.Add(this.tbTs);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.tbTh);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Location = new System.Drawing.Point(12, 91);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(520, 93);
     this.groupBox1.TabIndex = 60;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Option";
     //
     // dtFrom
     //
     this.dtFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtFrom.Location = new System.Drawing.Point(95, 28);
     this.dtFrom.Name = "dtFrom";
     this.dtFrom.Size = new System.Drawing.Size(89, 20);
     this.dtFrom.TabIndex = 7;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(27, 30);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(54, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "From date";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(27, 54);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 5;
     this.label3.Text = "To date";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(303, 54);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(17, 13);
     this.label6.TabIndex = 51;
     this.label6.Text = "ss";
     //
     // dtTo
     //
     this.dtTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtTo.Location = new System.Drawing.Point(95, 50);
     this.dtTo.Name = "dtTo";
     this.dtTo.Size = new System.Drawing.Size(89, 20);
     this.dtTo.TabIndex = 8;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(251, 54);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(17, 13);
     this.label7.TabIndex = 50;
     this.label7.Text = "mi";
     //
     // tbFh
     //
     this.tbFh.Location = new System.Drawing.Point(217, 29);
     this.tbFh.Mask = "00";
     this.tbFh.Name = "tbFh";
     this.tbFh.Size = new System.Drawing.Size(33, 20);
     this.tbFh.TabIndex = 40;
     this.tbFh.Text = "23";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(184, 54);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(31, 13);
     this.label8.TabIndex = 49;
     this.label8.Text = "hh24";
     //
     // tbFs
     //
     this.tbFs.Location = new System.Drawing.Point(321, 29);
     this.tbFs.Mask = "00";
     this.tbFs.Name = "tbFs";
     this.tbFs.Size = new System.Drawing.Size(33, 20);
     this.tbFs.TabIndex = 42;
     this.tbFs.Text = "00";
     //
     // tbTm
     //
     this.tbTm.Location = new System.Drawing.Point(270, 51);
     this.tbTm.Mask = "00";
     this.tbTm.Name = "tbTm";
     this.tbTm.Size = new System.Drawing.Size(33, 20);
     this.tbTm.TabIndex = 46;
     this.tbTm.Text = "59";
     //
     // tbFm
     //
     this.tbFm.Location = new System.Drawing.Point(270, 29);
     this.tbFm.Mask = "00";
     this.tbFm.Name = "tbFm";
     this.tbFm.Size = new System.Drawing.Size(33, 20);
     this.tbFm.TabIndex = 41;
     this.tbFm.Text = "00";
     //
     // tbTs
     //
     this.tbTs.Location = new System.Drawing.Point(321, 51);
     this.tbTs.Mask = "00";
     this.tbTs.Name = "tbTs";
     this.tbTs.Size = new System.Drawing.Size(33, 20);
     this.tbTs.TabIndex = 47;
     this.tbTs.Text = "59";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(184, 32);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(31, 13);
     this.label10.TabIndex = 44;
     this.label10.Text = "hh24";
     //
     // tbTh
     //
     this.tbTh.Location = new System.Drawing.Point(217, 51);
     this.tbTh.Mask = "00";
     this.tbTh.Name = "tbTh";
     this.tbTh.Size = new System.Drawing.Size(33, 20);
     this.tbTh.TabIndex = 43;
     this.tbTh.Text = "22";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(251, 32);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(17, 13);
     this.label9.TabIndex = 45;
     this.label9.Text = "mi";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(303, 32);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(17, 13);
     this.label5.TabIndex = 48;
     this.label5.Text = "ss";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(375, 29);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(124, 13);
     this.label4.TabIndex = 52;
     this.label4.Text = "(mm/dd/yyyy hh24:mi:ss)";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(375, 54);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(124, 13);
     this.label11.TabIndex = 52;
     this.label11.Text = "(mm/dd/yyyy hh24:mi:ss)";
     //
     // frmOutputDisputeTransaction
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(534, 241);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox1);
     this.Name = "frmOutputDisputeTransaction";
     this.Text = "OutputDisputeTransaction";
     this.Load += new System.EventHandler(this.frmOutputDisputeTransaction_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #32
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeDefaultTestRunAdd      = new System.Windows.Forms.Button();
            this.buttonCrudeDefaultTestRunEdit     = new System.Windows.Forms.Button();
            this.buttonCrudeDefaultTestRunSearch   = new System.Windows.Forms.Button();
            this.dataGridViewCrudeDefaultTestRun   = new System.Windows.Forms.DataGridView();
            this.labelDefaultTestRunResultRefCombo = new System.Windows.Forms.Label();
            this.defaultTestRunResultRefCombo      = new DefaultTestRunResultRefCombo();
            this.labelResult                      = new System.Windows.Forms.Label();
            this.textBoxResult                    = new System.Windows.Forms.TextBox();
            this.labelElapsedMilliseconds         = new System.Windows.Forms.Label();
            this.maskedTextBoxElapsedMilliseconds = new System.Windows.Forms.MaskedTextBox();
            this.labelStartDateTime               = new System.Windows.Forms.Label();
            this.dateTimePickerStartDateTime      = new System.Windows.Forms.DateTimePicker();
            this.labelEndDateTime                 = new System.Windows.Forms.Label();
            this.dateTimePickerEndDateTime        = new System.Windows.Forms.DateTimePicker();
            this.labelDateTime                    = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime           = new System.Windows.Forms.DateTimePicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeDefaultTestRun)).BeginInit();
            this.SuspendLayout();
            //
            // labelDefaultTestRunResultRefCombo
            //
            this.labelDefaultTestRunResultRefCombo.AutoSize = true;
            this.labelDefaultTestRunResultRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelDefaultTestRunResultRefCombo.Name     = "labelDefaultTestRunResultRefCombo";
            this.labelDefaultTestRunResultRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelDefaultTestRunResultRefCombo.TabIndex = 2;
            this.labelDefaultTestRunResultRefCombo.Text     = "Default Test Run Result:";
            //
            //defaultTestRunResultRefCombo
            //
            this.defaultTestRunResultRefCombo.Location = new System.Drawing.Point(161, 13);
            this.defaultTestRunResultRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.defaultTestRunResultRefCombo.Name     = "defaultTestRunResultRefCombo";
            this.defaultTestRunResultRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.defaultTestRunResultRefCombo.TabIndex = 3;
            //
            // labelResult
            //
            this.labelResult.AutoSize = true;
            this.labelResult.Location = new System.Drawing.Point(11, 36);
            this.labelResult.Name     = "labelResult";
            this.labelResult.Size     = new System.Drawing.Size(71, 13);
            this.labelResult.TabIndex = 4;
            this.labelResult.Text     = "Result:";
            //
            //textBoxResult
            //
            this.textBoxResult.Location = new System.Drawing.Point(161, 36);
            this.textBoxResult.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxResult.Name     = "textBoxResult";
            this.textBoxResult.Size     = new System.Drawing.Size(250, 20);
            this.textBoxResult.TabIndex = 5;
            //
            // labelElapsedMilliseconds
            //
            this.labelElapsedMilliseconds.AutoSize = true;
            this.labelElapsedMilliseconds.Location = new System.Drawing.Point(11, 59);
            this.labelElapsedMilliseconds.Name     = "labelElapsedMilliseconds";
            this.labelElapsedMilliseconds.Size     = new System.Drawing.Size(71, 13);
            this.labelElapsedMilliseconds.TabIndex = 6;
            this.labelElapsedMilliseconds.Text     = "Elapsed Milliseconds:";
            //
            //maskedTextBoxElapsedMilliseconds
            //
            this.maskedTextBoxElapsedMilliseconds.Location = new System.Drawing.Point(161, 59);
            this.maskedTextBoxElapsedMilliseconds.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxElapsedMilliseconds.Name     = "maskedTextBoxElapsedMilliseconds";
            this.maskedTextBoxElapsedMilliseconds.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxElapsedMilliseconds.TabIndex = 7;
            //
            // labelStartDateTime
            //
            this.labelStartDateTime.AutoSize = true;
            this.labelStartDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelStartDateTime.Name     = "labelStartDateTime";
            this.labelStartDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelStartDateTime.TabIndex = 8;
            this.labelStartDateTime.Text     = "Start Date Time:";
            //
            //dateTimePickerStartDateTime
            //
            this.dateTimePickerStartDateTime.Location     = new System.Drawing.Point(161, 82);
            this.dateTimePickerStartDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerStartDateTime.Name         = "dateTimePickerStartDateTime";
            this.dateTimePickerStartDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerStartDateTime.TabIndex     = 9;
            this.dateTimePickerStartDateTime.Checked      = false;
            this.dateTimePickerStartDateTime.ShowCheckBox = true;
            //
            // labelEndDateTime
            //
            this.labelEndDateTime.AutoSize = true;
            this.labelEndDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelEndDateTime.Name     = "labelEndDateTime";
            this.labelEndDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelEndDateTime.TabIndex = 10;
            this.labelEndDateTime.Text     = "End Date Time:";
            //
            //dateTimePickerEndDateTime
            //
            this.dateTimePickerEndDateTime.Location     = new System.Drawing.Point(161, 105);
            this.dateTimePickerEndDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerEndDateTime.Name         = "dateTimePickerEndDateTime";
            this.dateTimePickerEndDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerEndDateTime.TabIndex     = 11;
            this.dateTimePickerEndDateTime.Checked      = false;
            this.dateTimePickerEndDateTime.ShowCheckBox = true;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 12;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location     = new System.Drawing.Point(161, 128);
            this.dateTimePickerDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name         = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex     = 13;
            this.dateTimePickerDateTime.Checked      = false;
            this.dateTimePickerDateTime.ShowCheckBox = true;
            //
            // dataGridViewCrudeDefaultTestRun
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeDefaultTestRun.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeDefaultTestRun.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                                                | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeDefaultTestRun.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeDefaultTestRun.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeDefaultTestRun.Location      = new System.Drawing.Point(12, 161);
            this.dataGridViewCrudeDefaultTestRun.Name          = "dataGridViewCrudeDefaultTestRun";
            this.dataGridViewCrudeDefaultTestRun.Size          = new System.Drawing.Size(399, 96);
            this.dataGridViewCrudeDefaultTestRun.TabIndex      = 0;
            this.dataGridViewCrudeDefaultTestRun.ReadOnly      = true;
            this.dataGridViewCrudeDefaultTestRun.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeDefaultTestRun_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(319, 264);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeDefaultTestRunSearch
            //
            this.buttonCrudeDefaultTestRunSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeDefaultTestRunSearch.Location = new System.Drawing.Point(219, 264);
            this.buttonCrudeDefaultTestRunSearch.Name     = "buttonCrudeDefaultTestRunSearch";
            this.buttonCrudeDefaultTestRunSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeDefaultTestRunSearch.TabIndex = 2;
            this.buttonCrudeDefaultTestRunSearch.Text     = "&Search";
            this.buttonCrudeDefaultTestRunSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeDefaultTestRunSearch.Click += new System.EventHandler(this.buttonCrudeDefaultTestRunSearch_Click);
            //
            // buttonCrudeDefaultTestRunAdd
            //
            this.buttonCrudeDefaultTestRunAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeDefaultTestRunAdd.Location = new System.Drawing.Point(119, 264);
            this.buttonCrudeDefaultTestRunAdd.Name     = "buttonCrudeDefaultTestRunAdd";
            this.buttonCrudeDefaultTestRunAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeDefaultTestRunAdd.TabIndex = 3;
            this.buttonCrudeDefaultTestRunAdd.Text     = "&Add";
            this.buttonCrudeDefaultTestRunAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeDefaultTestRunAdd.Click += new System.EventHandler(this.buttonCrudeDefaultTestRunAdd_Click);
            //
            // buttonCrudeDefaultTestRunEdit
            //
            this.buttonCrudeDefaultTestRunEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeDefaultTestRunEdit.Location = new System.Drawing.Point(19, 264);
            this.buttonCrudeDefaultTestRunEdit.Name     = "buttonCrudeDefaultTestRunEdit";
            this.buttonCrudeDefaultTestRunEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeDefaultTestRunEdit.TabIndex = 4;
            this.buttonCrudeDefaultTestRunEdit.Text     = "&Edit";
            this.buttonCrudeDefaultTestRunEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeDefaultTestRunEdit.Click += new System.EventHandler(this.buttonCrudeDefaultTestRunEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(423, 292);
            this.Controls.Add(this.buttonCrudeDefaultTestRunSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeDefaultTestRunAdd);
            this.Controls.Add(this.buttonCrudeDefaultTestRunEdit);
            this.Controls.Add(this.dataGridViewCrudeDefaultTestRun);
            this.Name = "CrudeDefaultTestRunSearch";
            this.Text = "Default Test Run Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeDefaultTestRun)).EndInit();
            this.Controls.Add(this.labelDefaultTestRunResultRefCombo);
            this.Controls.Add(this.defaultTestRunResultRefCombo);
            this.Controls.Add(this.labelResult);
            this.Controls.Add(this.textBoxResult);
            this.Controls.Add(this.labelElapsedMilliseconds);
            this.Controls.Add(this.maskedTextBoxElapsedMilliseconds);
            this.Controls.Add(this.labelStartDateTime);
            this.Controls.Add(this.dateTimePickerStartDateTime);
            this.Controls.Add(this.labelEndDateTime);
            this.Controls.Add(this.dateTimePickerEndDateTime);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            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.gbLogIn = new System.Windows.Forms.GroupBox();
     this.lbPassword = new System.Windows.Forms.Label();
     this.tbPassword = new System.Windows.Forms.TextBox();
     this.btLogin = new System.Windows.Forms.Button();
     this.lbGebruiksnaam = new System.Windows.Forms.Label();
     this.tbGebruiksnaam = new System.Windows.Forms.TextBox();
     this.gbAlles = new System.Windows.Forms.GroupBox();
     this.tbKlant = new System.Windows.Forms.TabControl();
     this.TabKlant = new System.Windows.Forms.TabPage();
     this.gbProducten = new System.Windows.Forms.GroupBox();
     this.btProductToevoegenKlant = new System.Windows.Forms.Button();
     this.Producten = new System.Windows.Forms.ListBox();
     this.gbTickets = new System.Windows.Forms.GroupBox();
     this.btTicketToevoegenKlant = new System.Windows.Forms.Button();
     this.liTickets = new System.Windows.Forms.ListBox();
     this.gbZoekresultaten = new System.Windows.Forms.GroupBox();
     this.liZoekresultatenKlant = new System.Windows.Forms.ListBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btVeldenVerwijderenKlant = new System.Windows.Forms.Button();
     this.lbKlantnummerKlant = new System.Windows.Forms.Label();
     this.btVerwijderKlant = new System.Windows.Forms.Button();
     this.btWijzigKlant = new System.Windows.Forms.Button();
     this.btZoekenKlant = new System.Windows.Forms.Button();
     this.btVoegToeKlant = new System.Windows.Forms.Button();
     this.label11 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.tbEmailKlant = new System.Windows.Forms.TextBox();
     this.tbTelefoonnummerKlant = new System.Windows.Forms.TextBox();
     this.tbLandKlant = new System.Windows.Forms.TextBox();
     this.tbPlaatsKlant = new System.Windows.Forms.TextBox();
     this.tbPostcodeKlant = new System.Windows.Forms.TextBox();
     this.tbHuisnummerKlant = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.tbStraatKlant = new System.Windows.Forms.TextBox();
     this.tbAchternaamKlant = new System.Windows.Forms.TextBox();
     this.tbTussenvoegselKlant = new System.Windows.Forms.TextBox();
     this.tbVoornaamKlant = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.TabProductRegistratie = new System.Windows.Forms.TabPage();
     this.gbOphaalBox = new System.Windows.Forms.GroupBox();
     this.label37 = new System.Windows.Forms.Label();
     this.cbGeselecteerdeAfdR = new System.Windows.Forms.ComboBox();
     this.btProductOphaalLijstR = new System.Windows.Forms.Button();
     this.gbProductToevoegen = new System.Windows.Forms.GroupBox();
     this.label47 = new System.Windows.Forms.Label();
     this.lbProductenTP = new System.Windows.Forms.ListBox();
     this.tbGarantieTP = new System.Windows.Forms.TextBox();
     this.btProductToevoegenProductTP = new System.Windows.Forms.Button();
     this.lbOmschrijvingProduct = new System.Windows.Forms.Label();
     this.tbOmschrijvingProductTP = new System.Windows.Forms.TextBox();
     this.lbGarantieProduct = new System.Windows.Forms.Label();
     this.lbSerienummerProduct = new System.Windows.Forms.Label();
     this.tbSerienummerTP = new System.Windows.Forms.TextBox();
     this.gbTicketEnProduct = new System.Windows.Forms.GroupBox();
     this.lantnummerTP = new System.Windows.Forms.TextBox();
     this.label48 = new System.Windows.Forms.Label();
     this.label21 = new System.Windows.Forms.Label();
     this.label22 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.tbEmailTP = new System.Windows.Forms.TextBox();
     this.tbTelefoonnummerTP = new System.Windows.Forms.TextBox();
     this.tbLandTP = new System.Windows.Forms.TextBox();
     this.tbPlaatsTP = new System.Windows.Forms.TextBox();
     this.tbPostcodeTP = new System.Windows.Forms.TextBox();
     this.tbHuisnummerTP = new System.Windows.Forms.TextBox();
     this.label27 = new System.Windows.Forms.Label();
     this.tbStraatTP = new System.Windows.Forms.TextBox();
     this.tbAchternaamTP = new System.Windows.Forms.TextBox();
     this.tbTussenvoegselTP = new System.Windows.Forms.TextBox();
     this.tbVoornaamTP = new System.Windows.Forms.TextBox();
     this.label28 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.label30 = new System.Windows.Forms.Label();
     this.TabTicketRegistratie = new System.Windows.Forms.TabPage();
     this.gbTicketRegistratie = new System.Windows.Forms.GroupBox();
     this.tabRegistratie = new System.Windows.Forms.TabControl();
     this.tabTicketReg = new System.Windows.Forms.TabPage();
     this.tbNieuweMeldingTR = new System.Windows.Forms.TextBox();
     this.label50 = new System.Windows.Forms.Label();
     this.btVoegTicketRegToeTR = new System.Windows.Forms.Button();
     this.tbOudeMeldingTR = new System.Windows.Forms.TextBox();
     this.tbMedewerkerNummerTR = new System.Windows.Forms.TextBox();
     this.label52 = new System.Windows.Forms.Label();
     this.dtpDatumTR = new System.Windows.Forms.DateTimePicker();
     this.label53 = new System.Windows.Forms.Label();
     this.label54 = new System.Windows.Forms.Label();
     this.label55 = new System.Windows.Forms.Label();
     this.tabReparatieReg = new System.Windows.Forms.TabPage();
     this.gbVervangenOnderdelen = new System.Windows.Forms.GroupBox();
     this.btVoegVervOnderdToeRR = new System.Windows.Forms.Button();
     this.label56 = new System.Windows.Forms.Label();
     this.tbVervOnderdKostenRR = new System.Windows.Forms.TextBox();
     this.label51 = new System.Windows.Forms.Label();
     this.tbVervangenOnderdeelRR = new System.Windows.Forms.TextBox();
     this.cbVervangenOnderdelenRR = new System.Windows.Forms.ComboBox();
     this.label35 = new System.Windows.Forms.Label();
     this.tbNieuweMeldingRR = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.btVoegTicketRegToeR = new System.Windows.Forms.Button();
     this.mtbGewerkteUrenR = new System.Windows.Forms.MaskedTextBox();
     this.label33 = new System.Windows.Forms.Label();
     this.tbOudeMeldingenRR = new System.Windows.Forms.TextBox();
     this.tbMedewerkerNummerR = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.dtpDatumR = new System.Windows.Forms.DateTimePicker();
     this.label31 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.lbTicketNummerR = new System.Windows.Forms.Label();
     this.gbTicketInfoTR = new System.Windows.Forms.GroupBox();
     this.cbProductSerienummersR = new System.Windows.Forms.ComboBox();
     this.tbVerw88ReparatieTijd = new System.Windows.Forms.TextBox();
     this.label58 = new System.Windows.Forms.Label();
     this.tbLocatieR = new System.Windows.Forms.TextBox();
     this.gbLocatieR = new System.Windows.Forms.GroupBox();
     this.label57 = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.lbTicketsOpAfdelingR = new System.Windows.Forms.ListBox();
     this.label36 = new System.Windows.Forms.Label();
     this.cbCategorieR = new System.Windows.Forms.ComboBox();
     this.label49 = new System.Windows.Forms.Label();
     this.cbTicketStatus = new System.Windows.Forms.ComboBox();
     this.tbVerw88Kosten = new System.Windows.Forms.TextBox();
     this.gbKlantInfoTicket = new System.Windows.Forms.GroupBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.tbKlantTelnrR = new System.Windows.Forms.TextBox();
     this.tbKlantnaamR = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbKlantnummerR = new System.Windows.Forms.TextBox();
     this.label34 = new System.Windows.Forms.Label();
     this.btWijzigTicketR = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.tbProbleemR = new System.Windows.Forms.TextBox();
     this.tbTicketnummerR = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.TabAdministrator = new System.Windows.Forms.TabPage();
     this.gbManagementInfoAdmin = new System.Windows.Forms.GroupBox();
     this.lbFacturen = new System.Windows.Forms.ListBox();
     this.gbMedewerkerAdmin = new System.Windows.Forms.GroupBox();
     this.gbMedLijst = new System.Windows.Forms.GroupBox();
     this.lbMedewerkers = new System.Windows.Forms.ListBox();
     this.tbAfdelingMedewerkerAdmin = new System.Windows.Forms.TextBox();
     this.cbFunctieMedewerkerAdmin = new System.Windows.Forms.ComboBox();
     this.btVoegMedewerkerToeAdmin = new System.Windows.Forms.Button();
     this.label59 = new System.Windows.Forms.Label();
     this.btVerwijderMedewerkerAdmin = new System.Windows.Forms.Button();
     this.btBewerkMedewerkerAdmin = new System.Windows.Forms.Button();
     this.btZoekMedewerkerAdmin = new System.Windows.Forms.Button();
     this.tbTelefoonnummerAdmin = new System.Windows.Forms.TextBox();
     this.label43 = new System.Windows.Forms.Label();
     this.tbPaswoordAdmin = new System.Windows.Forms.TextBox();
     this.label42 = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.label40 = new System.Windows.Forms.Label();
     this.tbNaamAdmin = new System.Windows.Forms.TextBox();
     this.label39 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.tbMedewerkernummerAdmin = new System.Windows.Forms.TextBox();
     this.tbKlantnummerSnel = new System.Windows.Forms.TextBox();
     this.lbKlantnummerSnel = new System.Windows.Forms.Label();
     this.tbTicketnummerSnel = new System.Windows.Forms.TextBox();
     this.btZoekenSnel = new System.Windows.Forms.Button();
     this.lbTicketnummerSnel = new System.Windows.Forms.Label();
     this.btUitloggen = new System.Windows.Forms.Button();
     this.gbLogIn.SuspendLayout();
     this.gbAlles.SuspendLayout();
     this.tbKlant.SuspendLayout();
     this.TabKlant.SuspendLayout();
     this.gbProducten.SuspendLayout();
     this.gbTickets.SuspendLayout();
     this.gbZoekresultaten.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.TabProductRegistratie.SuspendLayout();
     this.gbOphaalBox.SuspendLayout();
     this.gbProductToevoegen.SuspendLayout();
     this.gbTicketEnProduct.SuspendLayout();
     this.TabTicketRegistratie.SuspendLayout();
     this.gbTicketRegistratie.SuspendLayout();
     this.tabRegistratie.SuspendLayout();
     this.tabTicketReg.SuspendLayout();
     this.tabReparatieReg.SuspendLayout();
     this.gbVervangenOnderdelen.SuspendLayout();
     this.gbTicketInfoTR.SuspendLayout();
     this.gbLocatieR.SuspendLayout();
     this.gbKlantInfoTicket.SuspendLayout();
     this.TabAdministrator.SuspendLayout();
     this.gbManagementInfoAdmin.SuspendLayout();
     this.gbMedewerkerAdmin.SuspendLayout();
     this.gbMedLijst.SuspendLayout();
     this.SuspendLayout();
     //
     // gbLogIn
     //
     this.gbLogIn.Controls.Add(this.lbPassword);
     this.gbLogIn.Controls.Add(this.tbPassword);
     this.gbLogIn.Controls.Add(this.btLogin);
     this.gbLogIn.Controls.Add(this.lbGebruiksnaam);
     this.gbLogIn.Controls.Add(this.tbGebruiksnaam);
     this.gbLogIn.ForeColor = System.Drawing.Color.White;
     this.gbLogIn.Location = new System.Drawing.Point(541, 71);
     this.gbLogIn.Name = "gbLogIn";
     this.gbLogIn.Size = new System.Drawing.Size(352, 242);
     this.gbLogIn.TabIndex = 0;
     this.gbLogIn.TabStop = false;
     this.gbLogIn.Text = "Inloggen";
     //
     // lbPassword
     //
     this.lbPassword.AutoSize = true;
     this.lbPassword.ForeColor = System.Drawing.Color.White;
     this.lbPassword.Location = new System.Drawing.Point(53, 110);
     this.lbPassword.Name = "lbPassword";
     this.lbPassword.Size = new System.Drawing.Size(71, 13);
     this.lbPassword.TabIndex = 4;
     this.lbPassword.Text = "Wachtwoord:";
     //
     // tbPassword
     //
     this.tbPassword.Location = new System.Drawing.Point(127, 107);
     this.tbPassword.Name = "tbPassword";
     this.tbPassword.Size = new System.Drawing.Size(100, 20);
     this.tbPassword.TabIndex = 3;
     this.tbPassword.UseSystemPasswordChar = true;
     //
     // btLogin
     //
     this.btLogin.BackColor = System.Drawing.Color.Transparent;
     this.btLogin.ForeColor = System.Drawing.Color.Black;
     this.btLogin.Location = new System.Drawing.Point(127, 140);
     this.btLogin.Name = "btLogin";
     this.btLogin.Size = new System.Drawing.Size(100, 23);
     this.btLogin.TabIndex = 2;
     this.btLogin.Text = "Inloggen";
     this.btLogin.UseVisualStyleBackColor = false;
     this.btLogin.Click += new System.EventHandler(this.btLogin_Click);
     //
     // lbGebruiksnaam
     //
     this.lbGebruiksnaam.AutoSize = true;
     this.lbGebruiksnaam.ForeColor = System.Drawing.Color.White;
     this.lbGebruiksnaam.Location = new System.Drawing.Point(32, 73);
     this.lbGebruiksnaam.Name = "lbGebruiksnaam";
     this.lbGebruiksnaam.Size = new System.Drawing.Size(89, 13);
     this.lbGebruiksnaam.TabIndex = 1;
     this.lbGebruiksnaam.Text = "Gebruiksnummer:";
     //
     // tbGebruiksnaam
     //
     this.tbGebruiksnaam.Location = new System.Drawing.Point(127, 70);
     this.tbGebruiksnaam.Name = "tbGebruiksnaam";
     this.tbGebruiksnaam.Size = new System.Drawing.Size(100, 20);
     this.tbGebruiksnaam.TabIndex = 0;
     //
     // gbAlles
     //
     this.gbAlles.Controls.Add(this.tbKlant);
     this.gbAlles.ForeColor = System.Drawing.Color.White;
     this.gbAlles.Location = new System.Drawing.Point(12, 49);
     this.gbAlles.Name = "gbAlles";
     this.gbAlles.Size = new System.Drawing.Size(994, 681);
     this.gbAlles.TabIndex = 1;
     this.gbAlles.TabStop = false;
     this.gbAlles.Text = "ParaFiksit";
     //
     // tbKlant
     //
     this.tbKlant.Controls.Add(this.TabKlant);
     this.tbKlant.Controls.Add(this.TabProductRegistratie);
     this.tbKlant.Controls.Add(this.TabTicketRegistratie);
     this.tbKlant.Controls.Add(this.TabAdministrator);
     this.tbKlant.Location = new System.Drawing.Point(6, 24);
     this.tbKlant.Name = "tbKlant";
     this.tbKlant.SelectedIndex = 0;
     this.tbKlant.Size = new System.Drawing.Size(982, 657);
     this.tbKlant.TabIndex = 0;
     this.tbKlant.Tag = "";
     this.tbKlant.Selected += new System.Windows.Forms.TabControlEventHandler(this.tbKlant_Selected);
     //
     // TabKlant
     //
     this.TabKlant.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.TabKlant.Controls.Add(this.gbProducten);
     this.TabKlant.Controls.Add(this.gbTickets);
     this.TabKlant.Controls.Add(this.gbZoekresultaten);
     this.TabKlant.Controls.Add(this.groupBox2);
     this.TabKlant.Location = new System.Drawing.Point(4, 22);
     this.TabKlant.Name = "TabKlant";
     this.TabKlant.Padding = new System.Windows.Forms.Padding(3);
     this.TabKlant.Size = new System.Drawing.Size(974, 631);
     this.TabKlant.TabIndex = 0;
     this.TabKlant.Text = "Klant";
     //
     // gbProducten
     //
     this.gbProducten.Controls.Add(this.btProductToevoegenKlant);
     this.gbProducten.Controls.Add(this.Producten);
     this.gbProducten.ForeColor = System.Drawing.Color.White;
     this.gbProducten.Location = new System.Drawing.Point(6, 489);
     this.gbProducten.Name = "gbProducten";
     this.gbProducten.Size = new System.Drawing.Size(962, 139);
     this.gbProducten.TabIndex = 5;
     this.gbProducten.TabStop = false;
     this.gbProducten.Text = "Producten";
     //
     // btProductToevoegenKlant
     //
     this.btProductToevoegenKlant.ForeColor = System.Drawing.Color.Black;
     this.btProductToevoegenKlant.Location = new System.Drawing.Point(19, 16);
     this.btProductToevoegenKlant.Name = "btProductToevoegenKlant";
     this.btProductToevoegenKlant.Size = new System.Drawing.Size(931, 23);
     this.btProductToevoegenKlant.TabIndex = 1;
     this.btProductToevoegenKlant.Text = "Product Toevoegen";
     this.btProductToevoegenKlant.UseVisualStyleBackColor = true;
     this.btProductToevoegenKlant.Click += new System.EventHandler(this.btProductToevoegenKlant_Click);
     //
     // Producten
     //
     this.Producten.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.Producten.ForeColor = System.Drawing.Color.White;
     this.Producten.FormattingEnabled = true;
     this.Producten.Location = new System.Drawing.Point(19, 44);
     this.Producten.Name = "Producten";
     this.Producten.Size = new System.Drawing.Size(931, 82);
     this.Producten.TabIndex = 0;
     this.Producten.SelectedIndexChanged += new System.EventHandler(this.Producten_SelectedIndexChanged);
     //
     // gbTickets
     //
     this.gbTickets.Controls.Add(this.btTicketToevoegenKlant);
     this.gbTickets.Controls.Add(this.liTickets);
     this.gbTickets.ForeColor = System.Drawing.Color.White;
     this.gbTickets.Location = new System.Drawing.Point(6, 321);
     this.gbTickets.Name = "gbTickets";
     this.gbTickets.Size = new System.Drawing.Size(962, 158);
     this.gbTickets.TabIndex = 4;
     this.gbTickets.TabStop = false;
     this.gbTickets.Text = "Tickets";
     //
     // btTicketToevoegenKlant
     //
     this.btTicketToevoegenKlant.ForeColor = System.Drawing.Color.Black;
     this.btTicketToevoegenKlant.Location = new System.Drawing.Point(19, 16);
     this.btTicketToevoegenKlant.Name = "btTicketToevoegenKlant";
     this.btTicketToevoegenKlant.Size = new System.Drawing.Size(931, 23);
     this.btTicketToevoegenKlant.TabIndex = 1;
     this.btTicketToevoegenKlant.Text = "Ticket toevoegen";
     this.btTicketToevoegenKlant.UseVisualStyleBackColor = true;
     this.btTicketToevoegenKlant.Click += new System.EventHandler(this.btTicketToevoegenKlant_Click);
     //
     // liTickets
     //
     this.liTickets.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.liTickets.ForeColor = System.Drawing.Color.White;
     this.liTickets.FormattingEnabled = true;
     this.liTickets.Location = new System.Drawing.Point(19, 45);
     this.liTickets.Name = "liTickets";
     this.liTickets.Size = new System.Drawing.Size(931, 95);
     this.liTickets.TabIndex = 0;
     this.liTickets.SelectedIndexChanged += new System.EventHandler(this.liTickets_SelectedIndexChanged);
     //
     // gbZoekresultaten
     //
     this.gbZoekresultaten.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.gbZoekresultaten.Controls.Add(this.liZoekresultatenKlant);
     this.gbZoekresultaten.ForeColor = System.Drawing.Color.White;
     this.gbZoekresultaten.Location = new System.Drawing.Point(519, 3);
     this.gbZoekresultaten.Name = "gbZoekresultaten";
     this.gbZoekresultaten.Size = new System.Drawing.Size(449, 304);
     this.gbZoekresultaten.TabIndex = 3;
     this.gbZoekresultaten.TabStop = false;
     this.gbZoekresultaten.Text = "Zoek resultaten";
     //
     // liZoekresultatenKlant
     //
     this.liZoekresultatenKlant.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.liZoekresultatenKlant.ForeColor = System.Drawing.Color.White;
     this.liZoekresultatenKlant.FormattingEnabled = true;
     this.liZoekresultatenKlant.Location = new System.Drawing.Point(6, 16);
     this.liZoekresultatenKlant.Name = "liZoekresultatenKlant";
     this.liZoekresultatenKlant.Size = new System.Drawing.Size(275, 277);
     this.liZoekresultatenKlant.TabIndex = 0;
     this.liZoekresultatenKlant.SelectedIndexChanged += new System.EventHandler(this.liZoekResultaten_SelectedIndexChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btVeldenVerwijderenKlant);
     this.groupBox2.Controls.Add(this.lbKlantnummerKlant);
     this.groupBox2.Controls.Add(this.btVerwijderKlant);
     this.groupBox2.Controls.Add(this.btWijzigKlant);
     this.groupBox2.Controls.Add(this.btZoekenKlant);
     this.groupBox2.Controls.Add(this.btVoegToeKlant);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label15);
     this.groupBox2.Controls.Add(this.label16);
     this.groupBox2.Controls.Add(this.tbEmailKlant);
     this.groupBox2.Controls.Add(this.tbTelefoonnummerKlant);
     this.groupBox2.Controls.Add(this.tbLandKlant);
     this.groupBox2.Controls.Add(this.tbPlaatsKlant);
     this.groupBox2.Controls.Add(this.tbPostcodeKlant);
     this.groupBox2.Controls.Add(this.tbHuisnummerKlant);
     this.groupBox2.Controls.Add(this.label17);
     this.groupBox2.Controls.Add(this.tbStraatKlant);
     this.groupBox2.Controls.Add(this.tbAchternaamKlant);
     this.groupBox2.Controls.Add(this.tbTussenvoegselKlant);
     this.groupBox2.Controls.Add(this.tbVoornaamKlant);
     this.groupBox2.Controls.Add(this.label18);
     this.groupBox2.Controls.Add(this.label19);
     this.groupBox2.Controls.Add(this.label20);
     this.groupBox2.ForeColor = System.Drawing.Color.White;
     this.groupBox2.Location = new System.Drawing.Point(7, 3);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(507, 304);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Klant gegevens";
     //
     // btVeldenVerwijderenKlant
     //
     this.btVeldenVerwijderenKlant.ForeColor = System.Drawing.Color.Black;
     this.btVeldenVerwijderenKlant.Location = new System.Drawing.Point(428, 60);
     this.btVeldenVerwijderenKlant.Name = "btVeldenVerwijderenKlant";
     this.btVeldenVerwijderenKlant.Size = new System.Drawing.Size(75, 36);
     this.btVeldenVerwijderenKlant.TabIndex = 19;
     this.btVeldenVerwijderenKlant.Text = "Alle velden leegmaken";
     this.btVeldenVerwijderenKlant.UseVisualStyleBackColor = true;
     this.btVeldenVerwijderenKlant.Click += new System.EventHandler(this.btVeldenVerwijderenKlant_Click);
     //
     // lbKlantnummerKlant
     //
     this.lbKlantnummerKlant.AutoSize = true;
     this.lbKlantnummerKlant.Location = new System.Drawing.Point(94, 17);
     this.lbKlantnummerKlant.Name = "lbKlantnummerKlant";
     this.lbKlantnummerKlant.Size = new System.Drawing.Size(71, 13);
     this.lbKlantnummerKlant.TabIndex = 18;
     this.lbKlantnummerKlant.Text = "Klantnummer:";
     this.lbKlantnummerKlant.Visible = false;
     //
     // btVerwijderKlant
     //
     this.btVerwijderKlant.ForeColor = System.Drawing.Color.Black;
     this.btVerwijderKlant.Location = new System.Drawing.Point(428, 170);
     this.btVerwijderKlant.Name = "btVerwijderKlant";
     this.btVerwijderKlant.Size = new System.Drawing.Size(74, 23);
     this.btVerwijderKlant.TabIndex = 17;
     this.btVerwijderKlant.Text = "Verwijder";
     this.btVerwijderKlant.UseVisualStyleBackColor = true;
     this.btVerwijderKlant.Click += new System.EventHandler(this.btVerwijderKlant_Click);
     //
     // btWijzigKlant
     //
     this.btWijzigKlant.ForeColor = System.Drawing.Color.Black;
     this.btWijzigKlant.Location = new System.Drawing.Point(427, 222);
     this.btWijzigKlant.Name = "btWijzigKlant";
     this.btWijzigKlant.Size = new System.Drawing.Size(75, 23);
     this.btWijzigKlant.TabIndex = 16;
     this.btWijzigKlant.Text = "Wijzig";
     this.btWijzigKlant.UseVisualStyleBackColor = true;
     this.btWijzigKlant.Visible = false;
     this.btWijzigKlant.Click += new System.EventHandler(this.btWijzigKlant_Click);
     //
     // btZoekenKlant
     //
     this.btZoekenKlant.ForeColor = System.Drawing.Color.Black;
     this.btZoekenKlant.Location = new System.Drawing.Point(427, 12);
     this.btZoekenKlant.Name = "btZoekenKlant";
     this.btZoekenKlant.Size = new System.Drawing.Size(75, 23);
     this.btZoekenKlant.TabIndex = 15;
     this.btZoekenKlant.Text = "Zoeken";
     this.btZoekenKlant.UseVisualStyleBackColor = true;
     this.btZoekenKlant.Click += new System.EventHandler(this.btZoekenKlant_Click);
     //
     // btVoegToeKlant
     //
     this.btVoegToeKlant.ForeColor = System.Drawing.Color.Black;
     this.btVoegToeKlant.Location = new System.Drawing.Point(427, 268);
     this.btVoegToeKlant.Name = "btVoegToeKlant";
     this.btVoegToeKlant.Size = new System.Drawing.Size(75, 23);
     this.btVoegToeKlant.TabIndex = 15;
     this.btVoegToeKlant.Text = "Voeg toe";
     this.btVoegToeKlant.UseVisualStyleBackColor = true;
     this.btVoegToeKlant.Click += new System.EventHandler(this.btVoegToeKlant_Click);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location = new System.Drawing.Point(55, 274);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(35, 13);
     this.label11.TabIndex = 14;
     this.label11.Text = "Email:";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.ForeColor = System.Drawing.Color.White;
     this.label12.Location = new System.Drawing.Point(26, 248);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(64, 13);
     this.label12.TabIndex = 13;
     this.label12.Text = "Telefoon nr:";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(56, 222);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(34, 13);
     this.label13.TabIndex = 12;
     this.label13.Text = "Land:";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location = new System.Drawing.Point(51, 196);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(39, 13);
     this.label14.TabIndex = 11;
     this.label14.Text = "Plaats:";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.ForeColor = System.Drawing.Color.White;
     this.label15.Location = new System.Drawing.Point(35, 170);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(55, 13);
     this.label15.TabIndex = 10;
     this.label15.Text = "Postcode:";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.ForeColor = System.Drawing.Color.White;
     this.label16.Location = new System.Drawing.Point(22, 144);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(68, 13);
     this.label16.TabIndex = 9;
     this.label16.Text = "Huisnummer:";
     //
     // tbEmailKlant
     //
     this.tbEmailKlant.Location = new System.Drawing.Point(97, 271);
     this.tbEmailKlant.Name = "tbEmailKlant";
     this.tbEmailKlant.Size = new System.Drawing.Size(221, 20);
     this.tbEmailKlant.TabIndex = 8;
     //
     // tbTelefoonnummerKlant
     //
     this.tbTelefoonnummerKlant.Location = new System.Drawing.Point(97, 245);
     this.tbTelefoonnummerKlant.Name = "tbTelefoonnummerKlant";
     this.tbTelefoonnummerKlant.Size = new System.Drawing.Size(221, 20);
     this.tbTelefoonnummerKlant.TabIndex = 8;
     //
     // tbLandKlant
     //
     this.tbLandKlant.Location = new System.Drawing.Point(97, 219);
     this.tbLandKlant.Name = "tbLandKlant";
     this.tbLandKlant.Size = new System.Drawing.Size(221, 20);
     this.tbLandKlant.TabIndex = 8;
     //
     // tbPlaatsKlant
     //
     this.tbPlaatsKlant.Location = new System.Drawing.Point(97, 193);
     this.tbPlaatsKlant.Name = "tbPlaatsKlant";
     this.tbPlaatsKlant.Size = new System.Drawing.Size(221, 20);
     this.tbPlaatsKlant.TabIndex = 8;
     //
     // tbPostcodeKlant
     //
     this.tbPostcodeKlant.Location = new System.Drawing.Point(97, 167);
     this.tbPostcodeKlant.Name = "tbPostcodeKlant";
     this.tbPostcodeKlant.Size = new System.Drawing.Size(221, 20);
     this.tbPostcodeKlant.TabIndex = 8;
     //
     // tbHuisnummerKlant
     //
     this.tbHuisnummerKlant.Location = new System.Drawing.Point(97, 141);
     this.tbHuisnummerKlant.Name = "tbHuisnummerKlant";
     this.tbHuisnummerKlant.Size = new System.Drawing.Size(221, 20);
     this.tbHuisnummerKlant.TabIndex = 8;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.ForeColor = System.Drawing.Color.White;
     this.label17.Location = new System.Drawing.Point(52, 118);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(38, 13);
     this.label17.TabIndex = 7;
     this.label17.Text = "Straat:";
     //
     // tbStraatKlant
     //
     this.tbStraatKlant.Location = new System.Drawing.Point(97, 115);
     this.tbStraatKlant.Name = "tbStraatKlant";
     this.tbStraatKlant.Size = new System.Drawing.Size(221, 20);
     this.tbStraatKlant.TabIndex = 6;
     //
     // tbAchternaamKlant
     //
     this.tbAchternaamKlant.Location = new System.Drawing.Point(97, 89);
     this.tbAchternaamKlant.Name = "tbAchternaamKlant";
     this.tbAchternaamKlant.Size = new System.Drawing.Size(221, 20);
     this.tbAchternaamKlant.TabIndex = 5;
     //
     // tbTussenvoegselKlant
     //
     this.tbTussenvoegselKlant.Location = new System.Drawing.Point(97, 63);
     this.tbTussenvoegselKlant.Name = "tbTussenvoegselKlant";
     this.tbTussenvoegselKlant.Size = new System.Drawing.Size(221, 20);
     this.tbTussenvoegselKlant.TabIndex = 4;
     //
     // tbVoornaamKlant
     //
     this.tbVoornaamKlant.Location = new System.Drawing.Point(97, 37);
     this.tbVoornaamKlant.Name = "tbVoornaamKlant";
     this.tbVoornaamKlant.Size = new System.Drawing.Size(221, 20);
     this.tbVoornaamKlant.TabIndex = 3;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.ForeColor = System.Drawing.Color.White;
     this.label18.Location = new System.Drawing.Point(8, 66);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(82, 13);
     this.label18.TabIndex = 2;
     this.label18.Text = "Tussenvoegsel:";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.ForeColor = System.Drawing.Color.White;
     this.label19.Location = new System.Drawing.Point(23, 91);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(67, 13);
     this.label19.TabIndex = 1;
     this.label19.Text = "Achternaam:";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.ForeColor = System.Drawing.Color.White;
     this.label20.Location = new System.Drawing.Point(32, 40);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(58, 13);
     this.label20.TabIndex = 0;
     this.label20.Text = "Voornaam:";
     //
     // TabProductRegistratie
     //
     this.TabProductRegistratie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.TabProductRegistratie.Controls.Add(this.gbOphaalBox);
     this.TabProductRegistratie.Controls.Add(this.gbProductToevoegen);
     this.TabProductRegistratie.Controls.Add(this.gbTicketEnProduct);
     this.TabProductRegistratie.Location = new System.Drawing.Point(4, 22);
     this.TabProductRegistratie.Name = "TabProductRegistratie";
     this.TabProductRegistratie.Padding = new System.Windows.Forms.Padding(3);
     this.TabProductRegistratie.Size = new System.Drawing.Size(974, 631);
     this.TabProductRegistratie.TabIndex = 1;
     this.TabProductRegistratie.Text = "Product Registratie";
     //
     // gbOphaalBox
     //
     this.gbOphaalBox.Controls.Add(this.label37);
     this.gbOphaalBox.Controls.Add(this.cbGeselecteerdeAfdR);
     this.gbOphaalBox.Controls.Add(this.btProductOphaalLijstR);
     this.gbOphaalBox.ForeColor = System.Drawing.Color.White;
     this.gbOphaalBox.Location = new System.Drawing.Point(383, 525);
     this.gbOphaalBox.Name = "gbOphaalBox";
     this.gbOphaalBox.Size = new System.Drawing.Size(585, 100);
     this.gbOphaalBox.TabIndex = 41;
     this.gbOphaalBox.TabStop = false;
     this.gbOphaalBox.Text = "Product Ophaal Lijst";
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(280, 30);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(74, 39);
     this.label37.TabIndex = 39;
     this.label37.Text = "Eventueel per\r\ngeselecteerde\r\n locatie:";
     //
     // cbGeselecteerdeAfdR
     //
     this.cbGeselecteerdeAfdR.FormattingEnabled = true;
     this.cbGeselecteerdeAfdR.Location = new System.Drawing.Point(376, 35);
     this.cbGeselecteerdeAfdR.Name = "cbGeselecteerdeAfdR";
     this.cbGeselecteerdeAfdR.Size = new System.Drawing.Size(167, 21);
     this.cbGeselecteerdeAfdR.TabIndex = 38;
     //
     // btProductOphaalLijstR
     //
     this.btProductOphaalLijstR.ForeColor = System.Drawing.Color.Black;
     this.btProductOphaalLijstR.Location = new System.Drawing.Point(23, 31);
     this.btProductOphaalLijstR.Name = "btProductOphaalLijstR";
     this.btProductOphaalLijstR.Size = new System.Drawing.Size(239, 38);
     this.btProductOphaalLijstR.TabIndex = 0;
     this.btProductOphaalLijstR.Text = "Toon producten (tickets) die \r\nopgehaald kunnen worden";
     this.btProductOphaalLijstR.UseVisualStyleBackColor = true;
     this.btProductOphaalLijstR.Click += new System.EventHandler(this.btProductOphaalLijstR_Click);
     //
     // gbProductToevoegen
     //
     this.gbProductToevoegen.Controls.Add(this.label47);
     this.gbProductToevoegen.Controls.Add(this.lbProductenTP);
     this.gbProductToevoegen.Controls.Add(this.tbGarantieTP);
     this.gbProductToevoegen.Controls.Add(this.btProductToevoegenProductTP);
     this.gbProductToevoegen.Controls.Add(this.lbOmschrijvingProduct);
     this.gbProductToevoegen.Controls.Add(this.tbOmschrijvingProductTP);
     this.gbProductToevoegen.Controls.Add(this.lbGarantieProduct);
     this.gbProductToevoegen.Controls.Add(this.lbSerienummerProduct);
     this.gbProductToevoegen.Controls.Add(this.tbSerienummerTP);
     this.gbProductToevoegen.ForeColor = System.Drawing.Color.White;
     this.gbProductToevoegen.Location = new System.Drawing.Point(383, 0);
     this.gbProductToevoegen.Name = "gbProductToevoegen";
     this.gbProductToevoegen.Size = new System.Drawing.Size(585, 521);
     this.gbProductToevoegen.TabIndex = 31;
     this.gbProductToevoegen.TabStop = false;
     this.gbProductToevoegen.Text = "Product Toevoegen";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(34, 312);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(162, 13);
     this.label47.TabIndex = 40;
     this.label47.Text = "Producten geregistreerd bij klant:";
     //
     // lbProductenTP
     //
     this.lbProductenTP.FormattingEnabled = true;
     this.lbProductenTP.Location = new System.Drawing.Point(37, 335);
     this.lbProductenTP.Name = "lbProductenTP";
     this.lbProductenTP.Size = new System.Drawing.Size(520, 108);
     this.lbProductenTP.TabIndex = 39;
     //
     // tbGarantieTP
     //
     this.tbGarantieTP.Location = new System.Drawing.Point(175, 109);
     this.tbGarantieTP.Name = "tbGarantieTP";
     this.tbGarantieTP.Size = new System.Drawing.Size(221, 20);
     this.tbGarantieTP.TabIndex = 38;
     //
     // btProductToevoegenProductTP
     //
     this.btProductToevoegenProductTP.ForeColor = System.Drawing.Color.Black;
     this.btProductToevoegenProductTP.Location = new System.Drawing.Point(175, 261);
     this.btProductToevoegenProductTP.Name = "btProductToevoegenProductTP";
     this.btProductToevoegenProductTP.Size = new System.Drawing.Size(221, 23);
     this.btProductToevoegenProductTP.TabIndex = 37;
     this.btProductToevoegenProductTP.Text = "Voeg product aan klant toe";
     this.btProductToevoegenProductTP.UseVisualStyleBackColor = true;
     this.btProductToevoegenProductTP.Click += new System.EventHandler(this.btProductToevoegenProductTP_Click);
     //
     // lbOmschrijvingProduct
     //
     this.lbOmschrijvingProduct.AutoSize = true;
     this.lbOmschrijvingProduct.Location = new System.Drawing.Point(98, 173);
     this.lbOmschrijvingProduct.Name = "lbOmschrijvingProduct";
     this.lbOmschrijvingProduct.Size = new System.Drawing.Size(70, 13);
     this.lbOmschrijvingProduct.TabIndex = 36;
     this.lbOmschrijvingProduct.Text = "Omschrijving:";
     //
     // tbOmschrijvingProductTP
     //
     this.tbOmschrijvingProductTP.Location = new System.Drawing.Point(175, 169);
     this.tbOmschrijvingProductTP.Multiline = true;
     this.tbOmschrijvingProductTP.Name = "tbOmschrijvingProductTP";
     this.tbOmschrijvingProductTP.Size = new System.Drawing.Size(221, 43);
     this.tbOmschrijvingProductTP.TabIndex = 35;
     //
     // lbGarantieProduct
     //
     this.lbGarantieProduct.AutoSize = true;
     this.lbGarantieProduct.Location = new System.Drawing.Point(61, 112);
     this.lbGarantieProduct.Name = "lbGarantieProduct";
     this.lbGarantieProduct.Size = new System.Drawing.Size(108, 13);
     this.lbGarantieProduct.TabIndex = 32;
     this.lbGarantieProduct.Text = "Garantie in maanden:";
     //
     // lbSerienummerProduct
     //
     this.lbSerienummerProduct.AutoSize = true;
     this.lbSerienummerProduct.Location = new System.Drawing.Point(98, 54);
     this.lbSerienummerProduct.Name = "lbSerienummerProduct";
     this.lbSerienummerProduct.Size = new System.Drawing.Size(71, 13);
     this.lbSerienummerProduct.TabIndex = 31;
     this.lbSerienummerProduct.Text = "Serienummer:";
     //
     // tbSerienummerTP
     //
     this.tbSerienummerTP.Location = new System.Drawing.Point(175, 51);
     this.tbSerienummerTP.Name = "tbSerienummerTP";
     this.tbSerienummerTP.Size = new System.Drawing.Size(221, 20);
     this.tbSerienummerTP.TabIndex = 0;
     //
     // gbTicketEnProduct
     //
     this.gbTicketEnProduct.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.gbTicketEnProduct.Controls.Add(this.lantnummerTP);
     this.gbTicketEnProduct.Controls.Add(this.label48);
     this.gbTicketEnProduct.Controls.Add(this.label21);
     this.gbTicketEnProduct.Controls.Add(this.label22);
     this.gbTicketEnProduct.Controls.Add(this.label23);
     this.gbTicketEnProduct.Controls.Add(this.label24);
     this.gbTicketEnProduct.Controls.Add(this.label25);
     this.gbTicketEnProduct.Controls.Add(this.label26);
     this.gbTicketEnProduct.Controls.Add(this.tbEmailTP);
     this.gbTicketEnProduct.Controls.Add(this.tbTelefoonnummerTP);
     this.gbTicketEnProduct.Controls.Add(this.tbLandTP);
     this.gbTicketEnProduct.Controls.Add(this.tbPlaatsTP);
     this.gbTicketEnProduct.Controls.Add(this.tbPostcodeTP);
     this.gbTicketEnProduct.Controls.Add(this.tbHuisnummerTP);
     this.gbTicketEnProduct.Controls.Add(this.label27);
     this.gbTicketEnProduct.Controls.Add(this.tbStraatTP);
     this.gbTicketEnProduct.Controls.Add(this.tbAchternaamTP);
     this.gbTicketEnProduct.Controls.Add(this.tbTussenvoegselTP);
     this.gbTicketEnProduct.Controls.Add(this.tbVoornaamTP);
     this.gbTicketEnProduct.Controls.Add(this.label28);
     this.gbTicketEnProduct.Controls.Add(this.label29);
     this.gbTicketEnProduct.Controls.Add(this.label30);
     this.gbTicketEnProduct.ForeColor = System.Drawing.Color.White;
     this.gbTicketEnProduct.Location = new System.Drawing.Point(5, 0);
     this.gbTicketEnProduct.Name = "gbTicketEnProduct";
     this.gbTicketEnProduct.Size = new System.Drawing.Size(366, 625);
     this.gbTicketEnProduct.TabIndex = 3;
     this.gbTicketEnProduct.TabStop = false;
     this.gbTicketEnProduct.Text = "Klant gegevens";
     //
     // lantnummerTP
     //
     this.lantnummerTP.Enabled = false;
     this.lantnummerTP.Location = new System.Drawing.Point(99, 82);
     this.lantnummerTP.Name = "lantnummerTP";
     this.lantnummerTP.Size = new System.Drawing.Size(221, 20);
     this.lantnummerTP.TabIndex = 16;
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.ForeColor = System.Drawing.Color.White;
     this.label48.Location = new System.Drawing.Point(17, 85);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(71, 13);
     this.label48.TabIndex = 15;
     this.label48.Text = "Klantnummer:";
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.ForeColor = System.Drawing.Color.White;
     this.label21.Location = new System.Drawing.Point(53, 455);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(35, 13);
     this.label21.TabIndex = 14;
     this.label21.Text = "Email:";
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.ForeColor = System.Drawing.Color.White;
     this.label22.Location = new System.Drawing.Point(25, 417);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(64, 13);
     this.label22.TabIndex = 13;
     this.label22.Text = "Telefoon nr:";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.ForeColor = System.Drawing.Color.White;
     this.label23.Location = new System.Drawing.Point(55, 381);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(34, 13);
     this.label23.TabIndex = 12;
     this.label23.Text = "Land:";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.ForeColor = System.Drawing.Color.White;
     this.label24.Location = new System.Drawing.Point(50, 344);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(39, 13);
     this.label24.TabIndex = 11;
     this.label24.Text = "Plaats:";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.ForeColor = System.Drawing.Color.White;
     this.label25.Location = new System.Drawing.Point(33, 311);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(55, 13);
     this.label25.TabIndex = 10;
     this.label25.Text = "Postcode:";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.ForeColor = System.Drawing.Color.White;
     this.label26.Location = new System.Drawing.Point(20, 270);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(68, 13);
     this.label26.TabIndex = 9;
     this.label26.Text = "Huisnummer:";
     //
     // tbEmailTP
     //
     this.tbEmailTP.Enabled = false;
     this.tbEmailTP.Location = new System.Drawing.Point(99, 452);
     this.tbEmailTP.Name = "tbEmailTP";
     this.tbEmailTP.Size = new System.Drawing.Size(221, 20);
     this.tbEmailTP.TabIndex = 8;
     //
     // tbTelefoonnummerTP
     //
     this.tbTelefoonnummerTP.Enabled = false;
     this.tbTelefoonnummerTP.Location = new System.Drawing.Point(99, 414);
     this.tbTelefoonnummerTP.Name = "tbTelefoonnummerTP";
     this.tbTelefoonnummerTP.Size = new System.Drawing.Size(221, 20);
     this.tbTelefoonnummerTP.TabIndex = 8;
     //
     // tbLandTP
     //
     this.tbLandTP.Enabled = false;
     this.tbLandTP.Location = new System.Drawing.Point(99, 378);
     this.tbLandTP.Name = "tbLandTP";
     this.tbLandTP.Size = new System.Drawing.Size(221, 20);
     this.tbLandTP.TabIndex = 8;
     //
     // tbPlaatsTP
     //
     this.tbPlaatsTP.Enabled = false;
     this.tbPlaatsTP.Location = new System.Drawing.Point(99, 341);
     this.tbPlaatsTP.Name = "tbPlaatsTP";
     this.tbPlaatsTP.Size = new System.Drawing.Size(221, 20);
     this.tbPlaatsTP.TabIndex = 8;
     //
     // tbPostcodeTP
     //
     this.tbPostcodeTP.Enabled = false;
     this.tbPostcodeTP.Location = new System.Drawing.Point(99, 304);
     this.tbPostcodeTP.Name = "tbPostcodeTP";
     this.tbPostcodeTP.Size = new System.Drawing.Size(221, 20);
     this.tbPostcodeTP.TabIndex = 8;
     //
     // tbHuisnummerTP
     //
     this.tbHuisnummerTP.Enabled = false;
     this.tbHuisnummerTP.Location = new System.Drawing.Point(99, 267);
     this.tbHuisnummerTP.Name = "tbHuisnummerTP";
     this.tbHuisnummerTP.Size = new System.Drawing.Size(221, 20);
     this.tbHuisnummerTP.TabIndex = 8;
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.ForeColor = System.Drawing.Color.White;
     this.label27.Location = new System.Drawing.Point(50, 232);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(38, 13);
     this.label27.TabIndex = 7;
     this.label27.Text = "Straat:";
     //
     // tbStraatTP
     //
     this.tbStraatTP.Enabled = false;
     this.tbStraatTP.Location = new System.Drawing.Point(98, 229);
     this.tbStraatTP.Name = "tbStraatTP";
     this.tbStraatTP.Size = new System.Drawing.Size(221, 20);
     this.tbStraatTP.TabIndex = 6;
     //
     // tbAchternaamTP
     //
     this.tbAchternaamTP.Enabled = false;
     this.tbAchternaamTP.Location = new System.Drawing.Point(99, 190);
     this.tbAchternaamTP.Name = "tbAchternaamTP";
     this.tbAchternaamTP.Size = new System.Drawing.Size(221, 20);
     this.tbAchternaamTP.TabIndex = 5;
     //
     // tbTussenvoegselTP
     //
     this.tbTussenvoegselTP.Enabled = false;
     this.tbTussenvoegselTP.Location = new System.Drawing.Point(99, 153);
     this.tbTussenvoegselTP.Name = "tbTussenvoegselTP";
     this.tbTussenvoegselTP.Size = new System.Drawing.Size(221, 20);
     this.tbTussenvoegselTP.TabIndex = 4;
     //
     // tbVoornaamTP
     //
     this.tbVoornaamTP.Enabled = false;
     this.tbVoornaamTP.Location = new System.Drawing.Point(99, 117);
     this.tbVoornaamTP.Name = "tbVoornaamTP";
     this.tbVoornaamTP.Size = new System.Drawing.Size(221, 20);
     this.tbVoornaamTP.TabIndex = 3;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.ForeColor = System.Drawing.Color.White;
     this.label28.Location = new System.Drawing.Point(6, 156);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(82, 13);
     this.label28.TabIndex = 2;
     this.label28.Text = "Tussenvoegsel:";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.ForeColor = System.Drawing.Color.White;
     this.label29.Location = new System.Drawing.Point(21, 193);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(67, 13);
     this.label29.TabIndex = 1;
     this.label29.Text = "Achternaam:";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.ForeColor = System.Drawing.Color.White;
     this.label30.Location = new System.Drawing.Point(30, 120);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(58, 13);
     this.label30.TabIndex = 0;
     this.label30.Text = "Voornaam:";
     //
     // TabTicketRegistratie
     //
     this.TabTicketRegistratie.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.TabTicketRegistratie.Controls.Add(this.gbTicketRegistratie);
     this.TabTicketRegistratie.Controls.Add(this.gbTicketInfoTR);
     this.TabTicketRegistratie.Location = new System.Drawing.Point(4, 22);
     this.TabTicketRegistratie.Name = "TabTicketRegistratie";
     this.TabTicketRegistratie.Size = new System.Drawing.Size(974, 631);
     this.TabTicketRegistratie.TabIndex = 2;
     this.TabTicketRegistratie.Text = "Ticket Registratie";
     //
     // gbTicketRegistratie
     //
     this.gbTicketRegistratie.Controls.Add(this.tabRegistratie);
     this.gbTicketRegistratie.ForeColor = System.Drawing.Color.White;
     this.gbTicketRegistratie.Location = new System.Drawing.Point(376, 0);
     this.gbTicketRegistratie.Name = "gbTicketRegistratie";
     this.gbTicketRegistratie.Size = new System.Drawing.Size(592, 626);
     this.gbTicketRegistratie.TabIndex = 1;
     this.gbTicketRegistratie.TabStop = false;
     this.gbTicketRegistratie.Text = "Registratie";
     //
     // tabRegistratie
     //
     this.tabRegistratie.Controls.Add(this.tabTicketReg);
     this.tabRegistratie.Controls.Add(this.tabReparatieReg);
     this.tabRegistratie.Location = new System.Drawing.Point(3, 19);
     this.tabRegistratie.Name = "tabRegistratie";
     this.tabRegistratie.SelectedIndex = 0;
     this.tabRegistratie.Size = new System.Drawing.Size(589, 607);
     this.tabRegistratie.TabIndex = 2;
     //
     // tabTicketReg
     //
     this.tabTicketReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.tabTicketReg.Controls.Add(this.tbNieuweMeldingTR);
     this.tabTicketReg.Controls.Add(this.label50);
     this.tabTicketReg.Controls.Add(this.btVoegTicketRegToeTR);
     this.tabTicketReg.Controls.Add(this.tbOudeMeldingTR);
     this.tabTicketReg.Controls.Add(this.tbMedewerkerNummerTR);
     this.tabTicketReg.Controls.Add(this.label52);
     this.tabTicketReg.Controls.Add(this.dtpDatumTR);
     this.tabTicketReg.Controls.Add(this.label53);
     this.tabTicketReg.Controls.Add(this.label54);
     this.tabTicketReg.Controls.Add(this.label55);
     this.tabTicketReg.Location = new System.Drawing.Point(4, 22);
     this.tabTicketReg.Name = "tabTicketReg";
     this.tabTicketReg.Padding = new System.Windows.Forms.Padding(3);
     this.tabTicketReg.Size = new System.Drawing.Size(581, 581);
     this.tabTicketReg.TabIndex = 0;
     this.tabTicketReg.Text = "Ticket Registratie";
     //
     // tbNieuweMeldingTR
     //
     this.tbNieuweMeldingTR.Enabled = false;
     this.tbNieuweMeldingTR.Location = new System.Drawing.Point(153, 287);
     this.tbNieuweMeldingTR.Multiline = true;
     this.tbNieuweMeldingTR.Name = "tbNieuweMeldingTR";
     this.tbNieuweMeldingTR.Size = new System.Drawing.Size(388, 77);
     this.tbNieuweMeldingTR.TabIndex = 90;
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Location = new System.Drawing.Point(54, 288);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(86, 13);
     this.label50.TabIndex = 89;
     this.label50.Text = "Nieuwe Melding:";
     //
     // btVoegTicketRegToeTR
     //
     this.btVoegTicketRegToeTR.ForeColor = System.Drawing.Color.Black;
     this.btVoegTicketRegToeTR.Location = new System.Drawing.Point(152, 447);
     this.btVoegTicketRegToeTR.Name = "btVoegTicketRegToeTR";
     this.btVoegTicketRegToeTR.Size = new System.Drawing.Size(176, 23);
     this.btVoegTicketRegToeTR.TabIndex = 88;
     this.btVoegTicketRegToeTR.Text = "Voeg Ticket Registratie Toe";
     this.btVoegTicketRegToeTR.UseVisualStyleBackColor = true;
     this.btVoegTicketRegToeTR.Click += new System.EventHandler(this.btVoegTicketRegToeTR_Click);
     //
     // tbOudeMeldingTR
     //
     this.tbOudeMeldingTR.Enabled = false;
     this.tbOudeMeldingTR.Location = new System.Drawing.Point(153, 164);
     this.tbOudeMeldingTR.Multiline = true;
     this.tbOudeMeldingTR.Name = "tbOudeMeldingTR";
     this.tbOudeMeldingTR.Size = new System.Drawing.Size(388, 96);
     this.tbOudeMeldingTR.TabIndex = 85;
     //
     // tbMedewerkerNummerTR
     //
     this.tbMedewerkerNummerTR.Enabled = false;
     this.tbMedewerkerNummerTR.Location = new System.Drawing.Point(153, 75);
     this.tbMedewerkerNummerTR.Name = "tbMedewerkerNummerTR";
     this.tbMedewerkerNummerTR.Size = new System.Drawing.Size(176, 20);
     this.tbMedewerkerNummerTR.TabIndex = 81;
     //
     // label52
     //
     this.label52.AutoSize = true;
     this.label52.Location = new System.Drawing.Point(56, 166);
     this.label52.Name = "label52";
     this.label52.Size = new System.Drawing.Size(80, 13);
     this.label52.TabIndex = 84;
     this.label52.Text = "Meldingen oud:";
     //
     // dtpDatumTR
     //
     this.dtpDatumTR.Location = new System.Drawing.Point(153, 117);
     this.dtpDatumTR.Name = "dtpDatumTR";
     this.dtpDatumTR.Size = new System.Drawing.Size(176, 20);
     this.dtpDatumTR.TabIndex = 83;
     //
     // label53
     //
     this.label53.AutoSize = true;
     this.label53.Location = new System.Drawing.Point(94, 120);
     this.label53.Name = "label53";
     this.label53.Size = new System.Drawing.Size(41, 13);
     this.label53.TabIndex = 82;
     this.label53.Text = "Datum:";
     //
     // label54
     //
     this.label54.AutoSize = true;
     this.label54.Location = new System.Drawing.Point(30, 78);
     this.label54.Name = "label54";
     this.label54.Size = new System.Drawing.Size(106, 13);
     this.label54.TabIndex = 80;
     this.label54.Text = "Medewerkernummer:";
     //
     // label55
     //
     this.label55.AutoSize = true;
     this.label55.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label55.Location = new System.Drawing.Point(29, 23);
     this.label55.Name = "label55";
     this.label55.Size = new System.Drawing.Size(216, 25);
     this.label55.TabIndex = 79;
     this.label55.Text = "TicketNummer: ######";
     //
     // tabReparatieReg
     //
     this.tabReparatieReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.tabReparatieReg.Controls.Add(this.gbVervangenOnderdelen);
     this.tabReparatieReg.Controls.Add(this.tbNieuweMeldingRR);
     this.tabReparatieReg.Controls.Add(this.label9);
     this.tabReparatieReg.Controls.Add(this.btVoegTicketRegToeR);
     this.tabReparatieReg.Controls.Add(this.mtbGewerkteUrenR);
     this.tabReparatieReg.Controls.Add(this.label33);
     this.tabReparatieReg.Controls.Add(this.tbOudeMeldingenRR);
     this.tabReparatieReg.Controls.Add(this.tbMedewerkerNummerR);
     this.tabReparatieReg.Controls.Add(this.label32);
     this.tabReparatieReg.Controls.Add(this.dtpDatumR);
     this.tabReparatieReg.Controls.Add(this.label31);
     this.tabReparatieReg.Controls.Add(this.label10);
     this.tabReparatieReg.Controls.Add(this.lbTicketNummerR);
     this.tabReparatieReg.Location = new System.Drawing.Point(4, 22);
     this.tabReparatieReg.Name = "tabReparatieReg";
     this.tabReparatieReg.Padding = new System.Windows.Forms.Padding(3);
     this.tabReparatieReg.Size = new System.Drawing.Size(581, 581);
     this.tabReparatieReg.TabIndex = 1;
     this.tabReparatieReg.Text = "Reparatie Registratie";
     //
     // gbVervangenOnderdelen
     //
     this.gbVervangenOnderdelen.Controls.Add(this.btVoegVervOnderdToeRR);
     this.gbVervangenOnderdelen.Controls.Add(this.label56);
     this.gbVervangenOnderdelen.Controls.Add(this.tbVervOnderdKostenRR);
     this.gbVervangenOnderdelen.Controls.Add(this.label51);
     this.gbVervangenOnderdelen.Controls.Add(this.tbVervangenOnderdeelRR);
     this.gbVervangenOnderdelen.Controls.Add(this.cbVervangenOnderdelenRR);
     this.gbVervangenOnderdelen.Controls.Add(this.label35);
     this.gbVervangenOnderdelen.ForeColor = System.Drawing.Color.White;
     this.gbVervangenOnderdelen.Location = new System.Drawing.Point(40, 345);
     this.gbVervangenOnderdelen.Name = "gbVervangenOnderdelen";
     this.gbVervangenOnderdelen.Size = new System.Drawing.Size(523, 134);
     this.gbVervangenOnderdelen.TabIndex = 79;
     this.gbVervangenOnderdelen.TabStop = false;
     this.gbVervangenOnderdelen.Text = "Vervangen Onderdelen";
     //
     // btVoegVervOnderdToeRR
     //
     this.btVoegVervOnderdToeRR.ForeColor = System.Drawing.Color.Black;
     this.btVoegVervOnderdToeRR.Location = new System.Drawing.Point(16, 100);
     this.btVoegVervOnderdToeRR.Name = "btVoegVervOnderdToeRR";
     this.btVoegVervOnderdToeRR.Size = new System.Drawing.Size(194, 23);
     this.btVoegVervOnderdToeRR.TabIndex = 100;
     this.btVoegVervOnderdToeRR.Text = "Voeg Onderdeel Toe Aan Lijst";
     this.btVoegVervOnderdToeRR.UseVisualStyleBackColor = true;
     this.btVoegVervOnderdToeRR.Click += new System.EventHandler(this.btVoegVervOnderdToeRR_Click);
     //
     // label56
     //
     this.label56.AutoSize = true;
     this.label56.Location = new System.Drawing.Point(15, 76);
     this.label56.Name = "label56";
     this.label56.Size = new System.Drawing.Size(43, 13);
     this.label56.TabIndex = 99;
     this.label56.Text = "Kosten:";
     //
     // tbVervOnderdKostenRR
     //
     this.tbVervOnderdKostenRR.Location = new System.Drawing.Point(76, 71);
     this.tbVervOnderdKostenRR.Name = "tbVervOnderdKostenRR";
     this.tbVervOnderdKostenRR.Size = new System.Drawing.Size(132, 20);
     this.tbVervOnderdKostenRR.TabIndex = 98;
     //
     // label51
     //
     this.label51.AutoSize = true;
     this.label51.Location = new System.Drawing.Point(15, 21);
     this.label51.Name = "label51";
     this.label51.Size = new System.Drawing.Size(114, 13);
     this.label51.TabIndex = 97;
     this.label51.Text = "Vervangen Onderdeel:";
     //
     // tbVervangenOnderdeelRR
     //
     this.tbVervangenOnderdeelRR.Location = new System.Drawing.Point(16, 40);
     this.tbVervangenOnderdeelRR.Name = "tbVervangenOnderdeelRR";
     this.tbVervangenOnderdeelRR.Size = new System.Drawing.Size(192, 20);
     this.tbVervangenOnderdeelRR.TabIndex = 96;
     //
     // cbVervangenOnderdelenRR
     //
     this.cbVervangenOnderdelenRR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbVervangenOnderdelenRR.FormattingEnabled = true;
     this.cbVervangenOnderdelenRR.Location = new System.Drawing.Point(278, 43);
     this.cbVervangenOnderdelenRR.Name = "cbVervangenOnderdelenRR";
     this.cbVervangenOnderdelenRR.Size = new System.Drawing.Size(206, 21);
     this.cbVervangenOnderdelenRR.TabIndex = 95;
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Location = new System.Drawing.Point(276, 22);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(141, 13);
     this.label35.TabIndex = 77;
     this.label35.Text = "Lijst Vervangen Onderdelen:";
     //
     // tbNieuweMeldingRR
     //
     this.tbNieuweMeldingRR.Enabled = false;
     this.tbNieuweMeldingRR.Location = new System.Drawing.Point(148, 251);
     this.tbNieuweMeldingRR.Multiline = true;
     this.tbNieuweMeldingRR.Name = "tbNieuweMeldingRR";
     this.tbNieuweMeldingRR.Size = new System.Drawing.Size(388, 77);
     this.tbNieuweMeldingRR.TabIndex = 76;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(49, 257);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(86, 13);
     this.label9.TabIndex = 75;
     this.label9.Text = "Nieuwe Melding:";
     //
     // btVoegTicketRegToeR
     //
     this.btVoegTicketRegToeR.ForeColor = System.Drawing.Color.Black;
     this.btVoegTicketRegToeR.Location = new System.Drawing.Point(147, 536);
     this.btVoegTicketRegToeR.Name = "btVoegTicketRegToeR";
     this.btVoegTicketRegToeR.Size = new System.Drawing.Size(176, 23);
     this.btVoegTicketRegToeR.TabIndex = 74;
     this.btVoegTicketRegToeR.Text = "Voeg Reparatie Registratie Toe";
     this.btVoegTicketRegToeR.UseVisualStyleBackColor = true;
     this.btVoegTicketRegToeR.Click += new System.EventHandler(this.btVoegTicketRegToeR_Click);
     //
     // mtbGewerkteUrenR
     //
     this.mtbGewerkteUrenR.Location = new System.Drawing.Point(148, 497);
     this.mtbGewerkteUrenR.Mask = "00000";
     this.mtbGewerkteUrenR.Name = "mtbGewerkteUrenR";
     this.mtbGewerkteUrenR.Size = new System.Drawing.Size(36, 20);
     this.mtbGewerkteUrenR.TabIndex = 73;
     this.mtbGewerkteUrenR.ValidatingType = typeof(int);
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Location = new System.Drawing.Point(53, 499);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(80, 13);
     this.label33.TabIndex = 72;
     this.label33.Text = "Gewerkte uren:";
     //
     // tbOudeMeldingenRR
     //
     this.tbOudeMeldingenRR.Enabled = false;
     this.tbOudeMeldingenRR.Location = new System.Drawing.Point(148, 144);
     this.tbOudeMeldingenRR.Multiline = true;
     this.tbOudeMeldingenRR.Name = "tbOudeMeldingenRR";
     this.tbOudeMeldingenRR.Size = new System.Drawing.Size(388, 85);
     this.tbOudeMeldingenRR.TabIndex = 71;
     //
     // tbMedewerkerNummerR
     //
     this.tbMedewerkerNummerR.Enabled = false;
     this.tbMedewerkerNummerR.Location = new System.Drawing.Point(148, 69);
     this.tbMedewerkerNummerR.Name = "tbMedewerkerNummerR";
     this.tbMedewerkerNummerR.Size = new System.Drawing.Size(176, 20);
     this.tbMedewerkerNummerR.TabIndex = 67;
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Location = new System.Drawing.Point(51, 147);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(80, 13);
     this.label32.TabIndex = 70;
     this.label32.Text = "Meldingen oud:";
     //
     // dtpDatumR
     //
     this.dtpDatumR.Location = new System.Drawing.Point(148, 105);
     this.dtpDatumR.Name = "dtpDatumR";
     this.dtpDatumR.Size = new System.Drawing.Size(176, 20);
     this.dtpDatumR.TabIndex = 69;
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Location = new System.Drawing.Point(89, 107);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(41, 13);
     this.label31.TabIndex = 68;
     this.label31.Text = "Datum:";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(25, 71);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(106, 13);
     this.label10.TabIndex = 66;
     this.label10.Text = "Medewerkernummer:";
     //
     // lbTicketNummerR
     //
     this.lbTicketNummerR.AutoSize = true;
     this.lbTicketNummerR.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbTicketNummerR.Location = new System.Drawing.Point(24, 21);
     this.lbTicketNummerR.Name = "lbTicketNummerR";
     this.lbTicketNummerR.Size = new System.Drawing.Size(216, 25);
     this.lbTicketNummerR.TabIndex = 63;
     this.lbTicketNummerR.Text = "TicketNummer: ######";
     //
     // gbTicketInfoTR
     //
     this.gbTicketInfoTR.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.gbTicketInfoTR.Controls.Add(this.cbProductSerienummersR);
     this.gbTicketInfoTR.Controls.Add(this.tbVerw88ReparatieTijd);
     this.gbTicketInfoTR.Controls.Add(this.label58);
     this.gbTicketInfoTR.Controls.Add(this.tbLocatieR);
     this.gbTicketInfoTR.Controls.Add(this.gbLocatieR);
     this.gbTicketInfoTR.Controls.Add(this.cbCategorieR);
     this.gbTicketInfoTR.Controls.Add(this.label49);
     this.gbTicketInfoTR.Controls.Add(this.cbTicketStatus);
     this.gbTicketInfoTR.Controls.Add(this.tbVerw88Kosten);
     this.gbTicketInfoTR.Controls.Add(this.gbKlantInfoTicket);
     this.gbTicketInfoTR.Controls.Add(this.label34);
     this.gbTicketInfoTR.Controls.Add(this.btWijzigTicketR);
     this.gbTicketInfoTR.Controls.Add(this.label1);
     this.gbTicketInfoTR.Controls.Add(this.label2);
     this.gbTicketInfoTR.Controls.Add(this.label3);
     this.gbTicketInfoTR.Controls.Add(this.label4);
     this.gbTicketInfoTR.Controls.Add(this.tbProbleemR);
     this.gbTicketInfoTR.Controls.Add(this.tbTicketnummerR);
     this.gbTicketInfoTR.Controls.Add(this.label5);
     this.gbTicketInfoTR.ForeColor = System.Drawing.Color.White;
     this.gbTicketInfoTR.Location = new System.Drawing.Point(3, 0);
     this.gbTicketInfoTR.Name = "gbTicketInfoTR";
     this.gbTicketInfoTR.Size = new System.Drawing.Size(367, 626);
     this.gbTicketInfoTR.TabIndex = 0;
     this.gbTicketInfoTR.TabStop = false;
     this.gbTicketInfoTR.Text = "Ticket Informatie";
     //
     // cbProductSerienummersR
     //
     this.cbProductSerienummersR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbProductSerienummersR.Enabled = false;
     this.cbProductSerienummersR.FormattingEnabled = true;
     this.cbProductSerienummersR.Location = new System.Drawing.Point(103, 216);
     this.cbProductSerienummersR.Name = "cbProductSerienummersR";
     this.cbProductSerienummersR.Size = new System.Drawing.Size(221, 21);
     this.cbProductSerienummersR.TabIndex = 101;
     //
     // tbVerw88ReparatieTijd
     //
     this.tbVerw88ReparatieTijd.Enabled = false;
     this.tbVerw88ReparatieTijd.Location = new System.Drawing.Point(103, 283);
     this.tbVerw88ReparatieTijd.Name = "tbVerw88ReparatieTijd";
     this.tbVerw88ReparatieTijd.Size = new System.Drawing.Size(221, 20);
     this.tbVerw88ReparatieTijd.TabIndex = 100;
     //
     // label58
     //
     this.label58.AutoSize = true;
     this.label58.Location = new System.Drawing.Point(17, 286);
     this.label58.Name = "label58";
     this.label58.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.label58.Size = new System.Drawing.Size(77, 13);
     this.label58.TabIndex = 99;
     this.label58.Text = "Verwachte tijd:";
     //
     // tbLocatieR
     //
     this.tbLocatieR.Enabled = false;
     this.tbLocatieR.Location = new System.Drawing.Point(103, 316);
     this.tbLocatieR.Name = "tbLocatieR";
     this.tbLocatieR.Size = new System.Drawing.Size(221, 20);
     this.tbLocatieR.TabIndex = 98;
     //
     // gbLocatieR
     //
     this.gbLocatieR.Controls.Add(this.label57);
     this.gbLocatieR.Controls.Add(this.comboBox1);
     this.gbLocatieR.Controls.Add(this.lbTicketsOpAfdelingR);
     this.gbLocatieR.Controls.Add(this.label36);
     this.gbLocatieR.ForeColor = System.Drawing.Color.White;
     this.gbLocatieR.Location = new System.Drawing.Point(6, 17);
     this.gbLocatieR.Name = "gbLocatieR";
     this.gbLocatieR.Size = new System.Drawing.Size(348, 120);
     this.gbLocatieR.TabIndex = 97;
     this.gbLocatieR.TabStop = false;
     this.gbLocatieR.Text = "Locatie";
     //
     // label57
     //
     this.label57.AutoSize = true;
     this.label57.Location = new System.Drawing.Point(43, 21);
     this.label57.Name = "label57";
     this.label57.Size = new System.Drawing.Size(45, 13);
     this.label57.TabIndex = 51;
     this.label57.Text = "Locatie:";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(97, 18);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(221, 21);
     this.comboBox1.TabIndex = 50;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // lbTicketsOpAfdelingR
     //
     this.lbTicketsOpAfdelingR.FormattingEnabled = true;
     this.lbTicketsOpAfdelingR.Location = new System.Drawing.Point(97, 50);
     this.lbTicketsOpAfdelingR.Name = "lbTicketsOpAfdelingR";
     this.lbTicketsOpAfdelingR.Size = new System.Drawing.Size(221, 56);
     this.lbTicketsOpAfdelingR.TabIndex = 48;
     this.lbTicketsOpAfdelingR.SelectedIndexChanged += new System.EventHandler(this.lbTicketsOpAfdelingR_SelectedIndexChanged);
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Location = new System.Drawing.Point(15, 50);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(69, 26);
     this.label36.TabIndex = 49;
     this.label36.Text = "Ticketbox op\r\ndeze locatie:";
     //
     // cbCategorieR
     //
     this.cbCategorieR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbCategorieR.Enabled = false;
     this.cbCategorieR.FormattingEnabled = true;
     this.cbCategorieR.Location = new System.Drawing.Point(103, 349);
     this.cbCategorieR.Name = "cbCategorieR";
     this.cbCategorieR.Size = new System.Drawing.Size(221, 21);
     this.cbCategorieR.TabIndex = 96;
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Location = new System.Drawing.Point(39, 352);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(55, 13);
     this.label49.TabIndex = 95;
     this.label49.Text = "Categorie:";
     //
     // cbTicketStatus
     //
     this.cbTicketStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbTicketStatus.Enabled = false;
     this.cbTicketStatus.FormattingEnabled = true;
     this.cbTicketStatus.Items.AddRange(new object[] {
     "Ingevoerd",
     "InReparatie",
     "Gerepareerd",
     "Uitgeleverd"});
     this.cbTicketStatus.Location = new System.Drawing.Point(105, 532);
     this.cbTicketStatus.Name = "cbTicketStatus";
     this.cbTicketStatus.Size = new System.Drawing.Size(121, 21);
     this.cbTicketStatus.TabIndex = 94;
     //
     // tbVerw88Kosten
     //
     this.tbVerw88Kosten.Enabled = false;
     this.tbVerw88Kosten.Location = new System.Drawing.Point(103, 250);
     this.tbVerw88Kosten.Name = "tbVerw88Kosten";
     this.tbVerw88Kosten.Size = new System.Drawing.Size(221, 20);
     this.tbVerw88Kosten.TabIndex = 51;
     //
     // gbKlantInfoTicket
     //
     this.gbKlantInfoTicket.Controls.Add(this.label7);
     this.gbKlantInfoTicket.Controls.Add(this.label6);
     this.gbKlantInfoTicket.Controls.Add(this.tbKlantTelnrR);
     this.gbKlantInfoTicket.Controls.Add(this.tbKlantnaamR);
     this.gbKlantInfoTicket.Controls.Add(this.label8);
     this.gbKlantInfoTicket.Controls.Add(this.tbKlantnummerR);
     this.gbKlantInfoTicket.ForeColor = System.Drawing.Color.White;
     this.gbKlantInfoTicket.Location = new System.Drawing.Point(7, 384);
     this.gbKlantInfoTicket.Name = "gbKlantInfoTicket";
     this.gbKlantInfoTicket.Size = new System.Drawing.Size(347, 129);
     this.gbKlantInfoTicket.TabIndex = 50;
     this.gbKlantInfoTicket.TabStop = false;
     this.gbKlantInfoTicket.Text = "Klantinfo bij deze ticket";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(2, 95);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(89, 13);
     this.label7.TabIndex = 49;
     this.label7.Text = "Telefoonnummer:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(47, 62);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(38, 13);
     this.label6.TabIndex = 48;
     this.label6.Text = "Naam:";
     //
     // tbKlantTelnrR
     //
     this.tbKlantTelnrR.Enabled = false;
     this.tbKlantTelnrR.Location = new System.Drawing.Point(97, 93);
     this.tbKlantTelnrR.Name = "tbKlantTelnrR";
     this.tbKlantTelnrR.Size = new System.Drawing.Size(221, 20);
     this.tbKlantTelnrR.TabIndex = 47;
     //
     // tbKlantnaamR
     //
     this.tbKlantnaamR.Enabled = false;
     this.tbKlantnaamR.Location = new System.Drawing.Point(97, 60);
     this.tbKlantnaamR.Name = "tbKlantnaamR";
     this.tbKlantnaamR.Size = new System.Drawing.Size(221, 20);
     this.tbKlantnaamR.TabIndex = 46;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(14, 28);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(71, 13);
     this.label8.TabIndex = 44;
     this.label8.Text = "Klantnummer:";
     //
     // tbKlantnummerR
     //
     this.tbKlantnummerR.Enabled = false;
     this.tbKlantnummerR.Location = new System.Drawing.Point(97, 26);
     this.tbKlantnummerR.Name = "tbKlantnummerR";
     this.tbKlantnummerR.Size = new System.Drawing.Size(221, 20);
     this.tbKlantnummerR.TabIndex = 45;
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Location = new System.Drawing.Point(29, 534);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(68, 13);
     this.label34.TabIndex = 46;
     this.label34.Text = "Ticketstatus:";
     //
     // btWijzigTicketR
     //
     this.btWijzigTicketR.ForeColor = System.Drawing.Color.Black;
     this.btWijzigTicketR.Location = new System.Drawing.Point(103, 572);
     this.btWijzigTicketR.Name = "btWijzigTicketR";
     this.btWijzigTicketR.Size = new System.Drawing.Size(221, 23);
     this.btWijzigTicketR.TabIndex = 43;
     this.btWijzigTicketR.Text = "Unlock Tekstboxen Voor Ticket Wijzigen";
     this.btWijzigTicketR.UseVisualStyleBackColor = true;
     this.btWijzigTicketR.Click += new System.EventHandler(this.btWijzigTicketR_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(48, 319);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(45, 13);
     this.label1.TabIndex = 38;
     this.label1.Text = "Locatie:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(40, 186);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(54, 13);
     this.label2.TabIndex = 36;
     this.label2.Text = "Probleem:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(2, 253);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(96, 13);
     this.label3.TabIndex = 35;
     this.label3.Text = "Verwachte kosten:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(26, 211);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(71, 26);
     this.label4.TabIndex = 32;
     this.label4.Text = "Product\r\nSerienummer:";
     //
     // tbProbleemR
     //
     this.tbProbleemR.Enabled = false;
     this.tbProbleemR.Location = new System.Drawing.Point(103, 183);
     this.tbProbleemR.Name = "tbProbleemR";
     this.tbProbleemR.Size = new System.Drawing.Size(221, 20);
     this.tbProbleemR.TabIndex = 31;
     //
     // tbTicketnummerR
     //
     this.tbTicketnummerR.Enabled = false;
     this.tbTicketnummerR.Location = new System.Drawing.Point(103, 149);
     this.tbTicketnummerR.Name = "tbTicketnummerR";
     this.tbTicketnummerR.Size = new System.Drawing.Size(221, 20);
     this.tbTicketnummerR.TabIndex = 30;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(16, 150);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(77, 13);
     this.label5.TabIndex = 29;
     this.label5.Text = "Ticketnummer:";
     //
     // TabAdministrator
     //
     this.TabAdministrator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.TabAdministrator.Controls.Add(this.gbManagementInfoAdmin);
     this.TabAdministrator.Controls.Add(this.gbMedewerkerAdmin);
     this.TabAdministrator.Location = new System.Drawing.Point(4, 22);
     this.TabAdministrator.Name = "TabAdministrator";
     this.TabAdministrator.Padding = new System.Windows.Forms.Padding(3);
     this.TabAdministrator.Size = new System.Drawing.Size(974, 631);
     this.TabAdministrator.TabIndex = 3;
     this.TabAdministrator.Text = "Administrator";
     //
     // gbManagementInfoAdmin
     //
     this.gbManagementInfoAdmin.Controls.Add(this.lbFacturen);
     this.gbManagementInfoAdmin.ForeColor = System.Drawing.Color.White;
     this.gbManagementInfoAdmin.Location = new System.Drawing.Point(489, 7);
     this.gbManagementInfoAdmin.Name = "gbManagementInfoAdmin";
     this.gbManagementInfoAdmin.Size = new System.Drawing.Size(479, 613);
     this.gbManagementInfoAdmin.TabIndex = 2;
     this.gbManagementInfoAdmin.TabStop = false;
     this.gbManagementInfoAdmin.Text = "Management Informatie";
     //
     // lbFacturen
     //
     this.lbFacturen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.lbFacturen.ForeColor = System.Drawing.Color.White;
     this.lbFacturen.FormattingEnabled = true;
     this.lbFacturen.Location = new System.Drawing.Point(14, 37);
     this.lbFacturen.Name = "lbFacturen";
     this.lbFacturen.Size = new System.Drawing.Size(459, 563);
     this.lbFacturen.TabIndex = 0;
     //
     // gbMedewerkerAdmin
     //
     this.gbMedewerkerAdmin.Controls.Add(this.gbMedLijst);
     this.gbMedewerkerAdmin.Controls.Add(this.tbAfdelingMedewerkerAdmin);
     this.gbMedewerkerAdmin.Controls.Add(this.cbFunctieMedewerkerAdmin);
     this.gbMedewerkerAdmin.Controls.Add(this.btVoegMedewerkerToeAdmin);
     this.gbMedewerkerAdmin.Controls.Add(this.label59);
     this.gbMedewerkerAdmin.Controls.Add(this.btVerwijderMedewerkerAdmin);
     this.gbMedewerkerAdmin.Controls.Add(this.btBewerkMedewerkerAdmin);
     this.gbMedewerkerAdmin.Controls.Add(this.btZoekMedewerkerAdmin);
     this.gbMedewerkerAdmin.Controls.Add(this.tbTelefoonnummerAdmin);
     this.gbMedewerkerAdmin.Controls.Add(this.label43);
     this.gbMedewerkerAdmin.Controls.Add(this.tbPaswoordAdmin);
     this.gbMedewerkerAdmin.Controls.Add(this.label42);
     this.gbMedewerkerAdmin.Controls.Add(this.label41);
     this.gbMedewerkerAdmin.Controls.Add(this.label40);
     this.gbMedewerkerAdmin.Controls.Add(this.tbNaamAdmin);
     this.gbMedewerkerAdmin.Controls.Add(this.label39);
     this.gbMedewerkerAdmin.Controls.Add(this.label38);
     this.gbMedewerkerAdmin.Controls.Add(this.tbMedewerkernummerAdmin);
     this.gbMedewerkerAdmin.ForeColor = System.Drawing.Color.White;
     this.gbMedewerkerAdmin.Location = new System.Drawing.Point(6, 7);
     this.gbMedewerkerAdmin.Name = "gbMedewerkerAdmin";
     this.gbMedewerkerAdmin.Size = new System.Drawing.Size(477, 613);
     this.gbMedewerkerAdmin.TabIndex = 0;
     this.gbMedewerkerAdmin.TabStop = false;
     this.gbMedewerkerAdmin.Text = "Medewerker";
     //
     // gbMedLijst
     //
     this.gbMedLijst.Controls.Add(this.lbMedewerkers);
     this.gbMedLijst.ForeColor = System.Drawing.Color.White;
     this.gbMedLijst.Location = new System.Drawing.Point(14, 365);
     this.gbMedLijst.Name = "gbMedLijst";
     this.gbMedLijst.Size = new System.Drawing.Size(457, 242);
     this.gbMedLijst.TabIndex = 50;
     this.gbMedLijst.TabStop = false;
     this.gbMedLijst.Text = "Medewerkers";
     //
     // lbMedewerkers
     //
     this.lbMedewerkers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.lbMedewerkers.ForeColor = System.Drawing.Color.White;
     this.lbMedewerkers.FormattingEnabled = true;
     this.lbMedewerkers.Location = new System.Drawing.Point(14, 19);
     this.lbMedewerkers.Name = "lbMedewerkers";
     this.lbMedewerkers.Size = new System.Drawing.Size(425, 212);
     this.lbMedewerkers.TabIndex = 0;
     this.lbMedewerkers.SelectedIndexChanged += new System.EventHandler(this.lbMedewerkers_SelectedIndexChanged);
     //
     // tbAfdelingMedewerkerAdmin
     //
     this.tbAfdelingMedewerkerAdmin.Location = new System.Drawing.Point(123, 153);
     this.tbAfdelingMedewerkerAdmin.Name = "tbAfdelingMedewerkerAdmin";
     this.tbAfdelingMedewerkerAdmin.Size = new System.Drawing.Size(195, 20);
     this.tbAfdelingMedewerkerAdmin.TabIndex = 49;
     //
     // cbFunctieMedewerkerAdmin
     //
     this.cbFunctieMedewerkerAdmin.FormattingEnabled = true;
     this.cbFunctieMedewerkerAdmin.Items.AddRange(new object[] {
     "Reparateur",
     "Winkel",
     "Helpdesk",
     "Administrator"});
     this.cbFunctieMedewerkerAdmin.Location = new System.Drawing.Point(123, 114);
     this.cbFunctieMedewerkerAdmin.Name = "cbFunctieMedewerkerAdmin";
     this.cbFunctieMedewerkerAdmin.Size = new System.Drawing.Size(195, 21);
     this.cbFunctieMedewerkerAdmin.TabIndex = 48;
     //
     // btVoegMedewerkerToeAdmin
     //
     this.btVoegMedewerkerToeAdmin.ForeColor = System.Drawing.Color.Black;
     this.btVoegMedewerkerToeAdmin.Location = new System.Drawing.Point(142, 296);
     this.btVoegMedewerkerToeAdmin.Name = "btVoegMedewerkerToeAdmin";
     this.btVoegMedewerkerToeAdmin.Size = new System.Drawing.Size(82, 23);
     this.btVoegMedewerkerToeAdmin.TabIndex = 47;
     this.btVoegMedewerkerToeAdmin.Text = "Voeg Toe";
     this.btVoegMedewerkerToeAdmin.UseVisualStyleBackColor = true;
     this.btVoegMedewerkerToeAdmin.Click += new System.EventHandler(this.btVoegMedewerkerToeAdmin_Click);
     //
     // label59
     //
     this.label59.AutoSize = true;
     this.label59.Location = new System.Drawing.Point(25, 337);
     this.label59.Name = "label59";
     this.label59.Size = new System.Drawing.Size(189, 13);
     this.label59.TabIndex = 46;
     this.label59.Text = "Zoek op medewerker naam of nummer";
     //
     // btVerwijderMedewerkerAdmin
     //
     this.btVerwijderMedewerkerAdmin.ForeColor = System.Drawing.Color.Black;
     this.btVerwijderMedewerkerAdmin.Location = new System.Drawing.Point(350, 296);
     this.btVerwijderMedewerkerAdmin.Name = "btVerwijderMedewerkerAdmin";
     this.btVerwijderMedewerkerAdmin.Size = new System.Drawing.Size(82, 23);
     this.btVerwijderMedewerkerAdmin.TabIndex = 45;
     this.btVerwijderMedewerkerAdmin.Text = "Verwijder";
     this.btVerwijderMedewerkerAdmin.UseVisualStyleBackColor = true;
     this.btVerwijderMedewerkerAdmin.Click += new System.EventHandler(this.btVerwijderMedewerkerAdmin_Click);
     //
     // btBewerkMedewerkerAdmin
     //
     this.btBewerkMedewerkerAdmin.ForeColor = System.Drawing.Color.Black;
     this.btBewerkMedewerkerAdmin.Location = new System.Drawing.Point(245, 296);
     this.btBewerkMedewerkerAdmin.Name = "btBewerkMedewerkerAdmin";
     this.btBewerkMedewerkerAdmin.Size = new System.Drawing.Size(82, 23);
     this.btBewerkMedewerkerAdmin.TabIndex = 44;
     this.btBewerkMedewerkerAdmin.Text = "Bewerk";
     this.btBewerkMedewerkerAdmin.UseVisualStyleBackColor = true;
     this.btBewerkMedewerkerAdmin.Click += new System.EventHandler(this.btBewerkMedewerkerAdmin_Click);
     //
     // btZoekMedewerkerAdmin
     //
     this.btZoekMedewerkerAdmin.ForeColor = System.Drawing.Color.Black;
     this.btZoekMedewerkerAdmin.Location = new System.Drawing.Point(42, 296);
     this.btZoekMedewerkerAdmin.Name = "btZoekMedewerkerAdmin";
     this.btZoekMedewerkerAdmin.Size = new System.Drawing.Size(82, 23);
     this.btZoekMedewerkerAdmin.TabIndex = 43;
     this.btZoekMedewerkerAdmin.Text = "Zoek";
     this.btZoekMedewerkerAdmin.UseVisualStyleBackColor = true;
     this.btZoekMedewerkerAdmin.Click += new System.EventHandler(this.btZoekMedewerkerAdmin_Click);
     //
     // tbTelefoonnummerAdmin
     //
     this.tbTelefoonnummerAdmin.Location = new System.Drawing.Point(123, 225);
     this.tbTelefoonnummerAdmin.Name = "tbTelefoonnummerAdmin";
     this.tbTelefoonnummerAdmin.Size = new System.Drawing.Size(195, 20);
     this.tbTelefoonnummerAdmin.TabIndex = 42;
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Location = new System.Drawing.Point(28, 228);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(89, 13);
     this.label43.TabIndex = 41;
     this.label43.Text = "Telefoonnummer:";
     //
     // tbPaswoordAdmin
     //
     this.tbPaswoordAdmin.Location = new System.Drawing.Point(123, 189);
     this.tbPaswoordAdmin.Name = "tbPaswoordAdmin";
     this.tbPaswoordAdmin.Size = new System.Drawing.Size(195, 20);
     this.tbPaswoordAdmin.TabIndex = 40;
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Location = new System.Drawing.Point(60, 192);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(57, 13);
     this.label42.TabIndex = 39;
     this.label42.Text = "Paswoord:";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Location = new System.Drawing.Point(69, 154);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(48, 13);
     this.label41.TabIndex = 6;
     this.label41.Text = "Afdeling:";
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Location = new System.Drawing.Point(72, 117);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(45, 13);
     this.label40.TabIndex = 4;
     this.label40.Text = "Functie:";
     //
     // tbNaamAdmin
     //
     this.tbNaamAdmin.Location = new System.Drawing.Point(123, 77);
     this.tbNaamAdmin.Name = "tbNaamAdmin";
     this.tbNaamAdmin.Size = new System.Drawing.Size(195, 20);
     this.tbNaamAdmin.TabIndex = 3;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Location = new System.Drawing.Point(79, 82);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(38, 13);
     this.label39.TabIndex = 2;
     this.label39.Text = "Naam:";
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Location = new System.Drawing.Point(11, 43);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(106, 13);
     this.label38.TabIndex = 1;
     this.label38.Text = "Medewerkernummer:";
     //
     // tbMedewerkernummerAdmin
     //
     this.tbMedewerkernummerAdmin.Location = new System.Drawing.Point(123, 40);
     this.tbMedewerkernummerAdmin.Name = "tbMedewerkernummerAdmin";
     this.tbMedewerkernummerAdmin.Size = new System.Drawing.Size(195, 20);
     this.tbMedewerkernummerAdmin.TabIndex = 0;
     //
     // tbKlantnummerSnel
     //
     this.tbKlantnummerSnel.Location = new System.Drawing.Point(445, 20);
     this.tbKlantnummerSnel.Name = "tbKlantnummerSnel";
     this.tbKlantnummerSnel.Size = new System.Drawing.Size(100, 20);
     this.tbKlantnummerSnel.TabIndex = 1;
     this.tbKlantnummerSnel.TextChanged += new System.EventHandler(this.tbKlantnummerSnel_TextChanged);
     //
     // lbKlantnummerSnel
     //
     this.lbKlantnummerSnel.AutoSize = true;
     this.lbKlantnummerSnel.ForeColor = System.Drawing.Color.White;
     this.lbKlantnummerSnel.Location = new System.Drawing.Point(368, 23);
     this.lbKlantnummerSnel.Name = "lbKlantnummerSnel";
     this.lbKlantnummerSnel.Size = new System.Drawing.Size(71, 13);
     this.lbKlantnummerSnel.TabIndex = 2;
     this.lbKlantnummerSnel.Text = "Klantnummer:";
     //
     // tbTicketnummerSnel
     //
     this.tbTicketnummerSnel.Location = new System.Drawing.Point(246, 20);
     this.tbTicketnummerSnel.Name = "tbTicketnummerSnel";
     this.tbTicketnummerSnel.Size = new System.Drawing.Size(100, 20);
     this.tbTicketnummerSnel.TabIndex = 3;
     this.tbTicketnummerSnel.TextChanged += new System.EventHandler(this.tbTicketnummerSnel_TextChanged);
     //
     // btZoekenSnel
     //
     this.btZoekenSnel.Location = new System.Drawing.Point(570, 20);
     this.btZoekenSnel.Name = "btZoekenSnel";
     this.btZoekenSnel.Size = new System.Drawing.Size(75, 23);
     this.btZoekenSnel.TabIndex = 4;
     this.btZoekenSnel.Text = "Zoeken";
     this.btZoekenSnel.UseVisualStyleBackColor = true;
     this.btZoekenSnel.Click += new System.EventHandler(this.btZoekenSnel_Click);
     //
     // lbTicketnummerSnel
     //
     this.lbTicketnummerSnel.AutoSize = true;
     this.lbTicketnummerSnel.ForeColor = System.Drawing.Color.White;
     this.lbTicketnummerSnel.Location = new System.Drawing.Point(163, 23);
     this.lbTicketnummerSnel.Name = "lbTicketnummerSnel";
     this.lbTicketnummerSnel.Size = new System.Drawing.Size(77, 13);
     this.lbTicketnummerSnel.TabIndex = 5;
     this.lbTicketnummerSnel.Text = "Ticketnummer:";
     //
     // btUitloggen
     //
     this.btUitloggen.Location = new System.Drawing.Point(886, 17);
     this.btUitloggen.Name = "btUitloggen";
     this.btUitloggen.Size = new System.Drawing.Size(104, 23);
     this.btUitloggen.TabIndex = 6;
     this.btUitloggen.Text = "Uitloggen";
     this.btUitloggen.UseVisualStyleBackColor = true;
     this.btUitloggen.Click += new System.EventHandler(this.btUitloggen_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
     this.ClientSize = new System.Drawing.Size(1008, 732);
     this.Controls.Add(this.btUitloggen);
     this.Controls.Add(this.lbTicketnummerSnel);
     this.Controls.Add(this.btZoekenSnel);
     this.Controls.Add(this.tbTicketnummerSnel);
     this.Controls.Add(this.tbKlantnummerSnel);
     this.Controls.Add(this.lbKlantnummerSnel);
     this.Controls.Add(this.gbAlles);
     this.Controls.Add(this.gbLogIn);
     this.Name = "Form1";
     this.Text = "ParaFiksit";
     this.gbLogIn.ResumeLayout(false);
     this.gbLogIn.PerformLayout();
     this.gbAlles.ResumeLayout(false);
     this.tbKlant.ResumeLayout(false);
     this.TabKlant.ResumeLayout(false);
     this.gbProducten.ResumeLayout(false);
     this.gbTickets.ResumeLayout(false);
     this.gbZoekresultaten.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.TabProductRegistratie.ResumeLayout(false);
     this.gbOphaalBox.ResumeLayout(false);
     this.gbOphaalBox.PerformLayout();
     this.gbProductToevoegen.ResumeLayout(false);
     this.gbProductToevoegen.PerformLayout();
     this.gbTicketEnProduct.ResumeLayout(false);
     this.gbTicketEnProduct.PerformLayout();
     this.TabTicketRegistratie.ResumeLayout(false);
     this.gbTicketRegistratie.ResumeLayout(false);
     this.tabRegistratie.ResumeLayout(false);
     this.tabTicketReg.ResumeLayout(false);
     this.tabTicketReg.PerformLayout();
     this.tabReparatieReg.ResumeLayout(false);
     this.tabReparatieReg.PerformLayout();
     this.gbVervangenOnderdelen.ResumeLayout(false);
     this.gbVervangenOnderdelen.PerformLayout();
     this.gbTicketInfoTR.ResumeLayout(false);
     this.gbTicketInfoTR.PerformLayout();
     this.gbLocatieR.ResumeLayout(false);
     this.gbLocatieR.PerformLayout();
     this.gbKlantInfoTicket.ResumeLayout(false);
     this.gbKlantInfoTicket.PerformLayout();
     this.TabAdministrator.ResumeLayout(false);
     this.gbManagementInfoAdmin.ResumeLayout(false);
     this.gbMedewerkerAdmin.ResumeLayout(false);
     this.gbMedewerkerAdmin.PerformLayout();
     this.gbMedLijst.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #34
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose                      = new System.Windows.Forms.Button();
            this.buttonCrudeAirportAdd            = new System.Windows.Forms.Button();
            this.buttonCrudeAirportEdit           = new System.Windows.Forms.Button();
            this.buttonCrudeAirportSearch         = new System.Windows.Forms.Button();
            this.dataGridViewCrudeAirport         = new System.Windows.Forms.DataGridView();
            this.labelAirportName                 = new System.Windows.Forms.Label();
            this.textBoxAirportName               = new System.Windows.Forms.TextBox();
            this.labelAirportTypeRefCombo         = new System.Windows.Forms.Label();
            this.airportTypeRefCombo              = new AirportTypeRefCombo();
            this.labelLatitude                    = new System.Windows.Forms.Label();
            this.textBoxLatitude                  = new System.Windows.Forms.TextBox();
            this.labelLongitude                   = new System.Windows.Forms.Label();
            this.textBoxLongitude                 = new System.Windows.Forms.TextBox();
            this.labelVariation                   = new System.Windows.Forms.Label();
            this.textBoxVariation                 = new System.Windows.Forms.TextBox();
            this.labelAttendance                  = new System.Windows.Forms.Label();
            this.textBoxAttendance                = new System.Windows.Forms.TextBox();
            this.labelUtcOffset                   = new System.Windows.Forms.Label();
            this.maskedTextBoxUtcOffset           = new System.Windows.Forms.MaskedTextBox();
            this.labelElevationInMeters           = new System.Windows.Forms.Label();
            this.maskedTextBoxElevationInMeters   = new System.Windows.Forms.MaskedTextBox();
            this.labelRunwayInMeters              = new System.Windows.Forms.Label();
            this.maskedTextBoxRunwayInMeters      = new System.Windows.Forms.MaskedTextBox();
            this.labelActivationDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerActivationDateTime = new System.Windows.Forms.DateTimePicker();
            this.labelDateTime                    = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime           = new System.Windows.Forms.TextBox();
            this.labelCityPicker                  = new System.Windows.Forms.Label();
            this.cityPicker               = new CityPicker();
            this.labelUserPicker          = new System.Windows.Forms.Label();
            this.userPicker               = new DefaultUserPicker();
            this.labelControlTowerFlag    = new System.Windows.Forms.Label();
            this.checkBoxControlTowerFlag = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAirport)).BeginInit();
            this.SuspendLayout();
            //
            // labelAirportName
            //
            this.labelAirportName.AutoSize = true;
            this.labelAirportName.Location = new System.Drawing.Point(11, 13);
            this.labelAirportName.Name     = "labelAirportName";
            this.labelAirportName.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportName.TabIndex = 2;
            this.labelAirportName.Text     = "Airport Name:";
            //
            //textBoxAirportName
            //
            this.textBoxAirportName.Location = new System.Drawing.Point(140, 13);
            this.textBoxAirportName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAirportName.Name     = "textBoxAirportName";
            this.textBoxAirportName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAirportName.TabIndex = 3;
            //
            // labelAirportTypeRefCombo
            //
            this.labelAirportTypeRefCombo.AutoSize = true;
            this.labelAirportTypeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelAirportTypeRefCombo.Name     = "labelAirportTypeRefCombo";
            this.labelAirportTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAirportTypeRefCombo.TabIndex = 4;
            this.labelAirportTypeRefCombo.Text     = "Airport Type:";
            //
            //airportTypeRefCombo
            //
            this.airportTypeRefCombo.Location = new System.Drawing.Point(140, 36);
            this.airportTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.airportTypeRefCombo.Name     = "airportTypeRefCombo";
            this.airportTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.airportTypeRefCombo.TabIndex = 5;
            //
            // labelLatitude
            //
            this.labelLatitude.AutoSize = true;
            this.labelLatitude.Location = new System.Drawing.Point(11, 59);
            this.labelLatitude.Name     = "labelLatitude";
            this.labelLatitude.Size     = new System.Drawing.Size(71, 13);
            this.labelLatitude.TabIndex = 6;
            this.labelLatitude.Text     = "Latitude:";
            //
            //textBoxLatitude
            //
            this.textBoxLatitude.Location = new System.Drawing.Point(140, 59);
            this.textBoxLatitude.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxLatitude.Name     = "textBoxLatitude";
            this.textBoxLatitude.Size     = new System.Drawing.Size(250, 20);
            this.textBoxLatitude.TabIndex = 7;
            //
            // labelLongitude
            //
            this.labelLongitude.AutoSize = true;
            this.labelLongitude.Location = new System.Drawing.Point(11, 82);
            this.labelLongitude.Name     = "labelLongitude";
            this.labelLongitude.Size     = new System.Drawing.Size(71, 13);
            this.labelLongitude.TabIndex = 8;
            this.labelLongitude.Text     = "Longitude:";
            //
            //textBoxLongitude
            //
            this.textBoxLongitude.Location = new System.Drawing.Point(140, 82);
            this.textBoxLongitude.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxLongitude.Name     = "textBoxLongitude";
            this.textBoxLongitude.Size     = new System.Drawing.Size(250, 20);
            this.textBoxLongitude.TabIndex = 9;
            //
            // labelVariation
            //
            this.labelVariation.AutoSize = true;
            this.labelVariation.Location = new System.Drawing.Point(11, 105);
            this.labelVariation.Name     = "labelVariation";
            this.labelVariation.Size     = new System.Drawing.Size(71, 13);
            this.labelVariation.TabIndex = 10;
            this.labelVariation.Text     = "Variation:";
            //
            //textBoxVariation
            //
            this.textBoxVariation.Location = new System.Drawing.Point(140, 105);
            this.textBoxVariation.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxVariation.Name     = "textBoxVariation";
            this.textBoxVariation.Size     = new System.Drawing.Size(250, 20);
            this.textBoxVariation.TabIndex = 11;
            //
            // labelAttendance
            //
            this.labelAttendance.AutoSize = true;
            this.labelAttendance.Location = new System.Drawing.Point(11, 128);
            this.labelAttendance.Name     = "labelAttendance";
            this.labelAttendance.Size     = new System.Drawing.Size(71, 13);
            this.labelAttendance.TabIndex = 12;
            this.labelAttendance.Text     = "Attendance:";
            //
            //textBoxAttendance
            //
            this.textBoxAttendance.Location = new System.Drawing.Point(140, 128);
            this.textBoxAttendance.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAttendance.Name     = "textBoxAttendance";
            this.textBoxAttendance.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAttendance.TabIndex = 13;
            //
            // labelUtcOffset
            //
            this.labelUtcOffset.AutoSize = true;
            this.labelUtcOffset.Location = new System.Drawing.Point(11, 151);
            this.labelUtcOffset.Name     = "labelUtcOffset";
            this.labelUtcOffset.Size     = new System.Drawing.Size(71, 13);
            this.labelUtcOffset.TabIndex = 14;
            this.labelUtcOffset.Text     = "Utc Offset:";
            //
            //maskedTextBoxUtcOffset
            //
            this.maskedTextBoxUtcOffset.Location = new System.Drawing.Point(140, 151);
            this.maskedTextBoxUtcOffset.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxUtcOffset.Name     = "maskedTextBoxUtcOffset";
            this.maskedTextBoxUtcOffset.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxUtcOffset.TabIndex = 15;
            //
            // labelElevationInMeters
            //
            this.labelElevationInMeters.AutoSize = true;
            this.labelElevationInMeters.Location = new System.Drawing.Point(11, 174);
            this.labelElevationInMeters.Name     = "labelElevationInMeters";
            this.labelElevationInMeters.Size     = new System.Drawing.Size(71, 13);
            this.labelElevationInMeters.TabIndex = 16;
            this.labelElevationInMeters.Text     = "Elevation In Meters:";
            //
            //maskedTextBoxElevationInMeters
            //
            this.maskedTextBoxElevationInMeters.Location = new System.Drawing.Point(140, 174);
            this.maskedTextBoxElevationInMeters.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxElevationInMeters.Name     = "maskedTextBoxElevationInMeters";
            this.maskedTextBoxElevationInMeters.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxElevationInMeters.TabIndex = 17;
            //
            // labelRunwayInMeters
            //
            this.labelRunwayInMeters.AutoSize = true;
            this.labelRunwayInMeters.Location = new System.Drawing.Point(11, 197);
            this.labelRunwayInMeters.Name     = "labelRunwayInMeters";
            this.labelRunwayInMeters.Size     = new System.Drawing.Size(71, 13);
            this.labelRunwayInMeters.TabIndex = 18;
            this.labelRunwayInMeters.Text     = "Runway In Meters:";
            //
            //maskedTextBoxRunwayInMeters
            //
            this.maskedTextBoxRunwayInMeters.Location = new System.Drawing.Point(140, 197);
            this.maskedTextBoxRunwayInMeters.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxRunwayInMeters.Name     = "maskedTextBoxRunwayInMeters";
            this.maskedTextBoxRunwayInMeters.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxRunwayInMeters.TabIndex = 19;
            //
            // labelActivationDateTime
            //
            this.labelActivationDateTime.AutoSize = true;
            this.labelActivationDateTime.Location = new System.Drawing.Point(11, 220);
            this.labelActivationDateTime.Name     = "labelActivationDateTime";
            this.labelActivationDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelActivationDateTime.TabIndex = 20;
            this.labelActivationDateTime.Text     = "Activation Date Time:";
            //
            //dateTimePickerActivationDateTime
            //
            this.dateTimePickerActivationDateTime.Location     = new System.Drawing.Point(140, 220);
            this.dateTimePickerActivationDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerActivationDateTime.Name         = "dateTimePickerActivationDateTime";
            this.dateTimePickerActivationDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerActivationDateTime.TabIndex     = 21;
            this.dateTimePickerActivationDateTime.Checked      = false;
            this.dateTimePickerActivationDateTime.ShowCheckBox = true;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 243);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 22;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 243);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 23;
            //
            // labelCityPicker
            //
            this.labelCityPicker.AutoSize = true;
            this.labelCityPicker.Location = new System.Drawing.Point(11, 266);
            this.labelCityPicker.Name     = "labelCityPicker";
            this.labelCityPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelCityPicker.TabIndex = 24;
            this.labelCityPicker.Text     = "City:";
            //
            //cityPicker
            //
            this.cityPicker.Location = new System.Drawing.Point(140, 266);
            this.cityPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.cityPicker.Name     = "cityPicker";
            this.cityPicker.Size     = new System.Drawing.Size(250, 20);
            this.cityPicker.TabIndex = 25;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 289);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 26;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 27;
            //
            // labelControlTowerFlag
            //
            this.labelControlTowerFlag.AutoSize = true;
            this.labelControlTowerFlag.Location = new System.Drawing.Point(11, 312);
            this.labelControlTowerFlag.Name     = "labelControlTowerFlag";
            this.labelControlTowerFlag.Size     = new System.Drawing.Size(71, 13);
            this.labelControlTowerFlag.TabIndex = 28;
            this.labelControlTowerFlag.Text     = "Control Tower Flag:";
            //
            //checkBoxControlTowerFlag
            //
            this.checkBoxControlTowerFlag.Location = new System.Drawing.Point(140, 312);
            this.checkBoxControlTowerFlag.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.checkBoxControlTowerFlag.Name     = "checkBoxControlTowerFlag";
            this.checkBoxControlTowerFlag.Size     = new System.Drawing.Size(250, 20);
            this.checkBoxControlTowerFlag.TabIndex = 29;
            //
            // dataGridViewCrudeAirport
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeAirport.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeAirport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                                         | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeAirport.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeAirport.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeAirport.Location      = new System.Drawing.Point(12, 345);
            this.dataGridViewCrudeAirport.Name          = "dataGridViewCrudeAirport";
            this.dataGridViewCrudeAirport.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewCrudeAirport.TabIndex      = 0;
            this.dataGridViewCrudeAirport.ReadOnly      = true;
            this.dataGridViewCrudeAirport.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeAirport_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 448);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeAirportSearch
            //
            this.buttonCrudeAirportSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportSearch.Location = new System.Drawing.Point(198, 448);
            this.buttonCrudeAirportSearch.Name     = "buttonCrudeAirportSearch";
            this.buttonCrudeAirportSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportSearch.TabIndex = 2;
            this.buttonCrudeAirportSearch.Text     = "&Search";
            this.buttonCrudeAirportSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportSearch.Click += new System.EventHandler(this.buttonCrudeAirportSearch_Click);
            //
            // buttonCrudeAirportAdd
            //
            this.buttonCrudeAirportAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportAdd.Location = new System.Drawing.Point(98, 448);
            this.buttonCrudeAirportAdd.Name     = "buttonCrudeAirportAdd";
            this.buttonCrudeAirportAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportAdd.TabIndex = 3;
            this.buttonCrudeAirportAdd.Text     = "&Add";
            this.buttonCrudeAirportAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportAdd.Click += new System.EventHandler(this.buttonCrudeAirportAdd_Click);
            //
            // buttonCrudeAirportEdit
            //
            this.buttonCrudeAirportEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAirportEdit.Location = new System.Drawing.Point(-2, 448);
            this.buttonCrudeAirportEdit.Name     = "buttonCrudeAirportEdit";
            this.buttonCrudeAirportEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAirportEdit.TabIndex = 4;
            this.buttonCrudeAirportEdit.Text     = "&Edit";
            this.buttonCrudeAirportEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeAirportEdit.Click += new System.EventHandler(this.buttonCrudeAirportEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 476);
            this.Controls.Add(this.buttonCrudeAirportSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeAirportAdd);
            this.Controls.Add(this.buttonCrudeAirportEdit);
            this.Controls.Add(this.dataGridViewCrudeAirport);
            this.Name = "CrudeAirportSearch";
            this.Text = "Airport Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAirport)).EndInit();
            this.Controls.Add(this.labelAirportName);
            this.Controls.Add(this.textBoxAirportName);
            this.Controls.Add(this.labelAirportTypeRefCombo);
            this.Controls.Add(this.airportTypeRefCombo);
            this.Controls.Add(this.labelLatitude);
            this.Controls.Add(this.textBoxLatitude);
            this.Controls.Add(this.labelLongitude);
            this.Controls.Add(this.textBoxLongitude);
            this.Controls.Add(this.labelVariation);
            this.Controls.Add(this.textBoxVariation);
            this.Controls.Add(this.labelAttendance);
            this.Controls.Add(this.textBoxAttendance);
            this.Controls.Add(this.labelUtcOffset);
            this.Controls.Add(this.maskedTextBoxUtcOffset);
            this.Controls.Add(this.labelElevationInMeters);
            this.Controls.Add(this.maskedTextBoxElevationInMeters);
            this.Controls.Add(this.labelRunwayInMeters);
            this.Controls.Add(this.maskedTextBoxRunwayInMeters);
            this.Controls.Add(this.labelActivationDateTime);
            this.Controls.Add(this.dateTimePickerActivationDateTime);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelCityPicker);
            this.Controls.Add(this.cityPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.Controls.Add(this.labelControlTowerFlag);
            this.Controls.Add(this.checkBoxControlTowerFlag);
            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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmXuLyNhapKho));
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatus_Themmoi = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatus_In = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatus_Thanhtoan = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatus_InMaVach = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.palNhap = new System.Windows.Forms.Panel();
     this.label5 = new System.Windows.Forms.Label();
     this.chekChonLoai = new System.Windows.Forms.CheckBox();
     this.lblMaHoaDonNhap = new System.Windows.Forms.Label();
     this.lblTenNhaCungCap = new System.Windows.Forms.Label();
     this.txtTygia = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.cbxTienTe_TyGia = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.btnTimMadatmuahang = new System.Windows.Forms.Button();
     this.txtMadondathang = new System.Windows.Forms.TextBox();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.makHanthanhtoan = new System.Windows.Forms.MaskedTextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.txtnguoigiaohang = new System.Windows.Forms.TextBox();
     this.btnTimnhacungcap = new System.Windows.Forms.Button();
     this.lblDiengiai = new System.Windows.Forms.Label();
     this.txtDiengiai = new System.Windows.Forms.TextBox();
     this.cbxHinhthucthanhtoan = new System.Windows.Forms.ComboBox();
     this.lblHinhthucthanhtoan = new System.Windows.Forms.Label();
     this.cbxKhoHang = new System.Windows.Forms.ComboBox();
     this.lblKhohang = new System.Windows.Forms.Label();
     this.lblNguoigiaohang = new System.Windows.Forms.Label();
     this.txtNohienthoi = new System.Windows.Forms.TextBox();
     this.lblNohienthoi = new System.Windows.Forms.Label();
     this.lblDinhdangngay = new System.Windows.Forms.LinkLabel();
     this.makNgaydonhang = new System.Windows.Forms.MaskedTextBox();
     this.lblNgaydonhang = new System.Windows.Forms.Label();
     this.txtManhacungcap = new System.Windows.Forms.TextBox();
     this.txtSodonhang = new System.Windows.Forms.TextBox();
     this.lblManhacungcap = new System.Windows.Forms.Label();
     this.lblSodonhang = new System.Windows.Forms.Label();
     this.palXem = new System.Windows.Forms.Panel();
     this.txtTienCKTM0 = new System.Windows.Forms.TextBox();
     this.txtCKTM0 = new System.Windows.Forms.TextBox();
     this.lbtinhtrang = new System.Windows.Forms.Label();
     this.txtGiatrigiatang = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.txtTienhang = new System.Windows.Forms.TextBox();
     this.txtChietkhau = new System.Windows.Forms.TextBox();
     this.lblChietkhau_Tienhang = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.txtThanhtoanngay = new System.Windows.Forms.TextBox();
     this.txtTienCKTM = new System.Windows.Forms.TextBox();
     this.lblPhantram = new System.Windows.Forms.LinkLabel();
     this.txtCKTM = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtTienTraLai = new System.Windows.Forms.TextBox();
     this.lblTongtien = new System.Windows.Forms.Label();
     this.txtTongThanhToan = new System.Windows.Forms.TextBox();
     this.lblPhivanchuyen_Phikhac = new System.Windows.Forms.Label();
     this.grbDataGridview = new System.Windows.Forms.GroupBox();
     this.dgvInsertOrder = new System.Windows.Forms.DataGridView();
     this.palThem = new System.Windows.Forms.Panel();
     this.toolStrip_Insert = new System.Windows.Forms.ToolStrip();
     this.toolStrip_txtTracuu = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel8 = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip_txtTenhang = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip_txtSoluong = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel5 = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip_txtGiagoc = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip_txtChietkhauphantram = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel3 = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip_txtGianhap = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel4 = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip_txtThuegiatrigiatang = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel6 = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip_Chietkhau = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripLabel7 = new System.Windows.Forms.ToolStripLabel();
     this.toolStrip_txtNgayhethan = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip_btnThem = new System.Windows.Forms.ToolStripButton();
     this.statusStrip1.SuspendLayout();
     this.palNhap.SuspendLayout();
     this.palXem.SuspendLayout();
     this.grbDataGridview.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvInsertOrder)).BeginInit();
     this.palThem.SuspendLayout();
     this.toolStrip_Insert.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.Color.LightSteelBlue;
     this.statusStrip1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatus_Themmoi,
     this.toolStripStatus_In,
     this.toolStripStatus_Thanhtoan,
     this.toolStripStatus_InMaVach,
     this.toolStripStatusLabel1});
     this.statusStrip1.Location = new System.Drawing.Point(0, 587);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(1034, 26);
     this.statusStrip1.TabIndex = 0;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatus_Themmoi
     //
     this.toolStripStatus_Themmoi.Image = global::GUI.Properties.Resources.Them;
     this.toolStripStatus_Themmoi.Name = "toolStripStatus_Themmoi";
     this.toolStripStatus_Themmoi.Size = new System.Drawing.Size(203, 21);
     this.toolStripStatus_Themmoi.Spring = true;
     this.toolStripStatus_Themmoi.Tag = "1";
     this.toolStripStatus_Themmoi.Text = "Thêm";
     this.toolStripStatus_Themmoi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripStatus_Themmoi.Click += new System.EventHandler(this.toolStripStatusLabel1_Click);
     this.toolStripStatus_Themmoi.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripStatus_Themmoi.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripStatus_In
     //
     this.toolStripStatus_In.Image = global::GUI.Properties.Resources.In;
     this.toolStripStatus_In.Name = "toolStripStatus_In";
     this.toolStripStatus_In.Size = new System.Drawing.Size(203, 21);
     this.toolStripStatus_In.Spring = true;
     this.toolStripStatus_In.Tag = "2";
     this.toolStripStatus_In.Text = "In";
     this.toolStripStatus_In.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripStatus_In.Click += new System.EventHandler(this.toolStripStatus_In_Click);
     this.toolStripStatus_In.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripStatus_In.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripStatus_Thanhtoan
     //
     this.toolStripStatus_Thanhtoan.Image = global::GUI.Properties.Resources.Don_dat_hang__1_;
     this.toolStripStatus_Thanhtoan.Name = "toolStripStatus_Thanhtoan";
     this.toolStripStatus_Thanhtoan.Size = new System.Drawing.Size(203, 21);
     this.toolStripStatus_Thanhtoan.Spring = true;
     this.toolStripStatus_Thanhtoan.Tag = "3";
     this.toolStripStatus_Thanhtoan.Text = "Lập phiếu thanh toán";
     this.toolStripStatus_Thanhtoan.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripStatus_Thanhtoan.Click += new System.EventHandler(this.toolStripStatus_Thanhtoan_Click);
     this.toolStripStatus_Thanhtoan.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripStatus_Thanhtoan.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripStatus_InMaVach
     //
     this.toolStripStatus_InMaVach.Image = global::GUI.Properties.Resources.In_tem_ma_vach__1_;
     this.toolStripStatus_InMaVach.Name = "toolStripStatus_InMaVach";
     this.toolStripStatus_InMaVach.Size = new System.Drawing.Size(203, 21);
     this.toolStripStatus_InMaVach.Spring = true;
     this.toolStripStatus_InMaVach.Tag = "1";
     this.toolStripStatus_InMaVach.Text = "In mã vạch hàng hóa";
     this.toolStripStatus_InMaVach.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripStatus_InMaVach.Click += new System.EventHandler(this.toolStripStatus_InMaVach_Click);
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Image = global::GUI.Properties.Resources.Xoa;
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(203, 21);
     this.toolStripStatusLabel1.Spring = true;
     this.toolStripStatusLabel1.Tag = "4";
     this.toolStripStatusLabel1.Text = "Trở về";
     this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripStatusLabel1.Click += new System.EventHandler(this.toolStripStatusLabel1_Click_1);
     this.toolStripStatusLabel1.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripStatusLabel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // palNhap
     //
     this.palNhap.Controls.Add(this.label5);
     this.palNhap.Controls.Add(this.chekChonLoai);
     this.palNhap.Controls.Add(this.lblMaHoaDonNhap);
     this.palNhap.Controls.Add(this.lblTenNhaCungCap);
     this.palNhap.Controls.Add(this.txtTygia);
     this.palNhap.Controls.Add(this.label3);
     this.palNhap.Controls.Add(this.cbxTienTe_TyGia);
     this.palNhap.Controls.Add(this.label2);
     this.palNhap.Controls.Add(this.btnTimMadatmuahang);
     this.palNhap.Controls.Add(this.txtMadondathang);
     this.palNhap.Controls.Add(this.linkLabel1);
     this.palNhap.Controls.Add(this.makHanthanhtoan);
     this.palNhap.Controls.Add(this.label1);
     this.palNhap.Controls.Add(this.txtnguoigiaohang);
     this.palNhap.Controls.Add(this.btnTimnhacungcap);
     this.palNhap.Controls.Add(this.lblDiengiai);
     this.palNhap.Controls.Add(this.txtDiengiai);
     this.palNhap.Controls.Add(this.cbxHinhthucthanhtoan);
     this.palNhap.Controls.Add(this.lblHinhthucthanhtoan);
     this.palNhap.Controls.Add(this.cbxKhoHang);
     this.palNhap.Controls.Add(this.lblKhohang);
     this.palNhap.Controls.Add(this.lblNguoigiaohang);
     this.palNhap.Controls.Add(this.txtNohienthoi);
     this.palNhap.Controls.Add(this.lblNohienthoi);
     this.palNhap.Controls.Add(this.lblDinhdangngay);
     this.palNhap.Controls.Add(this.makNgaydonhang);
     this.palNhap.Controls.Add(this.lblNgaydonhang);
     this.palNhap.Controls.Add(this.txtManhacungcap);
     this.palNhap.Controls.Add(this.txtSodonhang);
     this.palNhap.Controls.Add(this.lblManhacungcap);
     this.palNhap.Controls.Add(this.lblSodonhang);
     this.palNhap.Dock = System.Windows.Forms.DockStyle.Top;
     this.palNhap.Location = new System.Drawing.Point(0, 0);
     this.palNhap.Name = "palNhap";
     this.palNhap.Size = new System.Drawing.Size(1034, 223);
     this.palNhap.TabIndex = 1;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(543, 156);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(63, 15);
     this.label5.TabIndex = 100;
     this.label5.Text = "Loại nhập:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chekChonLoai
     //
     this.chekChonLoai.AutoSize = true;
     this.chekChonLoai.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chekChonLoai.Location = new System.Drawing.Point(620, 156);
     this.chekChonLoai.Name = "chekChonLoai";
     this.chekChonLoai.Size = new System.Drawing.Size(180, 19);
     this.chekChonLoai.TabIndex = 9;
     this.chekChonLoai.Text = "Lập phiếu theo đơn đặt hàng";
     this.chekChonLoai.UseVisualStyleBackColor = true;
     this.chekChonLoai.CheckedChanged += new System.EventHandler(this.chekChonLoai_CheckedChanged);
     //
     // lblMaHoaDonNhap
     //
     this.lblMaHoaDonNhap.AutoSize = true;
     this.lblMaHoaDonNhap.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMaHoaDonNhap.ForeColor = System.Drawing.Color.Blue;
     this.lblMaHoaDonNhap.Location = new System.Drawing.Point(881, 190);
     this.lblMaHoaDonNhap.Name = "lblMaHoaDonNhap";
     this.lblMaHoaDonNhap.Size = new System.Drawing.Size(0, 16);
     this.lblMaHoaDonNhap.TabIndex = 43;
     //
     // lblTenNhaCungCap
     //
     this.lblTenNhaCungCap.AutoSize = true;
     this.lblTenNhaCungCap.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTenNhaCungCap.ForeColor = System.Drawing.Color.Blue;
     this.lblTenNhaCungCap.Location = new System.Drawing.Point(337, 55);
     this.lblTenNhaCungCap.Name = "lblTenNhaCungCap";
     this.lblTenNhaCungCap.Size = new System.Drawing.Size(0, 16);
     this.lblTenNhaCungCap.TabIndex = 42;
     this.lblTenNhaCungCap.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtTygia
     //
     this.txtTygia.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTygia.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTygia.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTygia.Location = new System.Drawing.Point(755, 83);
     this.txtTygia.Name = "txtTygia";
     this.txtTygia.ReadOnly = true;
     this.txtTygia.Size = new System.Drawing.Size(257, 22);
     this.txtTygia.TabIndex = 100;
     this.txtTygia.Text = "0";
     this.txtTygia.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(521, 87);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(85, 15);
     this.label3.TabIndex = 100;
     this.label3.Text = "Tiền tệ/Tỷ giá:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cbxTienTe_TyGia
     //
     this.cbxTienTe_TyGia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxTienTe_TyGia.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbxTienTe_TyGia.FormattingEnabled = true;
     this.cbxTienTe_TyGia.Location = new System.Drawing.Point(620, 82);
     this.cbxTienTe_TyGia.Name = "cbxTienTe_TyGia";
     this.cbxTienTe_TyGia.Size = new System.Drawing.Size(129, 24);
     this.cbxTienTe_TyGia.TabIndex = 5;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(498, 187);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(108, 15);
     this.label2.TabIndex = 100;
     this.label2.Text = "Đơn đặt mua hàng:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnTimMadatmuahang
     //
     this.btnTimMadatmuahang.BackColor = System.Drawing.Color.Gray;
     this.btnTimMadatmuahang.BackgroundImage = global::GUI.Properties.Resources.button_search;
     this.btnTimMadatmuahang.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnTimMadatmuahang.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTimMadatmuahang.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTimMadatmuahang.ForeColor = System.Drawing.Color.Transparent;
     this.btnTimMadatmuahang.Location = new System.Drawing.Point(847, 184);
     this.btnTimMadatmuahang.Name = "btnTimMadatmuahang";
     this.btnTimMadatmuahang.Size = new System.Drawing.Size(28, 25);
     this.btnTimMadatmuahang.TabIndex = 11;
     this.btnTimMadatmuahang.UseVisualStyleBackColor = false;
     this.btnTimMadatmuahang.Click += new System.EventHandler(this.button1_Click);
     //
     // txtMadondathang
     //
     this.txtMadondathang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtMadondathang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMadondathang.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMadondathang.Location = new System.Drawing.Point(620, 185);
     this.txtMadondathang.Name = "txtMadondathang";
     this.txtMadondathang.ReadOnly = true;
     this.txtMadondathang.Size = new System.Drawing.Size(221, 22);
     this.txtMadondathang.TabIndex = 10;
     this.txtMadondathang.Text = "<F4 -Tra cứu>";
     this.txtMadondathang.TextChanged += new System.EventHandler(this.txtMadondathang_TextChanged);
     this.txtMadondathang.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMadondathang_KeyDown);
     this.txtMadondathang.MouseLeave += new System.EventHandler(this.txtMadondathang_MouseLeave);
     this.txtMadondathang.MouseHover += new System.EventHandler(this.txtMadondathang_MouseHover);
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.linkLabel1.Location = new System.Drawing.Point(911, 16);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(83, 15);
     this.linkLabel1.TabIndex = 100;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "(dd/mm/yyyy)";
     this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // makHanthanhtoan
     //
     this.makHanthanhtoan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.makHanthanhtoan.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.makHanthanhtoan.Location = new System.Drawing.Point(805, 12);
     this.makHanthanhtoan.Mask = "00/00/0000";
     this.makHanthanhtoan.Name = "makHanthanhtoan";
     this.makHanthanhtoan.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.makHanthanhtoan.Size = new System.Drawing.Size(100, 22);
     this.makHanthanhtoan.TabIndex = 1;
     this.makHanthanhtoan.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(706, 15);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(93, 15);
     this.label1.TabIndex = 100;
     this.label1.Text = "Hạn thanh toán:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtnguoigiaohang
     //
     this.txtnguoigiaohang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtnguoigiaohang.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtnguoigiaohang.Location = new System.Drawing.Point(141, 84);
     this.txtnguoigiaohang.MaxLength = 20;
     this.txtnguoigiaohang.Name = "txtnguoigiaohang";
     this.txtnguoigiaohang.Size = new System.Drawing.Size(334, 22);
     this.txtnguoigiaohang.TabIndex = 4;
     //
     // btnTimnhacungcap
     //
     this.btnTimnhacungcap.BackColor = System.Drawing.Color.Gray;
     this.btnTimnhacungcap.BackgroundImage = global::GUI.Properties.Resources.button_search;
     this.btnTimnhacungcap.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnTimnhacungcap.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnTimnhacungcap.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTimnhacungcap.ForeColor = System.Drawing.Color.Transparent;
     this.btnTimnhacungcap.Location = new System.Drawing.Point(300, 48);
     this.btnTimnhacungcap.Name = "btnTimnhacungcap";
     this.btnTimnhacungcap.Size = new System.Drawing.Size(28, 25);
     this.btnTimnhacungcap.TabIndex = 3;
     this.btnTimnhacungcap.UseVisualStyleBackColor = false;
     this.btnTimnhacungcap.Click += new System.EventHandler(this.btnTimnhacungcap_Click);
     //
     // lblDiengiai
     //
     this.lblDiengiai.AutoSize = true;
     this.lblDiengiai.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDiengiai.Location = new System.Drawing.Point(73, 156);
     this.lblDiengiai.Name = "lblDiengiai";
     this.lblDiengiai.Size = new System.Drawing.Size(57, 15);
     this.lblDiengiai.TabIndex = 100;
     this.lblDiengiai.Text = "Diễn giải:";
     //
     // txtDiengiai
     //
     this.txtDiengiai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDiengiai.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDiengiai.Location = new System.Drawing.Point(141, 157);
     this.txtDiengiai.MaxLength = 100;
     this.txtDiengiai.Multiline = true;
     this.txtDiengiai.Name = "txtDiengiai";
     this.txtDiengiai.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtDiengiai.Size = new System.Drawing.Size(350, 50);
     this.txtDiengiai.TabIndex = 8;
     //
     // cbxHinhthucthanhtoan
     //
     this.cbxHinhthucthanhtoan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxHinhthucthanhtoan.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbxHinhthucthanhtoan.FormattingEnabled = true;
     this.cbxHinhthucthanhtoan.Location = new System.Drawing.Point(141, 120);
     this.cbxHinhthucthanhtoan.Name = "cbxHinhthucthanhtoan";
     this.cbxHinhthucthanhtoan.Size = new System.Drawing.Size(334, 24);
     this.cbxHinhthucthanhtoan.TabIndex = 6;
     //
     // lblHinhthucthanhtoan
     //
     this.lblHinhthucthanhtoan.AutoSize = true;
     this.lblHinhthucthanhtoan.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHinhthucthanhtoan.Location = new System.Drawing.Point(25, 123);
     this.lblHinhthucthanhtoan.Name = "lblHinhthucthanhtoan";
     this.lblHinhthucthanhtoan.Size = new System.Drawing.Size(107, 15);
     this.lblHinhthucthanhtoan.TabIndex = 100;
     this.lblHinhthucthanhtoan.Text = "H.thức thanh toán:";
     //
     // cbxKhoHang
     //
     this.cbxKhoHang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxKhoHang.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbxKhoHang.FormattingEnabled = true;
     this.cbxKhoHang.Location = new System.Drawing.Point(620, 118);
     this.cbxKhoHang.Name = "cbxKhoHang";
     this.cbxKhoHang.Size = new System.Drawing.Size(392, 24);
     this.cbxKhoHang.TabIndex = 7;
     //
     // lblKhohang
     //
     this.lblKhohang.AutoSize = true;
     this.lblKhohang.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblKhohang.Location = new System.Drawing.Point(543, 123);
     this.lblKhohang.Name = "lblKhohang";
     this.lblKhohang.Size = new System.Drawing.Size(63, 15);
     this.lblKhohang.TabIndex = 100;
     this.lblKhohang.Text = "Kho hàng:";
     this.lblKhohang.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblNguoigiaohang
     //
     this.lblNguoigiaohang.AutoSize = true;
     this.lblNguoigiaohang.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNguoigiaohang.Location = new System.Drawing.Point(33, 86);
     this.lblNguoigiaohang.Name = "lblNguoigiaohang";
     this.lblNguoigiaohang.Size = new System.Drawing.Size(99, 15);
     this.lblNguoigiaohang.TabIndex = 100;
     this.lblNguoigiaohang.Text = "Người giao hàng:";
     //
     // txtNohienthoi
     //
     this.txtNohienthoi.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtNohienthoi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNohienthoi.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNohienthoi.ForeColor = System.Drawing.Color.Black;
     this.txtNohienthoi.Location = new System.Drawing.Point(755, 47);
     this.txtNohienthoi.Name = "txtNohienthoi";
     this.txtNohienthoi.ReadOnly = true;
     this.txtNohienthoi.Size = new System.Drawing.Size(257, 22);
     this.txtNohienthoi.TabIndex = 100;
     this.txtNohienthoi.Text = "0";
     this.txtNohienthoi.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblNohienthoi
     //
     this.lblNohienthoi.AutoSize = true;
     this.lblNohienthoi.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNohienthoi.Location = new System.Drawing.Point(668, 50);
     this.lblNohienthoi.Name = "lblNohienthoi";
     this.lblNohienthoi.Size = new System.Drawing.Size(81, 16);
     this.lblNohienthoi.TabIndex = 100;
     this.lblNohienthoi.Text = "Nợ hiện thời:";
     this.lblNohienthoi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblDinhdangngay
     //
     this.lblDinhdangngay.AutoSize = true;
     this.lblDinhdangngay.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDinhdangngay.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.lblDinhdangngay.Location = new System.Drawing.Point(594, 16);
     this.lblDinhdangngay.Name = "lblDinhdangngay";
     this.lblDinhdangngay.Size = new System.Drawing.Size(83, 15);
     this.lblDinhdangngay.TabIndex = 100;
     this.lblDinhdangngay.TabStop = true;
     this.lblDinhdangngay.Text = "(dd/mm/yyyy)";
     this.lblDinhdangngay.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // makNgaydonhang
     //
     this.makNgaydonhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.makNgaydonhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.makNgaydonhang.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.makNgaydonhang.Location = new System.Drawing.Point(476, 13);
     this.makNgaydonhang.Mask = "00/00/0000";
     this.makNgaydonhang.Name = "makNgaydonhang";
     this.makNgaydonhang.ReadOnly = true;
     this.makNgaydonhang.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.makNgaydonhang.Size = new System.Drawing.Size(113, 22);
     this.makNgaydonhang.TabIndex = 100;
     this.makNgaydonhang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblNgaydonhang
     //
     this.lblNgaydonhang.AutoSize = true;
     this.lblNgaydonhang.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNgaydonhang.Location = new System.Drawing.Point(380, 17);
     this.lblNgaydonhang.Name = "lblNgaydonhang";
     this.lblNgaydonhang.Size = new System.Drawing.Size(90, 15);
     this.lblNgaydonhang.TabIndex = 100;
     this.lblNgaydonhang.Text = "Ngày chứng từ:";
     this.lblNgaydonhang.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtManhacungcap
     //
     this.txtManhacungcap.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtManhacungcap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtManhacungcap.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtManhacungcap.Location = new System.Drawing.Point(142, 48);
     this.txtManhacungcap.Name = "txtManhacungcap";
     this.txtManhacungcap.ReadOnly = true;
     this.txtManhacungcap.Size = new System.Drawing.Size(152, 22);
     this.txtManhacungcap.TabIndex = 2;
     this.txtManhacungcap.Text = "<F4 -Tra cứu>";
     this.txtManhacungcap.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtManhacungcap_KeyDown);
     this.txtManhacungcap.MouseLeave += new System.EventHandler(this.txtManhacungcap_MouseLeave);
     this.txtManhacungcap.MouseHover += new System.EventHandler(this.txtManhacungcap_MouseHover);
     //
     // txtSodonhang
     //
     this.txtSodonhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtSodonhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSodonhang.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSodonhang.Location = new System.Drawing.Point(141, 14);
     this.txtSodonhang.Name = "txtSodonhang";
     this.txtSodonhang.ReadOnly = true;
     this.txtSodonhang.Size = new System.Drawing.Size(187, 22);
     this.txtSodonhang.TabIndex = 100;
     //
     // lblManhacungcap
     //
     this.lblManhacungcap.AutoSize = true;
     this.lblManhacungcap.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblManhacungcap.Location = new System.Drawing.Point(33, 51);
     this.lblManhacungcap.Name = "lblManhacungcap";
     this.lblManhacungcap.Size = new System.Drawing.Size(103, 15);
     this.lblManhacungcap.TabIndex = 100;
     this.lblManhacungcap.Text = "Mã nhà cung cấp:";
     this.lblManhacungcap.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblSodonhang
     //
     this.lblSodonhang.AutoSize = true;
     this.lblSodonhang.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSodonhang.Location = new System.Drawing.Point(48, 16);
     this.lblSodonhang.Name = "lblSodonhang";
     this.lblSodonhang.Size = new System.Drawing.Size(82, 15);
     this.lblSodonhang.TabIndex = 100;
     this.lblSodonhang.Text = "Mã đơn nhập:";
     this.lblSodonhang.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // palXem
     //
     this.palXem.BackColor = System.Drawing.SystemColors.Control;
     this.palXem.Controls.Add(this.txtTienCKTM0);
     this.palXem.Controls.Add(this.txtCKTM0);
     this.palXem.Controls.Add(this.lbtinhtrang);
     this.palXem.Controls.Add(this.txtGiatrigiatang);
     this.palXem.Controls.Add(this.label8);
     this.palXem.Controls.Add(this.label7);
     this.palXem.Controls.Add(this.txtTienhang);
     this.palXem.Controls.Add(this.txtChietkhau);
     this.palXem.Controls.Add(this.lblChietkhau_Tienhang);
     this.palXem.Controls.Add(this.label6);
     this.palXem.Controls.Add(this.txtThanhtoanngay);
     this.palXem.Controls.Add(this.txtTienCKTM);
     this.palXem.Controls.Add(this.lblPhantram);
     this.palXem.Controls.Add(this.txtCKTM);
     this.palXem.Controls.Add(this.label4);
     this.palXem.Controls.Add(this.txtTienTraLai);
     this.palXem.Controls.Add(this.lblTongtien);
     this.palXem.Controls.Add(this.txtTongThanhToan);
     this.palXem.Controls.Add(this.lblPhivanchuyen_Phikhac);
     this.palXem.Controls.Add(this.grbDataGridview);
     this.palXem.Dock = System.Windows.Forms.DockStyle.Fill;
     this.palXem.Location = new System.Drawing.Point(0, 223);
     this.palXem.Name = "palXem";
     this.palXem.Size = new System.Drawing.Size(1034, 364);
     this.palXem.TabIndex = 2;
     //
     // txtTienCKTM0
     //
     this.txtTienCKTM0.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTienCKTM0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTienCKTM0.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTienCKTM0.Location = new System.Drawing.Point(839, 271);
     this.txtTienCKTM0.Name = "txtTienCKTM0";
     this.txtTienCKTM0.ReadOnly = true;
     this.txtTienCKTM0.Size = new System.Drawing.Size(173, 26);
     this.txtTienCKTM0.TabIndex = 102;
     this.txtTienCKTM0.Text = "0";
     this.txtTienCKTM0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtCKTM0
     //
     this.txtCKTM0.BackColor = System.Drawing.Color.White;
     this.txtCKTM0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCKTM0.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCKTM0.Location = new System.Drawing.Point(779, 271);
     this.txtCKTM0.MaxLength = 3;
     this.txtCKTM0.Name = "txtCKTM0";
     this.txtCKTM0.Size = new System.Drawing.Size(37, 26);
     this.txtCKTM0.TabIndex = 101;
     this.txtCKTM0.Text = "0";
     this.txtCKTM0.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtCKTM0.Click += new System.EventHandler(this.txtCKTM0_Click);
     this.txtCKTM0.TextChanged += new System.EventHandler(this.txtCKTM0_TextChanged);
     //
     // lbtinhtrang
     //
     this.lbtinhtrang.AutoSize = true;
     this.lbtinhtrang.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbtinhtrang.ForeColor = System.Drawing.Color.Red;
     this.lbtinhtrang.Location = new System.Drawing.Point(14, 311);
     this.lbtinhtrang.Name = "lbtinhtrang";
     this.lbtinhtrang.Size = new System.Drawing.Size(143, 20);
     this.lbtinhtrang.TabIndex = 42;
     this.lbtinhtrang.Text = "Chưa thanh toán";
     //
     // txtGiatrigiatang
     //
     this.txtGiatrigiatang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtGiatrigiatang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtGiatrigiatang.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGiatrigiatang.Location = new System.Drawing.Point(762, 234);
     this.txtGiatrigiatang.Name = "txtGiatrigiatang";
     this.txtGiatrigiatang.ReadOnly = true;
     this.txtGiatrigiatang.Size = new System.Drawing.Size(252, 26);
     this.txtGiatrigiatang.TabIndex = 100;
     this.txtGiatrigiatang.Text = "0";
     this.txtGiatrigiatang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(661, 234);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(95, 19);
     this.label8.TabIndex = 100;
     this.label8.Text = "Thuế GTGT:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(611, 201);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(145, 19);
     this.label7.TabIndex = 100;
     this.label7.Text = "Tổng tiền chưa C/K:";
     //
     // txtTienhang
     //
     this.txtTienhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTienhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTienhang.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTienhang.Location = new System.Drawing.Point(762, 196);
     this.txtTienhang.Name = "txtTienhang";
     this.txtTienhang.ReadOnly = true;
     this.txtTienhang.Size = new System.Drawing.Size(252, 29);
     this.txtTienhang.TabIndex = 100;
     this.txtTienhang.Text = "0";
     this.txtTienhang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtChietkhau
     //
     this.txtChietkhau.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtChietkhau.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtChietkhau.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtChietkhau.Location = new System.Drawing.Point(352, 196);
     this.txtChietkhau.Name = "txtChietkhau";
     this.txtChietkhau.ReadOnly = true;
     this.txtChietkhau.Size = new System.Drawing.Size(238, 29);
     this.txtChietkhau.TabIndex = 100;
     this.txtChietkhau.Text = "0";
     this.txtChietkhau.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblChietkhau_Tienhang
     //
     this.lblChietkhau_Tienhang.AutoSize = true;
     this.lblChietkhau_Tienhang.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblChietkhau_Tienhang.Location = new System.Drawing.Point(211, 201);
     this.lblChietkhau_Tienhang.Name = "lblChietkhau_Tienhang";
     this.lblChietkhau_Tienhang.Size = new System.Drawing.Size(128, 19);
     this.lblChietkhau_Tienhang.TabIndex = 100;
     this.lblChietkhau_Tienhang.Text = "Tổng tiền đã C/K:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(214, 237);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(125, 19);
     this.label6.TabIndex = 100;
     this.label6.Text = "Thanh toán ngay:";
     //
     // txtThanhtoanngay
     //
     this.txtThanhtoanngay.BackColor = System.Drawing.Color.White;
     this.txtThanhtoanngay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtThanhtoanngay.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtThanhtoanngay.Location = new System.Drawing.Point(352, 234);
     this.txtThanhtoanngay.MaxLength = 16;
     this.txtThanhtoanngay.Name = "txtThanhtoanngay";
     this.txtThanhtoanngay.Size = new System.Drawing.Size(238, 29);
     this.txtThanhtoanngay.TabIndex = 12;
     this.txtThanhtoanngay.Text = "0";
     this.txtThanhtoanngay.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtThanhtoanngay.Click += new System.EventHandler(this.txtThanhtoanngay_Click);
     this.txtThanhtoanngay.TextChanged += new System.EventHandler(this.txtThanhtoanngay_TextChanged);
     this.txtThanhtoanngay.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtThanhtoanngay_KeyDown);
     this.txtThanhtoanngay.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtThanhtoanngay_KeyPress);
     //
     // txtTienCKTM
     //
     this.txtTienCKTM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTienCKTM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTienCKTM.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTienCKTM.Location = new System.Drawing.Point(12, 227);
     this.txtTienCKTM.Name = "txtTienCKTM";
     this.txtTienCKTM.ReadOnly = true;
     this.txtTienCKTM.Size = new System.Drawing.Size(173, 26);
     this.txtTienCKTM.TabIndex = 100;
     this.txtTienCKTM.Text = "0";
     this.txtTienCKTM.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtTienCKTM.Visible = false;
     this.txtTienCKTM.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox5_KeyPress);
     //
     // lblPhantram
     //
     this.lblPhantram.AutoSize = true;
     this.lblPhantram.BackColor = System.Drawing.Color.Transparent;
     this.lblPhantram.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPhantram.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.lblPhantram.Location = new System.Drawing.Point(818, 279);
     this.lblPhantram.Name = "lblPhantram";
     this.lblPhantram.Size = new System.Drawing.Size(21, 13);
     this.lblPhantram.TabIndex = 100;
     this.lblPhantram.TabStop = true;
     this.lblPhantram.Text = "(%)";
     //
     // txtCKTM
     //
     this.txtCKTM.BackColor = System.Drawing.Color.White;
     this.txtCKTM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCKTM.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCKTM.Location = new System.Drawing.Point(12, 199);
     this.txtCKTM.MaxLength = 3;
     this.txtCKTM.Name = "txtCKTM";
     this.txtCKTM.Size = new System.Drawing.Size(54, 26);
     this.txtCKTM.TabIndex = 13;
     this.txtCKTM.Text = "0";
     this.txtCKTM.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtCKTM.Visible = false;
     this.txtCKTM.Click += new System.EventHandler(this.txtCKTM_Click);
     this.txtCKTM.TextChanged += new System.EventHandler(this.txtCKTM_TextChanged);
     this.txtCKTM.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox4_KeyPress);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(596, 273);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(177, 19);
     this.label4.TabIndex = 100;
     this.label4.Text = "Chiết khấu tổng hóa đơn:";
     //
     // txtTienTraLai
     //
     this.txtTienTraLai.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTienTraLai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTienTraLai.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTienTraLai.Location = new System.Drawing.Point(352, 271);
     this.txtTienTraLai.Name = "txtTienTraLai";
     this.txtTienTraLai.ReadOnly = true;
     this.txtTienTraLai.Size = new System.Drawing.Size(238, 29);
     this.txtTienTraLai.TabIndex = 100;
     this.txtTienTraLai.Text = "0";
     this.txtTienTraLai.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblTongtien
     //
     this.lblTongtien.AutoSize = true;
     this.lblTongtien.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTongtien.Location = new System.Drawing.Point(252, 277);
     this.lblTongtien.Name = "lblTongtien";
     this.lblTongtien.Size = new System.Drawing.Size(87, 19);
     this.lblTongtien.TabIndex = 100;
     this.lblTongtien.Text = "Tiền trả lại:";
     //
     // txtTongThanhToan
     //
     this.txtTongThanhToan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtTongThanhToan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTongThanhToan.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTongThanhToan.ForeColor = System.Drawing.Color.Red;
     this.txtTongThanhToan.Location = new System.Drawing.Point(352, 309);
     this.txtTongThanhToan.Name = "txtTongThanhToan";
     this.txtTongThanhToan.ReadOnly = true;
     this.txtTongThanhToan.Size = new System.Drawing.Size(662, 38);
     this.txtTongThanhToan.TabIndex = 100;
     this.txtTongThanhToan.Text = "0";
     this.txtTongThanhToan.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lblPhivanchuyen_Phikhac
     //
     this.lblPhivanchuyen_Phikhac.AutoSize = true;
     this.lblPhivanchuyen_Phikhac.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPhivanchuyen_Phikhac.Location = new System.Drawing.Point(217, 312);
     this.lblPhivanchuyen_Phikhac.Name = "lblPhivanchuyen_Phikhac";
     this.lblPhivanchuyen_Phikhac.Size = new System.Drawing.Size(122, 19);
     this.lblPhivanchuyen_Phikhac.TabIndex = 100;
     this.lblPhivanchuyen_Phikhac.Text = "Tổng thanh toán:";
     //
     // grbDataGridview
     //
     this.grbDataGridview.Controls.Add(this.dgvInsertOrder);
     this.grbDataGridview.Controls.Add(this.palThem);
     this.grbDataGridview.Dock = System.Windows.Forms.DockStyle.Top;
     this.grbDataGridview.Location = new System.Drawing.Point(0, 0);
     this.grbDataGridview.Name = "grbDataGridview";
     this.grbDataGridview.Size = new System.Drawing.Size(1034, 190);
     this.grbDataGridview.TabIndex = 0;
     this.grbDataGridview.TabStop = false;
     //
     // dgvInsertOrder
     //
     this.dgvInsertOrder.AllowUserToAddRows = false;
     this.dgvInsertOrder.AllowUserToDeleteRows = false;
     this.dgvInsertOrder.BackgroundColor = System.Drawing.Color.White;
     this.dgvInsertOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvInsertOrder.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvInsertOrder.Location = new System.Drawing.Point(3, 44);
     this.dgvInsertOrder.Name = "dgvInsertOrder";
     this.dgvInsertOrder.ReadOnly = true;
     this.dgvInsertOrder.Size = new System.Drawing.Size(1028, 143);
     this.dgvInsertOrder.TabIndex = 4;
     this.dgvInsertOrder.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInsertOrder_CellClick);
     this.dgvInsertOrder.DoubleClick += new System.EventHandler(this.dgvInsertOrder_DoubleClick);
     this.dgvInsertOrder.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvInsertOrder_KeyDown);
     this.dgvInsertOrder.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgvInsertOrder_KeyUp);
     //
     // palThem
     //
     this.palThem.Controls.Add(this.toolStrip_Insert);
     this.palThem.Dock = System.Windows.Forms.DockStyle.Top;
     this.palThem.Location = new System.Drawing.Point(3, 16);
     this.palThem.Name = "palThem";
     this.palThem.Size = new System.Drawing.Size(1028, 28);
     this.palThem.TabIndex = 3;
     //
     // toolStrip_Insert
     //
     this.toolStrip_Insert.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip_Insert.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStrip_txtTracuu,
     this.toolStripLabel8,
     this.toolStrip_txtTenhang,
     this.toolStripLabel1,
     this.toolStrip_txtSoluong,
     this.toolStripLabel5,
     this.toolStrip_txtGiagoc,
     this.toolStripLabel2,
     this.toolStrip_txtChietkhauphantram,
     this.toolStripLabel3,
     this.toolStrip_txtGianhap,
     this.toolStripLabel4,
     this.toolStrip_txtThuegiatrigiatang,
     this.toolStripLabel6,
     this.toolStrip_Chietkhau,
     this.toolStripLabel7,
     this.toolStrip_txtNgayhethan,
     this.toolStrip_btnThem});
     this.toolStrip_Insert.Location = new System.Drawing.Point(0, 0);
     this.toolStrip_Insert.Name = "toolStrip_Insert";
     this.toolStrip_Insert.Size = new System.Drawing.Size(1028, 25);
     this.toolStrip_Insert.TabIndex = 3;
     this.toolStrip_Insert.Text = "toolStrip1";
     //
     // toolStrip_txtTracuu
     //
     this.toolStrip_txtTracuu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTracuu.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip_txtTracuu.MaxLength = 50;
     this.toolStrip_txtTracuu.Name = "toolStrip_txtTracuu";
     this.toolStrip_txtTracuu.Size = new System.Drawing.Size(80, 25);
     this.toolStrip_txtTracuu.Tag = "1";
     this.toolStrip_txtTracuu.Text = "<F4 - Tra cứu>";
     this.toolStrip_txtTracuu.ToolTipText = "Mã hàng hóa(có thể nhập mã vạch)";
     this.toolStrip_txtTracuu.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtTracuu_KeyDown);
     this.toolStrip_txtTracuu.KeyUp += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtTracuu_KeyUp);
     this.toolStrip_txtTracuu.Click += new System.EventHandler(this.toolStrip_txtTracuu_Click);
     //
     // toolStripLabel8
     //
     this.toolStripLabel8.Name = "toolStripLabel8";
     this.toolStripLabel8.Size = new System.Drawing.Size(30, 22);
     this.toolStripLabel8.Text = "Tên:";
     //
     // toolStrip_txtTenhang
     //
     this.toolStrip_txtTenhang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.toolStrip_txtTenhang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtTenhang.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip_txtTenhang.Name = "toolStrip_txtTenhang";
     this.toolStrip_txtTenhang.ReadOnly = true;
     this.toolStrip_txtTenhang.Size = new System.Drawing.Size(100, 25);
     this.toolStrip_txtTenhang.Tag = "10";
     this.toolStrip_txtTenhang.ToolTipText = "Tên hàng hóa muốn đặt";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(22, 22);
     this.toolStripLabel1.Text = "SL:";
     this.toolStripLabel1.ToolTipText = "Số lượng mua";
     //
     // toolStrip_txtSoluong
     //
     this.toolStrip_txtSoluong.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtSoluong.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip_txtSoluong.MaxLength = 9;
     this.toolStrip_txtSoluong.Name = "toolStrip_txtSoluong";
     this.toolStrip_txtSoluong.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.toolStrip_txtSoluong.Size = new System.Drawing.Size(40, 25);
     this.toolStrip_txtSoluong.Tag = "2";
     this.toolStrip_txtSoluong.Text = "1";
     this.toolStrip_txtSoluong.ToolTipText = "Số lượng hàng hóa sẽ đặt";
     this.toolStrip_txtSoluong.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtSoluong_KeyPress);
     this.toolStrip_txtSoluong.KeyUp += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtSoluong_KeyUp);
     this.toolStrip_txtSoluong.Click += new System.EventHandler(this.toolStrip_txtSoluong_Click);
     this.toolStrip_txtSoluong.TextChanged += new System.EventHandler(this.toolStrip_txtSoluong_TextChanged_1);
     //
     // toolStripLabel5
     //
     this.toolStripLabel5.Name = "toolStripLabel5";
     this.toolStripLabel5.Size = new System.Drawing.Size(26, 22);
     this.toolStripLabel5.Text = "GG:";
     this.toolStripLabel5.ToolTipText = "Giá nhàcung cấp bán ra";
     //
     // toolStrip_txtGiagoc
     //
     this.toolStrip_txtGiagoc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.toolStrip_txtGiagoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtGiagoc.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip_txtGiagoc.Name = "toolStrip_txtGiagoc";
     this.toolStrip_txtGiagoc.ReadOnly = true;
     this.toolStrip_txtGiagoc.Size = new System.Drawing.Size(100, 25);
     this.toolStrip_txtGiagoc.Tag = "10";
     this.toolStrip_txtGiagoc.Text = "0";
     this.toolStrip_txtGiagoc.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtGiagoc.ToolTipText = "Giá gốc từ nhà cung cấp";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(35, 22);
     this.toolStripLabel2.Text = "%CK:";
     this.toolStripLabel2.ToolTipText = "Phần trăm chiết khấu";
     //
     // toolStrip_txtChietkhauphantram
     //
     this.toolStrip_txtChietkhauphantram.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtChietkhauphantram.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip_txtChietkhauphantram.MaxLength = 4;
     this.toolStrip_txtChietkhauphantram.Name = "toolStrip_txtChietkhauphantram";
     this.toolStrip_txtChietkhauphantram.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.toolStrip_txtChietkhauphantram.Size = new System.Drawing.Size(40, 25);
     this.toolStrip_txtChietkhauphantram.Tag = "3";
     this.toolStrip_txtChietkhauphantram.Text = "0";
     this.toolStrip_txtChietkhauphantram.ToolTipText = "Phần trăm chiết khấu của nhà cung cấp";
     this.toolStrip_txtChietkhauphantram.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolStrip_txtChietkhauphantram_KeyPress);
     this.toolStrip_txtChietkhauphantram.KeyUp += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtChietkhauphantram_KeyUp);
     this.toolStrip_txtChietkhauphantram.Click += new System.EventHandler(this.toolStrip_txtChietkhauphantram_Click);
     this.toolStrip_txtChietkhauphantram.TextChanged += new System.EventHandler(this.toolStrip_txtChietkhauphantram_TextChanged_1);
     //
     // toolStripLabel3
     //
     this.toolStripLabel3.Name = "toolStripLabel3";
     this.toolStripLabel3.Size = new System.Drawing.Size(24, 22);
     this.toolStripLabel3.Text = "TT:";
     //
     // toolStrip_txtGianhap
     //
     this.toolStrip_txtGianhap.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.toolStrip_txtGianhap.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtGianhap.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip_txtGianhap.Name = "toolStrip_txtGianhap";
     this.toolStrip_txtGianhap.ReadOnly = true;
     this.toolStrip_txtGianhap.Size = new System.Drawing.Size(100, 25);
     this.toolStrip_txtGianhap.Tag = "10";
     this.toolStrip_txtGianhap.Text = "0";
     this.toolStrip_txtGianhap.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtGianhap.ToolTipText = "Thành tiền đã chiết khấu";
     //
     // toolStripLabel4
     //
     this.toolStripLabel4.Name = "toolStripLabel4";
     this.toolStripLabel4.Size = new System.Drawing.Size(47, 22);
     this.toolStripLabel4.Text = "TGTGT:";
     this.toolStripLabel4.ToolTipText = "Thuế giá trị gia tăng";
     //
     // toolStrip_txtThuegiatrigiatang
     //
     this.toolStrip_txtThuegiatrigiatang.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.toolStrip_txtThuegiatrigiatang.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtThuegiatrigiatang.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip_txtThuegiatrigiatang.Name = "toolStrip_txtThuegiatrigiatang";
     this.toolStrip_txtThuegiatrigiatang.ReadOnly = true;
     this.toolStrip_txtThuegiatrigiatang.Size = new System.Drawing.Size(50, 25);
     this.toolStrip_txtThuegiatrigiatang.Tag = "10";
     this.toolStrip_txtThuegiatrigiatang.Text = "0";
     this.toolStrip_txtThuegiatrigiatang.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtThuegiatrigiatang.ToolTipText = "Thuế giá trị gia tăng từng mặt hàng";
     //
     // toolStripLabel6
     //
     this.toolStripLabel6.Name = "toolStripLabel6";
     this.toolStripLabel6.Size = new System.Drawing.Size(30, 22);
     this.toolStripLabel6.Text = "C/K:";
     this.toolStripLabel6.ToolTipText = "Chiết khấu theo phần trăm chiết khấu";
     //
     // toolStrip_Chietkhau
     //
     this.toolStrip_Chietkhau.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.toolStrip_Chietkhau.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_Chietkhau.Name = "toolStrip_Chietkhau";
     this.toolStrip_Chietkhau.ReadOnly = true;
     this.toolStrip_Chietkhau.Size = new System.Drawing.Size(80, 25);
     this.toolStrip_Chietkhau.Tag = "10";
     this.toolStrip_Chietkhau.Text = "0";
     this.toolStrip_Chietkhau.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_Chietkhau.ToolTipText = "Số tiền nhà cung cấp chiết khấu";
     //
     // toolStripLabel7
     //
     this.toolStripLabel7.Name = "toolStripLabel7";
     this.toolStripLabel7.Size = new System.Drawing.Size(33, 22);
     this.toolStripLabel7.Text = "HSD:";
     //
     // toolStrip_txtNgayhethan
     //
     this.toolStrip_txtNgayhethan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.toolStrip_txtNgayhethan.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip_txtNgayhethan.MaxLength = 10;
     this.toolStrip_txtNgayhethan.Name = "toolStrip_txtNgayhethan";
     this.toolStrip_txtNgayhethan.Size = new System.Drawing.Size(70, 25);
     this.toolStrip_txtNgayhethan.Tag = "4";
     this.toolStrip_txtNgayhethan.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolStrip_txtNgayhethan.ToolTipText = "Ngày hết hạn của hàng hóa";
     this.toolStrip_txtNgayhethan.KeyUp += new System.Windows.Forms.KeyEventHandler(this.toolStrip_txtNgayhethan_KeyUp);
     //
     // toolStrip_btnThem
     //
     this.toolStrip_btnThem.Image = ((System.Drawing.Image)(resources.GetObject("toolStrip_btnThem.Image")));
     this.toolStrip_btnThem.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStrip_btnThem.Name = "toolStrip_btnThem";
     this.toolStrip_btnThem.Size = new System.Drawing.Size(58, 22);
     this.toolStrip_btnThem.Tag = "5";
     this.toolStrip_btnThem.Text = "Thêm";
     this.toolStrip_btnThem.ToolTipText = "Thêm hàng hóa vào danh sách đơn hàng";
     this.toolStrip_btnThem.Click += new System.EventHandler(this.toolStrip_btnThem_Click);
     //
     // frmXuLyNhapKho
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1034, 613);
     this.ControlBox = false;
     this.Controls.Add(this.palXem);
     this.Controls.Add(this.palNhap);
     this.Controls.Add(this.statusStrip1);
     this.Font = new System.Drawing.Font("Times New Roman", 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 = "frmXuLyNhapKho";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = " ";
     this.Load += new System.EventHandler(this.frmXuLyNhapKho_Load);
     this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.frmXuLyNhapKho_KeyUp);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.palNhap.ResumeLayout(false);
     this.palNhap.PerformLayout();
     this.palXem.ResumeLayout(false);
     this.palXem.PerformLayout();
     this.grbDataGridview.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvInsertOrder)).EndInit();
     this.palThem.ResumeLayout(false);
     this.palThem.PerformLayout();
     this.toolStrip_Insert.ResumeLayout(false);
     this.toolStrip_Insert.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.pageSpecificFilter = new System.Windows.Forms.TabPage();
     this.lblNameMask        = new System.Windows.Forms.Label();
     this.lblPlaceMask       = new System.Windows.Forms.Label();
     this.lblGroups          = new System.Windows.Forms.Label();
     this.GroupBox1          = new System.Windows.Forms.GroupBox();
     this.chkOnlyPatriarchs  = new System.Windows.Forms.CheckBox();
     this.lblSources         = new System.Windows.Forms.Label();
     this.lblAliveBefore     = new System.Windows.Forms.Label();
     this.lblEventsMask      = new System.Windows.Forms.Label();
     this.rgLife             = new System.Windows.Forms.GroupBox();
     this.rbAliveBefore      = new System.Windows.Forms.RadioButton();
     this.rbOnlyDead         = new System.Windows.Forms.RadioButton();
     this.rbOnlyLive         = new System.Windows.Forms.RadioButton();
     this.rbAll              = new System.Windows.Forms.RadioButton();
     this.txtName            = new System.Windows.Forms.ComboBox();
     this.rgSex              = new System.Windows.Forms.GroupBox();
     this.rbSexFemale        = new System.Windows.Forms.RadioButton();
     this.rbSexAll           = new System.Windows.Forms.RadioButton();
     this.rbSexMale          = new System.Windows.Forms.RadioButton();
     this.txtAliveBeforeDate = new System.Windows.Forms.MaskedTextBox();
     this.cmbResidence       = new System.Windows.Forms.ComboBox();
     this.cmbGroup           = new System.Windows.Forms.ComboBox();
     this.cmbSource          = new System.Windows.Forms.ComboBox();
     this.cmbEventVal        = new System.Windows.Forms.ComboBox();
     this.tabsFilters.SuspendLayout();
     this.pageSpecificFilter.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     this.rgLife.SuspendLayout();
     this.rgSex.SuspendLayout();
     this.SuspendLayout();
     //
     // tabsFilters
     //
     this.tabsFilters.Controls.Add(this.pageSpecificFilter);
     this.tabsFilters.Size = new System.Drawing.Size(829, 490);
     this.tabsFilters.Controls.SetChildIndex(this.pageSpecificFilter, 0);
     //
     // pageSpecificFilter
     //
     this.pageSpecificFilter.Controls.Add(this.lblNameMask);
     this.pageSpecificFilter.Controls.Add(this.lblPlaceMask);
     this.pageSpecificFilter.Controls.Add(this.lblGroups);
     this.pageSpecificFilter.Controls.Add(this.GroupBox1);
     this.pageSpecificFilter.Controls.Add(this.lblSources);
     this.pageSpecificFilter.Controls.Add(this.lblAliveBefore);
     this.pageSpecificFilter.Controls.Add(this.lblEventsMask);
     this.pageSpecificFilter.Controls.Add(this.rgLife);
     this.pageSpecificFilter.Controls.Add(this.txtName);
     this.pageSpecificFilter.Controls.Add(this.rgSex);
     this.pageSpecificFilter.Controls.Add(this.txtAliveBeforeDate);
     this.pageSpecificFilter.Controls.Add(this.cmbResidence);
     this.pageSpecificFilter.Controls.Add(this.cmbGroup);
     this.pageSpecificFilter.Controls.Add(this.cmbSource);
     this.pageSpecificFilter.Controls.Add(this.cmbEventVal);
     this.pageSpecificFilter.Location = new System.Drawing.Point(4, 26);
     this.pageSpecificFilter.Margin   = new System.Windows.Forms.Padding(0);
     this.pageSpecificFilter.Name     = "pageSpecificFilter";
     this.pageSpecificFilter.Padding  = new System.Windows.Forms.Padding(10);
     this.pageSpecificFilter.Size     = new System.Drawing.Size(819, 464);
     this.pageSpecificFilter.TabIndex = 1;
     this.pageSpecificFilter.Text     = "pageSpecificFilter";
     //
     // lblNameMask
     //
     this.lblNameMask.AutoSize = true;
     this.lblNameMask.Location = new System.Drawing.Point(14, 179);
     this.lblNameMask.Name     = "lblNameMask";
     this.lblNameMask.Size     = new System.Drawing.Size(85, 17);
     this.lblNameMask.TabIndex = 19;
     this.lblNameMask.Text     = "lblNameMask";
     //
     // lblPlaceMask
     //
     this.lblPlaceMask.AutoSize = true;
     this.lblPlaceMask.Location = new System.Drawing.Point(14, 234);
     this.lblPlaceMask.Name     = "lblPlaceMask";
     this.lblPlaceMask.Size     = new System.Drawing.Size(81, 17);
     this.lblPlaceMask.TabIndex = 21;
     this.lblPlaceMask.Text     = "lblPlaceMask";
     //
     // lblGroups
     //
     this.lblGroups.AutoSize = true;
     this.lblGroups.Location = new System.Drawing.Point(14, 344);
     this.lblGroups.Name     = "lblGroups";
     this.lblGroups.Size     = new System.Drawing.Size(64, 17);
     this.lblGroups.TabIndex = 25;
     this.lblGroups.Text     = "lblGroups";
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.chkOnlyPatriarchs);
     this.GroupBox1.Location = new System.Drawing.Point(411, 73);
     this.GroupBox1.Name     = "GroupBox1";
     this.GroupBox1.Size     = new System.Drawing.Size(234, 41);
     this.GroupBox1.TabIndex = 29;
     this.GroupBox1.TabStop  = false;
     //
     // chkOnlyPatriarchs
     //
     this.chkOnlyPatriarchs.AutoSize = true;
     this.chkOnlyPatriarchs.Location = new System.Drawing.Point(8, 16);
     this.chkOnlyPatriarchs.Name     = "chkOnlyPatriarchs";
     this.chkOnlyPatriarchs.Size     = new System.Drawing.Size(140, 21);
     this.chkOnlyPatriarchs.TabIndex = 0;
     this.chkOnlyPatriarchs.Text     = "chkOnlyPatriarchs";
     //
     // lblSources
     //
     this.lblSources.AutoSize = true;
     this.lblSources.Location = new System.Drawing.Point(13, 399);
     this.lblSources.Name     = "lblSources";
     this.lblSources.Size     = new System.Drawing.Size(69, 17);
     this.lblSources.TabIndex = 27;
     this.lblSources.Text     = "lblSources";
     //
     // lblAliveBefore
     //
     this.lblAliveBefore.AutoSize = true;
     this.lblAliveBefore.Location = new System.Drawing.Point(411, 15);
     this.lblAliveBefore.Name     = "lblAliveBefore";
     this.lblAliveBefore.Size     = new System.Drawing.Size(86, 17);
     this.lblAliveBefore.TabIndex = 17;
     this.lblAliveBefore.Text     = "lblAliveBefore";
     //
     // lblEventsMask
     //
     this.lblEventsMask.AutoSize = true;
     this.lblEventsMask.Location = new System.Drawing.Point(13, 289);
     this.lblEventsMask.Name     = "lblEventsMask";
     this.lblEventsMask.Size     = new System.Drawing.Size(92, 17);
     this.lblEventsMask.TabIndex = 23;
     this.lblEventsMask.Text     = "lblEventsMask";
     //
     // rgLife
     //
     this.rgLife.Controls.Add(this.rbAliveBefore);
     this.rgLife.Controls.Add(this.rbOnlyDead);
     this.rgLife.Controls.Add(this.rbOnlyLive);
     this.rgLife.Controls.Add(this.rbAll);
     this.rgLife.Location = new System.Drawing.Point(197, 15);
     this.rgLife.Name     = "rgLife";
     this.rgLife.Padding  = new System.Windows.Forms.Padding(10);
     this.rgLife.Size     = new System.Drawing.Size(193, 159);
     this.rgLife.TabIndex = 15;
     this.rgLife.TabStop  = false;
     //
     // rbAliveBefore
     //
     this.rbAliveBefore.AutoSize        = true;
     this.rbAliveBefore.Location        = new System.Drawing.Point(10, 120);
     this.rbAliveBefore.Margin          = new System.Windows.Forms.Padding(0);
     this.rbAliveBefore.Name            = "rbAliveBefore";
     this.rbAliveBefore.Size            = new System.Drawing.Size(108, 21);
     this.rbAliveBefore.TabIndex        = 3;
     this.rbAliveBefore.Text            = "rbAliveBefore";
     this.rbAliveBefore.CheckedChanged += new System.EventHandler(this.rgLife_CheckedChanged);
     //
     // rbOnlyDead
     //
     this.rbOnlyDead.AutoSize        = true;
     this.rbOnlyDead.Location        = new System.Drawing.Point(10, 89);
     this.rbOnlyDead.Margin          = new System.Windows.Forms.Padding(0, 0, 0, 10);
     this.rbOnlyDead.Name            = "rbOnlyDead";
     this.rbOnlyDead.Size            = new System.Drawing.Size(102, 21);
     this.rbOnlyDead.TabIndex        = 2;
     this.rbOnlyDead.Text            = "rbOnlyDead";
     this.rbOnlyDead.CheckedChanged += new System.EventHandler(this.rgLife_CheckedChanged);
     //
     // rbOnlyLive
     //
     this.rbOnlyLive.AutoSize        = true;
     this.rbOnlyLive.Location        = new System.Drawing.Point(10, 58);
     this.rbOnlyLive.Margin          = new System.Windows.Forms.Padding(0, 0, 0, 10);
     this.rbOnlyLive.Name            = "rbOnlyLive";
     this.rbOnlyLive.Size            = new System.Drawing.Size(94, 21);
     this.rbOnlyLive.TabIndex        = 1;
     this.rbOnlyLive.Text            = "rbOnlyLive";
     this.rbOnlyLive.CheckedChanged += new System.EventHandler(this.rgLife_CheckedChanged);
     //
     // rbAll
     //
     this.rbAll.AutoSize        = true;
     this.rbAll.Location        = new System.Drawing.Point(10, 27);
     this.rbAll.Margin          = new System.Windows.Forms.Padding(0, 0, 0, 10);
     this.rbAll.Name            = "rbAll";
     this.rbAll.Size            = new System.Drawing.Size(54, 21);
     this.rbAll.TabIndex        = 0;
     this.rbAll.Text            = "rbAll";
     this.rbAll.CheckedChanged += new System.EventHandler(this.rgLife_CheckedChanged);
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(13, 199);
     this.txtName.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(281, 25);
     this.txtName.Sorted   = true;
     this.txtName.TabIndex = 20;
     this.txtName.Text     = "*";
     //
     // rgSex
     //
     this.rgSex.Controls.Add(this.rbSexFemale);
     this.rgSex.Controls.Add(this.rbSexAll);
     this.rgSex.Controls.Add(this.rbSexMale);
     this.rgSex.Location = new System.Drawing.Point(14, 15);
     this.rgSex.Margin   = new System.Windows.Forms.Padding(10);
     this.rgSex.Name     = "rgSex";
     this.rgSex.Padding  = new System.Windows.Forms.Padding(10);
     this.rgSex.Size     = new System.Drawing.Size(166, 130);
     this.rgSex.TabIndex = 16;
     this.rgSex.TabStop  = false;
     //
     // rbSexFemale
     //
     this.rbSexFemale.AutoSize = true;
     this.rbSexFemale.Location = new System.Drawing.Point(10, 89);
     this.rbSexFemale.Margin   = new System.Windows.Forms.Padding(0);
     this.rbSexFemale.Name     = "rbSexFemale";
     this.rbSexFemale.Size     = new System.Drawing.Size(107, 21);
     this.rbSexFemale.TabIndex = 2;
     this.rbSexFemale.Text     = "rbSexFemale";
     //
     // rbSexAll
     //
     this.rbSexAll.AutoSize = true;
     this.rbSexAll.Location = new System.Drawing.Point(10, 27);
     this.rbSexAll.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 10);
     this.rbSexAll.Name     = "rbSexAll";
     this.rbSexAll.Size     = new System.Drawing.Size(77, 21);
     this.rbSexAll.TabIndex = 0;
     this.rbSexAll.Text     = "rbSexAll";
     //
     // rbSexMale
     //
     this.rbSexMale.AutoSize = true;
     this.rbSexMale.Location = new System.Drawing.Point(10, 58);
     this.rbSexMale.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 10);
     this.rbSexMale.Name     = "rbSexMale";
     this.rbSexMale.Size     = new System.Drawing.Size(91, 21);
     this.rbSexMale.TabIndex = 1;
     this.rbSexMale.Text     = "rbSexMale";
     //
     // txtAliveBeforeDate
     //
     this.txtAliveBeforeDate.Enabled        = false;
     this.txtAliveBeforeDate.Location       = new System.Drawing.Point(411, 35);
     this.txtAliveBeforeDate.Mask           = "00/00/0000";
     this.txtAliveBeforeDate.Name           = "txtAliveBeforeDate";
     this.txtAliveBeforeDate.Size           = new System.Drawing.Size(148, 24);
     this.txtAliveBeforeDate.TabIndex       = 18;
     this.txtAliveBeforeDate.TextMaskFormat = System.Windows.Forms.MaskFormat.IncludePromptAndLiterals;
     //
     // cmbResidence
     //
     this.cmbResidence.Location = new System.Drawing.Point(13, 254);
     this.cmbResidence.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.cmbResidence.Name     = "cmbResidence";
     this.cmbResidence.Size     = new System.Drawing.Size(281, 25);
     this.cmbResidence.Sorted   = true;
     this.cmbResidence.TabIndex = 22;
     this.cmbResidence.Text     = "*";
     //
     // cmbGroup
     //
     this.cmbGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGroup.Location      = new System.Drawing.Point(13, 364);
     this.cmbGroup.Margin        = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.cmbGroup.Name          = "cmbGroup";
     this.cmbGroup.Size          = new System.Drawing.Size(281, 25);
     this.cmbGroup.TabIndex      = 26;
     //
     // cmbSource
     //
     this.cmbSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSource.Location      = new System.Drawing.Point(14, 419);
     this.cmbSource.Name          = "cmbSource";
     this.cmbSource.Size          = new System.Drawing.Size(281, 25);
     this.cmbSource.TabIndex      = 28;
     //
     // cmbEventVal
     //
     this.cmbEventVal.Location = new System.Drawing.Point(14, 309);
     this.cmbEventVal.Margin   = new System.Windows.Forms.Padding(3, 3, 3, 10);
     this.cmbEventVal.Name     = "cmbEventVal";
     this.cmbEventVal.Size     = new System.Drawing.Size(281, 25);
     this.cmbEventVal.Sorted   = true;
     this.cmbEventVal.TabIndex = 24;
     this.cmbEventVal.Text     = "*";
     //
     // PersonsFilterDlg
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(861, 584);
     this.Name = "PersonsFilterDlg";
     this.tabsFilters.ResumeLayout(false);
     this.pageSpecificFilter.ResumeLayout(false);
     this.pageSpecificFilter.PerformLayout();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     this.rgLife.ResumeLayout(false);
     this.rgLife.PerformLayout();
     this.rgSex.ResumeLayout(false);
     this.rgSex.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <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(add_sys_user));
     this.formFrameSkinner1 = new Elegant.Ui.FormFrameSkinner();
     this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.textBoxX3 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX5 = new DevComponents.DotNetBar.LabelX();
     this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
     this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
     this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.switchButton1 = new DevComponents.DotNetBar.Controls.SwitchButton();
     this.labelX4 = new DevComponents.DotNetBar.LabelX();
     this.labelX3 = new DevComponents.DotNetBar.LabelX();
     this.labelX2 = new DevComponents.DotNetBar.LabelX();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // formFrameSkinner1
     //
     this.formFrameSkinner1.Form = this;
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.textBoxX3);
     this.groupPanel1.Controls.Add(this.labelX5);
     this.groupPanel1.Controls.Add(this.buttonX2);
     this.groupPanel1.Controls.Add(this.buttonX1);
     this.groupPanel1.Controls.Add(this.maskedTextBox1);
     this.groupPanel1.Controls.Add(this.textBoxX2);
     this.groupPanel1.Controls.Add(this.textBoxX1);
     this.groupPanel1.Controls.Add(this.switchButton1);
     this.groupPanel1.Controls.Add(this.labelX4);
     this.groupPanel1.Controls.Add(this.labelX3);
     this.groupPanel1.Controls.Add(this.labelX2);
     this.groupPanel1.Controls.Add(this.labelX1);
     this.groupPanel1.Controls.Add(this.pictureBox1);
     this.groupPanel1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupPanel1.Location = new System.Drawing.Point(12, 7);
     this.groupPanel1.Name = "groupPanel1";
     this.groupPanel1.Size = new System.Drawing.Size(333, 435);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth = 1;
     this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth = 1;
     this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth = 1;
     this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth = 1;
     this.groupPanel1.Style.Class = "";
     this.groupPanel1.Style.CornerDiameter = 4;
     this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 2;
     this.groupPanel1.Text = "إضافه مستخدم";
     //
     // textBoxX3
     //
     //
     //
     //
     this.textBoxX3.Border.Class = "TextBoxBorder";
     this.textBoxX3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX3.Location = new System.Drawing.Point(14, 240);
     this.textBoxX3.Name = "textBoxX3";
     this.textBoxX3.Size = new System.Drawing.Size(213, 22);
     this.textBoxX3.TabIndex = 12;
     //
     // labelX5
     //
     this.labelX5.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX5.BackgroundStyle.Class = "";
     this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX5.Location = new System.Drawing.Point(227, 239);
     this.labelX5.Name = "labelX5";
     this.labelX5.Size = new System.Drawing.Size(98, 20);
     this.labelX5.TabIndex = 11;
     this.labelX5.Text = " تاكيد كلمة المرور :";
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX2.Location = new System.Drawing.Point(15, 366);
     this.buttonX2.Name = "buttonX2";
     this.buttonX2.Size = new System.Drawing.Size(123, 23);
     this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX2.TabIndex = 10;
     this.buttonX2.Text = "صلاحيات المستخدم";
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
     this.buttonX1.ImagePosition = DevComponents.DotNetBar.eImagePosition.Right;
     this.buttonX1.Location = new System.Drawing.Point(152, 366);
     this.buttonX1.Name = "buttonX1";
     this.buttonX1.Size = new System.Drawing.Size(75, 23);
     this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.TabIndex = 9;
     this.buttonX1.Text = "إضافه";
     //
     // maskedTextBox1
     //
     this.maskedTextBox1.Location = new System.Drawing.Point(15, 277);
     this.maskedTextBox1.Mask = "000-0-000-000";
     this.maskedTextBox1.Name = "maskedTextBox1";
     this.maskedTextBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.maskedTextBox1.Size = new System.Drawing.Size(212, 22);
     this.maskedTextBox1.TabIndex = 8;
     //
     // textBoxX2
     //
     //
     //
     //
     this.textBoxX2.Border.Class = "TextBoxBorder";
     this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX2.Location = new System.Drawing.Point(15, 202);
     this.textBoxX2.Name = "textBoxX2";
     this.textBoxX2.Size = new System.Drawing.Size(212, 22);
     this.textBoxX2.TabIndex = 7;
     //
     // textBoxX1
     //
     //
     //
     //
     this.textBoxX1.Border.Class = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.Location = new System.Drawing.Point(15, 164);
     this.textBoxX1.Name = "textBoxX1";
     this.textBoxX1.Size = new System.Drawing.Size(212, 22);
     this.textBoxX1.TabIndex = 6;
     //
     // switchButton1
     //
     //
     //
     //
     this.switchButton1.BackgroundStyle.Class = "";
     this.switchButton1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.switchButton1.Location = new System.Drawing.Point(15, 317);
     this.switchButton1.Name = "switchButton1";
     this.switchButton1.OffText = "لا يعمل";
     this.switchButton1.OnText = "يعمل";
     this.switchButton1.Size = new System.Drawing.Size(212, 22);
     this.switchButton1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.switchButton1.TabIndex = 5;
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX4.BackgroundStyle.Class = "";
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location = new System.Drawing.Point(234, 317);
     this.labelX4.Name = "labelX4";
     this.labelX4.Size = new System.Drawing.Size(92, 22);
     this.labelX4.TabIndex = 4;
     this.labelX4.Text = "مفعل :";
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX3.BackgroundStyle.Class = "";
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location = new System.Drawing.Point(234, 276);
     this.labelX3.Name = "labelX3";
     this.labelX3.Size = new System.Drawing.Size(92, 21);
     this.labelX3.TabIndex = 3;
     this.labelX3.Text = "الجوال :";
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(234, 201);
     this.labelX2.Name = "labelX2";
     this.labelX2.Size = new System.Drawing.Size(92, 20);
     this.labelX2.TabIndex = 2;
     this.labelX2.Text = "كلمة المرور :";
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(233, 160);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(92, 25);
     this.labelX1.TabIndex = 1;
     this.labelX1.Text = "اسم المستخدم :";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(97, 13);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(144, 132);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // add_sys_user
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(363, 454);
     this.Controls.Add(this.groupPanel1);
     this.Name = "add_sys_user";
     this.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.RightToLeftLayout = true;
     this.Text = "إضافه مستخدم";
     this.groupPanel1.ResumeLayout(false);
     this.groupPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Example #38
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelFinancialCurrencyType   = new System.Windows.Forms.Label();
            this.textBoxFinancialCurrencyType = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyAgainstFinancialCurrencyType   = new System.Windows.Forms.Label();
            this.textBoxFinancialCurrencyAgainstFinancialCurrencyType = new System.Windows.Forms.TextBox();
            this.labelDateTime                    = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime           = new System.Windows.Forms.TextBox();
            this.labelValidFromDateTime           = new System.Windows.Forms.Label();
            this.dateTimePickerValidFromDateTime  = new System.Windows.Forms.DateTimePicker();
            this.labelValidUntilDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerValidUntilDateTime = new System.Windows.Forms.DateTimePicker();
            this.labelAmount                      = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount              = new System.Windows.Forms.MaskedTextBox();
            this.labelEqualsAmount                = new System.Windows.Forms.Label();
            this.maskedTextBoxEqualsAmount        = new System.Windows.Forms.MaskedTextBox();
            this.labelDecimalCount                = new System.Windows.Forms.Label();
            this.maskedTextBoxDecimalCount        = new System.Windows.Forms.MaskedTextBox();
            this.labelFinancialCurrencyTypeCode   = new System.Windows.Forms.Label();
            this.textBoxFinancialCurrencyTypeCode = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyTypeName   = new System.Windows.Forms.Label();
            this.textBoxFinancialCurrencyTypeName = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelFinancialCurrencyType
            //
            this.labelFinancialCurrencyType.AutoSize = true;
            this.labelFinancialCurrencyType.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialCurrencyType.Name     = "labelFinancialCurrencyType";
            this.labelFinancialCurrencyType.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyType.TabIndex = 2;
            this.labelFinancialCurrencyType.Text     = "Financial Currency Type:";
            //
            //textBoxFinancialCurrencyType
            //
            this.textBoxFinancialCurrencyType.Location = new System.Drawing.Point(350, 13);
            this.textBoxFinancialCurrencyType.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxFinancialCurrencyType.Name     = "textBoxFinancialCurrencyType";
            this.textBoxFinancialCurrencyType.Size     = new System.Drawing.Size(250, 20);
            this.textBoxFinancialCurrencyType.TabIndex = 3;
            //
            // labelFinancialCurrencyAgainstFinancialCurrencyType
            //
            this.labelFinancialCurrencyAgainstFinancialCurrencyType.AutoSize = true;
            this.labelFinancialCurrencyAgainstFinancialCurrencyType.Location = new System.Drawing.Point(11, 36);
            this.labelFinancialCurrencyAgainstFinancialCurrencyType.Name     = "labelFinancialCurrencyAgainstFinancialCurrencyType";
            this.labelFinancialCurrencyAgainstFinancialCurrencyType.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyAgainstFinancialCurrencyType.TabIndex = 4;
            this.labelFinancialCurrencyAgainstFinancialCurrencyType.Text     = "Financial Currency Against Financial Currency Type:";
            //
            //textBoxFinancialCurrencyAgainstFinancialCurrencyType
            //
            this.textBoxFinancialCurrencyAgainstFinancialCurrencyType.Location = new System.Drawing.Point(350, 36);
            this.textBoxFinancialCurrencyAgainstFinancialCurrencyType.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxFinancialCurrencyAgainstFinancialCurrencyType.Name     = "textBoxFinancialCurrencyAgainstFinancialCurrencyType";
            this.textBoxFinancialCurrencyAgainstFinancialCurrencyType.Size     = new System.Drawing.Size(250, 20);
            this.textBoxFinancialCurrencyAgainstFinancialCurrencyType.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(350, 59);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 7;
            //
            // labelValidFromDateTime
            //
            this.labelValidFromDateTime.AutoSize = true;
            this.labelValidFromDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelValidFromDateTime.Name     = "labelValidFromDateTime";
            this.labelValidFromDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelValidFromDateTime.TabIndex = 8;
            this.labelValidFromDateTime.Text     = "Valid From Date Time:";
            //
            //dateTimePickerValidFromDateTime
            //
            this.dateTimePickerValidFromDateTime.Location     = new System.Drawing.Point(350, 82);
            this.dateTimePickerValidFromDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerValidFromDateTime.Name         = "dateTimePickerValidFromDateTime";
            this.dateTimePickerValidFromDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerValidFromDateTime.TabIndex     = 9;
            this.dateTimePickerValidFromDateTime.Checked      = false;
            this.dateTimePickerValidFromDateTime.ShowCheckBox = true;
            //
            // labelValidUntilDateTime
            //
            this.labelValidUntilDateTime.AutoSize = true;
            this.labelValidUntilDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelValidUntilDateTime.Name     = "labelValidUntilDateTime";
            this.labelValidUntilDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelValidUntilDateTime.TabIndex = 10;
            this.labelValidUntilDateTime.Text     = "Valid Until Date Time:";
            //
            //dateTimePickerValidUntilDateTime
            //
            this.dateTimePickerValidUntilDateTime.Location     = new System.Drawing.Point(350, 105);
            this.dateTimePickerValidUntilDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerValidUntilDateTime.Name         = "dateTimePickerValidUntilDateTime";
            this.dateTimePickerValidUntilDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerValidUntilDateTime.TabIndex     = 11;
            this.dateTimePickerValidUntilDateTime.Checked      = false;
            this.dateTimePickerValidUntilDateTime.ShowCheckBox = true;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 128);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 12;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(350, 128);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 13;
            //
            // labelEqualsAmount
            //
            this.labelEqualsAmount.AutoSize = true;
            this.labelEqualsAmount.Location = new System.Drawing.Point(11, 151);
            this.labelEqualsAmount.Name     = "labelEqualsAmount";
            this.labelEqualsAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelEqualsAmount.TabIndex = 14;
            this.labelEqualsAmount.Text     = "Equals Amount:";
            //
            //maskedTextBoxEqualsAmount
            //
            this.maskedTextBoxEqualsAmount.Location = new System.Drawing.Point(350, 151);
            this.maskedTextBoxEqualsAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxEqualsAmount.Name     = "maskedTextBoxEqualsAmount";
            this.maskedTextBoxEqualsAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxEqualsAmount.TabIndex = 15;
            //
            // labelDecimalCount
            //
            this.labelDecimalCount.AutoSize = true;
            this.labelDecimalCount.Location = new System.Drawing.Point(11, 174);
            this.labelDecimalCount.Name     = "labelDecimalCount";
            this.labelDecimalCount.Size     = new System.Drawing.Size(71, 13);
            this.labelDecimalCount.TabIndex = 16;
            this.labelDecimalCount.Text     = "Decimal Count:";
            //
            //maskedTextBoxDecimalCount
            //
            this.maskedTextBoxDecimalCount.Location = new System.Drawing.Point(350, 174);
            this.maskedTextBoxDecimalCount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxDecimalCount.Name     = "maskedTextBoxDecimalCount";
            this.maskedTextBoxDecimalCount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxDecimalCount.TabIndex = 17;
            //
            // labelFinancialCurrencyTypeCode
            //
            this.labelFinancialCurrencyTypeCode.AutoSize = true;
            this.labelFinancialCurrencyTypeCode.Location = new System.Drawing.Point(11, 197);
            this.labelFinancialCurrencyTypeCode.Name     = "labelFinancialCurrencyTypeCode";
            this.labelFinancialCurrencyTypeCode.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyTypeCode.TabIndex = 18;
            this.labelFinancialCurrencyTypeCode.Text     = "Financial Currency Type Code:";
            //
            //textBoxFinancialCurrencyTypeCode
            //
            this.textBoxFinancialCurrencyTypeCode.Location = new System.Drawing.Point(350, 197);
            this.textBoxFinancialCurrencyTypeCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxFinancialCurrencyTypeCode.Name     = "textBoxFinancialCurrencyTypeCode";
            this.textBoxFinancialCurrencyTypeCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxFinancialCurrencyTypeCode.TabIndex = 19;
            //
            // labelFinancialCurrencyTypeName
            //
            this.labelFinancialCurrencyTypeName.AutoSize = true;
            this.labelFinancialCurrencyTypeName.Location = new System.Drawing.Point(11, 220);
            this.labelFinancialCurrencyTypeName.Name     = "labelFinancialCurrencyTypeName";
            this.labelFinancialCurrencyTypeName.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyTypeName.TabIndex = 20;
            this.labelFinancialCurrencyTypeName.Text     = "Financial Currency Type Name:";
            //
            //textBoxFinancialCurrencyTypeName
            //
            this.textBoxFinancialCurrencyTypeName.Location = new System.Drawing.Point(350, 220);
            this.textBoxFinancialCurrencyTypeName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxFinancialCurrencyTypeName.Name     = "textBoxFinancialCurrencyTypeName";
            this.textBoxFinancialCurrencyTypeName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxFinancialCurrencyTypeName.TabIndex = 21;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(508, 243);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(408, 243);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(612, 271);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeFinancialCurrencyEdit";
            this.Text = "Financial Currency Edit";
            this.Controls.Add(this.labelFinancialCurrencyType);
            this.Controls.Add(this.textBoxFinancialCurrencyType);
            this.Controls.Add(this.labelFinancialCurrencyAgainstFinancialCurrencyType);
            this.Controls.Add(this.textBoxFinancialCurrencyAgainstFinancialCurrencyType);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelValidFromDateTime);
            this.Controls.Add(this.dateTimePickerValidFromDateTime);
            this.Controls.Add(this.labelValidUntilDateTime);
            this.Controls.Add(this.dateTimePickerValidUntilDateTime);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelEqualsAmount);
            this.Controls.Add(this.maskedTextBoxEqualsAmount);
            this.Controls.Add(this.labelDecimalCount);
            this.Controls.Add(this.maskedTextBoxDecimalCount);
            this.Controls.Add(this.labelFinancialCurrencyTypeCode);
            this.Controls.Add(this.textBoxFinancialCurrencyTypeCode);
            this.Controls.Add(this.labelFinancialCurrencyTypeName);
            this.Controls.Add(this.textBoxFinancialCurrencyTypeName);
            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.groupBox3 = new System.Windows.Forms.GroupBox();
     this.tbH4 = new System.Windows.Forms.TextBox();
     this.tbH2 = new System.Windows.Forms.TextBox();
     this.tbY2 = new System.Windows.Forms.TextBox();
     this.tbB2 = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.dtFrom = new System.Windows.Forms.DateTimePicker();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.dtTo = new System.Windows.Forms.DateTimePicker();
     this.label7 = new System.Windows.Forms.Label();
     this.tbFh = new System.Windows.Forms.MaskedTextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbFs = new System.Windows.Forms.MaskedTextBox();
     this.tbTm = new System.Windows.Forms.MaskedTextBox();
     this.tbFm = new System.Windows.Forms.MaskedTextBox();
     this.tbTs = new System.Windows.Forms.MaskedTextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.tbTh = new System.Windows.Forms.MaskedTextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.btCancel = new System.Windows.Forms.Button();
     this.dataSet21 = new BanknetDomestic.DataSet2();
     this.dataSet22 = new BanknetDomestic.DataSet2();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet22)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.tbH4);
     this.groupBox3.Controls.Add(this.tbH2);
     this.groupBox3.Controls.Add(this.tbY2);
     this.groupBox3.Controls.Add(this.tbB2);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.label13);
     this.groupBox3.Controls.Add(this.label12);
     this.groupBox3.Controls.Add(this.label11);
     this.groupBox3.Location = new System.Drawing.Point(1, 2);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(413, 114);
     this.groupBox3.TabIndex = 61;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Payment";
     //
     // tbH4
     //
     this.tbH4.Location = new System.Drawing.Point(177, 89);
     this.tbH4.Name = "tbH4";
     this.tbH4.Size = new System.Drawing.Size(206, 20);
     this.tbH4.TabIndex = 61;
     //
     // tbH2
     //
     this.tbH2.Location = new System.Drawing.Point(178, 63);
     this.tbH2.Name = "tbH2";
     this.tbH2.Size = new System.Drawing.Size(206, 20);
     this.tbH2.TabIndex = 61;
     //
     // tbY2
     //
     this.tbY2.Location = new System.Drawing.Point(99, 37);
     this.tbY2.Name = "tbY2";
     this.tbY2.Size = new System.Drawing.Size(285, 20);
     this.tbY2.TabIndex = 60;
     //
     // tbB2
     //
     this.tbB2.Location = new System.Drawing.Point(100, 13);
     this.tbB2.Name = "tbB2";
     this.tbB2.Size = new System.Drawing.Size(284, 20);
     this.tbB2.TabIndex = 59;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(20, 92);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(82, 13);
     this.label14.TabIndex = 7;
     this.label14.Text = "Acquier Tn (H4)";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(20, 67);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(152, 13);
     this.label13.TabIndex = 7;
     this.label13.Text = "Chênh lệch có E-không B (H2)";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(20, 43);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(73, 13);
     this.label12.TabIndex = 6;
     this.label12.Text = "Phát sinh (Y2)";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(20, 20);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(63, 13);
     this.label11.TabIndex = 5;
     this.label11.Text = "Đầu kỳ (B2)";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.dtFrom);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.dtTo);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.tbFh);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.tbFs);
     this.groupBox1.Controls.Add(this.tbTm);
     this.groupBox1.Controls.Add(this.tbFm);
     this.groupBox1.Controls.Add(this.tbTs);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.tbTh);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Location = new System.Drawing.Point(1, 117);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(413, 93);
     this.groupBox1.TabIndex = 62;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Option";
     //
     // dtFrom
     //
     this.dtFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtFrom.Location = new System.Drawing.Point(95, 28);
     this.dtFrom.Name = "dtFrom";
     this.dtFrom.Size = new System.Drawing.Size(89, 20);
     this.dtFrom.TabIndex = 7;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(27, 30);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(54, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "From date";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(27, 54);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 5;
     this.label3.Text = "To date";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(303, 54);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(17, 13);
     this.label6.TabIndex = 51;
     this.label6.Text = "ss";
     //
     // dtTo
     //
     this.dtTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtTo.Location = new System.Drawing.Point(95, 50);
     this.dtTo.Name = "dtTo";
     this.dtTo.Size = new System.Drawing.Size(89, 20);
     this.dtTo.TabIndex = 8;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(251, 54);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(17, 13);
     this.label7.TabIndex = 50;
     this.label7.Text = "mi";
     //
     // tbFh
     //
     this.tbFh.Location = new System.Drawing.Point(217, 29);
     this.tbFh.Mask = "00";
     this.tbFh.Name = "tbFh";
     this.tbFh.Size = new System.Drawing.Size(33, 20);
     this.tbFh.TabIndex = 40;
     this.tbFh.Text = "23";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(184, 54);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(31, 13);
     this.label8.TabIndex = 49;
     this.label8.Text = "hh24";
     //
     // tbFs
     //
     this.tbFs.Location = new System.Drawing.Point(321, 29);
     this.tbFs.Mask = "00";
     this.tbFs.Name = "tbFs";
     this.tbFs.Size = new System.Drawing.Size(33, 20);
     this.tbFs.TabIndex = 42;
     this.tbFs.Text = "00";
     //
     // tbTm
     //
     this.tbTm.Location = new System.Drawing.Point(270, 51);
     this.tbTm.Mask = "00";
     this.tbTm.Name = "tbTm";
     this.tbTm.Size = new System.Drawing.Size(33, 20);
     this.tbTm.TabIndex = 46;
     this.tbTm.Text = "59";
     //
     // tbFm
     //
     this.tbFm.Location = new System.Drawing.Point(270, 29);
     this.tbFm.Mask = "00";
     this.tbFm.Name = "tbFm";
     this.tbFm.Size = new System.Drawing.Size(33, 20);
     this.tbFm.TabIndex = 41;
     this.tbFm.Text = "00";
     //
     // tbTs
     //
     this.tbTs.Location = new System.Drawing.Point(321, 51);
     this.tbTs.Mask = "00";
     this.tbTs.Name = "tbTs";
     this.tbTs.Size = new System.Drawing.Size(33, 20);
     this.tbTs.TabIndex = 47;
     this.tbTs.Text = "59";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(184, 32);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(31, 13);
     this.label10.TabIndex = 44;
     this.label10.Text = "hh24";
     //
     // tbTh
     //
     this.tbTh.Location = new System.Drawing.Point(217, 51);
     this.tbTh.Mask = "00";
     this.tbTh.Name = "tbTh";
     this.tbTh.Size = new System.Drawing.Size(33, 20);
     this.tbTh.TabIndex = 43;
     this.tbTh.Text = "22";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(251, 32);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(17, 13);
     this.label9.TabIndex = 45;
     this.label9.Text = "mi";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(303, 32);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(17, 13);
     this.label5.TabIndex = 48;
     this.label5.Text = "ss";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(19, 225);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 63;
     this.button2.Text = "Export";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // btCancel
     //
     this.btCancel.Location = new System.Drawing.Point(322, 225);
     this.btCancel.Name = "btCancel";
     this.btCancel.Size = new System.Drawing.Size(75, 23);
     this.btCancel.TabIndex = 64;
     this.btCancel.Text = "Cancel";
     this.btCancel.UseVisualStyleBackColor = true;
     this.btCancel.Click += new System.EventHandler(this.btCancel_Click);
     //
     // dataSet21
     //
     this.dataSet21.DataSetName = "DataSet2";
     this.dataSet21.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // dataSet22
     //
     this.dataSet22.DataSetName = "DataSet2";
     this.dataSet22.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Frm_Check_Accounting
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(432, 261);
     this.Controls.Add(this.btCancel);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox3);
     this.Name = "Frm_Check_Accounting";
     this.Text = "38. Check Accounting";
     this.Load += new System.EventHandler(this.Frm_Check_Accounting_Load);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet22)).EndInit();
     this.ResumeLayout(false);
 }
Example #40
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose                        = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftAdd             = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftEdit            = new System.Windows.Forms.Button();
            this.buttonCrudeAircraftSearch          = new System.Windows.Forms.Button();
            this.dataGridViewCrudeAircraft          = new System.Windows.Forms.DataGridView();
            this.labelAircraftName                  = new System.Windows.Forms.Label();
            this.textBoxAircraftName                = new System.Windows.Forms.TextBox();
            this.labelAircraftTypeRefCombo          = new System.Windows.Forms.Label();
            this.aircraftTypeRefCombo               = new AircraftTypeRefCombo();
            this.labelAircraftConfigurationRefCombo = new System.Windows.Forms.Label();
            this.aircraftConfigurationRefCombo      = new AircraftConfigurationRefCombo();
            this.labelAircraftBodyRefCombo          = new System.Windows.Forms.Label();
            this.aircraftBodyRefCombo               = new AircraftBodyRefCombo();
            this.labelEngineType                    = new System.Windows.Forms.Label();
            this.textBoxEngineType                  = new System.Windows.Forms.TextBox();
            this.labelPassengerCapacity             = new System.Windows.Forms.Label();
            this.maskedTextBoxPassengerCapacity     = new System.Windows.Forms.MaskedTextBox();
            this.labelOperationalDateTime           = new System.Windows.Forms.Label();
            this.dateTimePickerOperationalDateTime  = new System.Windows.Forms.DateTimePicker();
            this.labelFirstFlightDateTime           = new System.Windows.Forms.Label();
            this.dateTimePickerFirstFlightDateTime  = new System.Windows.Forms.DateTimePicker();
            this.labelDateTime                      = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime             = new System.Windows.Forms.TextBox();
            this.labelUserPicker                    = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAircraft)).BeginInit();
            this.SuspendLayout();
            //
            // labelAircraftName
            //
            this.labelAircraftName.AutoSize = true;
            this.labelAircraftName.Location = new System.Drawing.Point(11, 13);
            this.labelAircraftName.Name     = "labelAircraftName";
            this.labelAircraftName.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftName.TabIndex = 2;
            this.labelAircraftName.Text     = "Aircraft Name:";
            //
            //textBoxAircraftName
            //
            this.textBoxAircraftName.Location = new System.Drawing.Point(154, 13);
            this.textBoxAircraftName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxAircraftName.Name     = "textBoxAircraftName";
            this.textBoxAircraftName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxAircraftName.TabIndex = 3;
            //
            // labelAircraftTypeRefCombo
            //
            this.labelAircraftTypeRefCombo.AutoSize = true;
            this.labelAircraftTypeRefCombo.Location = new System.Drawing.Point(11, 36);
            this.labelAircraftTypeRefCombo.Name     = "labelAircraftTypeRefCombo";
            this.labelAircraftTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftTypeRefCombo.TabIndex = 4;
            this.labelAircraftTypeRefCombo.Text     = "Aircraft Type:";
            //
            //aircraftTypeRefCombo
            //
            this.aircraftTypeRefCombo.Location = new System.Drawing.Point(154, 36);
            this.aircraftTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.aircraftTypeRefCombo.Name     = "aircraftTypeRefCombo";
            this.aircraftTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.aircraftTypeRefCombo.TabIndex = 5;
            //
            // labelAircraftConfigurationRefCombo
            //
            this.labelAircraftConfigurationRefCombo.AutoSize = true;
            this.labelAircraftConfigurationRefCombo.Location = new System.Drawing.Point(11, 59);
            this.labelAircraftConfigurationRefCombo.Name     = "labelAircraftConfigurationRefCombo";
            this.labelAircraftConfigurationRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftConfigurationRefCombo.TabIndex = 6;
            this.labelAircraftConfigurationRefCombo.Text     = "Aircraft Configuration:";
            //
            //aircraftConfigurationRefCombo
            //
            this.aircraftConfigurationRefCombo.Location = new System.Drawing.Point(154, 59);
            this.aircraftConfigurationRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.aircraftConfigurationRefCombo.Name     = "aircraftConfigurationRefCombo";
            this.aircraftConfigurationRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.aircraftConfigurationRefCombo.TabIndex = 7;
            //
            // labelAircraftBodyRefCombo
            //
            this.labelAircraftBodyRefCombo.AutoSize = true;
            this.labelAircraftBodyRefCombo.Location = new System.Drawing.Point(11, 82);
            this.labelAircraftBodyRefCombo.Name     = "labelAircraftBodyRefCombo";
            this.labelAircraftBodyRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelAircraftBodyRefCombo.TabIndex = 8;
            this.labelAircraftBodyRefCombo.Text     = "Aircraft Body:";
            //
            //aircraftBodyRefCombo
            //
            this.aircraftBodyRefCombo.Location = new System.Drawing.Point(154, 82);
            this.aircraftBodyRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.aircraftBodyRefCombo.Name     = "aircraftBodyRefCombo";
            this.aircraftBodyRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.aircraftBodyRefCombo.TabIndex = 9;
            //
            // labelEngineType
            //
            this.labelEngineType.AutoSize = true;
            this.labelEngineType.Location = new System.Drawing.Point(11, 105);
            this.labelEngineType.Name     = "labelEngineType";
            this.labelEngineType.Size     = new System.Drawing.Size(71, 13);
            this.labelEngineType.TabIndex = 10;
            this.labelEngineType.Text     = "Engine Type:";
            //
            //textBoxEngineType
            //
            this.textBoxEngineType.Location = new System.Drawing.Point(154, 105);
            this.textBoxEngineType.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxEngineType.Name     = "textBoxEngineType";
            this.textBoxEngineType.Size     = new System.Drawing.Size(250, 20);
            this.textBoxEngineType.TabIndex = 11;
            //
            // labelPassengerCapacity
            //
            this.labelPassengerCapacity.AutoSize = true;
            this.labelPassengerCapacity.Location = new System.Drawing.Point(11, 128);
            this.labelPassengerCapacity.Name     = "labelPassengerCapacity";
            this.labelPassengerCapacity.Size     = new System.Drawing.Size(71, 13);
            this.labelPassengerCapacity.TabIndex = 12;
            this.labelPassengerCapacity.Text     = "Passenger Capacity:";
            //
            //maskedTextBoxPassengerCapacity
            //
            this.maskedTextBoxPassengerCapacity.Location = new System.Drawing.Point(154, 128);
            this.maskedTextBoxPassengerCapacity.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxPassengerCapacity.Name     = "maskedTextBoxPassengerCapacity";
            this.maskedTextBoxPassengerCapacity.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxPassengerCapacity.TabIndex = 13;
            //
            // labelOperationalDateTime
            //
            this.labelOperationalDateTime.AutoSize = true;
            this.labelOperationalDateTime.Location = new System.Drawing.Point(11, 151);
            this.labelOperationalDateTime.Name     = "labelOperationalDateTime";
            this.labelOperationalDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelOperationalDateTime.TabIndex = 14;
            this.labelOperationalDateTime.Text     = "Operational Date Time:";
            //
            //dateTimePickerOperationalDateTime
            //
            this.dateTimePickerOperationalDateTime.Location     = new System.Drawing.Point(154, 151);
            this.dateTimePickerOperationalDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerOperationalDateTime.Name         = "dateTimePickerOperationalDateTime";
            this.dateTimePickerOperationalDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerOperationalDateTime.TabIndex     = 15;
            this.dateTimePickerOperationalDateTime.Checked      = false;
            this.dateTimePickerOperationalDateTime.ShowCheckBox = true;
            //
            // labelFirstFlightDateTime
            //
            this.labelFirstFlightDateTime.AutoSize = true;
            this.labelFirstFlightDateTime.Location = new System.Drawing.Point(11, 174);
            this.labelFirstFlightDateTime.Name     = "labelFirstFlightDateTime";
            this.labelFirstFlightDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelFirstFlightDateTime.TabIndex = 16;
            this.labelFirstFlightDateTime.Text     = "First Flight Date Time:";
            //
            //dateTimePickerFirstFlightDateTime
            //
            this.dateTimePickerFirstFlightDateTime.Location     = new System.Drawing.Point(154, 174);
            this.dateTimePickerFirstFlightDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerFirstFlightDateTime.Name         = "dateTimePickerFirstFlightDateTime";
            this.dateTimePickerFirstFlightDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerFirstFlightDateTime.TabIndex     = 17;
            this.dateTimePickerFirstFlightDateTime.Checked      = false;
            this.dateTimePickerFirstFlightDateTime.ShowCheckBox = true;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 197);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 18;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(154, 197);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 19;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 220);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 20;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 21;
            //
            // dataGridViewCrudeAircraft
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeAircraft.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeAircraft.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeAircraft.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeAircraft.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeAircraft.Location      = new System.Drawing.Point(12, 253);
            this.dataGridViewCrudeAircraft.Name          = "dataGridViewCrudeAircraft";
            this.dataGridViewCrudeAircraft.Size          = new System.Drawing.Size(392, 96);
            this.dataGridViewCrudeAircraft.TabIndex      = 0;
            this.dataGridViewCrudeAircraft.ReadOnly      = true;
            this.dataGridViewCrudeAircraft.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeAircraft_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(312, 356);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeAircraftSearch
            //
            this.buttonCrudeAircraftSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftSearch.Location = new System.Drawing.Point(212, 356);
            this.buttonCrudeAircraftSearch.Name     = "buttonCrudeAircraftSearch";
            this.buttonCrudeAircraftSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftSearch.TabIndex = 2;
            this.buttonCrudeAircraftSearch.Text     = "&Search";
            this.buttonCrudeAircraftSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftSearch.Click += new System.EventHandler(this.buttonCrudeAircraftSearch_Click);
            //
            // buttonCrudeAircraftAdd
            //
            this.buttonCrudeAircraftAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftAdd.Location = new System.Drawing.Point(112, 356);
            this.buttonCrudeAircraftAdd.Name     = "buttonCrudeAircraftAdd";
            this.buttonCrudeAircraftAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftAdd.TabIndex = 3;
            this.buttonCrudeAircraftAdd.Text     = "&Add";
            this.buttonCrudeAircraftAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftAdd.Click += new System.EventHandler(this.buttonCrudeAircraftAdd_Click);
            //
            // buttonCrudeAircraftEdit
            //
            this.buttonCrudeAircraftEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeAircraftEdit.Location = new System.Drawing.Point(12, 356);
            this.buttonCrudeAircraftEdit.Name     = "buttonCrudeAircraftEdit";
            this.buttonCrudeAircraftEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeAircraftEdit.TabIndex = 4;
            this.buttonCrudeAircraftEdit.Text     = "&Edit";
            this.buttonCrudeAircraftEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeAircraftEdit.Click += new System.EventHandler(this.buttonCrudeAircraftEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(416, 384);
            this.Controls.Add(this.buttonCrudeAircraftSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeAircraftAdd);
            this.Controls.Add(this.buttonCrudeAircraftEdit);
            this.Controls.Add(this.dataGridViewCrudeAircraft);
            this.Name = "CrudeAircraftSearch";
            this.Text = "Aircraft Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeAircraft)).EndInit();
            this.Controls.Add(this.labelAircraftName);
            this.Controls.Add(this.textBoxAircraftName);
            this.Controls.Add(this.labelAircraftTypeRefCombo);
            this.Controls.Add(this.aircraftTypeRefCombo);
            this.Controls.Add(this.labelAircraftConfigurationRefCombo);
            this.Controls.Add(this.aircraftConfigurationRefCombo);
            this.Controls.Add(this.labelAircraftBodyRefCombo);
            this.Controls.Add(this.aircraftBodyRefCombo);
            this.Controls.Add(this.labelEngineType);
            this.Controls.Add(this.textBoxEngineType);
            this.Controls.Add(this.labelPassengerCapacity);
            this.Controls.Add(this.maskedTextBoxPassengerCapacity);
            this.Controls.Add(this.labelOperationalDateTime);
            this.Controls.Add(this.dateTimePickerOperationalDateTime);
            this.Controls.Add(this.labelFirstFlightDateTime);
            this.Controls.Add(this.dateTimePickerFirstFlightDateTime);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            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.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label4 = new System.Windows.Forms.Label();
     this.dtFrom = new System.Windows.Forms.DateTimePicker();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.dtTo = new System.Windows.Forms.DateTimePicker();
     this.label7 = new System.Windows.Forms.Label();
     this.tbFh = new System.Windows.Forms.MaskedTextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbFs = new System.Windows.Forms.MaskedTextBox();
     this.tbTm = new System.Windows.Forms.MaskedTextBox();
     this.tbFm = new System.Windows.Forms.MaskedTextBox();
     this.tbTs = new System.Windows.Forms.MaskedTextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.tbTh = new System.Windows.Forms.MaskedTextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.groupBox7 = new System.Windows.Forms.GroupBox();
     this.rbAllViTri = new System.Windows.Forms.RadioButton();
     this.rbNuocNgoai = new System.Windows.Forms.RadioButton();
     this.rbVN = new System.Windows.Forms.RadioButton();
     this.btn_close = new System.Windows.Forms.Button();
     this.btn_view = new System.Windows.Forms.Button();
     this.cb_transaction_curr = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.dtFrom);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.dtTo);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.tbFh);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.tbFs);
     this.groupBox1.Controls.Add(this.tbTm);
     this.groupBox1.Controls.Add(this.tbFm);
     this.groupBox1.Controls.Add(this.tbTs);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.tbTh);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Location = new System.Drawing.Point(42, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(492, 93);
     this.groupBox1.TabIndex = 66;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Option";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(360, 30);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(124, 13);
     this.label4.TabIndex = 52;
     this.label4.Text = "(dd/mm/yyyy hh24:mi:ss)";
     //
     // dtFrom
     //
     this.dtFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtFrom.Location = new System.Drawing.Point(95, 28);
     this.dtFrom.Name = "dtFrom";
     this.dtFrom.Size = new System.Drawing.Size(89, 20);
     this.dtFrom.TabIndex = 7;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(27, 30);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(54, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "From date";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(27, 54);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 5;
     this.label3.Text = "To date";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(303, 54);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(17, 13);
     this.label6.TabIndex = 51;
     this.label6.Text = "ss";
     //
     // dtTo
     //
     this.dtTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtTo.Location = new System.Drawing.Point(95, 50);
     this.dtTo.Name = "dtTo";
     this.dtTo.Size = new System.Drawing.Size(89, 20);
     this.dtTo.TabIndex = 8;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(251, 54);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(17, 13);
     this.label7.TabIndex = 50;
     this.label7.Text = "mi";
     //
     // tbFh
     //
     this.tbFh.Location = new System.Drawing.Point(217, 29);
     this.tbFh.Mask = "00";
     this.tbFh.Name = "tbFh";
     this.tbFh.Size = new System.Drawing.Size(33, 20);
     this.tbFh.TabIndex = 40;
     this.tbFh.Text = "23";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(184, 54);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(31, 13);
     this.label8.TabIndex = 49;
     this.label8.Text = "hh24";
     //
     // tbFs
     //
     this.tbFs.Location = new System.Drawing.Point(321, 29);
     this.tbFs.Mask = "00";
     this.tbFs.Name = "tbFs";
     this.tbFs.Size = new System.Drawing.Size(33, 20);
     this.tbFs.TabIndex = 42;
     this.tbFs.Text = "00";
     //
     // tbTm
     //
     this.tbTm.Location = new System.Drawing.Point(270, 51);
     this.tbTm.Mask = "00";
     this.tbTm.Name = "tbTm";
     this.tbTm.Size = new System.Drawing.Size(33, 20);
     this.tbTm.TabIndex = 46;
     this.tbTm.Text = "59";
     //
     // tbFm
     //
     this.tbFm.Location = new System.Drawing.Point(270, 29);
     this.tbFm.Mask = "00";
     this.tbFm.Name = "tbFm";
     this.tbFm.Size = new System.Drawing.Size(33, 20);
     this.tbFm.TabIndex = 41;
     this.tbFm.Text = "00";
     //
     // tbTs
     //
     this.tbTs.Location = new System.Drawing.Point(321, 51);
     this.tbTs.Mask = "00";
     this.tbTs.Name = "tbTs";
     this.tbTs.Size = new System.Drawing.Size(33, 20);
     this.tbTs.TabIndex = 47;
     this.tbTs.Text = "59";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(184, 32);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(31, 13);
     this.label10.TabIndex = 44;
     this.label10.Text = "hh24";
     //
     // tbTh
     //
     this.tbTh.Location = new System.Drawing.Point(217, 51);
     this.tbTh.Mask = "00";
     this.tbTh.Name = "tbTh";
     this.tbTh.Size = new System.Drawing.Size(33, 20);
     this.tbTh.TabIndex = 43;
     this.tbTh.Text = "22";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(251, 32);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(17, 13);
     this.label9.TabIndex = 45;
     this.label9.Text = "mi";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(303, 32);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(17, 13);
     this.label5.TabIndex = 48;
     this.label5.Text = "ss";
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.rbAllViTri);
     this.groupBox7.Controls.Add(this.rbNuocNgoai);
     this.groupBox7.Controls.Add(this.rbVN);
     this.groupBox7.Location = new System.Drawing.Point(72, 111);
     this.groupBox7.Name = "groupBox7";
     this.groupBox7.Size = new System.Drawing.Size(413, 43);
     this.groupBox7.TabIndex = 72;
     this.groupBox7.TabStop = false;
     this.groupBox7.Text = "Vị trí";
     //
     // rbAllViTri
     //
     this.rbAllViTri.AutoSize = true;
     this.rbAllViTri.Location = new System.Drawing.Point(306, 19);
     this.rbAllViTri.Name = "rbAllViTri";
     this.rbAllViTri.Size = new System.Drawing.Size(44, 17);
     this.rbAllViTri.TabIndex = 14;
     this.rbAllViTri.Text = "ALL";
     this.rbAllViTri.UseVisualStyleBackColor = true;
     //
     // rbNuocNgoai
     //
     this.rbNuocNgoai.AutoSize = true;
     this.rbNuocNgoai.Location = new System.Drawing.Point(152, 19);
     this.rbNuocNgoai.Name = "rbNuocNgoai";
     this.rbNuocNgoai.Size = new System.Drawing.Size(80, 17);
     this.rbNuocNgoai.TabIndex = 12;
     this.rbNuocNgoai.Text = "Nước ngoài";
     this.rbNuocNgoai.UseVisualStyleBackColor = true;
     //
     // rbVN
     //
     this.rbVN.AutoSize = true;
     this.rbVN.Checked = true;
     this.rbVN.Location = new System.Drawing.Point(23, 19);
     this.rbVN.Name = "rbVN";
     this.rbVN.Size = new System.Drawing.Size(58, 17);
     this.rbVN.TabIndex = 11;
     this.rbVN.TabStop = true;
     this.rbVN.Text = "Tại VN";
     this.rbVN.UseVisualStyleBackColor = true;
     //
     // btn_close
     //
     this.btn_close.Location = new System.Drawing.Point(287, 202);
     this.btn_close.Name = "btn_close";
     this.btn_close.Size = new System.Drawing.Size(75, 23);
     this.btn_close.TabIndex = 75;
     this.btn_close.Text = "Close";
     this.btn_close.UseVisualStyleBackColor = true;
     this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
     //
     // btn_view
     //
     this.btn_view.Location = new System.Drawing.Point(168, 202);
     this.btn_view.Name = "btn_view";
     this.btn_view.Size = new System.Drawing.Size(75, 23);
     this.btn_view.TabIndex = 74;
     this.btn_view.Text = "View";
     this.btn_view.UseVisualStyleBackColor = true;
     this.btn_view.Click += new System.EventHandler(this.btn_view_Click);
     //
     // cb_transaction_curr
     //
     this.cb_transaction_curr.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cb_transaction_curr.FormattingEnabled = true;
     this.cb_transaction_curr.Location = new System.Drawing.Point(272, 162);
     this.cb_transaction_curr.Margin = new System.Windows.Forms.Padding(2);
     this.cb_transaction_curr.Name = "cb_transaction_curr";
     this.cb_transaction_curr.Size = new System.Drawing.Size(92, 21);
     this.cb_transaction_curr.TabIndex = 76;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(164, 167);
     this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(93, 13);
     this.label1.TabIndex = 77;
     this.label1.Text = "Loại tiền giao dịch";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(360, 54);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(124, 13);
     this.label11.TabIndex = 52;
     this.label11.Text = "(dd/mm/yyyy hh24:mi:ss)";
     //
     // Frm_MC_Report_Reconciliation_ATM_Pending
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(561, 277);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cb_transaction_curr);
     this.Controls.Add(this.btn_close);
     this.Controls.Add(this.btn_view);
     this.Controls.Add(this.groupBox7);
     this.Controls.Add(this.groupBox1);
     this.Name = "Frm_MC_Report_Reconciliation_ATM_Pending";
     this.Text = "Frm_MC_Report_Reconciliation_ATM_Pending";
     this.Load += new System.EventHandler(this.Frm_MC_Report_Reconciliation_ATM_Pending_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.buttonOK              = new System.Windows.Forms.Button();
     this.buttonCancel          = new System.Windows.Forms.Button();
     this.labelMessage          = new System.Windows.Forms.Label();
     this.textBoxUsername       = new System.Windows.Forms.TextBox();
     this.label1                = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.maskedTextBoxPassword = new System.Windows.Forms.MaskedTextBox();
     this.SuspendLayout();
     //
     // buttonOK
     //
     this.buttonOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.buttonOK.Location                = new System.Drawing.Point(290, 205);
     this.buttonOK.Name                    = "buttonOK";
     this.buttonOK.Size                    = new System.Drawing.Size(75, 23);
     this.buttonOK.TabIndex                = 0;
     this.buttonOK.Text                    = "OK";
     this.buttonOK.UseVisualStyleBackColor = true;
     //
     // buttonCancel
     //
     this.buttonCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.buttonCancel.Location                = new System.Drawing.Point(385, 205);
     this.buttonCancel.Name                    = "buttonCancel";
     this.buttonCancel.Size                    = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex                = 1;
     this.buttonCancel.Text                    = "Cancel";
     this.buttonCancel.UseVisualStyleBackColor = true;
     //
     // labelMessage
     //
     this.labelMessage.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.labelMessage.Location = new System.Drawing.Point(12, 18);
     this.labelMessage.Name     = "labelMessage";
     this.labelMessage.Size     = new System.Drawing.Size(450, 50);
     this.labelMessage.TabIndex = 2;
     this.labelMessage.Text     = "Message";
     //
     // textBoxUsername
     //
     this.textBoxUsername.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.textBoxUsername.Location = new System.Drawing.Point(120, 81);
     this.textBoxUsername.Name     = "textBoxUsername";
     this.textBoxUsername.Size     = new System.Drawing.Size(340, 23);
     this.textBoxUsername.TabIndex = 3;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.label1.Location  = new System.Drawing.Point(12, 80);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(100, 24);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "User Name:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.label2.Location  = new System.Drawing.Point(12, 120);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(100, 25);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "Password:"******"Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
     this.maskedTextBoxPassword.Location     = new System.Drawing.Point(120, 121);
     this.maskedTextBoxPassword.Name         = "maskedTextBoxPassword";
     this.maskedTextBoxPassword.PasswordChar = '*';
     this.maskedTextBoxPassword.Size         = new System.Drawing.Size(340, 23);
     this.maskedTextBoxPassword.TabIndex     = 7;
     //
     // MacroscopeGetCredentialsHttp
     //
     this.AcceptButton        = this.buttonOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.buttonCancel;
     this.ClientSize          = new System.Drawing.Size(484, 241);
     this.ControlBox          = false;
     this.Controls.Add(this.maskedTextBoxPassword);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBoxUsername);
     this.Controls.Add(this.labelMessage);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = global::SEOMacroscope.Resources.SEO_Macroscope_Icon_32x32;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MacroscopeGetCredentialsHttp";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "SEO Macroscope: Authentication Required";
     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.btn_View = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.dtFrom = new System.Windows.Forms.DateTimePicker();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.dtTo = new System.Windows.Forms.DateTimePicker();
     this.label7 = new System.Windows.Forms.Label();
     this.tbFh = new System.Windows.Forms.MaskedTextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbFs = new System.Windows.Forms.MaskedTextBox();
     this.tbTm = new System.Windows.Forms.MaskedTextBox();
     this.tbFm = new System.Windows.Forms.MaskedTextBox();
     this.tbTs = new System.Windows.Forms.MaskedTextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.tbTh = new System.Windows.Forms.MaskedTextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.btn_close = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // btn_View
     //
     this.btn_View.Location = new System.Drawing.Point(160, 133);
     this.btn_View.Name = "btn_View";
     this.btn_View.Size = new System.Drawing.Size(75, 23);
     this.btn_View.TabIndex = 0;
     this.btn_View.Text = "View";
     this.btn_View.UseVisualStyleBackColor = true;
     this.btn_View.Click += new System.EventHandler(this.btn_View_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.dtFrom);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.dtTo);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.tbFh);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.tbFs);
     this.groupBox1.Controls.Add(this.tbTm);
     this.groupBox1.Controls.Add(this.tbFm);
     this.groupBox1.Controls.Add(this.tbTs);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.tbTh);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Location = new System.Drawing.Point(12, 21);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(492, 93);
     this.groupBox1.TabIndex = 67;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Option";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(360, 54);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(124, 13);
     this.label11.TabIndex = 52;
     this.label11.Text = "(dd/mm/yyyy hh24:mi:ss)";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(360, 30);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(124, 13);
     this.label4.TabIndex = 52;
     this.label4.Text = "(dd/mm/yyyy hh24:mi:ss)";
     //
     // dtFrom
     //
     this.dtFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtFrom.Location = new System.Drawing.Point(95, 28);
     this.dtFrom.Name = "dtFrom";
     this.dtFrom.Size = new System.Drawing.Size(89, 20);
     this.dtFrom.TabIndex = 7;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(27, 30);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(54, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "From date";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(27, 54);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 5;
     this.label3.Text = "To date";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(303, 54);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(17, 13);
     this.label6.TabIndex = 51;
     this.label6.Text = "ss";
     //
     // dtTo
     //
     this.dtTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtTo.Location = new System.Drawing.Point(95, 50);
     this.dtTo.Name = "dtTo";
     this.dtTo.Size = new System.Drawing.Size(89, 20);
     this.dtTo.TabIndex = 8;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(251, 54);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(17, 13);
     this.label7.TabIndex = 50;
     this.label7.Text = "mi";
     //
     // tbFh
     //
     this.tbFh.Location = new System.Drawing.Point(217, 29);
     this.tbFh.Mask = "00";
     this.tbFh.Name = "tbFh";
     this.tbFh.Size = new System.Drawing.Size(33, 20);
     this.tbFh.TabIndex = 40;
     this.tbFh.Text = "23";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(184, 54);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(31, 13);
     this.label8.TabIndex = 49;
     this.label8.Text = "hh24";
     //
     // tbFs
     //
     this.tbFs.Location = new System.Drawing.Point(321, 29);
     this.tbFs.Mask = "00";
     this.tbFs.Name = "tbFs";
     this.tbFs.Size = new System.Drawing.Size(33, 20);
     this.tbFs.TabIndex = 42;
     this.tbFs.Text = "00";
     //
     // tbTm
     //
     this.tbTm.Location = new System.Drawing.Point(270, 51);
     this.tbTm.Mask = "00";
     this.tbTm.Name = "tbTm";
     this.tbTm.Size = new System.Drawing.Size(33, 20);
     this.tbTm.TabIndex = 46;
     this.tbTm.Text = "59";
     //
     // tbFm
     //
     this.tbFm.Location = new System.Drawing.Point(270, 29);
     this.tbFm.Mask = "00";
     this.tbFm.Name = "tbFm";
     this.tbFm.Size = new System.Drawing.Size(33, 20);
     this.tbFm.TabIndex = 41;
     this.tbFm.Text = "00";
     //
     // tbTs
     //
     this.tbTs.Location = new System.Drawing.Point(321, 51);
     this.tbTs.Mask = "00";
     this.tbTs.Name = "tbTs";
     this.tbTs.Size = new System.Drawing.Size(33, 20);
     this.tbTs.TabIndex = 47;
     this.tbTs.Text = "59";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(184, 32);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(31, 13);
     this.label10.TabIndex = 44;
     this.label10.Text = "hh24";
     //
     // tbTh
     //
     this.tbTh.Location = new System.Drawing.Point(217, 51);
     this.tbTh.Mask = "00";
     this.tbTh.Name = "tbTh";
     this.tbTh.Size = new System.Drawing.Size(33, 20);
     this.tbTh.TabIndex = 43;
     this.tbTh.Text = "22";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(251, 32);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(17, 13);
     this.label9.TabIndex = 45;
     this.label9.Text = "mi";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(303, 32);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(17, 13);
     this.label5.TabIndex = 48;
     this.label5.Text = "ss";
     //
     // btn_close
     //
     this.btn_close.Location = new System.Drawing.Point(282, 133);
     this.btn_close.Name = "btn_close";
     this.btn_close.Size = new System.Drawing.Size(75, 23);
     this.btn_close.TabIndex = 76;
     this.btn_close.Text = "Close";
     this.btn_close.UseVisualStyleBackColor = true;
     this.btn_close.Click += new System.EventHandler(this.btn_close_Click);
     //
     // Frm_MC_Report_TAX_Reversal
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(523, 169);
     this.Controls.Add(this.btn_close);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btn_View);
     this.Name = "Frm_MC_Report_TAX_Reversal";
     this.Text = "Frm_MC_Report_TAX_Reversal";
     this.Load += new System.EventHandler(this.Frm_MC_Report_TAX_Reversal_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #44
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeBookingPassengerBaggageAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeBookingPassengerBaggageEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeBookingPassengerBaggageSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeBookingPassengerBaggage = new System.Windows.Forms.DataGridView();
            this.labelRemarks           = new System.Windows.Forms.Label();
            this.textBoxRemarks         = new System.Windows.Forms.TextBox();
            this.labelItemCount         = new System.Windows.Forms.Label();
            this.maskedTextBoxItemCount = new System.Windows.Forms.MaskedTextBox();
            this.labelWeight            = new System.Windows.Forms.Label();
            this.maskedTextBoxWeight    = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeBookingPassengerBaggage)).BeginInit();
            this.SuspendLayout();
            //
            // labelRemarks
            //
            this.labelRemarks.AutoSize = true;
            this.labelRemarks.Location = new System.Drawing.Point(11, 13);
            this.labelRemarks.Name     = "labelRemarks";
            this.labelRemarks.Size     = new System.Drawing.Size(71, 13);
            this.labelRemarks.TabIndex = 2;
            this.labelRemarks.Text     = "Remarks:";
            //
            //textBoxRemarks
            //
            this.textBoxRemarks.Location = new System.Drawing.Point(140, 13);
            this.textBoxRemarks.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxRemarks.Name     = "textBoxRemarks";
            this.textBoxRemarks.Size     = new System.Drawing.Size(250, 20);
            this.textBoxRemarks.TabIndex = 3;
            //
            // labelItemCount
            //
            this.labelItemCount.AutoSize = true;
            this.labelItemCount.Location = new System.Drawing.Point(11, 36);
            this.labelItemCount.Name     = "labelItemCount";
            this.labelItemCount.Size     = new System.Drawing.Size(71, 13);
            this.labelItemCount.TabIndex = 4;
            this.labelItemCount.Text     = "Item Count:";
            //
            //maskedTextBoxItemCount
            //
            this.maskedTextBoxItemCount.Location = new System.Drawing.Point(140, 36);
            this.maskedTextBoxItemCount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxItemCount.Name     = "maskedTextBoxItemCount";
            this.maskedTextBoxItemCount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxItemCount.TabIndex = 5;
            //
            // labelWeight
            //
            this.labelWeight.AutoSize = true;
            this.labelWeight.Location = new System.Drawing.Point(11, 59);
            this.labelWeight.Name     = "labelWeight";
            this.labelWeight.Size     = new System.Drawing.Size(71, 13);
            this.labelWeight.TabIndex = 6;
            this.labelWeight.Text     = "Weight:";
            //
            //maskedTextBoxWeight
            //
            this.maskedTextBoxWeight.Location = new System.Drawing.Point(140, 59);
            this.maskedTextBoxWeight.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxWeight.Name     = "maskedTextBoxWeight";
            this.maskedTextBoxWeight.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxWeight.TabIndex = 7;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 8;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 82);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 9;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 105);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 10;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 11;
            //
            // dataGridViewCrudeBookingPassengerBaggage
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeBookingPassengerBaggage.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeBookingPassengerBaggage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                                                         | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeBookingPassengerBaggage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeBookingPassengerBaggage.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeBookingPassengerBaggage.Location      = new System.Drawing.Point(12, 138);
            this.dataGridViewCrudeBookingPassengerBaggage.Name          = "dataGridViewCrudeBookingPassengerBaggage";
            this.dataGridViewCrudeBookingPassengerBaggage.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewCrudeBookingPassengerBaggage.TabIndex      = 0;
            this.dataGridViewCrudeBookingPassengerBaggage.ReadOnly      = true;
            this.dataGridViewCrudeBookingPassengerBaggage.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeBookingPassengerBaggage_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 241);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeBookingPassengerBaggageSearch
            //
            this.buttonCrudeBookingPassengerBaggageSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingPassengerBaggageSearch.Location = new System.Drawing.Point(198, 241);
            this.buttonCrudeBookingPassengerBaggageSearch.Name     = "buttonCrudeBookingPassengerBaggageSearch";
            this.buttonCrudeBookingPassengerBaggageSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingPassengerBaggageSearch.TabIndex = 2;
            this.buttonCrudeBookingPassengerBaggageSearch.Text     = "&Search";
            this.buttonCrudeBookingPassengerBaggageSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingPassengerBaggageSearch.Click += new System.EventHandler(this.buttonCrudeBookingPassengerBaggageSearch_Click);
            //
            // buttonCrudeBookingPassengerBaggageAdd
            //
            this.buttonCrudeBookingPassengerBaggageAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingPassengerBaggageAdd.Location = new System.Drawing.Point(98, 241);
            this.buttonCrudeBookingPassengerBaggageAdd.Name     = "buttonCrudeBookingPassengerBaggageAdd";
            this.buttonCrudeBookingPassengerBaggageAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingPassengerBaggageAdd.TabIndex = 3;
            this.buttonCrudeBookingPassengerBaggageAdd.Text     = "&Add";
            this.buttonCrudeBookingPassengerBaggageAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingPassengerBaggageAdd.Click += new System.EventHandler(this.buttonCrudeBookingPassengerBaggageAdd_Click);
            //
            // buttonCrudeBookingPassengerBaggageEdit
            //
            this.buttonCrudeBookingPassengerBaggageEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingPassengerBaggageEdit.Location = new System.Drawing.Point(-2, 241);
            this.buttonCrudeBookingPassengerBaggageEdit.Name     = "buttonCrudeBookingPassengerBaggageEdit";
            this.buttonCrudeBookingPassengerBaggageEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingPassengerBaggageEdit.TabIndex = 4;
            this.buttonCrudeBookingPassengerBaggageEdit.Text     = "&Edit";
            this.buttonCrudeBookingPassengerBaggageEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingPassengerBaggageEdit.Click += new System.EventHandler(this.buttonCrudeBookingPassengerBaggageEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 269);
            this.Controls.Add(this.buttonCrudeBookingPassengerBaggageSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeBookingPassengerBaggageAdd);
            this.Controls.Add(this.buttonCrudeBookingPassengerBaggageEdit);
            this.Controls.Add(this.dataGridViewCrudeBookingPassengerBaggage);
            this.Name = "CrudeBookingPassengerBaggageSearch";
            this.Text = "Booking Passenger Baggage Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeBookingPassengerBaggage)).EndInit();
            this.Controls.Add(this.labelRemarks);
            this.Controls.Add(this.textBoxRemarks);
            this.Controls.Add(this.labelItemCount);
            this.Controls.Add(this.maskedTextBoxItemCount);
            this.Controls.Add(this.labelWeight);
            this.Controls.Add(this.maskedTextBoxWeight);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            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.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label labelFirstName;
            System.Windows.Forms.Label labelID;
            System.Windows.Forms.Label labelLastName;
            System.Windows.Forms.Label labelPhoneNumber;
            System.Windows.Forms.Label labelBalance;
            this.textBoxFirstName = new System.Windows.Forms.TextBox();
            this.customerBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.databaseDemonstrationDatabaseDataSet = new IntermediateCSharp.Lesson10.L10_DatabaseDataSet();
            this.maskedTextBoxID = new System.Windows.Forms.MaskedTextBox();
            this.textBoxLastName = new System.Windows.Forms.TextBox();
            this.maskedTextBoxPhoneNumber = new System.Windows.Forms.MaskedTextBox();
            this.maskedTextBoxBalance = new System.Windows.Forms.MaskedTextBox();
            this.fillByLastNameToolStrip = new System.Windows.Forms.ToolStrip();
            this.toolStripLabelLastName = new System.Windows.Forms.ToolStripLabel();
            this.toolStripTextBoxLastName = new System.Windows.Forms.ToolStripTextBox();
            this.fillByLastNameToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.customerTableAdapter = new IntermediateCSharp.Lesson10.L10_DatabaseDataSetTableAdapters.CustomerTableAdapter();
            this.tableAdapterManager = new IntermediateCSharp.Lesson10.L10_DatabaseDataSetTableAdapters.TableAdapterManager();
            labelFirstName = new System.Windows.Forms.Label();
            labelID = new System.Windows.Forms.Label();
            labelLastName = new System.Windows.Forms.Label();
            labelPhoneNumber = new System.Windows.Forms.Label();
            labelBalance = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.customerBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.databaseDemonstrationDatabaseDataSet)).BeginInit();
            this.fillByLastNameToolStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // labelFirstName
            // 
            labelFirstName.AutoSize = true;
            labelFirstName.Location = new System.Drawing.Point(114, 63);
            labelFirstName.Name = "labelFirstName";
            labelFirstName.Size = new System.Drawing.Size(60, 13);
            labelFirstName.TabIndex = 3;
            labelFirstName.Text = "First Name:";
            // 
            // labelID
            // 
            labelID.AutoSize = true;
            labelID.Location = new System.Drawing.Point(153, 37);
            labelID.Name = "labelID";
            labelID.Size = new System.Drawing.Size(21, 13);
            labelID.TabIndex = 1;
            labelID.Text = "ID:";
            // 
            // labelLastName
            // 
            labelLastName.AutoSize = true;
            labelLastName.Location = new System.Drawing.Point(113, 89);
            labelLastName.Name = "labelLastName";
            labelLastName.Size = new System.Drawing.Size(61, 13);
            labelLastName.TabIndex = 5;
            labelLastName.Text = "Last Name:";
            // 
            // labelPhoneNumber
            // 
            labelPhoneNumber.AutoSize = true;
            labelPhoneNumber.Location = new System.Drawing.Point(93, 115);
            labelPhoneNumber.Name = "labelPhoneNumber";
            labelPhoneNumber.Size = new System.Drawing.Size(81, 13);
            labelPhoneNumber.TabIndex = 7;
            labelPhoneNumber.Text = "Phone Number:";
            // 
            // labelBalance
            // 
            labelBalance.AutoSize = true;
            labelBalance.Location = new System.Drawing.Point(125, 141);
            labelBalance.Name = "labelBalance";
            labelBalance.Size = new System.Drawing.Size(49, 13);
            labelBalance.TabIndex = 9;
            labelBalance.Text = "Balance:";
            // 
            // textBoxFirstName
            // 
            this.textBoxFirstName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customerBindingSource, "First Name", true));
            this.textBoxFirstName.Location = new System.Drawing.Point(180, 60);
            this.textBoxFirstName.Name = "textBoxFirstName";
            this.textBoxFirstName.Size = new System.Drawing.Size(100, 20);
            this.textBoxFirstName.TabIndex = 4;
            // 
            // customerBindingSource
            // 
            this.customerBindingSource.DataMember = "Customer";
            this.customerBindingSource.DataSource = this.databaseDemonstrationDatabaseDataSet;
            // 
            // databaseDemonstrationDatabaseDataSet
            // 
            this.databaseDemonstrationDatabaseDataSet.DataSetName = "L10_DatabaseDataSet";
            this.databaseDemonstrationDatabaseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // maskedTextBoxID
            // 
            this.maskedTextBoxID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customerBindingSource, "ID", true));
            this.maskedTextBoxID.Location = new System.Drawing.Point(180, 34);
            this.maskedTextBoxID.Mask = "00000";
            this.maskedTextBoxID.Name = "maskedTextBoxID";
            this.maskedTextBoxID.Size = new System.Drawing.Size(100, 20);
            this.maskedTextBoxID.TabIndex = 2;
            this.maskedTextBoxID.ValidatingType = typeof(int);
            // 
            // textBoxLastName
            // 
            this.textBoxLastName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customerBindingSource, "Last Name", true));
            this.textBoxLastName.Location = new System.Drawing.Point(180, 86);
            this.textBoxLastName.Name = "textBoxLastName";
            this.textBoxLastName.Size = new System.Drawing.Size(100, 20);
            this.textBoxLastName.TabIndex = 6;
            // 
            // maskedTextBoxPhoneNumber
            // 
            this.maskedTextBoxPhoneNumber.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customerBindingSource, "Phone Number", true));
            this.maskedTextBoxPhoneNumber.Location = new System.Drawing.Point(180, 112);
            this.maskedTextBoxPhoneNumber.Mask = "000-0000";
            this.maskedTextBoxPhoneNumber.Name = "maskedTextBoxPhoneNumber";
            this.maskedTextBoxPhoneNumber.Size = new System.Drawing.Size(100, 20);
            this.maskedTextBoxPhoneNumber.TabIndex = 8;
            // 
            // maskedTextBoxBalance
            // 
            this.maskedTextBoxBalance.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.customerBindingSource, "Balance", true));
            this.maskedTextBoxBalance.Location = new System.Drawing.Point(180, 138);
            this.maskedTextBoxBalance.Mask = "$0.00";
            this.maskedTextBoxBalance.Name = "maskedTextBoxBalance";
            this.maskedTextBoxBalance.Size = new System.Drawing.Size(100, 20);
            this.maskedTextBoxBalance.TabIndex = 10;
            // 
            // fillByLastNameToolStrip
            // 
            this.fillByLastNameToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripLabelLastName,
            this.toolStripTextBoxLastName,
            this.fillByLastNameToolStripButton});
            this.fillByLastNameToolStrip.Location = new System.Drawing.Point(0, 0);
            this.fillByLastNameToolStrip.Name = "fillByLastNameToolStrip";
            this.fillByLastNameToolStrip.Size = new System.Drawing.Size(794, 25);
            this.fillByLastNameToolStrip.TabIndex = 0;
            this.fillByLastNameToolStrip.Text = "fillByLastNameToolStrip";
            // 
            // toolStripLabelLastName
            // 
            this.toolStripLabelLastName.Name = "toolStripLabelLastName";
            this.toolStripLabelLastName.Size = new System.Drawing.Size(61, 22);
            this.toolStripLabelLastName.Text = "Last Name:";
            // 
            // toolStripTextBoxLastName
            // 
            this.toolStripTextBoxLastName.Name = "toolStripTextBoxLastName";
            this.toolStripTextBoxLastName.Size = new System.Drawing.Size(100, 25);
            // 
            // fillByLastNameToolStripButton
            // 
            this.fillByLastNameToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.fillByLastNameToolStripButton.Name = "fillByLastNameToolStripButton";
            this.fillByLastNameToolStripButton.Size = new System.Drawing.Size(84, 22);
            this.fillByLastNameToolStripButton.Text = "Find Last Name";
            this.fillByLastNameToolStripButton.Click += new System.EventHandler(this.FillByLastNameToolStripButton_Click);
            // 
            // customerTableAdapter
            // 
            this.customerTableAdapter.ClearBeforeFill = true;
            // 
            // tableAdapterManager
            // 
            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
            this.tableAdapterManager.CustomerTableAdapter = this.customerTableAdapter;
            this.tableAdapterManager.UpdateOrder = IntermediateCSharp.Lesson10.L10_DatabaseDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
            // 
            // DatabaseDemonstration
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(794, 568);
            this.Controls.Add(this.fillByLastNameToolStrip);
            this.Controls.Add(labelBalance);
            this.Controls.Add(this.maskedTextBoxBalance);
            this.Controls.Add(labelPhoneNumber);
            this.Controls.Add(this.maskedTextBoxPhoneNumber);
            this.Controls.Add(labelLastName);
            this.Controls.Add(this.textBoxLastName);
            this.Controls.Add(labelID);
            this.Controls.Add(this.maskedTextBoxID);
            this.Controls.Add(labelFirstName);
            this.Controls.Add(this.textBoxFirstName);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "DatabaseDemonstration";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Database Demonstration";
            this.Load += new System.EventHandler(this.DatabaseDemonstrationGui_Load);
            ((System.ComponentModel.ISupportInitialize)(this.customerBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.databaseDemonstrationDatabaseDataSet)).EndInit();
            this.fillByLastNameToolStrip.ResumeLayout(false);
            this.fillByLastNameToolStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #46
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialAdjustmentAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialAdjustmentEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialAdjustmentSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFinancialAdjustment = new System.Windows.Forms.DataGridView();
            this.labelFinancialAdjustmentTypeRefCombo = new System.Windows.Forms.Label();
            this.financialAdjustmentTypeRefCombo      = new FinancialAdjustmentTypeRefCombo();
            this.labelAmount                  = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount          = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialAdjustment)).BeginInit();
            this.SuspendLayout();
            //
            // labelFinancialAdjustmentTypeRefCombo
            //
            this.labelFinancialAdjustmentTypeRefCombo.AutoSize = true;
            this.labelFinancialAdjustmentTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialAdjustmentTypeRefCombo.Name     = "labelFinancialAdjustmentTypeRefCombo";
            this.labelFinancialAdjustmentTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialAdjustmentTypeRefCombo.TabIndex = 2;
            this.labelFinancialAdjustmentTypeRefCombo.Text     = "Financial Adjustment Type:";
            //
            //financialAdjustmentTypeRefCombo
            //
            this.financialAdjustmentTypeRefCombo.Location = new System.Drawing.Point(175, 13);
            this.financialAdjustmentTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialAdjustmentTypeRefCombo.Name     = "financialAdjustmentTypeRefCombo";
            this.financialAdjustmentTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.financialAdjustmentTypeRefCombo.TabIndex = 3;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 36);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 4;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(175, 36);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(175, 59);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 7;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 82);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 8;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(175, 82);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 9;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 105);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 10;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 11;
            //
            // dataGridViewCrudeFinancialAdjustment
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFinancialAdjustment.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFinancialAdjustment.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeFinancialAdjustment.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFinancialAdjustment.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFinancialAdjustment.Location      = new System.Drawing.Point(12, 138);
            this.dataGridViewCrudeFinancialAdjustment.Name          = "dataGridViewCrudeFinancialAdjustment";
            this.dataGridViewCrudeFinancialAdjustment.Size          = new System.Drawing.Size(413, 96);
            this.dataGridViewCrudeFinancialAdjustment.TabIndex      = 0;
            this.dataGridViewCrudeFinancialAdjustment.ReadOnly      = true;
            this.dataGridViewCrudeFinancialAdjustment.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFinancialAdjustment_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(333, 241);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeFinancialAdjustmentSearch
            //
            this.buttonCrudeFinancialAdjustmentSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialAdjustmentSearch.Location = new System.Drawing.Point(233, 241);
            this.buttonCrudeFinancialAdjustmentSearch.Name     = "buttonCrudeFinancialAdjustmentSearch";
            this.buttonCrudeFinancialAdjustmentSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialAdjustmentSearch.TabIndex = 2;
            this.buttonCrudeFinancialAdjustmentSearch.Text     = "&Search";
            this.buttonCrudeFinancialAdjustmentSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialAdjustmentSearch.Click += new System.EventHandler(this.buttonCrudeFinancialAdjustmentSearch_Click);
            //
            // buttonCrudeFinancialAdjustmentAdd
            //
            this.buttonCrudeFinancialAdjustmentAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialAdjustmentAdd.Location = new System.Drawing.Point(133, 241);
            this.buttonCrudeFinancialAdjustmentAdd.Name     = "buttonCrudeFinancialAdjustmentAdd";
            this.buttonCrudeFinancialAdjustmentAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialAdjustmentAdd.TabIndex = 3;
            this.buttonCrudeFinancialAdjustmentAdd.Text     = "&Add";
            this.buttonCrudeFinancialAdjustmentAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialAdjustmentAdd.Click += new System.EventHandler(this.buttonCrudeFinancialAdjustmentAdd_Click);
            //
            // buttonCrudeFinancialAdjustmentEdit
            //
            this.buttonCrudeFinancialAdjustmentEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialAdjustmentEdit.Location = new System.Drawing.Point(33, 241);
            this.buttonCrudeFinancialAdjustmentEdit.Name     = "buttonCrudeFinancialAdjustmentEdit";
            this.buttonCrudeFinancialAdjustmentEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialAdjustmentEdit.TabIndex = 4;
            this.buttonCrudeFinancialAdjustmentEdit.Text     = "&Edit";
            this.buttonCrudeFinancialAdjustmentEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialAdjustmentEdit.Click += new System.EventHandler(this.buttonCrudeFinancialAdjustmentEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(437, 269);
            this.Controls.Add(this.buttonCrudeFinancialAdjustmentSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFinancialAdjustmentAdd);
            this.Controls.Add(this.buttonCrudeFinancialAdjustmentEdit);
            this.Controls.Add(this.dataGridViewCrudeFinancialAdjustment);
            this.Name = "CrudeFinancialAdjustmentSearch";
            this.Text = "Financial Adjustment Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialAdjustment)).EndInit();
            this.Controls.Add(this.labelFinancialAdjustmentTypeRefCombo);
            this.Controls.Add(this.financialAdjustmentTypeRefCombo);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            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.components = new System.ComponentModel.Container();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.btnSalir = new System.Windows.Forms.Button();
     this.btnGrabar = new System.Windows.Forms.Button();
     this.btnEditar = new System.Windows.Forms.Button();
     this.grpCampos = new System.Windows.Forms.GroupBox();
     this.cmbIdCondicionIvaRAZ = new System.Windows.Forms.ComboBox();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtIngresosBrutosRAZ = new System.Windows.Forms.TextBox();
     this.txtCuitRAZ = new System.Windows.Forms.TextBox();
     this.txtProvinciaRAZ = new System.Windows.Forms.TextBox();
     this.txtLocalidadRAZ = new System.Windows.Forms.TextBox();
     this.txtDomicilioRAZ = new System.Windows.Forms.TextBox();
     this.txtNombreFantasiaRAZ = new System.Windows.Forms.TextBox();
     this.txtRazonSocialRAZ = new System.Windows.Forms.TextBox();
     this.txtIdRazonSocialRAZ = new System.Windows.Forms.TextBox();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.txtInicioActividadRAZ = new System.Windows.Forms.MaskedTextBox();
     this.groupBox2.SuspendLayout();
     this.grpCampos.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnCancelar);
     this.groupBox2.Controls.Add(this.btnSalir);
     this.groupBox2.Controls.Add(this.btnGrabar);
     this.groupBox2.Controls.Add(this.btnEditar);
     this.groupBox2.Location = new System.Drawing.Point(11, 293);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(509, 53);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     //
     // btnCancelar
     //
     this.btnCancelar.Location = new System.Drawing.Point(257, 16);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(114, 26);
     this.btnCancelar.TabIndex = 2;
     this.btnCancelar.Text = "Cancelar";
     this.btnCancelar.UseVisualStyleBackColor = true;
     this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
     //
     // btnSalir
     //
     this.btnSalir.Location = new System.Drawing.Point(377, 17);
     this.btnSalir.Name = "btnSalir";
     this.btnSalir.Size = new System.Drawing.Size(114, 26);
     this.btnSalir.TabIndex = 3;
     this.btnSalir.Text = "Salir";
     this.btnSalir.UseVisualStyleBackColor = true;
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // btnGrabar
     //
     this.btnGrabar.Location = new System.Drawing.Point(137, 16);
     this.btnGrabar.Name = "btnGrabar";
     this.btnGrabar.Size = new System.Drawing.Size(114, 26);
     this.btnGrabar.TabIndex = 1;
     this.btnGrabar.Text = "Grabar";
     this.btnGrabar.UseVisualStyleBackColor = true;
     this.btnGrabar.Click += new System.EventHandler(this.btnGrabar_Click);
     //
     // btnEditar
     //
     this.btnEditar.Location = new System.Drawing.Point(17, 17);
     this.btnEditar.Name = "btnEditar";
     this.btnEditar.Size = new System.Drawing.Size(114, 26);
     this.btnEditar.TabIndex = 0;
     this.btnEditar.Text = "Editar";
     this.btnEditar.UseVisualStyleBackColor = true;
     this.btnEditar.Click += new System.EventHandler(this.btnEditar_Click);
     //
     // grpCampos
     //
     this.grpCampos.Controls.Add(this.txtInicioActividadRAZ);
     this.grpCampos.Controls.Add(this.cmbIdCondicionIvaRAZ);
     this.grpCampos.Controls.Add(this.label10);
     this.grpCampos.Controls.Add(this.label9);
     this.grpCampos.Controls.Add(this.label2);
     this.grpCampos.Controls.Add(this.label1);
     this.grpCampos.Controls.Add(this.label8);
     this.grpCampos.Controls.Add(this.label7);
     this.grpCampos.Controls.Add(this.label6);
     this.grpCampos.Controls.Add(this.label5);
     this.grpCampos.Controls.Add(this.label4);
     this.grpCampos.Controls.Add(this.label3);
     this.grpCampos.Controls.Add(this.txtIngresosBrutosRAZ);
     this.grpCampos.Controls.Add(this.txtCuitRAZ);
     this.grpCampos.Controls.Add(this.txtProvinciaRAZ);
     this.grpCampos.Controls.Add(this.txtLocalidadRAZ);
     this.grpCampos.Controls.Add(this.txtDomicilioRAZ);
     this.grpCampos.Controls.Add(this.txtNombreFantasiaRAZ);
     this.grpCampos.Controls.Add(this.txtRazonSocialRAZ);
     this.grpCampos.Controls.Add(this.txtIdRazonSocialRAZ);
     this.grpCampos.Location = new System.Drawing.Point(11, 7);
     this.grpCampos.Name = "grpCampos";
     this.grpCampos.Size = new System.Drawing.Size(509, 283);
     this.grpCampos.TabIndex = 0;
     this.grpCampos.TabStop = false;
     //
     // cmbIdCondicionIvaRAZ
     //
     this.cmbIdCondicionIvaRAZ.FormattingEnabled = true;
     this.cmbIdCondicionIvaRAZ.Location = new System.Drawing.Point(114, 174);
     this.cmbIdCondicionIvaRAZ.Name = "cmbIdCondicionIvaRAZ";
     this.cmbIdCondicionIvaRAZ.Size = new System.Drawing.Size(375, 21);
     this.cmbIdCondicionIvaRAZ.TabIndex = 7;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label10.Location = new System.Drawing.Point(8, 254);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(87, 15);
     this.label10.TabIndex = 22;
     this.label10.Text = "Inicio actividad";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label9.Location = new System.Drawing.Point(8, 228);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(91, 15);
     this.label9.TabIndex = 22;
     this.label9.Text = "Ingresos brutos";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label2.Location = new System.Drawing.Point(8, 202);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(34, 15);
     this.label2.TabIndex = 22;
     this.label2.Text = "CUIT";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label1.Location = new System.Drawing.Point(8, 176);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(82, 15);
     this.label1.TabIndex = 22;
     this.label1.Text = "Condición IVA";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label8.Location = new System.Drawing.Point(8, 150);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(57, 15);
     this.label8.TabIndex = 22;
     this.label8.Text = "Provincia";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label7.Location = new System.Drawing.Point(8, 124);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(61, 15);
     this.label7.TabIndex = 22;
     this.label7.Text = "Localidad";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label6.Location = new System.Drawing.Point(8, 98);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(59, 15);
     this.label6.TabIndex = 22;
     this.label6.Text = "Domicilio";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label5.Location = new System.Drawing.Point(8, 72);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(98, 15);
     this.label5.TabIndex = 22;
     this.label5.Text = "Nombre fantasía";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label4.Location = new System.Drawing.Point(8, 46);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(78, 15);
     this.label4.TabIndex = 22;
     this.label4.Text = "Razón social";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label3.Location = new System.Drawing.Point(8, 20);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(19, 15);
     this.label3.TabIndex = 22;
     this.label3.Text = "ID";
     //
     // txtIngresosBrutosRAZ
     //
     this.txtIngresosBrutosRAZ.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtIngresosBrutosRAZ.Location = new System.Drawing.Point(114, 227);
     this.txtIngresosBrutosRAZ.Name = "txtIngresosBrutosRAZ";
     this.txtIngresosBrutosRAZ.Size = new System.Drawing.Size(375, 20);
     this.txtIngresosBrutosRAZ.TabIndex = 9;
     //
     // txtCuitRAZ
     //
     this.txtCuitRAZ.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCuitRAZ.Location = new System.Drawing.Point(114, 201);
     this.txtCuitRAZ.Name = "txtCuitRAZ";
     this.txtCuitRAZ.Size = new System.Drawing.Size(375, 20);
     this.txtCuitRAZ.TabIndex = 8;
     //
     // txtProvinciaRAZ
     //
     this.txtProvinciaRAZ.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtProvinciaRAZ.Location = new System.Drawing.Point(114, 149);
     this.txtProvinciaRAZ.Name = "txtProvinciaRAZ";
     this.txtProvinciaRAZ.Size = new System.Drawing.Size(375, 20);
     this.txtProvinciaRAZ.TabIndex = 6;
     //
     // txtLocalidadRAZ
     //
     this.txtLocalidadRAZ.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtLocalidadRAZ.Location = new System.Drawing.Point(114, 123);
     this.txtLocalidadRAZ.Name = "txtLocalidadRAZ";
     this.txtLocalidadRAZ.Size = new System.Drawing.Size(375, 20);
     this.txtLocalidadRAZ.TabIndex = 5;
     //
     // txtDomicilioRAZ
     //
     this.txtDomicilioRAZ.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtDomicilioRAZ.Location = new System.Drawing.Point(114, 97);
     this.txtDomicilioRAZ.Name = "txtDomicilioRAZ";
     this.txtDomicilioRAZ.Size = new System.Drawing.Size(375, 20);
     this.txtDomicilioRAZ.TabIndex = 4;
     //
     // txtNombreFantasiaRAZ
     //
     this.txtNombreFantasiaRAZ.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtNombreFantasiaRAZ.Location = new System.Drawing.Point(114, 71);
     this.txtNombreFantasiaRAZ.Name = "txtNombreFantasiaRAZ";
     this.txtNombreFantasiaRAZ.Size = new System.Drawing.Size(375, 20);
     this.txtNombreFantasiaRAZ.TabIndex = 3;
     //
     // txtRazonSocialRAZ
     //
     this.txtRazonSocialRAZ.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtRazonSocialRAZ.Location = new System.Drawing.Point(114, 45);
     this.txtRazonSocialRAZ.Name = "txtRazonSocialRAZ";
     this.txtRazonSocialRAZ.Size = new System.Drawing.Size(375, 20);
     this.txtRazonSocialRAZ.TabIndex = 2;
     //
     // txtIdRazonSocialRAZ
     //
     this.txtIdRazonSocialRAZ.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtIdRazonSocialRAZ.Location = new System.Drawing.Point(114, 19);
     this.txtIdRazonSocialRAZ.Name = "txtIdRazonSocialRAZ";
     this.txtIdRazonSocialRAZ.Size = new System.Drawing.Size(375, 20);
     this.txtIdRazonSocialRAZ.TabIndex = 1;
     //
     // txtInicioActividadRAZ
     //
     this.txtInicioActividadRAZ.Location = new System.Drawing.Point(114, 249);
     this.txtInicioActividadRAZ.Mask = "00/00/0000";
     this.txtInicioActividadRAZ.Name = "txtInicioActividadRAZ";
     this.txtInicioActividadRAZ.Size = new System.Drawing.Size(377, 20);
     this.txtInicioActividadRAZ.TabIndex = 23;
     this.txtInicioActividadRAZ.ValidatingType = typeof(System.DateTime);
     //
     // frmRazonSocial
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(529, 354);
     this.ControlBox = false;
     this.Controls.Add(this.grpCampos);
     this.Controls.Add(this.groupBox2);
     this.Name = "frmRazonSocial";
     this.Text = "Datos comerciales";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmRazonSocial_FormClosing);
     this.Load += new System.EventHandler(this.frmRazonSocial_Load);
     this.groupBox2.ResumeLayout(false);
     this.grpCampos.ResumeLayout(false);
     this.grpCampos.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     this.ResumeLayout(false);
 }
Example #48
0
        private void InitializeComponent()
        {
            this.buttonClose                 = new System.Windows.Forms.Button();
            this.buttonSave                  = new System.Windows.Forms.Button();
            this.labelFunVersion             = new System.Windows.Forms.Label();
            this.textBoxFunVersion           = new System.Windows.Forms.TextBox();
            this.labelNumber                 = new System.Windows.Forms.Label();
            this.textBoxNumber               = new System.Windows.Forms.TextBox();
            this.labelMajorNumber            = new System.Windows.Forms.Label();
            this.maskedTextBoxMajorNumber    = new System.Windows.Forms.MaskedTextBox();
            this.labelMinorNumber            = new System.Windows.Forms.Label();
            this.maskedTextBoxMinorNumber    = new System.Windows.Forms.MaskedTextBox();
            this.labelSequenceNumber         = new System.Windows.Forms.Label();
            this.maskedTextBoxSequenceNumber = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime               = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime      = new System.Windows.Forms.DateTimePicker();
            this.SuspendLayout();
            //
            // labelFunVersion
            //
            this.labelFunVersion.AutoSize = true;
            this.labelFunVersion.Location = new System.Drawing.Point(11, 13);
            this.labelFunVersion.Name     = "labelFunVersion";
            this.labelFunVersion.Size     = new System.Drawing.Size(71, 13);
            this.labelFunVersion.TabIndex = 2;
            this.labelFunVersion.Text     = "Fun Version:";
            //
            //textBoxFunVersion
            //
            this.textBoxFunVersion.Location = new System.Drawing.Point(140, 13);
            this.textBoxFunVersion.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxFunVersion.Name     = "textBoxFunVersion";
            this.textBoxFunVersion.Size     = new System.Drawing.Size(250, 20);
            this.textBoxFunVersion.TabIndex = 3;
            //
            // labelNumber
            //
            this.labelNumber.AutoSize = true;
            this.labelNumber.Location = new System.Drawing.Point(11, 36);
            this.labelNumber.Name     = "labelNumber";
            this.labelNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelNumber.TabIndex = 4;
            this.labelNumber.Text     = "Number:";
            //
            //textBoxNumber
            //
            this.textBoxNumber.Location = new System.Drawing.Point(140, 36);
            this.textBoxNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxNumber.Name     = "textBoxNumber";
            this.textBoxNumber.Size     = new System.Drawing.Size(250, 20);
            this.textBoxNumber.TabIndex = 5;
            //
            // labelMajorNumber
            //
            this.labelMajorNumber.AutoSize = true;
            this.labelMajorNumber.Location = new System.Drawing.Point(11, 59);
            this.labelMajorNumber.Name     = "labelMajorNumber";
            this.labelMajorNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelMajorNumber.TabIndex = 6;
            this.labelMajorNumber.Text     = "Major Number:";
            //
            //maskedTextBoxMajorNumber
            //
            this.maskedTextBoxMajorNumber.Location = new System.Drawing.Point(140, 59);
            this.maskedTextBoxMajorNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxMajorNumber.Name     = "maskedTextBoxMajorNumber";
            this.maskedTextBoxMajorNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxMajorNumber.TabIndex = 7;
            //
            // labelMinorNumber
            //
            this.labelMinorNumber.AutoSize = true;
            this.labelMinorNumber.Location = new System.Drawing.Point(11, 82);
            this.labelMinorNumber.Name     = "labelMinorNumber";
            this.labelMinorNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelMinorNumber.TabIndex = 8;
            this.labelMinorNumber.Text     = "Minor Number:";
            //
            //maskedTextBoxMinorNumber
            //
            this.maskedTextBoxMinorNumber.Location = new System.Drawing.Point(140, 82);
            this.maskedTextBoxMinorNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxMinorNumber.Name     = "maskedTextBoxMinorNumber";
            this.maskedTextBoxMinorNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxMinorNumber.TabIndex = 9;
            //
            // labelSequenceNumber
            //
            this.labelSequenceNumber.AutoSize = true;
            this.labelSequenceNumber.Location = new System.Drawing.Point(11, 105);
            this.labelSequenceNumber.Name     = "labelSequenceNumber";
            this.labelSequenceNumber.Size     = new System.Drawing.Size(71, 13);
            this.labelSequenceNumber.TabIndex = 10;
            this.labelSequenceNumber.Text     = "Sequence Number:";
            //
            //maskedTextBoxSequenceNumber
            //
            this.maskedTextBoxSequenceNumber.Location = new System.Drawing.Point(140, 105);
            this.maskedTextBoxSequenceNumber.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxSequenceNumber.Name     = "maskedTextBoxSequenceNumber";
            this.maskedTextBoxSequenceNumber.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxSequenceNumber.TabIndex = 11;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 12;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location     = new System.Drawing.Point(140, 128);
            this.dateTimePickerDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name         = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex     = 13;
            this.dateTimePickerDateTime.Checked      = false;
            this.dateTimePickerDateTime.ShowCheckBox = true;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 151);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(198, 151);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 179);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeDefaultVersionEdit";
            this.Text = "Default Version Edit";
            this.Controls.Add(this.labelFunVersion);
            this.Controls.Add(this.textBoxFunVersion);
            this.Controls.Add(this.labelNumber);
            this.Controls.Add(this.textBoxNumber);
            this.Controls.Add(this.labelMajorNumber);
            this.Controls.Add(this.maskedTextBoxMajorNumber);
            this.Controls.Add(this.labelMinorNumber);
            this.Controls.Add(this.maskedTextBoxMinorNumber);
            this.Controls.Add(this.labelSequenceNumber);
            this.Controls.Add(this.maskedTextBoxSequenceNumber);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.panel1 = new System.Windows.Forms.Panel();
     this.picStoredMap = new System.Windows.Forms.PictureBox();
     this.btnUp = new System.Windows.Forms.Button();
     this.btnLeft = new System.Windows.Forms.Button();
     this.btnDown = new System.Windows.Forms.Button();
     this.btnRight = new System.Windows.Forms.Button();
     this.btnZoomIn = new System.Windows.Forms.Button();
     this.btnZoomOut = new System.Windows.Forms.Button();
     this.btnReset = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.chkLevel15 = new System.Windows.Forms.CheckBox();
     this.chkLevel17 = new System.Windows.Forms.CheckBox();
     this.chkLevel16 = new System.Windows.Forms.CheckBox();
     this.chkLevel14 = new System.Windows.Forms.CheckBox();
     this.chkLevel11 = new System.Windows.Forms.CheckBox();
     this.chkLevel13 = new System.Windows.Forms.CheckBox();
     this.chkLevel12 = new System.Windows.Forms.CheckBox();
     this.chkLevel10 = new System.Windows.Forms.CheckBox();
     this.chkLevel7 = new System.Windows.Forms.CheckBox();
     this.chkLevel5 = new System.Windows.Forms.CheckBox();
     this.chkLevel9 = new System.Windows.Forms.CheckBox();
     this.chkLevel8 = new System.Windows.Forms.CheckBox();
     this.chkLevel6 = new System.Windows.Forms.CheckBox();
     this.chkLevel4 = new System.Windows.Forms.CheckBox();
     this.chkLevel3 = new System.Windows.Forms.CheckBox();
     this.chkLevel2 = new System.Windows.Forms.CheckBox();
     this.lblTotal = new System.Windows.Forms.Label();
     this.txtMessage = new System.Windows.Forms.TextBox();
     this.btnStart = new System.Windows.Forms.Button();
     this.btnPause = new System.Windows.Forms.Button();
     this.btnStop = new System.Windows.Forms.Button();
     this.btnExit = new System.Windows.Forms.Button();
     this.cboMapType = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txtEndY = new System.Windows.Forms.MaskedTextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.txtEndX = new System.Windows.Forms.MaskedTextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtStartY = new System.Windows.Forms.MaskedTextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txtStartX = new System.Windows.Forms.MaskedTextBox();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picStoredMap)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.picStoredMap);
     this.panel1.Location = new System.Drawing.Point(12, 12);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(806, 798);
     this.panel1.TabIndex = 2;
     //
     // picStoredMap
     //
     this.picStoredMap.Location = new System.Drawing.Point(13, 14);
     this.picStoredMap.Name = "picStoredMap";
     this.picStoredMap.Size = new System.Drawing.Size(768, 768);
     this.picStoredMap.TabIndex = 2;
     this.picStoredMap.TabStop = false;
     //
     // btnUp
     //
     this.btnUp.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnUp.Location = new System.Drawing.Point(951, 12);
     this.btnUp.Name = "btnUp";
     this.btnUp.Size = new System.Drawing.Size(62, 33);
     this.btnUp.TabIndex = 3;
     this.btnUp.Text = "Up";
     this.btnUp.UseVisualStyleBackColor = true;
     this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
     //
     // btnLeft
     //
     this.btnLeft.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLeft.Location = new System.Drawing.Point(860, 56);
     this.btnLeft.Name = "btnLeft";
     this.btnLeft.Size = new System.Drawing.Size(62, 33);
     this.btnLeft.TabIndex = 4;
     this.btnLeft.Text = "Left";
     this.btnLeft.UseVisualStyleBackColor = true;
     this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
     //
     // btnDown
     //
     this.btnDown.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDown.Location = new System.Drawing.Point(951, 96);
     this.btnDown.Name = "btnDown";
     this.btnDown.Size = new System.Drawing.Size(62, 33);
     this.btnDown.TabIndex = 5;
     this.btnDown.Text = "Down";
     this.btnDown.UseVisualStyleBackColor = true;
     this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
     //
     // btnRight
     //
     this.btnRight.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRight.Location = new System.Drawing.Point(1039, 56);
     this.btnRight.Name = "btnRight";
     this.btnRight.Size = new System.Drawing.Size(62, 33);
     this.btnRight.TabIndex = 6;
     this.btnRight.Text = "Right";
     this.btnRight.UseVisualStyleBackColor = true;
     this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
     //
     // btnZoomIn
     //
     this.btnZoomIn.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnZoomIn.Location = new System.Drawing.Point(883, 135);
     this.btnZoomIn.Name = "btnZoomIn";
     this.btnZoomIn.Size = new System.Drawing.Size(86, 34);
     this.btnZoomIn.TabIndex = 7;
     this.btnZoomIn.Text = "Zoom In";
     this.btnZoomIn.UseVisualStyleBackColor = true;
     this.btnZoomIn.Click += new System.EventHandler(this.btnZoomIn_Click);
     //
     // btnZoomOut
     //
     this.btnZoomOut.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnZoomOut.Location = new System.Drawing.Point(992, 135);
     this.btnZoomOut.Name = "btnZoomOut";
     this.btnZoomOut.Size = new System.Drawing.Size(86, 34);
     this.btnZoomOut.TabIndex = 9;
     this.btnZoomOut.Text = "Zoom Out";
     this.btnZoomOut.UseVisualStyleBackColor = true;
     this.btnZoomOut.Click += new System.EventHandler(this.btnZoomOut_Click);
     //
     // btnReset
     //
     this.btnReset.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnReset.Location = new System.Drawing.Point(951, 56);
     this.btnReset.Name = "btnReset";
     this.btnReset.Size = new System.Drawing.Size(62, 33);
     this.btnReset.TabIndex = 10;
     this.btnReset.Text = "Reset";
     this.btnReset.UseVisualStyleBackColor = true;
     this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.chkLevel15);
     this.groupBox2.Controls.Add(this.chkLevel17);
     this.groupBox2.Controls.Add(this.chkLevel16);
     this.groupBox2.Controls.Add(this.chkLevel14);
     this.groupBox2.Controls.Add(this.chkLevel11);
     this.groupBox2.Controls.Add(this.chkLevel13);
     this.groupBox2.Controls.Add(this.chkLevel12);
     this.groupBox2.Controls.Add(this.chkLevel10);
     this.groupBox2.Controls.Add(this.chkLevel7);
     this.groupBox2.Controls.Add(this.chkLevel5);
     this.groupBox2.Controls.Add(this.chkLevel9);
     this.groupBox2.Controls.Add(this.chkLevel8);
     this.groupBox2.Controls.Add(this.chkLevel6);
     this.groupBox2.Controls.Add(this.chkLevel4);
     this.groupBox2.Controls.Add(this.chkLevel3);
     this.groupBox2.Controls.Add(this.chkLevel2);
     this.groupBox2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(833, 325);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(315, 171);
     this.groupBox2.TabIndex = 12;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Map Level Selector";
     //
     // chkLevel15
     //
     this.chkLevel15.AutoSize = true;
     this.chkLevel15.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel15.Location = new System.Drawing.Point(91, 128);
     this.chkLevel15.Name = "chkLevel15";
     this.chkLevel15.Size = new System.Drawing.Size(45, 22);
     this.chkLevel15.TabIndex = 19;
     this.chkLevel15.Text = "15";
     this.chkLevel15.UseVisualStyleBackColor = true;
     this.chkLevel15.Click += new System.EventHandler(this.chkLevel15_Click);
     //
     // chkLevel17
     //
     this.chkLevel17.AutoSize = true;
     this.chkLevel17.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel17.Location = new System.Drawing.Point(219, 128);
     this.chkLevel17.Name = "chkLevel17";
     this.chkLevel17.Size = new System.Drawing.Size(45, 22);
     this.chkLevel17.TabIndex = 18;
     this.chkLevel17.Text = "17";
     this.chkLevel17.UseVisualStyleBackColor = true;
     this.chkLevel17.Click += new System.EventHandler(this.chkLevel17_Click);
     //
     // chkLevel16
     //
     this.chkLevel16.AutoSize = true;
     this.chkLevel16.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel16.Location = new System.Drawing.Point(155, 128);
     this.chkLevel16.Name = "chkLevel16";
     this.chkLevel16.Size = new System.Drawing.Size(45, 22);
     this.chkLevel16.TabIndex = 17;
     this.chkLevel16.Text = "16";
     this.chkLevel16.UseVisualStyleBackColor = true;
     this.chkLevel16.Click += new System.EventHandler(this.chkLevel16_Click);
     //
     // chkLevel14
     //
     this.chkLevel14.AutoSize = true;
     this.chkLevel14.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel14.Location = new System.Drawing.Point(27, 128);
     this.chkLevel14.Name = "chkLevel14";
     this.chkLevel14.Size = new System.Drawing.Size(45, 22);
     this.chkLevel14.TabIndex = 16;
     this.chkLevel14.Text = "14";
     this.chkLevel14.UseVisualStyleBackColor = true;
     this.chkLevel14.Click += new System.EventHandler(this.chkLevel14_Click);
     //
     // chkLevel11
     //
     this.chkLevel11.AutoSize = true;
     this.chkLevel11.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel11.Location = new System.Drawing.Point(91, 97);
     this.chkLevel11.Name = "chkLevel11";
     this.chkLevel11.Size = new System.Drawing.Size(45, 22);
     this.chkLevel11.TabIndex = 15;
     this.chkLevel11.Text = "11";
     this.chkLevel11.UseVisualStyleBackColor = true;
     this.chkLevel11.Click += new System.EventHandler(this.chkLevel11_Click);
     //
     // chkLevel13
     //
     this.chkLevel13.AutoSize = true;
     this.chkLevel13.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel13.Location = new System.Drawing.Point(219, 97);
     this.chkLevel13.Name = "chkLevel13";
     this.chkLevel13.Size = new System.Drawing.Size(45, 22);
     this.chkLevel13.TabIndex = 14;
     this.chkLevel13.Text = "13";
     this.chkLevel13.UseVisualStyleBackColor = true;
     this.chkLevel13.Click += new System.EventHandler(this.chkLevel13_Click);
     //
     // chkLevel12
     //
     this.chkLevel12.AutoSize = true;
     this.chkLevel12.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel12.Location = new System.Drawing.Point(155, 97);
     this.chkLevel12.Name = "chkLevel12";
     this.chkLevel12.Size = new System.Drawing.Size(45, 22);
     this.chkLevel12.TabIndex = 13;
     this.chkLevel12.Text = "12";
     this.chkLevel12.UseVisualStyleBackColor = true;
     this.chkLevel12.Click += new System.EventHandler(this.chkLevel12_Click);
     //
     // chkLevel10
     //
     this.chkLevel10.AutoSize = true;
     this.chkLevel10.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel10.Location = new System.Drawing.Point(27, 97);
     this.chkLevel10.Name = "chkLevel10";
     this.chkLevel10.Size = new System.Drawing.Size(45, 22);
     this.chkLevel10.TabIndex = 12;
     this.chkLevel10.Text = "10";
     this.chkLevel10.UseVisualStyleBackColor = true;
     this.chkLevel10.Click += new System.EventHandler(this.chkLevel10_Click);
     //
     // chkLevel7
     //
     this.chkLevel7.AutoSize = true;
     this.chkLevel7.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel7.Location = new System.Drawing.Point(91, 66);
     this.chkLevel7.Name = "chkLevel7";
     this.chkLevel7.Size = new System.Drawing.Size(36, 22);
     this.chkLevel7.TabIndex = 11;
     this.chkLevel7.Text = "7";
     this.chkLevel7.UseVisualStyleBackColor = true;
     this.chkLevel7.Click += new System.EventHandler(this.chkLevel7_Click);
     //
     // chkLevel5
     //
     this.chkLevel5.AutoSize = true;
     this.chkLevel5.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel5.Location = new System.Drawing.Point(219, 35);
     this.chkLevel5.Name = "chkLevel5";
     this.chkLevel5.Size = new System.Drawing.Size(36, 22);
     this.chkLevel5.TabIndex = 10;
     this.chkLevel5.Text = "5";
     this.chkLevel5.UseVisualStyleBackColor = true;
     this.chkLevel5.Click += new System.EventHandler(this.chkLevel5_Click);
     //
     // chkLevel9
     //
     this.chkLevel9.AutoSize = true;
     this.chkLevel9.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel9.Location = new System.Drawing.Point(219, 66);
     this.chkLevel9.Name = "chkLevel9";
     this.chkLevel9.Size = new System.Drawing.Size(36, 22);
     this.chkLevel9.TabIndex = 6;
     this.chkLevel9.Text = "9";
     this.chkLevel9.UseVisualStyleBackColor = true;
     this.chkLevel9.Click += new System.EventHandler(this.chkLevel9_Click);
     //
     // chkLevel8
     //
     this.chkLevel8.AutoSize = true;
     this.chkLevel8.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel8.Location = new System.Drawing.Point(155, 66);
     this.chkLevel8.Name = "chkLevel8";
     this.chkLevel8.Size = new System.Drawing.Size(36, 22);
     this.chkLevel8.TabIndex = 5;
     this.chkLevel8.Text = "8";
     this.chkLevel8.UseVisualStyleBackColor = true;
     this.chkLevel8.Click += new System.EventHandler(this.chkLevel8_Click);
     //
     // chkLevel6
     //
     this.chkLevel6.AutoSize = true;
     this.chkLevel6.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel6.Location = new System.Drawing.Point(27, 66);
     this.chkLevel6.Name = "chkLevel6";
     this.chkLevel6.Size = new System.Drawing.Size(36, 22);
     this.chkLevel6.TabIndex = 4;
     this.chkLevel6.Text = "6";
     this.chkLevel6.UseVisualStyleBackColor = true;
     this.chkLevel6.Click += new System.EventHandler(this.chkLevel6_Click);
     //
     // chkLevel4
     //
     this.chkLevel4.AutoSize = true;
     this.chkLevel4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel4.Location = new System.Drawing.Point(155, 35);
     this.chkLevel4.Name = "chkLevel4";
     this.chkLevel4.Size = new System.Drawing.Size(36, 22);
     this.chkLevel4.TabIndex = 3;
     this.chkLevel4.Text = "4";
     this.chkLevel4.UseVisualStyleBackColor = true;
     this.chkLevel4.Click += new System.EventHandler(this.chkLevel4_Click);
     //
     // chkLevel3
     //
     this.chkLevel3.AutoSize = true;
     this.chkLevel3.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel3.Location = new System.Drawing.Point(91, 35);
     this.chkLevel3.Name = "chkLevel3";
     this.chkLevel3.Size = new System.Drawing.Size(36, 22);
     this.chkLevel3.TabIndex = 2;
     this.chkLevel3.Text = "3";
     this.chkLevel3.UseVisualStyleBackColor = true;
     this.chkLevel3.Click += new System.EventHandler(this.chkLevel3_Click);
     //
     // chkLevel2
     //
     this.chkLevel2.AutoSize = true;
     this.chkLevel2.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkLevel2.Location = new System.Drawing.Point(27, 35);
     this.chkLevel2.Name = "chkLevel2";
     this.chkLevel2.Size = new System.Drawing.Size(36, 22);
     this.chkLevel2.TabIndex = 1;
     this.chkLevel2.Text = "2";
     this.chkLevel2.UseVisualStyleBackColor = true;
     this.chkLevel2.Click += new System.EventHandler(this.chkLevel2_Click);
     //
     // lblTotal
     //
     this.lblTotal.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotal.Location = new System.Drawing.Point(831, 508);
     this.lblTotal.Name = "lblTotal";
     this.lblTotal.Size = new System.Drawing.Size(317, 23);
     this.lblTotal.TabIndex = 13;
     //
     // txtMessage
     //
     this.txtMessage.Location = new System.Drawing.Point(834, 617);
     this.txtMessage.Multiline = true;
     this.txtMessage.Name = "txtMessage";
     this.txtMessage.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtMessage.Size = new System.Drawing.Size(314, 129);
     this.txtMessage.TabIndex = 14;
     //
     // btnStart
     //
     this.btnStart.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnStart.Location = new System.Drawing.Point(833, 762);
     this.btnStart.Name = "btnStart";
     this.btnStart.Size = new System.Drawing.Size(63, 34);
     this.btnStart.TabIndex = 15;
     this.btnStart.Text = "Start";
     this.btnStart.UseVisualStyleBackColor = true;
     this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
     //
     // btnPause
     //
     this.btnPause.Enabled = false;
     this.btnPause.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPause.Location = new System.Drawing.Point(918, 762);
     this.btnPause.Name = "btnPause";
     this.btnPause.Size = new System.Drawing.Size(63, 34);
     this.btnPause.TabIndex = 16;
     this.btnPause.Text = "Pause";
     this.btnPause.UseVisualStyleBackColor = true;
     this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
     //
     // btnStop
     //
     this.btnStop.Enabled = false;
     this.btnStop.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnStop.Location = new System.Drawing.Point(1003, 762);
     this.btnStop.Name = "btnStop";
     this.btnStop.Size = new System.Drawing.Size(63, 34);
     this.btnStop.TabIndex = 17;
     this.btnStop.Text = "Stop";
     this.btnStop.UseVisualStyleBackColor = true;
     this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
     //
     // btnExit
     //
     this.btnExit.Font = new System.Drawing.Font("Arial", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExit.Location = new System.Drawing.Point(1088, 762);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(63, 34);
     this.btnExit.TabIndex = 18;
     this.btnExit.Text = "Exit";
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // cboMapType
     //
     this.cboMapType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboMapType.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboMapType.FormattingEnabled = true;
     this.cboMapType.Items.AddRange(new object[] {
                                                     "GOOGLEMAP",
                                                     "GOOGLESATELLITE",
                                                     "GOOGLEHYBRID",
                                                     "GOOGLECHINA",
                                                     "YAHOOMAP",
                                                     "YAHOOSATELLITE",
                                                     "YAHOOHYBRID",
                                                     "YAHOOINDIAMAP",
                                                     "YAHOOINDIAHYBRID",
                                                     "ASKDOTCOMMAP",
                                                     "ASKDOTCOMSATELLITE",
                                                     "ASKDOTCOMHYBRID",
                                                     "MICROSOFTMAP",
                                                     "MICROSOFTSATELLITE",
                                                     "MICROSOFTHYBRID",
                                                     "MICROSOFTCHINA",
                                                     "OPENSTREETMAP",
                                                     "MAPABCCHINA"});
     this.cboMapType.Location = new System.Drawing.Point(918, 543);
     this.cboMapType.Name = "cboMapType";
     this.cboMapType.Size = new System.Drawing.Size(229, 26);
     this.cboMapType.TabIndex = 19;
     this.cboMapType.SelectedIndexChanged += new System.EventHandler(this.cboMapType_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(834, 543);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(78, 23);
     this.label1.TabIndex = 20;
     this.label1.Text = "Map Type";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.txtEndY);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.txtEndX);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.txtStartY);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtStartX);
     this.groupBox1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(833, 184);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(315, 135);
     this.groupBox1.TabIndex = 11;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Map Tile Selector";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(173, 91);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(17, 18);
     this.label5.TabIndex = 10;
     this.label5.Text = "Y";
     //
     // txtEndY
     //
     this.txtEndY.Location = new System.Drawing.Point(199, 88);
     this.txtEndY.Mask = "9";
     this.txtEndY.Name = "txtEndY";
     this.txtEndY.Size = new System.Drawing.Size(65, 26);
     this.txtEndY.TabIndex = 9;
     this.txtEndY.Text = "0";
     this.txtEndY.TextChanged += new System.EventHandler(this.txtEndY_TextChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(173, 59);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(19, 18);
     this.label6.TabIndex = 8;
     this.label6.Text = "X";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(173, 35);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(72, 18);
     this.label7.TabIndex = 7;
     this.label7.Text = "EndIndex";
     //
     // txtEndX
     //
     this.txtEndX.AccessibleDescription = "txtEndY";
     this.txtEndX.Location = new System.Drawing.Point(199, 56);
     this.txtEndX.Mask = "9";
     this.txtEndX.Name = "txtEndX";
     this.txtEndX.Size = new System.Drawing.Size(65, 26);
     this.txtEndX.TabIndex = 6;
     this.txtEndX.Text = "0";
     this.txtEndX.TextChanged += new System.EventHandler(this.txtEndX_TextChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(24, 88);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(17, 18);
     this.label4.TabIndex = 5;
     this.label4.Text = "Y";
     //
     // txtStartY
     //
     this.txtStartY.Location = new System.Drawing.Point(50, 85);
     this.txtStartY.Mask = "9";
     this.txtStartY.Name = "txtStartY";
     this.txtStartY.Size = new System.Drawing.Size(65, 26);
     this.txtStartY.TabIndex = 4;
     this.txtStartY.Text = "0";
     this.txtStartY.TextChanged += new System.EventHandler(this.txtStartY_TextChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(24, 56);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(19, 18);
     this.label3.TabIndex = 3;
     this.label3.Text = "X";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(24, 32);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(77, 18);
     this.label2.TabIndex = 2;
     this.label2.Text = "StartIndex";
     //
     // txtStartX
     //
     this.txtStartX.Location = new System.Drawing.Point(50, 53);
     this.txtStartX.Mask = "9";
     this.txtStartX.Name = "txtStartX";
     this.txtStartX.Size = new System.Drawing.Size(65, 26);
     this.txtStartX.TabIndex = 0;
     this.txtStartX.Text = "0";
     this.txtStartX.TextChanged += new System.EventHandler(this.txtStartX_TextChanged);
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(837, 588);
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(310, 23);
     this.progressBar1.TabIndex = 21;
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1160, 822);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.cboMapType);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnStop);
     this.Controls.Add(this.btnPause);
     this.Controls.Add(this.btnStart);
     this.Controls.Add(this.txtMessage);
     this.Controls.Add(this.lblTotal);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.btnZoomOut);
     this.Controls.Add(this.btnZoomIn);
     this.Controls.Add(this.btnRight);
     this.Controls.Add(this.btnDown);
     this.Controls.Add(this.btnLeft);
     this.Controls.Add(this.btnUp);
     this.Controls.Add(this.panel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frmMain";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Guidebee Map Tile Downloader   http://www.guidebee.biz";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picStoredMap)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     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.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txtSueldo = new System.Windows.Forms.MaskedTextBox();
     this.cmbTipoUsuario = new System.Windows.Forms.ComboBox();
     this.label13 = new System.Windows.Forms.Label();
     this.txtLaboral = new System.Windows.Forms.ComboBox();
     this.txtEstado = new System.Windows.Forms.ComboBox();
     this.btnLimpiar = new System.Windows.Forms.Button();
     this.btnActualizar = new System.Windows.Forms.Button();
     this.btnInsertar = new System.Windows.Forms.Button();
     this.cmbGenero = new System.Windows.Forms.ComboBox();
     this.mtxtFechaIngreso = new System.Windows.Forms.MaskedTextBox();
     this.nudComision = new System.Windows.Forms.NumericUpDown();
     this.mtxtCedula = new System.Windows.Forms.MaskedTextBox();
     this.mtxtFechaNac = new System.Windows.Forms.MaskedTextBox();
     this.txtNombre = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btnBuscar = new System.Windows.Forms.Button();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.txtValor = new System.Windows.Forms.TextBox();
     this.cmbCriterio = new System.Windows.Forms.ComboBox();
     this.cmbCampo = new System.Windows.Forms.ComboBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.btnExportar = new System.Windows.Forms.Button();
     this.btnActualizar2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.inicioToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.administracionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.estudiantesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.empleadoToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.movimientoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mantenimientoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tiposDeDocumentosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tiposDeServiciosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tiposDePagosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.modalidadesDePagosToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.ajustesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.salirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.lblUsername = new System.Windows.Forms.Label();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudComision)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtSueldo);
     this.groupBox1.Controls.Add(this.cmbTipoUsuario);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.txtLaboral);
     this.groupBox1.Controls.Add(this.txtEstado);
     this.groupBox1.Controls.Add(this.btnLimpiar);
     this.groupBox1.Controls.Add(this.btnActualizar);
     this.groupBox1.Controls.Add(this.btnInsertar);
     this.groupBox1.Controls.Add(this.cmbGenero);
     this.groupBox1.Controls.Add(this.mtxtFechaIngreso);
     this.groupBox1.Controls.Add(this.nudComision);
     this.groupBox1.Controls.Add(this.mtxtCedula);
     this.groupBox1.Controls.Add(this.mtxtFechaNac);
     this.groupBox1.Controls.Add(this.txtNombre);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(23, 111);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(433, 551);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Insercion de Datos del empleado";
     //
     // txtSueldo
     //
     this.txtSueldo.Location = new System.Drawing.Point(317, 317);
     this.txtSueldo.Mask = "000,000.00 RD$";
     this.txtSueldo.Name = "txtSueldo";
     this.txtSueldo.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.txtSueldo.Size = new System.Drawing.Size(93, 20);
     this.txtSueldo.TabIndex = 21;
     this.txtSueldo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // cmbTipoUsuario
     //
     this.cmbTipoUsuario.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbTipoUsuario.FormattingEnabled = true;
     this.cmbTipoUsuario.Items.AddRange(new object[] {
     "Empleado",
     "Administrador"});
     this.cmbTipoUsuario.Location = new System.Drawing.Point(295, 375);
     this.cmbTipoUsuario.Name = "cmbTipoUsuario";
     this.cmbTipoUsuario.Size = new System.Drawing.Size(115, 21);
     this.cmbTipoUsuario.TabIndex = 20;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(7, 375);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(82, 13);
     this.label13.TabIndex = 19;
     this.label13.Text = "Tipo de Usuario";
     //
     // txtLaboral
     //
     this.txtLaboral.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.txtLaboral.FormattingEnabled = true;
     this.txtLaboral.Items.AddRange(new object[] {
     "Diurna",
     "Nocturna",
     "Mixta"});
     this.txtLaboral.Location = new System.Drawing.Point(295, 191);
     this.txtLaboral.Name = "txtLaboral";
     this.txtLaboral.Size = new System.Drawing.Size(115, 21);
     this.txtLaboral.TabIndex = 18;
     this.txtLaboral.SelectedIndexChanged += new System.EventHandler(this.txtLaboral_SelectedIndexChanged);
     //
     // txtEstado
     //
     this.txtEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.txtEstado.FormattingEnabled = true;
     this.txtEstado.Items.AddRange(new object[] {
     "Activo",
     "Inactivo"});
     this.txtEstado.Location = new System.Drawing.Point(295, 426);
     this.txtEstado.Name = "txtEstado";
     this.txtEstado.Size = new System.Drawing.Size(115, 21);
     this.txtEstado.TabIndex = 17;
     //
     // btnLimpiar
     //
     this.btnLimpiar.Location = new System.Drawing.Point(327, 479);
     this.btnLimpiar.Name = "btnLimpiar";
     this.btnLimpiar.Size = new System.Drawing.Size(75, 23);
     this.btnLimpiar.TabIndex = 16;
     this.btnLimpiar.Text = "Limpiar";
     this.btnLimpiar.UseVisualStyleBackColor = true;
     this.btnLimpiar.Click += new System.EventHandler(this.btnLimpiar_Click);
     //
     // btnActualizar
     //
     this.btnActualizar.Enabled = false;
     this.btnActualizar.Location = new System.Drawing.Point(220, 479);
     this.btnActualizar.Name = "btnActualizar";
     this.btnActualizar.Size = new System.Drawing.Size(75, 23);
     this.btnActualizar.TabIndex = 15;
     this.btnActualizar.Text = "Actualizar";
     this.btnActualizar.UseVisualStyleBackColor = true;
     this.btnActualizar.Click += new System.EventHandler(this.button2_Click);
     //
     // btnInsertar
     //
     this.btnInsertar.Location = new System.Drawing.Point(109, 479);
     this.btnInsertar.Name = "btnInsertar";
     this.btnInsertar.Size = new System.Drawing.Size(75, 23);
     this.btnInsertar.TabIndex = 14;
     this.btnInsertar.Text = "Insertar";
     this.btnInsertar.UseVisualStyleBackColor = true;
     this.btnInsertar.Click += new System.EventHandler(this.button1_Click);
     //
     // cmbGenero
     //
     this.cmbGenero.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGenero.FormattingEnabled = true;
     this.cmbGenero.Items.AddRange(new object[] {
     "M",
     "F"});
     this.cmbGenero.Location = new System.Drawing.Point(369, 111);
     this.cmbGenero.Name = "cmbGenero";
     this.cmbGenero.Size = new System.Drawing.Size(41, 21);
     this.cmbGenero.TabIndex = 13;
     //
     // mtxtFechaIngreso
     //
     this.mtxtFechaIngreso.Location = new System.Drawing.Point(327, 275);
     this.mtxtFechaIngreso.Mask = "00/00/0000";
     this.mtxtFechaIngreso.Name = "mtxtFechaIngreso";
     this.mtxtFechaIngreso.Size = new System.Drawing.Size(83, 20);
     this.mtxtFechaIngreso.TabIndex = 12;
     this.mtxtFechaIngreso.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.mtxtFechaIngreso.ValidatingType = typeof(System.DateTime);
     //
     // nudComision
     //
     this.nudComision.Location = new System.Drawing.Point(369, 235);
     this.nudComision.Name = "nudComision";
     this.nudComision.Size = new System.Drawing.Size(41, 20);
     this.nudComision.TabIndex = 11;
     this.nudComision.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mtxtCedula
     //
     this.mtxtCedula.Location = new System.Drawing.Point(327, 145);
     this.mtxtCedula.Mask = "000-0000000-0";
     this.mtxtCedula.Name = "mtxtCedula";
     this.mtxtCedula.Size = new System.Drawing.Size(83, 20);
     this.mtxtCedula.TabIndex = 10;
     this.mtxtCedula.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // mtxtFechaNac
     //
     this.mtxtFechaNac.Location = new System.Drawing.Point(327, 72);
     this.mtxtFechaNac.Mask = "00/00/0000";
     this.mtxtFechaNac.Name = "mtxtFechaNac";
     this.mtxtFechaNac.Size = new System.Drawing.Size(83, 20);
     this.mtxtFechaNac.TabIndex = 9;
     this.mtxtFechaNac.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.mtxtFechaNac.ValidatingType = typeof(System.DateTime);
     //
     // txtNombre
     //
     this.txtNombre.Location = new System.Drawing.Point(173, 37);
     this.txtNombre.Name = "txtNombre";
     this.txtNombre.Size = new System.Drawing.Size(237, 20);
     this.txtNombre.TabIndex = 6;
     this.txtNombre.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(7, 426);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(40, 13);
     this.label9.TabIndex = 5;
     this.label9.Text = "Estado";
     this.label9.Click += new System.EventHandler(this.label9_Click);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(7, 325);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(40, 13);
     this.label8.TabIndex = 4;
     this.label8.Text = "Sueldo";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(7, 278);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(89, 13);
     this.label7.TabIndex = 3;
     this.label7.Text = "Fecha de ingreso";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(7, 235);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(49, 13);
     this.label6.TabIndex = 3;
     this.label6.Text = "Comision";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(7, 191);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(72, 13);
     this.label5.TabIndex = 3;
     this.label5.Text = "Tanda laboral";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 148);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(40, 13);
     this.label4.TabIndex = 3;
     this.label4.Text = "Cedula";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(7, 111);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(42, 13);
     this.label3.TabIndex = 3;
     this.label3.Text = "Genero";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(7, 72);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(106, 13);
     this.label2.TabIndex = 1;
     this.label2.Text = "Fecha de nacimiento";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(7, 37);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(44, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Nombre";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnBuscar);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.txtValor);
     this.groupBox2.Controls.Add(this.cmbCriterio);
     this.groupBox2.Controls.Add(this.cmbCampo);
     this.groupBox2.Location = new System.Drawing.Point(471, 120);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(681, 57);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Barra de busqueda";
     //
     // btnBuscar
     //
     this.btnBuscar.Location = new System.Drawing.Point(580, 23);
     this.btnBuscar.Name = "btnBuscar";
     this.btnBuscar.Size = new System.Drawing.Size(75, 23);
     this.btnBuscar.TabIndex = 5;
     this.btnBuscar.Text = "Buscar";
     this.btnBuscar.UseVisualStyleBackColor = true;
     this.btnBuscar.Click += new System.EventHandler(this.button5_Click);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(338, 28);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(31, 13);
     this.label12.TabIndex = 4;
     this.label12.Text = "Valor";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(196, 28);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(39, 13);
     this.label11.TabIndex = 4;
     this.label11.Text = "Criterio";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(6, 28);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(40, 13);
     this.label10.TabIndex = 3;
     this.label10.Text = "Campo";
     //
     // txtValor
     //
     this.txtValor.Location = new System.Drawing.Point(375, 25);
     this.txtValor.Name = "txtValor";
     this.txtValor.Size = new System.Drawing.Size(185, 20);
     this.txtValor.TabIndex = 2;
     //
     // cmbCriterio
     //
     this.cmbCriterio.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCriterio.FormattingEnabled = true;
     this.cmbCriterio.Items.AddRange(new object[] {
     "=",
     "!=",
     "<",
     ">",
     "<=",
     ">="});
     this.cmbCriterio.Location = new System.Drawing.Point(241, 25);
     this.cmbCriterio.Name = "cmbCriterio";
     this.cmbCriterio.Size = new System.Drawing.Size(75, 21);
     this.cmbCriterio.TabIndex = 1;
     //
     // cmbCampo
     //
     this.cmbCampo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbCampo.FormattingEnabled = true;
     this.cmbCampo.Items.AddRange(new object[] {
     "NOMBRE",
     "IDENTIFICADOR",
     "TANDA_LABOR",
     "PORCIENTO_COMISION",
     "FECHA_INGRESO",
     "SUELDO",
     "FECHA_NACIMIENTO",
     "GENERO",
     "CEDULA",
     "TIPO_CLIENTE"});
     this.cmbCampo.Location = new System.Drawing.Point(52, 25);
     this.cmbCampo.Name = "cmbCampo";
     this.cmbCampo.Size = new System.Drawing.Size(123, 21);
     this.cmbCampo.TabIndex = 0;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.btnExportar);
     this.groupBox3.Controls.Add(this.btnActualizar2);
     this.groupBox3.Controls.Add(this.button3);
     this.groupBox3.Controls.Add(this.dataGridView1);
     this.groupBox3.Location = new System.Drawing.Point(471, 210);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(676, 382);
     this.groupBox3.TabIndex = 4;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Tabla de datos";
     //
     // btnExportar
     //
     this.btnExportar.Location = new System.Drawing.Point(460, 337);
     this.btnExportar.Name = "btnExportar";
     this.btnExportar.Size = new System.Drawing.Size(75, 23);
     this.btnExportar.TabIndex = 8;
     this.btnExportar.Text = "Exportar";
     this.btnExportar.UseVisualStyleBackColor = true;
     this.btnExportar.Click += new System.EventHandler(this.btnExportar_Click);
     //
     // btnActualizar2
     //
     this.btnActualizar2.Location = new System.Drawing.Point(348, 337);
     this.btnActualizar2.Name = "btnActualizar2";
     this.btnActualizar2.Size = new System.Drawing.Size(75, 23);
     this.btnActualizar2.TabIndex = 2;
     this.btnActualizar2.Text = "Actualizar";
     this.btnActualizar2.UseVisualStyleBackColor = true;
     this.btnActualizar2.Click += new System.EventHandler(this.button4_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(237, 337);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 1;
     this.button3.Text = "Eliminar";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(6, 22);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(664, 301);
     this.dataGridView1.TabIndex = 0;
     this.dataGridView1.Click += new System.EventHandler(this.dataGridView1_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.inicioToolStripMenuItem,
     this.administracionToolStripMenuItem,
     this.movimientoToolStripMenuItem,
     this.mantenimientoToolStripMenuItem,
     this.ajustesToolStripMenuItem,
     this.salirToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(20, 60);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(1132, 24);
     this.menuStrip1.TabIndex = 5;
     this.menuStrip1.Text = "menuStrip1";
     //
     // inicioToolStripMenuItem
     //
     this.inicioToolStripMenuItem.Name = "inicioToolStripMenuItem";
     this.inicioToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
     this.inicioToolStripMenuItem.Text = "Inicio";
     this.inicioToolStripMenuItem.Click += new System.EventHandler(this.inicioToolStripMenuItem_Click_1);
     //
     // administracionToolStripMenuItem
     //
     this.administracionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.estudiantesToolStripMenuItem1,
     this.empleadoToolStripMenuItem1});
     this.administracionToolStripMenuItem.Name = "administracionToolStripMenuItem";
     this.administracionToolStripMenuItem.Size = new System.Drawing.Size(100, 20);
     this.administracionToolStripMenuItem.Text = "Administracion";
     //
     // estudiantesToolStripMenuItem1
     //
     this.estudiantesToolStripMenuItem1.Name = "estudiantesToolStripMenuItem1";
     this.estudiantesToolStripMenuItem1.Size = new System.Drawing.Size(134, 22);
     this.estudiantesToolStripMenuItem1.Text = "Estudiantes";
     this.estudiantesToolStripMenuItem1.Click += new System.EventHandler(this.estudiantesToolStripMenuItem1_Click_1);
     //
     // empleadoToolStripMenuItem1
     //
     this.empleadoToolStripMenuItem1.Name = "empleadoToolStripMenuItem1";
     this.empleadoToolStripMenuItem1.Size = new System.Drawing.Size(134, 22);
     this.empleadoToolStripMenuItem1.Text = "Empleado";
     this.empleadoToolStripMenuItem1.Click += new System.EventHandler(this.empleadoToolStripMenuItem1_Click_1);
     //
     // movimientoToolStripMenuItem
     //
     this.movimientoToolStripMenuItem.Name = "movimientoToolStripMenuItem";
     this.movimientoToolStripMenuItem.Size = new System.Drawing.Size(84, 20);
     this.movimientoToolStripMenuItem.Text = "Movimiento";
     this.movimientoToolStripMenuItem.Click += new System.EventHandler(this.movimientoToolStripMenuItem_Click);
     //
     // mantenimientoToolStripMenuItem
     //
     this.mantenimientoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tiposDeDocumentosToolStripMenuItem,
     this.tiposDeServiciosToolStripMenuItem,
     this.tiposDePagosToolStripMenuItem,
     this.modalidadesDePagosToolStripMenuItem});
     this.mantenimientoToolStripMenuItem.Name = "mantenimientoToolStripMenuItem";
     this.mantenimientoToolStripMenuItem.Size = new System.Drawing.Size(101, 20);
     this.mantenimientoToolStripMenuItem.Text = "Mantenimiento";
     //
     // tiposDeDocumentosToolStripMenuItem
     //
     this.tiposDeDocumentosToolStripMenuItem.Name = "tiposDeDocumentosToolStripMenuItem";
     this.tiposDeDocumentosToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
     this.tiposDeDocumentosToolStripMenuItem.Text = "Tipos de Documentos";
     this.tiposDeDocumentosToolStripMenuItem.Click += new System.EventHandler(this.tiposDeDocumentosToolStripMenuItem_Click_1);
     //
     // tiposDeServiciosToolStripMenuItem
     //
     this.tiposDeServiciosToolStripMenuItem.Name = "tiposDeServiciosToolStripMenuItem";
     this.tiposDeServiciosToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
     this.tiposDeServiciosToolStripMenuItem.Text = "Tipos de Servicios";
     this.tiposDeServiciosToolStripMenuItem.Click += new System.EventHandler(this.tiposDeServiciosToolStripMenuItem_Click_1);
     //
     // tiposDePagosToolStripMenuItem
     //
     this.tiposDePagosToolStripMenuItem.Name = "tiposDePagosToolStripMenuItem";
     this.tiposDePagosToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
     this.tiposDePagosToolStripMenuItem.Text = "Tipos de Pagos";
     this.tiposDePagosToolStripMenuItem.Click += new System.EventHandler(this.tiposDePagosToolStripMenuItem_Click_1);
     //
     // modalidadesDePagosToolStripMenuItem
     //
     this.modalidadesDePagosToolStripMenuItem.Name = "modalidadesDePagosToolStripMenuItem";
     this.modalidadesDePagosToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
     this.modalidadesDePagosToolStripMenuItem.Text = "Modalidades de Pagos";
     this.modalidadesDePagosToolStripMenuItem.Click += new System.EventHandler(this.modalidadesDePagosToolStripMenuItem_Click);
     //
     // ajustesToolStripMenuItem
     //
     this.ajustesToolStripMenuItem.Name = "ajustesToolStripMenuItem";
     this.ajustesToolStripMenuItem.Size = new System.Drawing.Size(57, 20);
     this.ajustesToolStripMenuItem.Text = "Ajustes";
     //
     // salirToolStripMenuItem
     //
     this.salirToolStripMenuItem.Name = "salirToolStripMenuItem";
     this.salirToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
     this.salirToolStripMenuItem.Text = "Salir";
     this.salirToolStripMenuItem.Click += new System.EventHandler(this.salirToolStripMenuItem_Click_1);
     //
     // lblUsername
     //
     this.lblUsername.AutoSize = true;
     this.lblUsername.Location = new System.Drawing.Point(1004, 47);
     this.lblUsername.Name = "lblUsername";
     this.lblUsername.Size = new System.Drawing.Size(55, 13);
     this.lblUsername.TabIndex = 7;
     this.lblUsername.Text = "Username";
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.Location = new System.Drawing.Point(1083, 47);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(70, 13);
     this.linkLabel1.TabIndex = 6;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "Cerrar Sesion";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // FrmEmpleado
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1172, 642);
     this.Controls.Add(this.lblUsername);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "FrmEmpleado";
     this.Style = MetroFramework.MetroColorStyle.Green;
     this.Text = "FrmEmpleado";
     this.Load += new System.EventHandler(this.FrmEmpleado_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.nudComision)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     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.button1 = new System.Windows.Forms.Button();
     this.rbPrepaid = new System.Windows.Forms.RadioButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.rbAll = new System.Windows.Forms.RadioButton();
     this.rbCredit = new System.Windows.Forms.RadioButton();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.rbExtract = new System.Windows.Forms.RadioButton();
     this.rbUnAuthorize = new System.Windows.Forms.RadioButton();
     this.rbAuthorize = new System.Windows.Forms.RadioButton();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.dtFrom = new System.Windows.Forms.DateTimePicker();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.dtTo = new System.Windows.Forms.DateTimePicker();
     this.label7 = new System.Windows.Forms.Label();
     this.tbFh = new System.Windows.Forms.MaskedTextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.tbFs = new System.Windows.Forms.MaskedTextBox();
     this.tbTm = new System.Windows.Forms.MaskedTextBox();
     this.tbFm = new System.Windows.Forms.MaskedTextBox();
     this.tbTs = new System.Windows.Forms.MaskedTextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.tbTh = new System.Windows.Forms.MaskedTextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(18, 220);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "View";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // rbPrepaid
     //
     this.rbPrepaid.AutoSize = true;
     this.rbPrepaid.Checked = true;
     this.rbPrepaid.Location = new System.Drawing.Point(29, 19);
     this.rbPrepaid.Name = "rbPrepaid";
     this.rbPrepaid.Size = new System.Drawing.Size(61, 17);
     this.rbPrepaid.TabIndex = 1;
     this.rbPrepaid.TabStop = true;
     this.rbPrepaid.Text = "Prepaid";
     this.rbPrepaid.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rbAll);
     this.groupBox1.Controls.Add(this.rbCredit);
     this.groupBox1.Controls.Add(this.rbPrepaid);
     this.groupBox1.Location = new System.Drawing.Point(10, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(451, 50);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Card";
     //
     // rbAll
     //
     this.rbAll.AutoSize = true;
     this.rbAll.Location = new System.Drawing.Point(313, 19);
     this.rbAll.Name = "rbAll";
     this.rbAll.Size = new System.Drawing.Size(36, 17);
     this.rbAll.TabIndex = 1;
     this.rbAll.Text = "All";
     this.rbAll.UseVisualStyleBackColor = true;
     //
     // rbCredit
     //
     this.rbCredit.AutoSize = true;
     this.rbCredit.Location = new System.Drawing.Point(155, 19);
     this.rbCredit.Name = "rbCredit";
     this.rbCredit.Size = new System.Drawing.Size(52, 17);
     this.rbCredit.TabIndex = 1;
     this.rbCredit.Text = "Credit";
     this.rbCredit.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.rbExtract);
     this.groupBox2.Controls.Add(this.rbUnAuthorize);
     this.groupBox2.Controls.Add(this.rbAuthorize);
     this.groupBox2.Location = new System.Drawing.Point(10, 64);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(451, 55);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Option";
     //
     // rbExtract
     //
     this.rbExtract.AutoSize = true;
     this.rbExtract.Location = new System.Drawing.Point(313, 19);
     this.rbExtract.Name = "rbExtract";
     this.rbExtract.Size = new System.Drawing.Size(62, 17);
     this.rbExtract.TabIndex = 1;
     this.rbExtract.Text = "Đã xuất";
     this.rbExtract.UseVisualStyleBackColor = true;
     //
     // rbUnAuthorize
     //
     this.rbUnAuthorize.AutoSize = true;
     this.rbUnAuthorize.Location = new System.Drawing.Point(155, 19);
     this.rbUnAuthorize.Name = "rbUnAuthorize";
     this.rbUnAuthorize.Size = new System.Drawing.Size(79, 17);
     this.rbUnAuthorize.TabIndex = 1;
     this.rbUnAuthorize.Text = "Chưa duyệt";
     this.rbUnAuthorize.UseVisualStyleBackColor = true;
     //
     // rbAuthorize
     //
     this.rbAuthorize.AutoSize = true;
     this.rbAuthorize.Checked = true;
     this.rbAuthorize.Location = new System.Drawing.Point(29, 19);
     this.rbAuthorize.Name = "rbAuthorize";
     this.rbAuthorize.Size = new System.Drawing.Size(68, 17);
     this.rbAuthorize.TabIndex = 1;
     this.rbAuthorize.TabStop = true;
     this.rbAuthorize.Text = "Đã duyệt";
     this.rbAuthorize.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.dtFrom);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.dtTo);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.tbFh);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Controls.Add(this.tbFs);
     this.groupBox3.Controls.Add(this.tbTm);
     this.groupBox3.Controls.Add(this.tbFm);
     this.groupBox3.Controls.Add(this.tbTs);
     this.groupBox3.Controls.Add(this.label10);
     this.groupBox3.Controls.Add(this.tbTh);
     this.groupBox3.Controls.Add(this.label9);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Location = new System.Drawing.Point(10, 125);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(451, 79);
     this.groupBox3.TabIndex = 164;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Thời gian";
     //
     // dtFrom
     //
     this.dtFrom.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtFrom.Location = new System.Drawing.Point(95, 28);
     this.dtFrom.Name = "dtFrom";
     this.dtFrom.Size = new System.Drawing.Size(89, 20);
     this.dtFrom.TabIndex = 7;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(27, 30);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(46, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "Từ ngày";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(27, 54);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 13);
     this.label1.TabIndex = 5;
     this.label1.Text = "Đến ngày";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(303, 54);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(17, 13);
     this.label6.TabIndex = 51;
     this.label6.Text = "ss";
     //
     // dtTo
     //
     this.dtTo.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtTo.Location = new System.Drawing.Point(95, 50);
     this.dtTo.Name = "dtTo";
     this.dtTo.Size = new System.Drawing.Size(89, 20);
     this.dtTo.TabIndex = 8;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(251, 54);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(17, 13);
     this.label7.TabIndex = 50;
     this.label7.Text = "mi";
     //
     // tbFh
     //
     this.tbFh.Enabled = false;
     this.tbFh.Location = new System.Drawing.Point(217, 29);
     this.tbFh.Mask = "00";
     this.tbFh.Name = "tbFh";
     this.tbFh.Size = new System.Drawing.Size(33, 20);
     this.tbFh.TabIndex = 40;
     this.tbFh.Text = "23";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(184, 54);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(31, 13);
     this.label8.TabIndex = 49;
     this.label8.Text = "hh24";
     //
     // tbFs
     //
     this.tbFs.Enabled = false;
     this.tbFs.Location = new System.Drawing.Point(321, 29);
     this.tbFs.Mask = "00";
     this.tbFs.Name = "tbFs";
     this.tbFs.Size = new System.Drawing.Size(33, 20);
     this.tbFs.TabIndex = 42;
     this.tbFs.Text = "00";
     //
     // tbTm
     //
     this.tbTm.Enabled = false;
     this.tbTm.Location = new System.Drawing.Point(270, 51);
     this.tbTm.Mask = "00";
     this.tbTm.Name = "tbTm";
     this.tbTm.Size = new System.Drawing.Size(33, 20);
     this.tbTm.TabIndex = 46;
     this.tbTm.Text = "59";
     //
     // tbFm
     //
     this.tbFm.Enabled = false;
     this.tbFm.Location = new System.Drawing.Point(270, 29);
     this.tbFm.Mask = "00";
     this.tbFm.Name = "tbFm";
     this.tbFm.Size = new System.Drawing.Size(33, 20);
     this.tbFm.TabIndex = 41;
     this.tbFm.Text = "00";
     //
     // tbTs
     //
     this.tbTs.Enabled = false;
     this.tbTs.Location = new System.Drawing.Point(321, 51);
     this.tbTs.Mask = "00";
     this.tbTs.Name = "tbTs";
     this.tbTs.Size = new System.Drawing.Size(33, 20);
     this.tbTs.TabIndex = 47;
     this.tbTs.Text = "59";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(184, 32);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(31, 13);
     this.label10.TabIndex = 44;
     this.label10.Text = "hh24";
     //
     // tbTh
     //
     this.tbTh.Enabled = false;
     this.tbTh.Location = new System.Drawing.Point(217, 51);
     this.tbTh.Mask = "00";
     this.tbTh.Name = "tbTh";
     this.tbTh.Size = new System.Drawing.Size(33, 20);
     this.tbTh.TabIndex = 43;
     this.tbTh.Text = "22";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(251, 32);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(17, 13);
     this.label9.TabIndex = 45;
     this.label9.Text = "mi";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(303, 32);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(17, 13);
     this.label5.TabIndex = 48;
     this.label5.Text = "ss";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(360, 34);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(71, 13);
     this.label3.TabIndex = 52;
     this.label3.Text = "(dd/mm/yyyy)";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(360, 54);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(71, 13);
     this.label4.TabIndex = 52;
     this.label4.Text = "(dd/mm/yyyy)";
     //
     // Frm_Balance_Report
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(486, 248);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.button1);
     this.Name = "Frm_Balance_Report";
     this.Text = "Frm_Balance_Report";
     this.Load += new System.EventHandler(this.Frm_Balance_Report_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
        private void InitializeComponent()
        {
            this.buttonClose            = new System.Windows.Forms.Button();
            this.buttonSave             = new System.Windows.Forms.Button();
            this.labelAmount            = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount    = new System.Windows.Forms.MaskedTextBox();
            this.labelState             = new System.Windows.Forms.Label();
            this.textBoxState           = new System.Windows.Forms.TextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 13);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 2;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(140, 13);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 3;
            //
            // labelState
            //
            this.labelState.AutoSize = true;
            this.labelState.Location = new System.Drawing.Point(11, 36);
            this.labelState.Name     = "labelState";
            this.labelState.Size     = new System.Drawing.Size(71, 13);
            this.labelState.TabIndex = 4;
            this.labelState.Text     = "State:";
            //
            //textBoxState
            //
            this.textBoxState.Location = new System.Drawing.Point(140, 36);
            this.textBoxState.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxState.Name     = "textBoxState";
            this.textBoxState.Size     = new System.Drawing.Size(250, 20);
            this.textBoxState.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 59);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 7;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 82);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(198, 82);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 110);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeCartProductPriceEdit";
            this.Text = "Cart Product Price Edit";
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelState);
            this.Controls.Add(this.textBoxState);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCadColaborador));
     this.lblCdDepart = new System.Windows.Forms.Label();
     this.lblNmColaborador = new System.Windows.Forms.Label();
     this.lblDtNasc = new System.Windows.Forms.Label();
     this.lblNmRua = new System.Windows.Forms.Label();
     this.lblNumeroEnd = new System.Windows.Forms.Label();
     this.lblComplemento = new System.Windows.Forms.Label();
     this.lblCep = new System.Windows.Forms.Label();
     this.lblBairro = new System.Windows.Forms.Label();
     this.txtCdDepartamento = new System.Windows.Forms.TextBox();
     this.txtNome = new System.Windows.Forms.TextBox();
     this.txtRua = new System.Windows.Forms.TextBox();
     this.txtComplemento = new System.Windows.Forms.TextBox();
     this.txtBairro = new System.Windows.Forms.TextBox();
     this.lblCidade = new System.Windows.Forms.Label();
     this.txtCidade = new System.Windows.Forms.TextBox();
     this.lblEstado = new System.Windows.Forms.Label();
     this.lblRg = new System.Windows.Forms.Label();
     this.lblCpf = new System.Windows.Forms.Label();
     this.lblSexo = new System.Windows.Forms.Label();
     this.CbSexo = new System.Windows.Forms.ComboBox();
     this.btnVoltar = new System.Windows.Forms.Button();
     this.btnApaga = new System.Windows.Forms.Button();
     this.cbEstado = new System.Windows.Forms.ComboBox();
     this.btnBuscaDepartamento = new System.Windows.Forms.Button();
     this.lblDDD = new System.Windows.Forms.Label();
     this.lblTelefone = new System.Windows.Forms.Label();
     this.lblEmail = new System.Windows.Forms.Label();
     this.txtEmail = new System.Windows.Forms.TextBox();
     this.txtDataNasc = new System.Windows.Forms.MaskedTextBox();
     this.txtCep = new System.Windows.Forms.MaskedTextBox();
     this.txtTelefone = new System.Windows.Forms.MaskedTextBox();
     this.toolTipLegenda = new System.Windows.Forms.ToolTip(this.components);
     this.btnBuscaAlteracaoDelecao = new System.Windows.Forms.Button();
     this.btnConfirma = new System.Windows.Forms.Button();
     this.txtCpf = new System.Windows.Forms.MaskedTextBox();
     this.txtDDD = new TCC.Controle.MegaTextBox(this.components);
     this.txtNumero = new TCC.Controle.MegaTextBox(this.components);
     this.txtRg = new TCC.Controle.MegaTextBox(this.components);
     this.SuspendLayout();
     //
     // lblCdDepart
     //
     this.lblCdDepart.AutoSize = true;
     this.lblCdDepart.Location = new System.Drawing.Point(99, 285);
     this.lblCdDepart.Name = "lblCdDepart";
     this.lblCdDepart.Size = new System.Drawing.Size(74, 13);
     this.lblCdDepart.TabIndex = 0;
     this.lblCdDepart.Text = "Departamento";
     //
     // lblNmColaborador
     //
     this.lblNmColaborador.AutoSize = true;
     this.lblNmColaborador.Location = new System.Drawing.Point(135, 33);
     this.lblNmColaborador.Name = "lblNmColaborador";
     this.lblNmColaborador.Size = new System.Drawing.Size(38, 13);
     this.lblNmColaborador.TabIndex = 0;
     this.lblNmColaborador.Text = "Nome ";
     //
     // lblDtNasc
     //
     this.lblDtNasc.AutoSize = true;
     this.lblDtNasc.Location = new System.Drawing.Point(84, 69);
     this.lblDtNasc.Name = "lblDtNasc";
     this.lblDtNasc.Size = new System.Drawing.Size(89, 13);
     this.lblDtNasc.TabIndex = 0;
     this.lblDtNasc.Text = "Data Nascimento";
     //
     // lblNmRua
     //
     this.lblNmRua.AutoSize = true;
     this.lblNmRua.Location = new System.Drawing.Point(146, 101);
     this.lblNmRua.Name = "lblNmRua";
     this.lblNmRua.Size = new System.Drawing.Size(27, 13);
     this.lblNmRua.TabIndex = 0;
     this.lblNmRua.Text = "Rua";
     //
     // lblNumeroEnd
     //
     this.lblNumeroEnd.AutoSize = true;
     this.lblNumeroEnd.Location = new System.Drawing.Point(129, 136);
     this.lblNumeroEnd.Name = "lblNumeroEnd";
     this.lblNumeroEnd.Size = new System.Drawing.Size(44, 13);
     this.lblNumeroEnd.TabIndex = 0;
     this.lblNumeroEnd.Text = "Número";
     //
     // lblComplemento
     //
     this.lblComplemento.AutoSize = true;
     this.lblComplemento.Location = new System.Drawing.Point(273, 136);
     this.lblComplemento.Name = "lblComplemento";
     this.lblComplemento.Size = new System.Drawing.Size(71, 13);
     this.lblComplemento.TabIndex = 0;
     this.lblComplemento.Text = "Complemento";
     //
     // lblCep
     //
     this.lblCep.AutoSize = true;
     this.lblCep.Location = new System.Drawing.Point(459, 174);
     this.lblCep.Name = "lblCep";
     this.lblCep.Size = new System.Drawing.Size(28, 13);
     this.lblCep.TabIndex = 0;
     this.lblCep.Text = "CEP";
     //
     // lblBairro
     //
     this.lblBairro.AutoSize = true;
     this.lblBairro.Location = new System.Drawing.Point(139, 174);
     this.lblBairro.Name = "lblBairro";
     this.lblBairro.Size = new System.Drawing.Size(34, 13);
     this.lblBairro.TabIndex = 0;
     this.lblBairro.Text = "Bairro";
     //
     // txtCdDepartamento
     //
     this.txtCdDepartamento.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCdDepartamento.Enabled = false;
     this.txtCdDepartamento.Location = new System.Drawing.Point(179, 282);
     this.txtCdDepartamento.MaxLength = 10;
     this.txtCdDepartamento.Name = "txtCdDepartamento";
     this.txtCdDepartamento.ReadOnly = true;
     this.txtCdDepartamento.Size = new System.Drawing.Size(349, 20);
     this.txtCdDepartamento.TabIndex = 14;
     this.txtCdDepartamento.TabStop = false;
     //
     // txtNome
     //
     this.txtNome.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNome.Location = new System.Drawing.Point(179, 31);
     this.txtNome.MaxLength = 100;
     this.txtNome.Name = "txtNome";
     this.txtNome.Size = new System.Drawing.Size(382, 20);
     this.txtNome.TabIndex = 1;
     this.txtNome.TextChanged += new System.EventHandler(this.txtNome_TextChanged);
     //
     // txtRua
     //
     this.txtRua.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtRua.Location = new System.Drawing.Point(179, 99);
     this.txtRua.MaxLength = 100;
     this.txtRua.Name = "txtRua";
     this.txtRua.Size = new System.Drawing.Size(382, 20);
     this.txtRua.TabIndex = 6;
     //
     // txtComplemento
     //
     this.txtComplemento.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtComplemento.Location = new System.Drawing.Point(350, 134);
     this.txtComplemento.MaxLength = 25;
     this.txtComplemento.Name = "txtComplemento";
     this.txtComplemento.Size = new System.Drawing.Size(211, 20);
     this.txtComplemento.TabIndex = 8;
     //
     // txtBairro
     //
     this.txtBairro.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtBairro.Location = new System.Drawing.Point(179, 172);
     this.txtBairro.MaxLength = 30;
     this.txtBairro.Name = "txtBairro";
     this.txtBairro.Size = new System.Drawing.Size(274, 20);
     this.txtBairro.TabIndex = 9;
     //
     // lblCidade
     //
     this.lblCidade.AutoSize = true;
     this.lblCidade.Location = new System.Drawing.Point(133, 213);
     this.lblCidade.Name = "lblCidade";
     this.lblCidade.Size = new System.Drawing.Size(40, 13);
     this.lblCidade.TabIndex = 2;
     this.lblCidade.Text = "Cidade";
     //
     // txtCidade
     //
     this.txtCidade.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCidade.Location = new System.Drawing.Point(179, 211);
     this.txtCidade.MaxLength = 40;
     this.txtCidade.Name = "txtCidade";
     this.txtCidade.Size = new System.Drawing.Size(283, 20);
     this.txtCidade.TabIndex = 11;
     //
     // lblEstado
     //
     this.lblEstado.AutoSize = true;
     this.lblEstado.Location = new System.Drawing.Point(468, 213);
     this.lblEstado.Name = "lblEstado";
     this.lblEstado.Size = new System.Drawing.Size(30, 13);
     this.lblEstado.TabIndex = 2;
     this.lblEstado.Text = "U. F.";
     //
     // lblRg
     //
     this.lblRg.AutoSize = true;
     this.lblRg.Location = new System.Drawing.Point(150, 321);
     this.lblRg.Name = "lblRg";
     this.lblRg.Size = new System.Drawing.Size(23, 13);
     this.lblRg.TabIndex = 2;
     this.lblRg.Text = "RG";
     //
     // lblCpf
     //
     this.lblCpf.AutoSize = true;
     this.lblCpf.Location = new System.Drawing.Point(428, 320);
     this.lblCpf.Name = "lblCpf";
     this.lblCpf.Size = new System.Drawing.Size(27, 13);
     this.lblCpf.TabIndex = 2;
     this.lblCpf.Text = "CPF";
     //
     // lblSexo
     //
     this.lblSexo.AutoSize = true;
     this.lblSexo.Location = new System.Drawing.Point(262, 69);
     this.lblSexo.Name = "lblSexo";
     this.lblSexo.Size = new System.Drawing.Size(31, 13);
     this.lblSexo.TabIndex = 2;
     this.lblSexo.Text = "Sexo";
     //
     // CbSexo
     //
     this.CbSexo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.CbSexo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.CbSexo.FormattingEnabled = true;
     this.CbSexo.Items.AddRange(new object[] {
     "M",
     "F"});
     this.CbSexo.Location = new System.Drawing.Point(296, 65);
     this.CbSexo.Name = "CbSexo";
     this.CbSexo.Size = new System.Drawing.Size(47, 21);
     this.CbSexo.TabIndex = 3;
     //
     // btnVoltar
     //
     this.btnVoltar.BackgroundImage = global::TCC.Telas.resImg.btnVoltar;
     this.btnVoltar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnVoltar.Location = new System.Drawing.Point(7, 127);
     this.btnVoltar.Name = "btnVoltar";
     this.btnVoltar.Size = new System.Drawing.Size(40, 35);
     this.btnVoltar.TabIndex = 21;
     this.toolTipLegenda.SetToolTip(this.btnVoltar, "Fechar");
     this.btnVoltar.UseVisualStyleBackColor = true;
     this.btnVoltar.Click += new System.EventHandler(this.btnVoltar_Click);
     //
     // btnApaga
     //
     this.btnApaga.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnApaga.BackgroundImage")));
     this.btnApaga.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnApaga.Location = new System.Drawing.Point(7, 45);
     this.btnApaga.Name = "btnApaga";
     this.btnApaga.Size = new System.Drawing.Size(40, 35);
     this.btnApaga.TabIndex = 19;
     this.toolTipLegenda.SetToolTip(this.btnApaga, "Limpar");
     this.btnApaga.UseVisualStyleBackColor = true;
     this.btnApaga.Click += new System.EventHandler(this.btnApaga_Click);
     //
     // cbEstado
     //
     this.cbEstado.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbEstado.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbEstado.Location = new System.Drawing.Point(504, 210);
     this.cbEstado.Name = "cbEstado";
     this.cbEstado.Size = new System.Drawing.Size(57, 21);
     this.cbEstado.TabIndex = 12;
     //
     // btnBuscaDepartamento
     //
     this.btnBuscaDepartamento.BackgroundImage = global::TCC.Telas.resImg.btnBusca;
     this.btnBuscaDepartamento.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnBuscaDepartamento.Location = new System.Drawing.Point(534, 280);
     this.btnBuscaDepartamento.Name = "btnBuscaDepartamento";
     this.btnBuscaDepartamento.Size = new System.Drawing.Size(27, 23);
     this.btnBuscaDepartamento.TabIndex = 15;
     this.toolTipLegenda.SetToolTip(this.btnBuscaDepartamento, "Buscar Departamento");
     this.btnBuscaDepartamento.UseVisualStyleBackColor = true;
     this.btnBuscaDepartamento.Click += new System.EventHandler(this.btnBuscaDepartamento_Click);
     //
     // lblDDD
     //
     this.lblDDD.AutoSize = true;
     this.lblDDD.Location = new System.Drawing.Point(356, 69);
     this.lblDDD.Name = "lblDDD";
     this.lblDDD.Size = new System.Drawing.Size(31, 13);
     this.lblDDD.TabIndex = 21;
     this.lblDDD.Text = "DDD";
     //
     // lblTelefone
     //
     this.lblTelefone.AutoSize = true;
     this.lblTelefone.Location = new System.Drawing.Point(438, 69);
     this.lblTelefone.Name = "lblTelefone";
     this.lblTelefone.Size = new System.Drawing.Size(49, 13);
     this.lblTelefone.TabIndex = 23;
     this.lblTelefone.Text = "Telefone";
     //
     // lblEmail
     //
     this.lblEmail.AutoSize = true;
     this.lblEmail.Location = new System.Drawing.Point(141, 251);
     this.lblEmail.Name = "lblEmail";
     this.lblEmail.Size = new System.Drawing.Size(32, 13);
     this.lblEmail.TabIndex = 25;
     this.lblEmail.Text = "Email";
     //
     // txtEmail
     //
     this.txtEmail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmail.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
     this.txtEmail.Location = new System.Drawing.Point(179, 249);
     this.txtEmail.MaxLength = 100;
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Size = new System.Drawing.Size(382, 20);
     this.txtEmail.TabIndex = 13;
     //
     // txtDataNasc
     //
     this.txtDataNasc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDataNasc.Location = new System.Drawing.Point(179, 65);
     this.txtDataNasc.Mask = "00/00/0000";
     this.txtDataNasc.Name = "txtDataNasc";
     this.txtDataNasc.Size = new System.Drawing.Size(71, 20);
     this.txtDataNasc.TabIndex = 2;
     this.txtDataNasc.ValidatingType = typeof(System.DateTime);
     //
     // txtCep
     //
     this.txtCep.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCep.Location = new System.Drawing.Point(497, 172);
     this.txtCep.Mask = "00000-000";
     this.txtCep.Name = "txtCep";
     this.txtCep.Size = new System.Drawing.Size(64, 20);
     this.txtCep.TabIndex = 10;
     //
     // txtTelefone
     //
     this.txtTelefone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTelefone.Location = new System.Drawing.Point(491, 67);
     this.txtTelefone.Mask = "0000-0000";
     this.txtTelefone.Name = "txtTelefone";
     this.txtTelefone.Size = new System.Drawing.Size(70, 20);
     this.txtTelefone.TabIndex = 5;
     //
     // toolTipLegenda
     //
     this.toolTipLegenda.BackColor = System.Drawing.Color.LightGray;
     this.toolTipLegenda.ForeColor = System.Drawing.Color.Black;
     //
     // btnBuscaAlteracaoDelecao
     //
     this.btnBuscaAlteracaoDelecao.BackgroundImage = global::TCC.Telas.resImg.btnalterar;
     this.btnBuscaAlteracaoDelecao.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnBuscaAlteracaoDelecao.Location = new System.Drawing.Point(7, 86);
     this.btnBuscaAlteracaoDelecao.Name = "btnBuscaAlteracaoDelecao";
     this.btnBuscaAlteracaoDelecao.Size = new System.Drawing.Size(40, 35);
     this.btnBuscaAlteracaoDelecao.TabIndex = 20;
     this.toolTipLegenda.SetToolTip(this.btnBuscaAlteracaoDelecao, "Alterar");
     this.btnBuscaAlteracaoDelecao.UseVisualStyleBackColor = true;
     this.btnBuscaAlteracaoDelecao.Click += new System.EventHandler(this.btnBuscaAlteracaoDelecao_Click);
     //
     // btnConfirma
     //
     this.btnConfirma.BackgroundImage = global::TCC.Telas.resImg.btnSalvar;
     this.btnConfirma.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnConfirma.Location = new System.Drawing.Point(7, 6);
     this.btnConfirma.Name = "btnConfirma";
     this.btnConfirma.Size = new System.Drawing.Size(40, 35);
     this.btnConfirma.TabIndex = 18;
     this.toolTipLegenda.SetToolTip(this.btnConfirma, "Salvar");
     this.btnConfirma.UseVisualStyleBackColor = true;
     this.btnConfirma.Click += new System.EventHandler(this.btnConfirma_Click);
     //
     // txtCpf
     //
     this.txtCpf.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCpf.Location = new System.Drawing.Point(461, 317);
     this.txtCpf.Mask = "000,000,000-00";
     this.txtCpf.Name = "txtCpf";
     this.txtCpf.Size = new System.Drawing.Size(100, 20);
     this.txtCpf.TabIndex = 17;
     this.txtCpf.ValidatingType = typeof(int);
     //
     // txtDDD
     //
     this.txtDDD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDDD.Location = new System.Drawing.Point(390, 67);
     this.txtDDD.MaxLength = 2;
     this.txtDDD.Name = "txtDDD";
     this.txtDDD.Size = new System.Drawing.Size(31, 20);
     this.txtDDD.TabIndex = 4;
     this.txtDDD.TipoTexto = TCC.Controle.TipoTexto.Numerico;
     //
     // txtNumero
     //
     this.txtNumero.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtNumero.Location = new System.Drawing.Point(179, 134);
     this.txtNumero.MaxLength = 5;
     this.txtNumero.Name = "txtNumero";
     this.txtNumero.Size = new System.Drawing.Size(76, 20);
     this.txtNumero.TabIndex = 7;
     this.txtNumero.TipoTexto = TCC.Controle.TipoTexto.Numerico;
     //
     // txtRg
     //
     this.txtRg.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtRg.Location = new System.Drawing.Point(179, 318);
     this.txtRg.MaxLength = 13;
     this.txtRg.Name = "txtRg";
     this.txtRg.Size = new System.Drawing.Size(114, 20);
     this.txtRg.TabIndex = 16;
     this.txtRg.TipoTexto = TCC.Controle.TipoTexto.Rg;
     //
     // frmCadColaborador
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::TCC.Telas.resImg.bg_telas;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(592, 368);
     this.ControlBox = false;
     this.Controls.Add(this.txtRg);
     this.Controls.Add(this.txtCpf);
     this.Controls.Add(this.txtDDD);
     this.Controls.Add(this.btnBuscaAlteracaoDelecao);
     this.Controls.Add(this.txtTelefone);
     this.Controls.Add(this.txtCep);
     this.Controls.Add(this.txtNumero);
     this.Controls.Add(this.txtDataNasc);
     this.Controls.Add(this.txtEmail);
     this.Controls.Add(this.lblEmail);
     this.Controls.Add(this.lblTelefone);
     this.Controls.Add(this.lblDDD);
     this.Controls.Add(this.btnBuscaDepartamento);
     this.Controls.Add(this.cbEstado);
     this.Controls.Add(this.btnApaga);
     this.Controls.Add(this.btnVoltar);
     this.Controls.Add(this.btnConfirma);
     this.Controls.Add(this.CbSexo);
     this.Controls.Add(this.txtCidade);
     this.Controls.Add(this.lblCpf);
     this.Controls.Add(this.lblEstado);
     this.Controls.Add(this.lblSexo);
     this.Controls.Add(this.lblRg);
     this.Controls.Add(this.lblCidade);
     this.Controls.Add(this.txtBairro);
     this.Controls.Add(this.txtComplemento);
     this.Controls.Add(this.txtRua);
     this.Controls.Add(this.txtNome);
     this.Controls.Add(this.txtCdDepartamento);
     this.Controls.Add(this.lblBairro);
     this.Controls.Add(this.lblCep);
     this.Controls.Add(this.lblComplemento);
     this.Controls.Add(this.lblNumeroEnd);
     this.Controls.Add(this.lblNmRua);
     this.Controls.Add(this.lblDtNasc);
     this.Controls.Add(this.lblNmColaborador);
     this.Controls.Add(this.lblCdDepart);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox = false;
     this.Name = "frmCadColaborador";
     this.Text = "Cadastro de Funcionários";
     this.Load += new System.EventHandler(this.frmCadColaborador_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeDefaultPerformanceTimeAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeDefaultPerformanceTimeEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeDefaultPerformanceTimeSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeDefaultPerformanceTime = new System.Windows.Forms.DataGridView();
            this.labelCommandName          = new System.Windows.Forms.Label();
            this.textBoxCommandName        = new System.Windows.Forms.TextBox();
            this.labelMilliseconds         = new System.Windows.Forms.Label();
            this.maskedTextBoxMilliseconds = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime             = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime    = new System.Windows.Forms.DateTimePicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeDefaultPerformanceTime)).BeginInit();
            this.SuspendLayout();
            //
            // labelCommandName
            //
            this.labelCommandName.AutoSize = true;
            this.labelCommandName.Location = new System.Drawing.Point(11, 13);
            this.labelCommandName.Name     = "labelCommandName";
            this.labelCommandName.Size     = new System.Drawing.Size(71, 13);
            this.labelCommandName.TabIndex = 2;
            this.labelCommandName.Text     = "Command Name:";
            //
            //textBoxCommandName
            //
            this.textBoxCommandName.Location = new System.Drawing.Point(140, 13);
            this.textBoxCommandName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxCommandName.Name     = "textBoxCommandName";
            this.textBoxCommandName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxCommandName.TabIndex = 3;
            //
            // labelMilliseconds
            //
            this.labelMilliseconds.AutoSize = true;
            this.labelMilliseconds.Location = new System.Drawing.Point(11, 36);
            this.labelMilliseconds.Name     = "labelMilliseconds";
            this.labelMilliseconds.Size     = new System.Drawing.Size(71, 13);
            this.labelMilliseconds.TabIndex = 4;
            this.labelMilliseconds.Text     = "Milliseconds:";
            //
            //maskedTextBoxMilliseconds
            //
            this.maskedTextBoxMilliseconds.Location = new System.Drawing.Point(140, 36);
            this.maskedTextBoxMilliseconds.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxMilliseconds.Name     = "maskedTextBoxMilliseconds";
            this.maskedTextBoxMilliseconds.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxMilliseconds.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location     = new System.Drawing.Point(140, 59);
            this.dateTimePickerDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name         = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex     = 7;
            this.dateTimePickerDateTime.Checked      = false;
            this.dateTimePickerDateTime.ShowCheckBox = true;
            //
            // dataGridViewCrudeDefaultPerformanceTime
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeDefaultPerformanceTime.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeDefaultPerformanceTime.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                                                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridViewCrudeDefaultPerformanceTime.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeDefaultPerformanceTime.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeDefaultPerformanceTime.Location      = new System.Drawing.Point(12, 92);
            this.dataGridViewCrudeDefaultPerformanceTime.Name          = "dataGridViewCrudeDefaultPerformanceTime";
            this.dataGridViewCrudeDefaultPerformanceTime.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewCrudeDefaultPerformanceTime.TabIndex      = 0;
            this.dataGridViewCrudeDefaultPerformanceTime.ReadOnly      = true;
            this.dataGridViewCrudeDefaultPerformanceTime.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeDefaultPerformanceTime_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 195);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeDefaultPerformanceTimeSearch
            //
            this.buttonCrudeDefaultPerformanceTimeSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeDefaultPerformanceTimeSearch.Location = new System.Drawing.Point(198, 195);
            this.buttonCrudeDefaultPerformanceTimeSearch.Name     = "buttonCrudeDefaultPerformanceTimeSearch";
            this.buttonCrudeDefaultPerformanceTimeSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeDefaultPerformanceTimeSearch.TabIndex = 2;
            this.buttonCrudeDefaultPerformanceTimeSearch.Text     = "&Search";
            this.buttonCrudeDefaultPerformanceTimeSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeDefaultPerformanceTimeSearch.Click += new System.EventHandler(this.buttonCrudeDefaultPerformanceTimeSearch_Click);
            //
            // buttonCrudeDefaultPerformanceTimeAdd
            //
            this.buttonCrudeDefaultPerformanceTimeAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeDefaultPerformanceTimeAdd.Location = new System.Drawing.Point(98, 195);
            this.buttonCrudeDefaultPerformanceTimeAdd.Name     = "buttonCrudeDefaultPerformanceTimeAdd";
            this.buttonCrudeDefaultPerformanceTimeAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeDefaultPerformanceTimeAdd.TabIndex = 3;
            this.buttonCrudeDefaultPerformanceTimeAdd.Text     = "&Add";
            this.buttonCrudeDefaultPerformanceTimeAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeDefaultPerformanceTimeAdd.Click += new System.EventHandler(this.buttonCrudeDefaultPerformanceTimeAdd_Click);
            //
            // buttonCrudeDefaultPerformanceTimeEdit
            //
            this.buttonCrudeDefaultPerformanceTimeEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeDefaultPerformanceTimeEdit.Location = new System.Drawing.Point(-2, 195);
            this.buttonCrudeDefaultPerformanceTimeEdit.Name     = "buttonCrudeDefaultPerformanceTimeEdit";
            this.buttonCrudeDefaultPerformanceTimeEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeDefaultPerformanceTimeEdit.TabIndex = 4;
            this.buttonCrudeDefaultPerformanceTimeEdit.Text     = "&Edit";
            this.buttonCrudeDefaultPerformanceTimeEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeDefaultPerformanceTimeEdit.Click += new System.EventHandler(this.buttonCrudeDefaultPerformanceTimeEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 223);
            this.Controls.Add(this.buttonCrudeDefaultPerformanceTimeSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeDefaultPerformanceTimeAdd);
            this.Controls.Add(this.buttonCrudeDefaultPerformanceTimeEdit);
            this.Controls.Add(this.dataGridViewCrudeDefaultPerformanceTime);
            this.Name = "CrudeDefaultPerformanceTimeSearch";
            this.Text = "Default Performance Time Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeDefaultPerformanceTime)).EndInit();
            this.Controls.Add(this.labelCommandName);
            this.Controls.Add(this.textBoxCommandName);
            this.Controls.Add(this.labelMilliseconds);
            this.Controls.Add(this.maskedTextBoxMilliseconds);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            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.components = new System.ComponentModel.Container();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnFichaCadastral = new System.Windows.Forms.Button();
     this.lblNavegacao = new System.Windows.Forms.Label();
     this.btnExportarPDF = new System.Windows.Forms.Button();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.txtAndamento = new TXTextControl.TextControl();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.txtObjetivo = new TXTextControl.TextControl();
     this.btnProximo = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.lstResponsaveis = new System.Windows.Forms.ListBox();
     this.txtTipoAcao = new System.Windows.Forms.TextBox();
     this.btnAnterior = new System.Windows.Forms.Button();
     this.label10 = new System.Windows.Forms.Label();
     this.txtReu = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.txtDataAjuizamento = new System.Windows.Forms.MaskedTextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtCabeca = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.txtVara = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.txtNumeroOrdem = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txtNumeroProcesso = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtCodigoProcesso = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txtNomeCliente = new System.Windows.Forms.TextBox();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.btnPesquisar = new System.Windows.Forms.Button();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.txtCodigoCliente = new VisaoControles.NumberTextBox();
     this.btnSair = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(15, 31);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(75, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Código Cliente";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnFichaCadastral);
     this.groupBox1.Controls.Add(this.lblNavegacao);
     this.groupBox1.Controls.Add(this.btnExportarPDF);
     this.groupBox1.Controls.Add(this.groupBox4);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.btnProximo);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.txtTipoAcao);
     this.groupBox1.Controls.Add(this.btnAnterior);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.txtReu);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.txtDataAjuizamento);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.txtCabeca);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.txtVara);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.txtNumeroOrdem);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.txtNumeroProcesso);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.txtCodigoProcesso);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Location = new System.Drawing.Point(9, 84);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(704, 477);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Processos";
     //
     // btnFichaCadastral
     //
     this.btnFichaCadastral.Image = global::Visao.Properties.Resources.param16;
     this.btnFichaCadastral.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnFichaCadastral.Location = new System.Drawing.Point(476, 19);
     this.btnFichaCadastral.Name = "btnFichaCadastral";
     this.btnFichaCadastral.Size = new System.Drawing.Size(109, 23);
     this.btnFichaCadastral.TabIndex = 26;
     this.btnFichaCadastral.Text = "Ficha Completa";
     this.btnFichaCadastral.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolTip1.SetToolTip(this.btnFichaCadastral, "Direciona para Cadastro Cliente");
     this.btnFichaCadastral.UseVisualStyleBackColor = true;
     //
     // lblNavegacao
     //
     this.lblNavegacao.AutoSize = true;
     this.lblNavegacao.Location = new System.Drawing.Point(97, 24);
     this.lblNavegacao.Name = "lblNavegacao";
     this.lblNavegacao.Size = new System.Drawing.Size(37, 13);
     this.lblNavegacao.TabIndex = 25;
     this.lblNavegacao.Text = "0 de 0";
     //
     // btnExportarPDF
     //
     this.btnExportarPDF.Image = global::Visao.Properties.Resources.pdf_16x16;
     this.btnExportarPDF.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.btnExportarPDF.Location = new System.Drawing.Point(591, 19);
     this.btnExportarPDF.Name = "btnExportarPDF";
     this.btnExportarPDF.Size = new System.Drawing.Size(102, 23);
     this.btnExportarPDF.TabIndex = 7;
     this.btnExportarPDF.Text = "Exportar PDF";
     this.btnExportarPDF.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolTip1.SetToolTip(this.btnExportarPDF, "Exportar PDF");
     this.btnExportarPDF.UseVisualStyleBackColor = true;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.txtAndamento);
     this.groupBox4.Location = new System.Drawing.Point(15, 301);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(678, 164);
     this.groupBox4.TabIndex = 24;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Andamento do Processo";
     //
     // txtAndamento
     //
     this.txtAndamento.BackColor = System.Drawing.SystemColors.Control;
     this.txtAndamento.EditMode = TXTextControl.EditMode.ReadAndSelect;
     this.txtAndamento.Font = new System.Drawing.Font("Arial", 10F);
     this.txtAndamento.Location = new System.Drawing.Point(6, 19);
     this.txtAndamento.Name = "txtAndamento";
     this.txtAndamento.Size = new System.Drawing.Size(666, 139);
     this.txtAndamento.TabIndex = 1;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.txtObjetivo);
     this.groupBox3.Location = new System.Drawing.Point(357, 199);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(336, 96);
     this.groupBox3.TabIndex = 24;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Objetivo do Processo";
     //
     // txtObjetivo
     //
     this.txtObjetivo.BackColor = System.Drawing.SystemColors.Control;
     this.txtObjetivo.EditMode = TXTextControl.EditMode.ReadAndSelect;
     this.txtObjetivo.Font = new System.Drawing.Font("Arial", 10F);
     this.txtObjetivo.Location = new System.Drawing.Point(7, 21);
     this.txtObjetivo.Name = "txtObjetivo";
     this.txtObjetivo.Size = new System.Drawing.Size(323, 69);
     this.txtObjetivo.TabIndex = 0;
     //
     // btnProximo
     //
     this.btnProximo.Image = global::Visao.Properties.Resources.next16;
     this.btnProximo.ImageAlign = System.Drawing.ContentAlignment.BottomRight;
     this.btnProximo.Location = new System.Drawing.Point(153, 19);
     this.btnProximo.Name = "btnProximo";
     this.btnProximo.Size = new System.Drawing.Size(75, 23);
     this.btnProximo.TabIndex = 6;
     this.btnProximo.Text = "Próximo";
     this.btnProximo.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.toolTip1.SetToolTip(this.btnProximo, "Próximo Processo Cliente");
     this.btnProximo.UseVisualStyleBackColor = true;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.lstResponsaveis);
     this.groupBox2.Location = new System.Drawing.Point(15, 199);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(336, 96);
     this.groupBox2.TabIndex = 23;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Responsáveis";
     //
     // lstResponsaveis
     //
     this.lstResponsaveis.BackColor = System.Drawing.SystemColors.Control;
     this.lstResponsaveis.FormattingEnabled = true;
     this.lstResponsaveis.Location = new System.Drawing.Point(6, 21);
     this.lstResponsaveis.Name = "lstResponsaveis";
     this.lstResponsaveis.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.lstResponsaveis.Size = new System.Drawing.Size(324, 69);
     this.lstResponsaveis.TabIndex = 0;
     //
     // txtTipoAcao
     //
     this.txtTipoAcao.Location = new System.Drawing.Point(488, 131);
     this.txtTipoAcao.Name = "txtTipoAcao";
     this.txtTipoAcao.ReadOnly = true;
     this.txtTipoAcao.Size = new System.Drawing.Size(205, 20);
     this.txtTipoAcao.TabIndex = 21;
     //
     // btnAnterior
     //
     this.btnAnterior.Image = global::Visao.Properties.Resources.back16;
     this.btnAnterior.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.btnAnterior.Location = new System.Drawing.Point(9, 19);
     this.btnAnterior.Name = "btnAnterior";
     this.btnAnterior.Size = new System.Drawing.Size(75, 23);
     this.btnAnterior.TabIndex = 5;
     this.btnAnterior.Text = "Anterior";
     this.btnAnterior.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolTip1.SetToolTip(this.btnAnterior, "Anterior Processo Cliente");
     this.btnAnterior.UseVisualStyleBackColor = true;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(426, 135);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(56, 13);
     this.label10.TabIndex = 20;
     this.label10.Text = "Tipo Ação";
     //
     // txtReu
     //
     this.txtReu.Location = new System.Drawing.Point(50, 167);
     this.txtReu.Name = "txtReu";
     this.txtReu.ReadOnly = true;
     this.txtReu.Size = new System.Drawing.Size(370, 20);
     this.txtReu.TabIndex = 19;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(12, 171);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(27, 13);
     this.label9.TabIndex = 18;
     this.label9.Text = "Réu";
     //
     // txtDataAjuizamento
     //
     this.txtDataAjuizamento.Location = new System.Drawing.Point(522, 167);
     this.txtDataAjuizamento.Mask = "00/00/0000";
     this.txtDataAjuizamento.Name = "txtDataAjuizamento";
     this.txtDataAjuizamento.ReadOnly = true;
     this.txtDataAjuizamento.Size = new System.Drawing.Size(69, 20);
     this.txtDataAjuizamento.TabIndex = 17;
     this.txtDataAjuizamento.ValidatingType = typeof(System.DateTime);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(426, 171);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(90, 13);
     this.label8.TabIndex = 16;
     this.label8.Text = "Data Ajuizamento";
     //
     // txtCabeca
     //
     this.txtCabeca.Location = new System.Drawing.Point(62, 131);
     this.txtCabeca.Name = "txtCabeca";
     this.txtCabeca.ReadOnly = true;
     this.txtCabeca.Size = new System.Drawing.Size(358, 20);
     this.txtCabeca.TabIndex = 15;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(12, 135);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(44, 13);
     this.label7.TabIndex = 14;
     this.label7.Text = "Cabeça";
     //
     // txtVara
     //
     this.txtVara.Location = new System.Drawing.Point(128, 97);
     this.txtVara.Name = "txtVara";
     this.txtVara.ReadOnly = true;
     this.txtVara.Size = new System.Drawing.Size(565, 20);
     this.txtVara.TabIndex = 13;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(12, 101);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(110, 13);
     this.label6.TabIndex = 12;
     this.label6.Text = "Fórum/Vara/Comarca";
     //
     // txtNumeroOrdem
     //
     this.txtNumeroOrdem.Location = new System.Drawing.Point(522, 57);
     this.txtNumeroOrdem.Name = "txtNumeroOrdem";
     this.txtNumeroOrdem.ReadOnly = true;
     this.txtNumeroOrdem.Size = new System.Drawing.Size(171, 20);
     this.txtNumeroOrdem.TabIndex = 11;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(463, 60);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(53, 13);
     this.label5.TabIndex = 10;
     this.label5.Text = "Nº Ordem";
     //
     // txtNumeroProcesso
     //
     this.txtNumeroProcesso.Location = new System.Drawing.Point(251, 57);
     this.txtNumeroProcesso.Name = "txtNumeroProcesso";
     this.txtNumeroProcesso.ReadOnly = true;
     this.txtNumeroProcesso.Size = new System.Drawing.Size(206, 20);
     this.txtNumeroProcesso.TabIndex = 8;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(179, 61);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(66, 13);
     this.label4.TabIndex = 9;
     this.label4.Text = "Nº Processo";
     //
     // txtCodigoProcesso
     //
     this.txtCodigoProcesso.Location = new System.Drawing.Point(57, 57);
     this.txtCodigoProcesso.Name = "txtCodigoProcesso";
     this.txtCodigoProcesso.ReadOnly = true;
     this.txtCodigoProcesso.Size = new System.Drawing.Size(100, 20);
     this.txtCodigoProcesso.TabIndex = 8;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 61);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(40, 13);
     this.label3.TabIndex = 8;
     this.label3.Text = "Codigo";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(15, 59);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(38, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Nome ";
     //
     // txtNomeCliente
     //
     this.txtNomeCliente.Location = new System.Drawing.Point(96, 56);
     this.txtNomeCliente.Name = "txtNomeCliente";
     this.txtNomeCliente.Size = new System.Drawing.Size(443, 20);
     this.txtNomeCliente.TabIndex = 4;
     //
     // btnPesquisar
     //
     this.btnPesquisar.Image = global::Visao.Properties.Resources.search_16x16;
     this.btnPesquisar.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.btnPesquisar.Location = new System.Drawing.Point(638, 54);
     this.btnPesquisar.Name = "btnPesquisar";
     this.btnPesquisar.Size = new System.Drawing.Size(75, 23);
     this.btnPesquisar.TabIndex = 6;
     this.btnPesquisar.Text = "Pesquisar";
     this.btnPesquisar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolTip1.SetToolTip(this.btnPesquisar, "Anterior Processo Cliente");
     this.btnPesquisar.UseVisualStyleBackColor = true;
     //
     // groupBox5
     //
     this.groupBox5.BackColor = System.Drawing.Color.AliceBlue;
     this.groupBox5.Controls.Add(this.btnSair);
     this.groupBox5.Controls.Add(this.txtCodigoCliente);
     this.groupBox5.Controls.Add(this.btnPesquisar);
     this.groupBox5.Controls.Add(this.label1);
     this.groupBox5.Controls.Add(this.groupBox1);
     this.groupBox5.Controls.Add(this.txtNomeCliente);
     this.groupBox5.Controls.Add(this.label2);
     this.groupBox5.Location = new System.Drawing.Point(11, 17);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(720, 580);
     this.groupBox5.TabIndex = 8;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Consulta de Processos por Cliente";
     //
     // txtCodigoCliente
     //
     this.txtCodigoCliente.Location = new System.Drawing.Point(96, 28);
     this.txtCodigoCliente.Mask = "99999";
     this.txtCodigoCliente.Name = "txtCodigoCliente";
     this.txtCodigoCliente.PromptChar = ' ';
     this.txtCodigoCliente.Size = new System.Drawing.Size(100, 20);
     this.txtCodigoCliente.TabIndex = 25;
     //
     // btnSair
     //
     this.btnSair.Image = global::Visao.Properties.Resources.sair24;
     this.btnSair.Location = new System.Drawing.Point(678, 16);
     this.btnSair.Name = "btnSair";
     this.btnSair.Size = new System.Drawing.Size(35, 28);
     this.btnSair.TabIndex = 44;
     this.btnSair.UseVisualStyleBackColor = true;
     this.btnSair.Click += new System.EventHandler(this.btnSair_Click);
     //
     // ConsultaProcessoCliente
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(736, 609);
     this.Controls.Add(this.groupBox5);
     this.Name = "ConsultaProcessoCliente";
     this.Text = "Consulta de Processo por Cliente";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.ConsultaProcessoCliente_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.ResumeLayout(false);
 }
Example #56
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelProductCategoryCode             = new System.Windows.Forms.Label();
            this.textBoxProductCategoryCode           = new System.Windows.Forms.TextBox();
            this.labelProductCategoryName             = new System.Windows.Forms.Label();
            this.textBoxProductCategoryName           = new System.Windows.Forms.TextBox();
            this.labelProductCategoryPosition         = new System.Windows.Forms.Label();
            this.maskedTextBoxProductCategoryPosition = new System.Windows.Forms.MaskedTextBox();
            this.labelState             = new System.Windows.Forms.Label();
            this.textBoxState           = new System.Windows.Forms.TextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // labelProductCategoryCode
            //
            this.labelProductCategoryCode.AutoSize = true;
            this.labelProductCategoryCode.Location = new System.Drawing.Point(11, 13);
            this.labelProductCategoryCode.Name     = "labelProductCategoryCode";
            this.labelProductCategoryCode.Size     = new System.Drawing.Size(71, 13);
            this.labelProductCategoryCode.TabIndex = 2;
            this.labelProductCategoryCode.Text     = "Product Category Code:";
            //
            //textBoxProductCategoryCode
            //
            this.textBoxProductCategoryCode.Location = new System.Drawing.Point(175, 13);
            this.textBoxProductCategoryCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxProductCategoryCode.Name     = "textBoxProductCategoryCode";
            this.textBoxProductCategoryCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxProductCategoryCode.TabIndex = 3;
            //
            // labelProductCategoryName
            //
            this.labelProductCategoryName.AutoSize = true;
            this.labelProductCategoryName.Location = new System.Drawing.Point(11, 36);
            this.labelProductCategoryName.Name     = "labelProductCategoryName";
            this.labelProductCategoryName.Size     = new System.Drawing.Size(71, 13);
            this.labelProductCategoryName.TabIndex = 4;
            this.labelProductCategoryName.Text     = "Product Category Name:";
            //
            //textBoxProductCategoryName
            //
            this.textBoxProductCategoryName.Location = new System.Drawing.Point(175, 36);
            this.textBoxProductCategoryName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxProductCategoryName.Name     = "textBoxProductCategoryName";
            this.textBoxProductCategoryName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxProductCategoryName.TabIndex = 5;
            //
            // labelProductCategoryPosition
            //
            this.labelProductCategoryPosition.AutoSize = true;
            this.labelProductCategoryPosition.Location = new System.Drawing.Point(11, 59);
            this.labelProductCategoryPosition.Name     = "labelProductCategoryPosition";
            this.labelProductCategoryPosition.Size     = new System.Drawing.Size(71, 13);
            this.labelProductCategoryPosition.TabIndex = 6;
            this.labelProductCategoryPosition.Text     = "Product Category Position:";
            //
            //maskedTextBoxProductCategoryPosition
            //
            this.maskedTextBoxProductCategoryPosition.Location = new System.Drawing.Point(175, 59);
            this.maskedTextBoxProductCategoryPosition.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxProductCategoryPosition.Name     = "maskedTextBoxProductCategoryPosition";
            this.maskedTextBoxProductCategoryPosition.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxProductCategoryPosition.TabIndex = 7;
            //
            // labelState
            //
            this.labelState.AutoSize = true;
            this.labelState.Location = new System.Drawing.Point(11, 82);
            this.labelState.Name     = "labelState";
            this.labelState.Size     = new System.Drawing.Size(71, 13);
            this.labelState.TabIndex = 8;
            this.labelState.Text     = "State:";
            //
            //textBoxState
            //
            this.textBoxState.Location = new System.Drawing.Point(175, 82);
            this.textBoxState.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxState.Name     = "textBoxState";
            this.textBoxState.Size     = new System.Drawing.Size(250, 20);
            this.textBoxState.TabIndex = 9;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 10;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(175, 105);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 11;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(333, 128);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(233, 128);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(437, 156);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeProductCategoryEdit";
            this.Text = "Product Category Edit";
            this.Controls.Add(this.labelProductCategoryCode);
            this.Controls.Add(this.textBoxProductCategoryCode);
            this.Controls.Add(this.labelProductCategoryName);
            this.Controls.Add(this.textBoxProductCategoryName);
            this.Controls.Add(this.labelProductCategoryPosition);
            this.Controls.Add(this.maskedTextBoxProductCategoryPosition);
            this.Controls.Add(this.labelState);
            this.Controls.Add(this.textBoxState);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            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.components = new System.ComponentModel.Container();
     this.lbhienthidiachi = new System.Windows.Forms.Label();
     this.lbhienthiten = new System.Windows.Forms.Label();
     this.lbhienthima = new System.Windows.Forms.Label();
     this.txtdiengiai = new System.Windows.Forms.TextBox();
     this.lbdiachi = new System.Windows.Forms.Label();
     this.lbdiengiai = new System.Windows.Forms.Label();
     this.txtsotienthanhtoan = new System.Windows.Forms.TextBox();
     this.lbsotienthanhtoan = new System.Windows.Forms.Label();
     this.cbbtientetygia = new System.Windows.Forms.ComboBox();
     this.txttientetygia = new System.Windows.Forms.TextBox();
     this.lbten = new System.Windows.Forms.Label();
     this.lbtientetygia = new System.Windows.Forms.Label();
     this.cbbcotaikhoan = new System.Windows.Forms.ComboBox();
     this.lbcotaikhoan = new System.Windows.Forms.Label();
     this.cbbnotaikhoan = new System.Windows.Forms.ComboBox();
     this.lbma = new System.Windows.Forms.Label();
     this.lbnotaikhoan = new System.Windows.Forms.Label();
     this.txtnguoinoptien = new System.Windows.Forms.TextBox();
     this.lbnguoinoptien = new System.Windows.Forms.Label();
     this.gnthongtindoituong = new System.Windows.Forms.GroupBox();
     this.txtdoituong = new System.Windows.Forms.TextBox();
     this.lbdoituong = new System.Windows.Forms.Label();
     this.gbtrungtamloinhuam = new System.Windows.Forms.GroupBox();
     this.cbbnhomhangcaptren = new System.Windows.Forms.ComboBox();
     this.lbnhomhang = new System.Windows.Forms.Label();
     this.cbbkhohang = new System.Windows.Forms.ComboBox();
     this.lbkhohang = new System.Windows.Forms.Label();
     this.lbloaichungtu = new System.Windows.Forms.Label();
     this.cbbkhoanmuc = new System.Windows.Forms.ComboBox();
     this.lbkhoanmuc = new System.Windows.Forms.Label();
     this.cbbloaichungtu = new System.Windows.Forms.ComboBox();
     this.label11 = new System.Windows.Forms.Label();
     this.mskngaychungtu = new System.Windows.Forms.MaskedTextBox();
     this.txtsochungtu = new System.Windows.Forms.TextBox();
     this.lbngaychungtu = new System.Windows.Forms.Label();
     this.lbsochungtu = new System.Windows.Forms.Label();
     this.cbbdoituong = new System.Windows.Forms.ComboBox();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.tsslsua = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslthemmoi = new System.Windows.Forms.ToolStripStatusLabel();
     this.tsslin = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     this.tssltrove = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.btntimkiem = new System.Windows.Forms.Button();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.gnthongtindoituong.SuspendLayout();
     this.gbtrungtamloinhuam.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // lbhienthidiachi
     //
     this.lbhienthidiachi.AutoSize = true;
     this.lbhienthidiachi.ForeColor = System.Drawing.SystemColors.Highlight;
     this.lbhienthidiachi.Location = new System.Drawing.Point(56, 73);
     this.lbhienthidiachi.Name = "lbhienthidiachi";
     this.lbhienthidiachi.Size = new System.Drawing.Size(13, 15);
     this.lbhienthidiachi.TabIndex = 6;
     this.lbhienthidiachi.Text = "3";
     //
     // lbhienthiten
     //
     this.lbhienthiten.AutoSize = true;
     this.lbhienthiten.ForeColor = System.Drawing.SystemColors.Highlight;
     this.lbhienthiten.Location = new System.Drawing.Point(56, 44);
     this.lbhienthiten.Name = "lbhienthiten";
     this.lbhienthiten.Size = new System.Drawing.Size(13, 15);
     this.lbhienthiten.TabIndex = 5;
     this.lbhienthiten.Text = "2";
     //
     // lbhienthima
     //
     this.lbhienthima.AutoSize = true;
     this.lbhienthima.ForeColor = System.Drawing.SystemColors.Highlight;
     this.lbhienthima.Location = new System.Drawing.Point(56, 17);
     this.lbhienthima.Name = "lbhienthima";
     this.lbhienthima.Size = new System.Drawing.Size(13, 15);
     this.lbhienthima.TabIndex = 4;
     this.lbhienthima.Text = "1";
     //
     // txtdiengiai
     //
     this.txtdiengiai.BackColor = System.Drawing.Color.White;
     this.txtdiengiai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtdiengiai.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtdiengiai.Location = new System.Drawing.Point(90, 272);
     this.txtdiengiai.MaxLength = 100;
     this.txtdiengiai.Name = "txtdiengiai";
     this.txtdiengiai.Size = new System.Drawing.Size(516, 21);
     this.txtdiengiai.TabIndex = 10;
     this.txtdiengiai.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtdiengiai.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtdiengiai_KeyUp);
     //
     // lbdiachi
     //
     this.lbdiachi.AutoSize = true;
     this.lbdiachi.Location = new System.Drawing.Point(6, 73);
     this.lbdiachi.Name = "lbdiachi";
     this.lbdiachi.Size = new System.Drawing.Size(44, 15);
     this.lbdiachi.TabIndex = 2;
     this.lbdiachi.Text = "Địa chỉ:";
     //
     // lbdiengiai
     //
     this.lbdiengiai.AutoSize = true;
     this.lbdiengiai.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbdiengiai.Location = new System.Drawing.Point(31, 274);
     this.lbdiengiai.Name = "lbdiengiai";
     this.lbdiengiai.Size = new System.Drawing.Size(52, 15);
     this.lbdiengiai.TabIndex = 86;
     this.lbdiengiai.Text = "Diễn giải:";
     //
     // txtsotienthanhtoan
     //
     this.txtsotienthanhtoan.BackColor = System.Drawing.Color.White;
     this.txtsotienthanhtoan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtsotienthanhtoan.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtsotienthanhtoan.Location = new System.Drawing.Point(425, 231);
     this.txtsotienthanhtoan.Name = "txtsotienthanhtoan";
     this.txtsotienthanhtoan.Size = new System.Drawing.Size(194, 21);
     this.txtsotienthanhtoan.TabIndex = 9;
     this.txtsotienthanhtoan.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtsotienthanhtoan.TextChanged += new System.EventHandler(this.txtsotienthanhtoan_TextChanged);
     //
     // lbsotienthanhtoan
     //
     this.lbsotienthanhtoan.AutoSize = true;
     this.lbsotienthanhtoan.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbsotienthanhtoan.Location = new System.Drawing.Point(322, 235);
     this.lbsotienthanhtoan.Name = "lbsotienthanhtoan";
     this.lbsotienthanhtoan.Size = new System.Drawing.Size(97, 15);
     this.lbsotienthanhtoan.TabIndex = 84;
     this.lbsotienthanhtoan.Text = "Số tiền thanh toán:";
     //
     // cbbtientetygia
     //
     this.cbbtientetygia.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbtientetygia.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbtientetygia.FormattingEnabled = true;
     this.cbbtientetygia.Location = new System.Drawing.Point(106, 232);
     this.cbbtientetygia.Name = "cbbtientetygia";
     this.cbbtientetygia.Size = new System.Drawing.Size(118, 23);
     this.cbbtientetygia.TabIndex = 7;
     this.cbbtientetygia.SelectedIndexChanged += new System.EventHandler(this.cbbtientetygia_SelectedIndexChanged);
     //
     // txttientetygia
     //
     this.txttientetygia.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txttientetygia.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txttientetygia.Enabled = false;
     this.txttientetygia.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttientetygia.Location = new System.Drawing.Point(230, 233);
     this.txttientetygia.Name = "txttientetygia";
     this.txttientetygia.Size = new System.Drawing.Size(70, 21);
     this.txttientetygia.TabIndex = 82;
     this.txttientetygia.TabStop = false;
     this.txttientetygia.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lbten
     //
     this.lbten.AutoSize = true;
     this.lbten.Location = new System.Drawing.Point(6, 44);
     this.lbten.Name = "lbten";
     this.lbten.Size = new System.Drawing.Size(29, 15);
     this.lbten.TabIndex = 1;
     this.lbten.Text = "Tên:";
     //
     // lbtientetygia
     //
     this.lbtientetygia.AutoSize = true;
     this.lbtientetygia.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbtientetygia.Location = new System.Drawing.Point(19, 237);
     this.lbtientetygia.Name = "lbtientetygia";
     this.lbtientetygia.Size = new System.Drawing.Size(81, 15);
     this.lbtientetygia.TabIndex = 81;
     this.lbtientetygia.Text = "Tiền tệ /Tỷ giá:";
     //
     // cbbcotaikhoan
     //
     this.cbbcotaikhoan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbcotaikhoan.Enabled = false;
     this.cbbcotaikhoan.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbcotaikhoan.FormattingEnabled = true;
     this.cbbcotaikhoan.Location = new System.Drawing.Point(91, 369);
     this.cbbcotaikhoan.Name = "cbbcotaikhoan";
     this.cbbcotaikhoan.Size = new System.Drawing.Size(200, 23);
     this.cbbcotaikhoan.TabIndex = 8;
     this.cbbcotaikhoan.Visible = false;
     //
     // lbcotaikhoan
     //
     this.lbcotaikhoan.AutoSize = true;
     this.lbcotaikhoan.Enabled = false;
     this.lbcotaikhoan.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbcotaikhoan.Location = new System.Drawing.Point(13, 374);
     this.lbcotaikhoan.Name = "lbcotaikhoan";
     this.lbcotaikhoan.Size = new System.Drawing.Size(71, 15);
     this.lbcotaikhoan.TabIndex = 77;
     this.lbcotaikhoan.Text = "Có tài khoản:";
     this.lbcotaikhoan.Visible = false;
     //
     // cbbnotaikhoan
     //
     this.cbbnotaikhoan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbnotaikhoan.Enabled = false;
     this.cbbnotaikhoan.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbnotaikhoan.FormattingEnabled = true;
     this.cbbnotaikhoan.Location = new System.Drawing.Point(90, 337);
     this.cbbnotaikhoan.Name = "cbbnotaikhoan";
     this.cbbnotaikhoan.Size = new System.Drawing.Size(200, 23);
     this.cbbnotaikhoan.TabIndex = 6;
     this.cbbnotaikhoan.Visible = false;
     //
     // lbma
     //
     this.lbma.AutoSize = true;
     this.lbma.Location = new System.Drawing.Point(6, 17);
     this.lbma.Name = "lbma";
     this.lbma.Size = new System.Drawing.Size(27, 15);
     this.lbma.TabIndex = 0;
     this.lbma.Text = "Mã:";
     //
     // lbnotaikhoan
     //
     this.lbnotaikhoan.AutoSize = true;
     this.lbnotaikhoan.Enabled = false;
     this.lbnotaikhoan.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbnotaikhoan.Location = new System.Drawing.Point(12, 342);
     this.lbnotaikhoan.Name = "lbnotaikhoan";
     this.lbnotaikhoan.Size = new System.Drawing.Size(72, 15);
     this.lbnotaikhoan.TabIndex = 75;
     this.lbnotaikhoan.Text = "Nợ tài khoản:";
     this.lbnotaikhoan.Visible = false;
     //
     // txtnguoinoptien
     //
     this.txtnguoinoptien.BackColor = System.Drawing.Color.White;
     this.txtnguoinoptien.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtnguoinoptien.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtnguoinoptien.Location = new System.Drawing.Point(102, 203);
     this.txtnguoinoptien.MaxLength = 100;
     this.txtnguoinoptien.Name = "txtnguoinoptien";
     this.txtnguoinoptien.Size = new System.Drawing.Size(200, 21);
     this.txtnguoinoptien.TabIndex = 5;
     this.txtnguoinoptien.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lbnguoinoptien
     //
     this.lbnguoinoptien.AutoSize = true;
     this.lbnguoinoptien.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbnguoinoptien.Location = new System.Drawing.Point(13, 205);
     this.lbnguoinoptien.Name = "lbnguoinoptien";
     this.lbnguoinoptien.Size = new System.Drawing.Size(83, 15);
     this.lbnguoinoptien.TabIndex = 71;
     this.lbnguoinoptien.Text = "Người nộp tiền:";
     //
     // gnthongtindoituong
     //
     this.gnthongtindoituong.Controls.Add(this.lbhienthidiachi);
     this.gnthongtindoituong.Controls.Add(this.lbhienthiten);
     this.gnthongtindoituong.Controls.Add(this.lbhienthima);
     this.gnthongtindoituong.Controls.Add(this.lbdiachi);
     this.gnthongtindoituong.Controls.Add(this.lbten);
     this.gnthongtindoituong.Controls.Add(this.lbma);
     this.gnthongtindoituong.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gnthongtindoituong.Location = new System.Drawing.Point(16, 97);
     this.gnthongtindoituong.Name = "gnthongtindoituong";
     this.gnthongtindoituong.Size = new System.Drawing.Size(603, 101);
     this.gnthongtindoituong.TabIndex = 70;
     this.gnthongtindoituong.TabStop = false;
     this.gnthongtindoituong.Text = "Thông tin đối tượng";
     //
     // txtdoituong
     //
     this.txtdoituong.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtdoituong.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtdoituong.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtdoituong.Location = new System.Drawing.Point(530, 70);
     this.txtdoituong.Name = "txtdoituong";
     this.txtdoituong.ReadOnly = true;
     this.txtdoituong.Size = new System.Drawing.Size(89, 21);
     this.txtdoituong.TabIndex = 69;
     this.txtdoituong.TabStop = false;
     this.txtdoituong.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lbdoituong
     //
     this.lbdoituong.AutoSize = true;
     this.lbdoituong.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbdoituong.Location = new System.Drawing.Point(311, 70);
     this.lbdoituong.Name = "lbdoituong";
     this.lbdoituong.Size = new System.Drawing.Size(59, 15);
     this.lbdoituong.TabIndex = 67;
     this.lbdoituong.Text = "Đối tượng:";
     //
     // gbtrungtamloinhuam
     //
     this.gbtrungtamloinhuam.Controls.Add(this.cbbnhomhangcaptren);
     this.gbtrungtamloinhuam.Controls.Add(this.lbnhomhang);
     this.gbtrungtamloinhuam.Controls.Add(this.cbbkhohang);
     this.gbtrungtamloinhuam.Controls.Add(this.lbkhohang);
     this.gbtrungtamloinhuam.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gbtrungtamloinhuam.Location = new System.Drawing.Point(306, 299);
     this.gbtrungtamloinhuam.Name = "gbtrungtamloinhuam";
     this.gbtrungtamloinhuam.Size = new System.Drawing.Size(313, 92);
     this.gbtrungtamloinhuam.TabIndex = 64;
     this.gbtrungtamloinhuam.TabStop = false;
     this.gbtrungtamloinhuam.Text = "Trung tâm lợi nhuận (Profit Centers)";
     this.gbtrungtamloinhuam.Visible = false;
     //
     // cbbnhomhangcaptren
     //
     this.cbbnhomhangcaptren.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbnhomhangcaptren.FormattingEnabled = true;
     this.cbbnhomhangcaptren.Location = new System.Drawing.Point(119, 53);
     this.cbbnhomhangcaptren.Name = "cbbnhomhangcaptren";
     this.cbbnhomhangcaptren.Size = new System.Drawing.Size(181, 23);
     this.cbbnhomhangcaptren.TabIndex = 2;
     //
     // lbnhomhang
     //
     this.lbnhomhang.AutoSize = true;
     this.lbnhomhang.Location = new System.Drawing.Point(48, 56);
     this.lbnhomhang.Name = "lbnhomhang";
     this.lbnhomhang.Size = new System.Drawing.Size(65, 15);
     this.lbnhomhang.TabIndex = 32;
     this.lbnhomhang.Text = "Nhóm hàng:";
     //
     // cbbkhohang
     //
     this.cbbkhohang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbkhohang.FormattingEnabled = true;
     this.cbbkhohang.Location = new System.Drawing.Point(119, 20);
     this.cbbkhohang.Name = "cbbkhohang";
     this.cbbkhohang.Size = new System.Drawing.Size(181, 23);
     this.cbbkhohang.TabIndex = 1;
     //
     // lbkhohang
     //
     this.lbkhohang.AutoSize = true;
     this.lbkhohang.Location = new System.Drawing.Point(57, 23);
     this.lbkhohang.Name = "lbkhohang";
     this.lbkhohang.Size = new System.Drawing.Size(56, 15);
     this.lbkhohang.TabIndex = 30;
     this.lbkhohang.Text = "Kho hàng:";
     //
     // lbloaichungtu
     //
     this.lbloaichungtu.AutoSize = true;
     this.lbloaichungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbloaichungtu.Location = new System.Drawing.Point(15, 37);
     this.lbloaichungtu.Name = "lbloaichungtu";
     this.lbloaichungtu.Size = new System.Drawing.Size(77, 15);
     this.lbloaichungtu.TabIndex = 62;
     this.lbloaichungtu.Text = "Loại chứng từ:";
     //
     // cbbkhoanmuc
     //
     this.cbbkhoanmuc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbkhoanmuc.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbkhoanmuc.FormattingEnabled = true;
     this.cbbkhoanmuc.Location = new System.Drawing.Point(102, 67);
     this.cbbkhoanmuc.Name = "cbbkhoanmuc";
     this.cbbkhoanmuc.Size = new System.Drawing.Size(200, 23);
     this.cbbkhoanmuc.TabIndex = 3;
     this.cbbkhoanmuc.SelectedIndexChanged += new System.EventHandler(this.cbbkhoanmuc_SelectedIndexChanged);
     //
     // lbkhoanmuc
     //
     this.lbkhoanmuc.AutoSize = true;
     this.lbkhoanmuc.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbkhoanmuc.Location = new System.Drawing.Point(31, 72);
     this.lbkhoanmuc.Name = "lbkhoanmuc";
     this.lbkhoanmuc.Size = new System.Drawing.Size(65, 15);
     this.lbkhoanmuc.TabIndex = 65;
     this.lbkhoanmuc.Text = "Khoản mục:";
     //
     // cbbloaichungtu
     //
     this.cbbloaichungtu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbloaichungtu.Enabled = false;
     this.cbbloaichungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbloaichungtu.FormattingEnabled = true;
     this.cbbloaichungtu.Items.AddRange(new object[] {
     "Thu",
     "Chi"});
     this.cbbloaichungtu.Location = new System.Drawing.Point(98, 34);
     this.cbbloaichungtu.Name = "cbbloaichungtu";
     this.cbbloaichungtu.Size = new System.Drawing.Size(140, 23);
     this.cbbloaichungtu.TabIndex = 63;
     this.cbbloaichungtu.TabStop = false;
     this.cbbloaichungtu.SelectedIndexChanged += new System.EventHandler(this.cbbloaichungtu_SelectedIndexChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Blue;
     this.label11.Location = new System.Drawing.Point(379, 10);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(79, 15);
     this.label11.TabIndex = 59;
     this.label11.Text = "(dd/mm/yyyy)";
     //
     // mskngaychungtu
     //
     this.mskngaychungtu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.mskngaychungtu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mskngaychungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mskngaychungtu.Location = new System.Drawing.Point(303, 6);
     this.mskngaychungtu.Mask = "00/00/0000";
     this.mskngaychungtu.Name = "mskngaychungtu";
     this.mskngaychungtu.ReadOnly = true;
     this.mskngaychungtu.Size = new System.Drawing.Size(70, 21);
     this.mskngaychungtu.TabIndex = 58;
     this.mskngaychungtu.TabStop = false;
     this.mskngaychungtu.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.mskngaychungtu.ValidatingType = typeof(System.DateTime);
     //
     // txtsochungtu
     //
     this.txtsochungtu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtsochungtu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtsochungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtsochungtu.Location = new System.Drawing.Point(98, 6);
     this.txtsochungtu.Name = "txtsochungtu";
     this.txtsochungtu.ReadOnly = true;
     this.txtsochungtu.Size = new System.Drawing.Size(100, 21);
     this.txtsochungtu.TabIndex = 57;
     this.txtsochungtu.TabStop = false;
     this.txtsochungtu.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lbngaychungtu
     //
     this.lbngaychungtu.AutoSize = true;
     this.lbngaychungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbngaychungtu.Location = new System.Drawing.Point(215, 10);
     this.lbngaychungtu.Name = "lbngaychungtu";
     this.lbngaychungtu.Size = new System.Drawing.Size(82, 15);
     this.lbngaychungtu.TabIndex = 56;
     this.lbngaychungtu.Text = "Ngày chứng từ:";
     //
     // lbsochungtu
     //
     this.lbsochungtu.AutoSize = true;
     this.lbsochungtu.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbsochungtu.Location = new System.Drawing.Point(24, 8);
     this.lbsochungtu.Name = "lbsochungtu";
     this.lbsochungtu.Size = new System.Drawing.Size(68, 15);
     this.lbsochungtu.TabIndex = 55;
     this.lbsochungtu.Text = "Số chứng từ:";
     //
     // cbbdoituong
     //
     this.cbbdoituong.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbdoituong.Enabled = false;
     this.cbbdoituong.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cbbdoituong.FormattingEnabled = true;
     this.cbbdoituong.Location = new System.Drawing.Point(376, 67);
     this.cbbdoituong.Name = "cbbdoituong";
     this.cbbdoituong.Size = new System.Drawing.Size(148, 23);
     this.cbbdoituong.TabIndex = 4;
     this.cbbdoituong.TabStop = false;
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.Color.LightSteelBlue;
     this.statusStrip1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsslsua,
     this.tsslthemmoi,
     this.tsslin,
     this.toolStripDropDownButton1,
     this.tssltrove});
     this.statusStrip1.Location = new System.Drawing.Point(0, 299);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(656, 26);
     this.statusStrip1.TabIndex = 54;
     this.statusStrip1.Text = "statusStrip1";
     this.statusStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.statusStrip1_ItemClicked);
     //
     // tsslsua
     //
     this.tsslsua.Image = global::GUI.Properties.Resources.Sua;
     this.tsslsua.Name = "tsslsua";
     this.tsslsua.Size = new System.Drawing.Size(140, 21);
     this.tsslsua.Spring = true;
     this.tsslsua.Text = "&Sửa";
     this.tsslsua.Visible = false;
     this.tsslsua.Click += new System.EventHandler(this.tsslsua_Click);
     //
     // tsslthemmoi
     //
     this.tsslthemmoi.Image = global::GUI.Properties.Resources.Them;
     this.tsslthemmoi.Name = "tsslthemmoi";
     this.tsslthemmoi.Size = new System.Drawing.Size(213, 21);
     this.tsslthemmoi.Spring = true;
     this.tsslthemmoi.Text = "&Thêm";
     this.tsslthemmoi.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslthemmoi.Click += new System.EventHandler(this.tsslthemmoi_Click);
     this.tsslthemmoi.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslthemmoi.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tsslin
     //
     this.tsslin.Image = global::GUI.Properties.Resources.In;
     this.tsslin.Name = "tsslin";
     this.tsslin.Size = new System.Drawing.Size(213, 21);
     this.tsslin.Spring = true;
     this.tsslin.Text = "&In";
     this.tsslin.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tsslin.Click += new System.EventHandler(this.tsslin_Click);
     this.tsslin.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tsslin.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // toolStripDropDownButton1
     //
     this.toolStripDropDownButton1.Image = global::GUI.Properties.Resources.khac;
     this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     this.toolStripDropDownButton1.Size = new System.Drawing.Size(78, 25);
     this.toolStripDropDownButton1.Text = "Khác";
     this.toolStripDropDownButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripDropDownButton1.Visible = false;
     this.toolStripDropDownButton1.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.toolStripDropDownButton1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // tssltrove
     //
     this.tssltrove.Image = global::GUI.Properties.Resources.Tro_ve;
     this.tssltrove.Name = "tssltrove";
     this.tssltrove.Size = new System.Drawing.Size(213, 21);
     this.tssltrove.Spring = true;
     this.tssltrove.Text = "Trở &về";
     this.tssltrove.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.tssltrove.Click += new System.EventHandler(this.tssltrove_Click_1);
     this.tssltrove.MouseLeave += new System.EventHandler(this.MouseLeave);
     this.tssltrove.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MouseMove);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(this.lbsochungtu);
     this.panel1.Controls.Add(this.btntimkiem);
     this.panel1.Controls.Add(this.lbngaychungtu);
     this.panel1.Controls.Add(this.txtdiengiai);
     this.panel1.Controls.Add(this.txtsochungtu);
     this.panel1.Controls.Add(this.lbdiengiai);
     this.panel1.Controls.Add(this.cbbnotaikhoan);
     this.panel1.Controls.Add(this.lbnotaikhoan);
     this.panel1.Controls.Add(this.mskngaychungtu);
     this.panel1.Controls.Add(this.lbcotaikhoan);
     this.panel1.Controls.Add(this.txtsotienthanhtoan);
     this.panel1.Controls.Add(this.cbbcotaikhoan);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.lbsotienthanhtoan);
     this.panel1.Controls.Add(this.cbbloaichungtu);
     this.panel1.Controls.Add(this.cbbtientetygia);
     this.panel1.Controls.Add(this.lbkhoanmuc);
     this.panel1.Controls.Add(this.txttientetygia);
     this.panel1.Controls.Add(this.cbbkhoanmuc);
     this.panel1.Controls.Add(this.lbtientetygia);
     this.panel1.Controls.Add(this.cbbdoituong);
     this.panel1.Controls.Add(this.lbloaichungtu);
     this.panel1.Controls.Add(this.gbtrungtamloinhuam);
     this.panel1.Controls.Add(this.lbdoituong);
     this.panel1.Controls.Add(this.txtdoituong);
     this.panel1.Controls.Add(this.gnthongtindoituong);
     this.panel1.Controls.Add(this.lbnguoinoptien);
     this.panel1.Controls.Add(this.txtnguoinoptien);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(656, 299);
     this.panel1.TabIndex = 89;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(454, 205);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 14);
     this.label1.TabIndex = 89;
     this.label1.Text = "Mã thẻ";
     this.label1.Visible = false;
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(500, 201);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(119, 22);
     this.comboBox1.TabIndex = 88;
     this.comboBox1.Visible = false;
     this.comboBox1.TextChanged += new System.EventHandler(this.comboBox1_TextChanged);
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(325, 203);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(114, 18);
     this.checkBox1.TabIndex = 87;
     this.checkBox1.Text = "Thu tiền thẻ giá trị";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // btntimkiem
     //
     this.btntimkiem.FlatAppearance.BorderSize = 0;
     this.btntimkiem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btntimkiem.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btntimkiem.Image = global::GUI.Properties.Resources.button_search;
     this.btntimkiem.Location = new System.Drawing.Point(625, 67);
     this.btntimkiem.Name = "btntimkiem";
     this.btntimkiem.Size = new System.Drawing.Size(25, 24);
     this.btntimkiem.TabIndex = 4;
     this.btntimkiem.UseVisualStyleBackColor = true;
     this.btntimkiem.Click += new System.EventHandler(this.btntimkiem_Click);
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // frmXuLyPhieuThuChi
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(656, 325);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.statusStrip1);
     this.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "frmXuLyPhieuThuChi";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Quản ly phiếu thu chi";
     this.Resize += new System.EventHandler(this.frmXuLyPhieuThuChi_Resize);
     this.gnthongtindoituong.ResumeLayout(false);
     this.gnthongtindoituong.PerformLayout();
     this.gbtrungtamloinhuam.ResumeLayout(false);
     this.gbtrungtamloinhuam.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #58
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelDefaultTestRunResultRefCombo = new System.Windows.Forms.Label();
            this.defaultTestRunResultRefCombo      = new DefaultTestRunResultRefCombo();
            this.labelResult                      = new System.Windows.Forms.Label();
            this.textBoxResult                    = new System.Windows.Forms.TextBox();
            this.labelStartDateTime               = new System.Windows.Forms.Label();
            this.dateTimePickerStartDateTime      = new System.Windows.Forms.DateTimePicker();
            this.labelEndDateTime                 = new System.Windows.Forms.Label();
            this.dateTimePickerEndDateTime        = new System.Windows.Forms.DateTimePicker();
            this.labelElapsedMilliseconds         = new System.Windows.Forms.Label();
            this.maskedTextBoxElapsedMilliseconds = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                    = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime           = new System.Windows.Forms.DateTimePicker();
            this.SuspendLayout();
            //
            // labelDefaultTestRunResultRefCombo
            //
            this.labelDefaultTestRunResultRefCombo.AutoSize = true;
            this.labelDefaultTestRunResultRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelDefaultTestRunResultRefCombo.Name     = "labelDefaultTestRunResultRefCombo";
            this.labelDefaultTestRunResultRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelDefaultTestRunResultRefCombo.TabIndex = 2;
            this.labelDefaultTestRunResultRefCombo.Text     = "Default Test Run Result:";
            //
            //defaultTestRunResultRefCombo
            //
            this.defaultTestRunResultRefCombo.Location = new System.Drawing.Point(161, 13);
            this.defaultTestRunResultRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.defaultTestRunResultRefCombo.Name     = "defaultTestRunResultRefCombo";
            this.defaultTestRunResultRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.defaultTestRunResultRefCombo.TabIndex = 3;
            //
            // labelResult
            //
            this.labelResult.AutoSize = true;
            this.labelResult.Location = new System.Drawing.Point(11, 36);
            this.labelResult.Name     = "labelResult";
            this.labelResult.Size     = new System.Drawing.Size(71, 13);
            this.labelResult.TabIndex = 4;
            this.labelResult.Text     = "Result:";
            //
            //textBoxResult
            //
            this.textBoxResult.Location = new System.Drawing.Point(161, 36);
            this.textBoxResult.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxResult.Name     = "textBoxResult";
            this.textBoxResult.Size     = new System.Drawing.Size(250, 20);
            this.textBoxResult.TabIndex = 5;
            //
            // labelStartDateTime
            //
            this.labelStartDateTime.AutoSize = true;
            this.labelStartDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelStartDateTime.Name     = "labelStartDateTime";
            this.labelStartDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelStartDateTime.TabIndex = 6;
            this.labelStartDateTime.Text     = "Start Date Time:";
            //
            //dateTimePickerStartDateTime
            //
            this.dateTimePickerStartDateTime.Location     = new System.Drawing.Point(161, 59);
            this.dateTimePickerStartDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerStartDateTime.Name         = "dateTimePickerStartDateTime";
            this.dateTimePickerStartDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerStartDateTime.TabIndex     = 7;
            this.dateTimePickerStartDateTime.Checked      = false;
            this.dateTimePickerStartDateTime.ShowCheckBox = true;
            //
            // labelEndDateTime
            //
            this.labelEndDateTime.AutoSize = true;
            this.labelEndDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelEndDateTime.Name     = "labelEndDateTime";
            this.labelEndDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelEndDateTime.TabIndex = 8;
            this.labelEndDateTime.Text     = "End Date Time:";
            //
            //dateTimePickerEndDateTime
            //
            this.dateTimePickerEndDateTime.Location     = new System.Drawing.Point(161, 82);
            this.dateTimePickerEndDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerEndDateTime.Name         = "dateTimePickerEndDateTime";
            this.dateTimePickerEndDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerEndDateTime.TabIndex     = 9;
            this.dateTimePickerEndDateTime.Checked      = false;
            this.dateTimePickerEndDateTime.ShowCheckBox = true;
            //
            // labelElapsedMilliseconds
            //
            this.labelElapsedMilliseconds.AutoSize = true;
            this.labelElapsedMilliseconds.Location = new System.Drawing.Point(11, 105);
            this.labelElapsedMilliseconds.Name     = "labelElapsedMilliseconds";
            this.labelElapsedMilliseconds.Size     = new System.Drawing.Size(71, 13);
            this.labelElapsedMilliseconds.TabIndex = 10;
            this.labelElapsedMilliseconds.Text     = "Elapsed Milliseconds:";
            //
            //maskedTextBoxElapsedMilliseconds
            //
            this.maskedTextBoxElapsedMilliseconds.Location = new System.Drawing.Point(161, 105);
            this.maskedTextBoxElapsedMilliseconds.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxElapsedMilliseconds.Name     = "maskedTextBoxElapsedMilliseconds";
            this.maskedTextBoxElapsedMilliseconds.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxElapsedMilliseconds.TabIndex = 11;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 128);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 12;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location     = new System.Drawing.Point(161, 128);
            this.dateTimePickerDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name         = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex     = 13;
            this.dateTimePickerDateTime.Checked      = false;
            this.dateTimePickerDateTime.ShowCheckBox = true;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(319, 151);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(219, 151);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(423, 179);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeDefaultTestRunEdit";
            this.Text = "Default Test Run Edit";
            this.Controls.Add(this.labelDefaultTestRunResultRefCombo);
            this.Controls.Add(this.defaultTestRunResultRefCombo);
            this.Controls.Add(this.labelResult);
            this.Controls.Add(this.textBoxResult);
            this.Controls.Add(this.labelStartDateTime);
            this.Controls.Add(this.dateTimePickerStartDateTime);
            this.Controls.Add(this.labelEndDateTime);
            this.Controls.Add(this.dateTimePickerEndDateTime);
            this.Controls.Add(this.labelElapsedMilliseconds);
            this.Controls.Add(this.maskedTextBoxElapsedMilliseconds);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #59
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(frmProducts));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtrabarGeneralinformation = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.txtfactor = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtuompurchase = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtuomsize = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtuomsale = new DevExpress.XtraEditors.ComboBoxEdit();
     this.cmbValueMethod = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtAvgRate = new DevExpress.XtraEditors.TextEdit();
     this.txtToleranceDay = new DevExpress.XtraEditors.TextEdit();
     this.txtLoadTime = new DevExpress.XtraEditors.TextEdit();
     this.txtPurchaseRate = new DevExpress.XtraEditors.TextEdit();
     this.txtSpecialRate = new DevExpress.XtraEditors.TextEdit();
     this.txtCostRate = new DevExpress.XtraEditors.TextEdit();
     this.txtTransit = new DevExpress.XtraEditors.TextEdit();
     this.txtTarget = new DevExpress.XtraEditors.TextEdit();
     this.txtNetBalance = new DevExpress.XtraEditors.TextEdit();
     this.txtBalanceBonus = new DevExpress.XtraEditors.TextEdit();
     this.txtBalanceStock = new DevExpress.XtraEditors.TextEdit();
     this.txtMaxQuantityDays = new DevExpress.XtraEditors.TextEdit();
     this.txtMaxQuantityPCustomer = new DevExpress.XtraEditors.TextEdit();
     this.txtPackInBox = new DevExpress.XtraEditors.TextEdit();
     this.txtInventoryDays = new DevExpress.XtraEditors.TextEdit();
     this.txtMinFlatRate = new DevExpress.XtraEditors.TextEdit();
     this.txtMaxFlatRate = new DevExpress.XtraEditors.TextEdit();
     this.cmbSaleTaxCalculation = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtSaleTaxVale = new DevExpress.XtraEditors.TextEdit();
     this.txtSaleTaxPer = new DevExpress.XtraEditors.TextEdit();
     this.txtMaxSalesDisc = new DevExpress.XtraEditors.TextEdit();
     this.txtPurchaseDiscountPer = new DevExpress.XtraEditors.TextEdit();
     this.txtRetailPrice = new DevExpress.XtraEditors.TextEdit();
     this.chkwolallow = new DevExpress.XtraEditors.CheckEdit();
     this.chkAllowPer = new DevExpress.XtraEditors.CheckEdit();
     this.chkAutoBonus = new DevExpress.XtraEditors.CheckEdit();
     this.chkSaleBase = new DevExpress.XtraEditors.CheckEdit();
     this.chkSaleTaxReg = new DevExpress.XtraEditors.CheckEdit();
     this.chkNonPharma = new DevExpress.XtraEditors.CheckEdit();
     this.chkExcempted = new DevExpress.XtraEditors.CheckEdit();
     this.chkUseFlatRate = new DevExpress.XtraEditors.CheckEdit();
     this.chkNorCotics = new DevExpress.XtraEditors.CheckEdit();
     this.chkHideinTabs = new DevExpress.XtraEditors.CheckEdit();
     this.chkAllowMaxQtyDays = new DevExpress.XtraEditors.CheckEdit();
     this.chkProductDiscontinue = new DevExpress.XtraEditors.CheckEdit();
     this.txtTradePrice = new DevExpress.XtraEditors.TextEdit();
     this.txtSaleRate = new DevExpress.XtraEditors.TextEdit();
     this.txtPackInCarton = new DevExpress.XtraEditors.TextEdit();
     this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl18 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl17 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl16 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl50 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl19 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl20 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl25 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl24 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl23 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl22 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl21 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl26 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl52 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl53 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl27 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl28 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl29 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl30 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl31 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl32 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl37 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl38 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl44 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl43 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl41 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl42 = new DevExpress.XtraEditors.LabelControl();
     this.XtrabarBonus = new DevExpress.XtraTab.XtraTabPage();
     this.datagridBonus = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.datagridProductAllocation = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.groupControl5 = new DevExpress.XtraEditors.GroupControl();
     this.txtMaxLimit = new DevExpress.XtraEditors.TextEdit();
     this.txtMinLimit = new DevExpress.XtraEditors.TextEdit();
     this.txtBarCode = new DevExpress.XtraEditors.TextEdit();
     this.txtShelfCode = new DevExpress.XtraEditors.TextEdit();
     this.grdPresevasionStandard = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.simpleButton8 = new DevExpress.XtraEditors.SimpleButton();
     this.txtClaimPartnerID = new System.Windows.Forms.MaskedTextBox();
     this.txtClaimPartnerName = new DevExpress.XtraEditors.TextEdit();
     this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
     this.txtBussinessPartnerid = new System.Windows.Forms.MaskedTextBox();
     this.businessPartnerName = new DevExpress.XtraEditors.TextEdit();
     this.labelControl40 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl48 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl46 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl47 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl54 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl55 = new DevExpress.XtraEditors.LabelControl();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.dgFileAttachments = new C1.Win.C1TrueDBGrid.C1TrueDBGrid();
     this.Productid = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.cmbProductCategory = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtShortName = new DevExpress.XtraEditors.TextEdit();
     this.txtArtical = new DevExpress.XtraEditors.TextEdit();
     this.txtProductName = new DevExpress.XtraEditors.TextEdit();
     this.cmbSkuType = new DevExpress.XtraEditors.ComboBoxEdit();
     this.cmbGeneralName = new DevExpress.XtraEditors.ComboBoxEdit();
     this.cmbProtoType = new DevExpress.XtraEditors.ComboBoxEdit();
     this.btnPickList = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.txtProductId = new System.Windows.Forms.MaskedTextBox();
     this.txtPack = new DevExpress.XtraEditors.TextEdit();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl49 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl39 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
     this.txtGroupSeq = new DevExpress.XtraEditors.TextEdit();
     this.txtGroupName = new DevExpress.XtraEditors.TextEdit();
     this.txtGroupid = new System.Windows.Forms.MaskedTextBox();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.txtmanualgroup = new DevExpress.XtraEditors.TextEdit();
     this.labelControl57 = new DevExpress.XtraEditors.LabelControl();
     this.txtdateto = new System.Windows.Forms.MaskedTextBox();
     this.txtdatefrom = new System.Windows.Forms.MaskedTextBox();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl56 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl51 = new DevExpress.XtraEditors.LabelControl();
     this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
     this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.chkCompanyDiscount = new DevExpress.XtraEditors.CheckEdit();
     this.txtCompanySeq = new DevExpress.XtraEditors.TextEdit();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl35 = new DevExpress.XtraEditors.LabelControl();
     this.txtReportCompanyName = new DevExpress.XtraEditors.TextEdit();
     this.txtReportCompanyid = new System.Windows.Forms.MaskedTextBox();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.txtCompanyName = new DevExpress.XtraEditors.TextEdit();
     this.txtCompanyid = new System.Windows.Forms.MaskedTextBox();
     this.labelControl33 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl34 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl36 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtrabarGeneralinformation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtfactor.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtuompurchase.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtuomsize.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtuomsale.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbValueMethod.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAvgRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtToleranceDay.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLoadTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPurchaseRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSpecialRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCostRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTransit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarget.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNetBalance.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBalanceBonus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBalanceStock.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxQuantityDays.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxQuantityPCustomer.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackInBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInventoryDays.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMinFlatRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxFlatRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSaleTaxCalculation.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleTaxVale.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleTaxPer.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxSalesDisc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPurchaseDiscountPer.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRetailPrice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkwolallow.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAllowPer.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAutoBonus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkSaleBase.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkSaleTaxReg.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkNonPharma.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkExcempted.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkUseFlatRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkNorCotics.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkHideinTabs.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAllowMaxQtyDays.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkProductDiscontinue.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTradePrice.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleRate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackInCarton.Properties)).BeginInit();
     this.XtrabarBonus.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.datagridBonus)).BeginInit();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.datagridProductAllocation)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
     this.groupControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxLimit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMinLimit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBarCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShelfCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdPresevasionStandard)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtClaimPartnerName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.businessPartnerName.Properties)).BeginInit();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgFileAttachments)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProductCategory.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShortName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtArtical.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtProductName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSkuType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbGeneralName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProtoType.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPack.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGroupSeq.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGroupName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtmanualgroup.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
     this.groupControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkCompanyDiscount.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompanySeq.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReportCompanyName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompanyName.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.xtraTabControl1.Location = new System.Drawing.Point(3, 171);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtrabarGeneralinformation;
     this.xtraTabControl1.Size = new System.Drawing.Size(701, 254);
     this.xtraTabControl1.TabIndex = 0;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtrabarGeneralinformation,
     this.XtrabarBonus,
     this.xtraTabPage1,
     this.xtraTabPage2,
     this.xtraTabPage3});
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     this.xtraTabControl1.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.xtraTabControl1_PreviewKeyDown);
     //
     // xtrabarGeneralinformation
     //
     this.xtrabarGeneralinformation.Controls.Add(this.panelControl1);
     this.xtrabarGeneralinformation.Name = "xtrabarGeneralinformation";
     this.xtrabarGeneralinformation.Size = new System.Drawing.Size(695, 226);
     this.xtrabarGeneralinformation.Text = "General Information";
     //
     // panelControl1
     //
     this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.txtfactor);
     this.panelControl1.Controls.Add(this.txtuompurchase);
     this.panelControl1.Controls.Add(this.txtuomsize);
     this.panelControl1.Controls.Add(this.txtuomsale);
     this.panelControl1.Controls.Add(this.cmbValueMethod);
     this.panelControl1.Controls.Add(this.txtAvgRate);
     this.panelControl1.Controls.Add(this.txtToleranceDay);
     this.panelControl1.Controls.Add(this.txtLoadTime);
     this.panelControl1.Controls.Add(this.txtPurchaseRate);
     this.panelControl1.Controls.Add(this.txtSpecialRate);
     this.panelControl1.Controls.Add(this.txtCostRate);
     this.panelControl1.Controls.Add(this.txtTransit);
     this.panelControl1.Controls.Add(this.txtTarget);
     this.panelControl1.Controls.Add(this.txtNetBalance);
     this.panelControl1.Controls.Add(this.txtBalanceBonus);
     this.panelControl1.Controls.Add(this.txtBalanceStock);
     this.panelControl1.Controls.Add(this.txtMaxQuantityDays);
     this.panelControl1.Controls.Add(this.txtMaxQuantityPCustomer);
     this.panelControl1.Controls.Add(this.txtPackInBox);
     this.panelControl1.Controls.Add(this.txtInventoryDays);
     this.panelControl1.Controls.Add(this.txtMinFlatRate);
     this.panelControl1.Controls.Add(this.txtMaxFlatRate);
     this.panelControl1.Controls.Add(this.cmbSaleTaxCalculation);
     this.panelControl1.Controls.Add(this.txtSaleTaxVale);
     this.panelControl1.Controls.Add(this.txtSaleTaxPer);
     this.panelControl1.Controls.Add(this.txtMaxSalesDisc);
     this.panelControl1.Controls.Add(this.txtPurchaseDiscountPer);
     this.panelControl1.Controls.Add(this.txtRetailPrice);
     this.panelControl1.Controls.Add(this.chkwolallow);
     this.panelControl1.Controls.Add(this.chkAllowPer);
     this.panelControl1.Controls.Add(this.chkAutoBonus);
     this.panelControl1.Controls.Add(this.chkSaleBase);
     this.panelControl1.Controls.Add(this.chkSaleTaxReg);
     this.panelControl1.Controls.Add(this.chkNonPharma);
     this.panelControl1.Controls.Add(this.chkExcempted);
     this.panelControl1.Controls.Add(this.chkUseFlatRate);
     this.panelControl1.Controls.Add(this.chkNorCotics);
     this.panelControl1.Controls.Add(this.chkHideinTabs);
     this.panelControl1.Controls.Add(this.chkAllowMaxQtyDays);
     this.panelControl1.Controls.Add(this.chkProductDiscontinue);
     this.panelControl1.Controls.Add(this.txtTradePrice);
     this.panelControl1.Controls.Add(this.txtSaleRate);
     this.panelControl1.Controls.Add(this.txtPackInCarton);
     this.panelControl1.Controls.Add(this.labelControl9);
     this.panelControl1.Controls.Add(this.labelControl18);
     this.panelControl1.Controls.Add(this.labelControl17);
     this.panelControl1.Controls.Add(this.labelControl16);
     this.panelControl1.Controls.Add(this.labelControl15);
     this.panelControl1.Controls.Add(this.labelControl13);
     this.panelControl1.Controls.Add(this.labelControl50);
     this.panelControl1.Controls.Add(this.labelControl12);
     this.panelControl1.Controls.Add(this.labelControl11);
     this.panelControl1.Controls.Add(this.labelControl19);
     this.panelControl1.Controls.Add(this.labelControl20);
     this.panelControl1.Controls.Add(this.labelControl25);
     this.panelControl1.Controls.Add(this.labelControl24);
     this.panelControl1.Controls.Add(this.labelControl23);
     this.panelControl1.Controls.Add(this.labelControl22);
     this.panelControl1.Controls.Add(this.labelControl21);
     this.panelControl1.Controls.Add(this.labelControl26);
     this.panelControl1.Controls.Add(this.labelControl52);
     this.panelControl1.Controls.Add(this.labelControl53);
     this.panelControl1.Controls.Add(this.labelControl27);
     this.panelControl1.Controls.Add(this.labelControl28);
     this.panelControl1.Controls.Add(this.labelControl29);
     this.panelControl1.Controls.Add(this.labelControl30);
     this.panelControl1.Controls.Add(this.labelControl31);
     this.panelControl1.Controls.Add(this.labelControl32);
     this.panelControl1.Controls.Add(this.labelControl37);
     this.panelControl1.Controls.Add(this.labelControl38);
     this.panelControl1.Controls.Add(this.labelControl44);
     this.panelControl1.Controls.Add(this.labelControl43);
     this.panelControl1.Controls.Add(this.labelControl41);
     this.panelControl1.Controls.Add(this.labelControl42);
     this.panelControl1.Location = new System.Drawing.Point(-1, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(700, 226);
     this.panelControl1.TabIndex = 180;
     //
     // txtfactor
     //
     this.txtfactor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtfactor.Location = new System.Drawing.Point(449, 161);
     this.txtfactor.Name = "txtfactor";
     this.txtfactor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtfactor.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.txtfactor.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.txtfactor.Size = new System.Drawing.Size(82, 20);
     this.txtfactor.TabIndex = 124270;
     this.txtfactor.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtfactor_PreviewKeyDown);
     //
     // txtuompurchase
     //
     this.txtuompurchase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtuompurchase.Location = new System.Drawing.Point(449, 142);
     this.txtuompurchase.Name = "txtuompurchase";
     this.txtuompurchase.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtuompurchase.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.txtuompurchase.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.txtuompurchase.Size = new System.Drawing.Size(82, 20);
     this.txtuompurchase.TabIndex = 124262;
     this.txtuompurchase.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtuompurchase_PreviewKeyDown);
     //
     // txtuomsize
     //
     this.txtuomsize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtuomsize.Location = new System.Drawing.Point(449, 123);
     this.txtuomsize.Name = "txtuomsize";
     this.txtuomsize.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtuomsize.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.txtuomsize.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.txtuomsize.Size = new System.Drawing.Size(82, 20);
     this.txtuomsize.TabIndex = 124258;
     this.txtuomsize.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtuomsize_PreviewKeyDown);
     //
     // txtuomsale
     //
     this.txtuomsale.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtuomsale.Location = new System.Drawing.Point(449, 104);
     this.txtuomsale.Name = "txtuomsale";
     this.txtuomsale.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtuomsale.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.txtuomsale.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.txtuomsale.Size = new System.Drawing.Size(82, 20);
     this.txtuomsale.TabIndex = 124260;
     this.txtuomsale.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtuomsale_PreviewKeyDown);
     //
     // cmbValueMethod
     //
     this.cmbValueMethod.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbValueMethod.Location = new System.Drawing.Point(449, 85);
     this.cmbValueMethod.Name = "cmbValueMethod";
     this.cmbValueMethod.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbValueMethod.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.cmbValueMethod.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbValueMethod.Size = new System.Drawing.Size(82, 20);
     this.cmbValueMethod.TabIndex = 37;
     this.cmbValueMethod.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.cmbValueMethod_PreviewKeyDown);
     //
     // txtAvgRate
     //
     this.txtAvgRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtAvgRate.Location = new System.Drawing.Point(449, 66);
     this.txtAvgRate.Name = "txtAvgRate";
     this.txtAvgRate.Size = new System.Drawing.Size(82, 20);
     this.txtAvgRate.TabIndex = 36;
     this.txtAvgRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtAvgRate_PreviewKeyDown);
     //
     // txtToleranceDay
     //
     this.txtToleranceDay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtToleranceDay.Location = new System.Drawing.Point(449, 47);
     this.txtToleranceDay.Name = "txtToleranceDay";
     this.txtToleranceDay.Size = new System.Drawing.Size(82, 20);
     this.txtToleranceDay.TabIndex = 35;
     this.txtToleranceDay.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtToleranceDay_PreviewKeyDown);
     //
     // txtLoadTime
     //
     this.txtLoadTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtLoadTime.Location = new System.Drawing.Point(449, 28);
     this.txtLoadTime.Name = "txtLoadTime";
     this.txtLoadTime.Size = new System.Drawing.Size(82, 20);
     this.txtLoadTime.TabIndex = 34;
     this.txtLoadTime.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtLoadTime_PreviewKeyDown);
     //
     // txtPurchaseRate
     //
     this.txtPurchaseRate.EditValue = "0.00";
     this.txtPurchaseRate.Location = new System.Drawing.Point(285, 199);
     this.txtPurchaseRate.Name = "txtPurchaseRate";
     this.txtPurchaseRate.Size = new System.Drawing.Size(82, 20);
     this.txtPurchaseRate.TabIndex = 32;
     this.txtPurchaseRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtPurchaseRate_PreviewKeyDown);
     //
     // txtSpecialRate
     //
     this.txtSpecialRate.EditValue = "0.00";
     this.txtSpecialRate.Location = new System.Drawing.Point(285, 180);
     this.txtSpecialRate.Name = "txtSpecialRate";
     this.txtSpecialRate.Size = new System.Drawing.Size(82, 20);
     this.txtSpecialRate.TabIndex = 31;
     this.txtSpecialRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtSpecialRate_PreviewKeyDown);
     //
     // txtCostRate
     //
     this.txtCostRate.EditValue = "0.00";
     this.txtCostRate.Location = new System.Drawing.Point(285, 161);
     this.txtCostRate.Name = "txtCostRate";
     this.txtCostRate.Size = new System.Drawing.Size(82, 20);
     this.txtCostRate.TabIndex = 30;
     this.txtCostRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtCostRate_PreviewKeyDown);
     //
     // txtTransit
     //
     this.txtTransit.EditValue = "0.00";
     this.txtTransit.Location = new System.Drawing.Point(285, 142);
     this.txtTransit.Name = "txtTransit";
     this.txtTransit.Size = new System.Drawing.Size(82, 20);
     this.txtTransit.TabIndex = 124268;
     this.txtTransit.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtTransit_PreviewKeyDown);
     //
     // txtTarget
     //
     this.txtTarget.EditValue = "0.00";
     this.txtTarget.Location = new System.Drawing.Point(285, 123);
     this.txtTarget.Name = "txtTarget";
     this.txtTarget.Size = new System.Drawing.Size(82, 20);
     this.txtTarget.TabIndex = 124266;
     this.txtTarget.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtTarget_PreviewKeyDown);
     //
     // txtNetBalance
     //
     this.txtNetBalance.EditValue = "0.00";
     this.txtNetBalance.Location = new System.Drawing.Point(285, 104);
     this.txtNetBalance.Name = "txtNetBalance";
     this.txtNetBalance.Size = new System.Drawing.Size(82, 20);
     this.txtNetBalance.TabIndex = 29;
     this.txtNetBalance.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtNetBalance_PreviewKeyDown);
     //
     // txtBalanceBonus
     //
     this.txtBalanceBonus.EditValue = "";
     this.txtBalanceBonus.Location = new System.Drawing.Point(285, 85);
     this.txtBalanceBonus.Name = "txtBalanceBonus";
     this.txtBalanceBonus.Size = new System.Drawing.Size(82, 20);
     this.txtBalanceBonus.TabIndex = 28;
     this.txtBalanceBonus.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtBalanceBonus_PreviewKeyDown);
     //
     // txtBalanceStock
     //
     this.txtBalanceStock.Location = new System.Drawing.Point(285, 66);
     this.txtBalanceStock.Name = "txtBalanceStock";
     this.txtBalanceStock.Size = new System.Drawing.Size(82, 20);
     this.txtBalanceStock.TabIndex = 27;
     this.txtBalanceStock.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtBalanceStock_PreviewKeyDown);
     //
     // txtMaxQuantityDays
     //
     this.txtMaxQuantityDays.Location = new System.Drawing.Point(285, 47);
     this.txtMaxQuantityDays.Name = "txtMaxQuantityDays";
     this.txtMaxQuantityDays.Size = new System.Drawing.Size(82, 20);
     this.txtMaxQuantityDays.TabIndex = 26;
     this.txtMaxQuantityDays.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMaxQuantityDays_PreviewKeyDown);
     //
     // txtMaxQuantityPCustomer
     //
     this.txtMaxQuantityPCustomer.Location = new System.Drawing.Point(285, 28);
     this.txtMaxQuantityPCustomer.Name = "txtMaxQuantityPCustomer";
     this.txtMaxQuantityPCustomer.Size = new System.Drawing.Size(82, 20);
     this.txtMaxQuantityPCustomer.TabIndex = 25;
     this.txtMaxQuantityPCustomer.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMaxQuantityPCustomer_PreviewKeyDown);
     //
     // txtPackInBox
     //
     this.txtPackInBox.Location = new System.Drawing.Point(102, 199);
     this.txtPackInBox.Name = "txtPackInBox";
     this.txtPackInBox.Size = new System.Drawing.Size(82, 20);
     this.txtPackInBox.TabIndex = 23;
     this.txtPackInBox.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtPackInBox_PreviewKeyDown);
     //
     // txtInventoryDays
     //
     this.txtInventoryDays.EditValue = "0.00";
     this.txtInventoryDays.Location = new System.Drawing.Point(102, 180);
     this.txtInventoryDays.Name = "txtInventoryDays";
     this.txtInventoryDays.Size = new System.Drawing.Size(82, 20);
     this.txtInventoryDays.TabIndex = 22;
     this.txtInventoryDays.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtInventoryDays_PreviewKeyDown);
     //
     // txtMinFlatRate
     //
     this.txtMinFlatRate.EditValue = "0.00";
     this.txtMinFlatRate.Location = new System.Drawing.Point(102, 161);
     this.txtMinFlatRate.Name = "txtMinFlatRate";
     this.txtMinFlatRate.Size = new System.Drawing.Size(82, 20);
     this.txtMinFlatRate.TabIndex = 21;
     this.txtMinFlatRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMinFlatRate_PreviewKeyDown);
     //
     // txtMaxFlatRate
     //
     this.txtMaxFlatRate.EditValue = "0.00";
     this.txtMaxFlatRate.Location = new System.Drawing.Point(102, 142);
     this.txtMaxFlatRate.Name = "txtMaxFlatRate";
     this.txtMaxFlatRate.Size = new System.Drawing.Size(82, 20);
     this.txtMaxFlatRate.TabIndex = 20;
     this.txtMaxFlatRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMaxFlatRate_PreviewKeyDown);
     //
     // cmbSaleTaxCalculation
     //
     this.cmbSaleTaxCalculation.Location = new System.Drawing.Point(102, 123);
     this.cmbSaleTaxCalculation.Name = "cmbSaleTaxCalculation";
     this.cmbSaleTaxCalculation.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbSaleTaxCalculation.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.cmbSaleTaxCalculation.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbSaleTaxCalculation.Size = new System.Drawing.Size(82, 20);
     this.cmbSaleTaxCalculation.TabIndex = 59;
     //
     // txtSaleTaxVale
     //
     this.txtSaleTaxVale.EditValue = "0.00";
     this.txtSaleTaxVale.Location = new System.Drawing.Point(102, 104);
     this.txtSaleTaxVale.Name = "txtSaleTaxVale";
     this.txtSaleTaxVale.Size = new System.Drawing.Size(82, 20);
     this.txtSaleTaxVale.TabIndex = 19;
     this.txtSaleTaxVale.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtSaleTaxVale_PreviewKeyDown);
     //
     // txtSaleTaxPer
     //
     this.txtSaleTaxPer.EditValue = "0.00";
     this.txtSaleTaxPer.Location = new System.Drawing.Point(102, 85);
     this.txtSaleTaxPer.Name = "txtSaleTaxPer";
     this.txtSaleTaxPer.Size = new System.Drawing.Size(82, 20);
     this.txtSaleTaxPer.TabIndex = 18;
     this.txtSaleTaxPer.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtSaleTaxPer_PreviewKeyDown);
     //
     // txtMaxSalesDisc
     //
     this.txtMaxSalesDisc.EditValue = "0.00";
     this.txtMaxSalesDisc.Location = new System.Drawing.Point(102, 66);
     this.txtMaxSalesDisc.Name = "txtMaxSalesDisc";
     this.txtMaxSalesDisc.Size = new System.Drawing.Size(82, 20);
     this.txtMaxSalesDisc.TabIndex = 17;
     this.txtMaxSalesDisc.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMaxSalesDisc_PreviewKeyDown);
     //
     // txtPurchaseDiscountPer
     //
     this.txtPurchaseDiscountPer.EditValue = "0.0000";
     this.txtPurchaseDiscountPer.Location = new System.Drawing.Point(102, 47);
     this.txtPurchaseDiscountPer.Name = "txtPurchaseDiscountPer";
     this.txtPurchaseDiscountPer.Size = new System.Drawing.Size(82, 20);
     this.txtPurchaseDiscountPer.TabIndex = 16;
     this.txtPurchaseDiscountPer.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtPurchaseDiscountPer_PreviewKeyDown);
     //
     // txtRetailPrice
     //
     this.txtRetailPrice.EditValue = "0.00";
     this.txtRetailPrice.Location = new System.Drawing.Point(102, 28);
     this.txtRetailPrice.Name = "txtRetailPrice";
     this.txtRetailPrice.Size = new System.Drawing.Size(82, 20);
     this.txtRetailPrice.TabIndex = 15;
     this.txtRetailPrice.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtRetailPrice_PreviewKeyDown);
     //
     // chkwolallow
     //
     this.chkwolallow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkwolallow.EnterMoveNextControl = true;
     this.chkwolallow.Location = new System.Drawing.Point(545, 179);
     this.chkwolallow.Name = "chkwolallow";
     this.chkwolallow.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkwolallow.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkwolallow.Properties.Appearance.Options.UseFont = true;
     this.chkwolallow.Properties.Appearance.Options.UseForeColor = true;
     this.chkwolallow.Properties.Caption = "With Out Lic Allow";
     this.chkwolallow.Size = new System.Drawing.Size(136, 19);
     this.chkwolallow.TabIndex = 50;
     this.chkwolallow.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkwolallow_PreviewKeyDown);
     //
     // chkAllowPer
     //
     this.chkAllowPer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkAllowPer.Location = new System.Drawing.Point(545, 145);
     this.chkAllowPer.Name = "chkAllowPer";
     this.chkAllowPer.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAllowPer.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkAllowPer.Properties.Appearance.Options.UseFont = true;
     this.chkAllowPer.Properties.Appearance.Options.UseForeColor = true;
     this.chkAllowPer.Properties.Caption = "Allow 100%";
     this.chkAllowPer.Size = new System.Drawing.Size(136, 19);
     this.chkAllowPer.TabIndex = 48;
     this.chkAllowPer.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkAllowPer_PreviewKeyDown);
     //
     // chkAutoBonus
     //
     this.chkAutoBonus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkAutoBonus.Location = new System.Drawing.Point(545, 162);
     this.chkAutoBonus.Name = "chkAutoBonus";
     this.chkAutoBonus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAutoBonus.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkAutoBonus.Properties.Appearance.Options.UseFont = true;
     this.chkAutoBonus.Properties.Appearance.Options.UseForeColor = true;
     this.chkAutoBonus.Properties.Caption = "Auto Bonus";
     this.chkAutoBonus.Size = new System.Drawing.Size(136, 19);
     this.chkAutoBonus.TabIndex = 49;
     this.chkAutoBonus.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkAutoBonus_PreviewKeyDown);
     //
     // chkSaleBase
     //
     this.chkSaleBase.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkSaleBase.Location = new System.Drawing.Point(545, 128);
     this.chkSaleBase.Name = "chkSaleBase";
     this.chkSaleBase.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkSaleBase.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkSaleBase.Properties.Appearance.Options.UseFont = true;
     this.chkSaleBase.Properties.Appearance.Options.UseForeColor = true;
     this.chkSaleBase.Properties.Caption = "Sale Base";
     this.chkSaleBase.Size = new System.Drawing.Size(136, 19);
     this.chkSaleBase.TabIndex = 47;
     this.chkSaleBase.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkSaleBase_PreviewKeyDown);
     //
     // chkSaleTaxReg
     //
     this.chkSaleTaxReg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkSaleTaxReg.Location = new System.Drawing.Point(545, 93);
     this.chkSaleTaxReg.Name = "chkSaleTaxReg";
     this.chkSaleTaxReg.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkSaleTaxReg.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkSaleTaxReg.Properties.Appearance.Options.UseFont = true;
     this.chkSaleTaxReg.Properties.Appearance.Options.UseForeColor = true;
     this.chkSaleTaxReg.Properties.Caption = "S.Tax Reg";
     this.chkSaleTaxReg.Size = new System.Drawing.Size(111, 19);
     this.chkSaleTaxReg.TabIndex = 44;
     this.chkSaleTaxReg.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkSaleTaxReg_PreviewKeyDown);
     //
     // chkNonPharma
     //
     this.chkNonPharma.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkNonPharma.Location = new System.Drawing.Point(545, 110);
     this.chkNonPharma.Name = "chkNonPharma";
     this.chkNonPharma.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkNonPharma.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkNonPharma.Properties.Appearance.Options.UseFont = true;
     this.chkNonPharma.Properties.Appearance.Options.UseForeColor = true;
     this.chkNonPharma.Properties.Caption = "Non Pharma";
     this.chkNonPharma.Size = new System.Drawing.Size(89, 19);
     this.chkNonPharma.TabIndex = 45;
     this.chkNonPharma.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkNonPharma_PreviewKeyDown);
     //
     // chkExcempted
     //
     this.chkExcempted.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkExcempted.Location = new System.Drawing.Point(545, 76);
     this.chkExcempted.Name = "chkExcempted";
     this.chkExcempted.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkExcempted.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkExcempted.Properties.Appearance.Options.UseFont = true;
     this.chkExcempted.Properties.Appearance.Options.UseForeColor = true;
     this.chkExcempted.Properties.Caption = "Tax Excempted";
     this.chkExcempted.Size = new System.Drawing.Size(111, 19);
     this.chkExcempted.TabIndex = 43;
     this.chkExcempted.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkExcempted_PreviewKeyDown);
     //
     // chkUseFlatRate
     //
     this.chkUseFlatRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkUseFlatRate.Location = new System.Drawing.Point(545, 7);
     this.chkUseFlatRate.Name = "chkUseFlatRate";
     this.chkUseFlatRate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkUseFlatRate.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkUseFlatRate.Properties.Appearance.Options.UseFont = true;
     this.chkUseFlatRate.Properties.Appearance.Options.UseForeColor = true;
     this.chkUseFlatRate.Properties.Caption = "Use Flat Rate";
     this.chkUseFlatRate.Size = new System.Drawing.Size(139, 19);
     this.chkUseFlatRate.TabIndex = 39;
     this.chkUseFlatRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkUseFlatRate_PreviewKeyDown);
     //
     // chkNorCotics
     //
     this.chkNorCotics.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkNorCotics.Location = new System.Drawing.Point(545, 24);
     this.chkNorCotics.Name = "chkNorCotics";
     this.chkNorCotics.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkNorCotics.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkNorCotics.Properties.Appearance.Options.UseFont = true;
     this.chkNorCotics.Properties.Appearance.Options.UseForeColor = true;
     this.chkNorCotics.Properties.Caption = "Norcotics";
     this.chkNorCotics.Size = new System.Drawing.Size(75, 19);
     this.chkNorCotics.TabIndex = 40;
     this.chkNorCotics.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkNorCotics_PreviewKeyDown);
     //
     // chkHideinTabs
     //
     this.chkHideinTabs.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkHideinTabs.Location = new System.Drawing.Point(545, 59);
     this.chkHideinTabs.Name = "chkHideinTabs";
     this.chkHideinTabs.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkHideinTabs.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkHideinTabs.Properties.Appearance.Options.UseFont = true;
     this.chkHideinTabs.Properties.Appearance.Options.UseForeColor = true;
     this.chkHideinTabs.Properties.Caption = "Hide in Tabs";
     this.chkHideinTabs.Size = new System.Drawing.Size(111, 19);
     this.chkHideinTabs.TabIndex = 42;
     this.chkHideinTabs.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkHideinTabs_PreviewKeyDown);
     //
     // chkAllowMaxQtyDays
     //
     this.chkAllowMaxQtyDays.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkAllowMaxQtyDays.Location = new System.Drawing.Point(545, 42);
     this.chkAllowMaxQtyDays.Name = "chkAllowMaxQtyDays";
     this.chkAllowMaxQtyDays.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkAllowMaxQtyDays.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkAllowMaxQtyDays.Properties.Appearance.Options.UseFont = true;
     this.chkAllowMaxQtyDays.Properties.Appearance.Options.UseForeColor = true;
     this.chkAllowMaxQtyDays.Properties.Caption = "Allow Max Qty & Days";
     this.chkAllowMaxQtyDays.Size = new System.Drawing.Size(139, 19);
     this.chkAllowMaxQtyDays.TabIndex = 41;
     this.chkAllowMaxQtyDays.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkAllowMaxQtyDays_PreviewKeyDown);
     //
     // chkProductDiscontinue
     //
     this.chkProductDiscontinue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkProductDiscontinue.Location = new System.Drawing.Point(545, 197);
     this.chkProductDiscontinue.Name = "chkProductDiscontinue";
     this.chkProductDiscontinue.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkProductDiscontinue.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkProductDiscontinue.Properties.Appearance.Options.UseFont = true;
     this.chkProductDiscontinue.Properties.Appearance.Options.UseForeColor = true;
     this.chkProductDiscontinue.Properties.Caption = "Product Discountinue";
     this.chkProductDiscontinue.Size = new System.Drawing.Size(141, 19);
     this.chkProductDiscontinue.TabIndex = 38;
     this.chkProductDiscontinue.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkProductDiscontinue_PreviewKeyDown);
     //
     // txtTradePrice
     //
     this.txtTradePrice.EditValue = "0.00";
     this.txtTradePrice.Location = new System.Drawing.Point(102, 9);
     this.txtTradePrice.Name = "txtTradePrice";
     this.txtTradePrice.Size = new System.Drawing.Size(82, 20);
     this.txtTradePrice.TabIndex = 14;
     this.txtTradePrice.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtTradePrice_PreviewKeyDown);
     //
     // txtSaleRate
     //
     this.txtSaleRate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSaleRate.EditValue = "0.00";
     this.txtSaleRate.Location = new System.Drawing.Point(449, 9);
     this.txtSaleRate.Name = "txtSaleRate";
     this.txtSaleRate.Size = new System.Drawing.Size(82, 20);
     this.txtSaleRate.TabIndex = 33;
     this.txtSaleRate.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtSaleRate_PreviewKeyDown);
     //
     // txtPackInCarton
     //
     this.txtPackInCarton.Location = new System.Drawing.Point(285, 9);
     this.txtPackInCarton.Name = "txtPackInCarton";
     this.txtPackInCarton.Size = new System.Drawing.Size(82, 20);
     this.txtPackInCarton.TabIndex = 24;
     this.txtPackInCarton.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtPackInCarton_PreviewKeyDown);
     //
     // labelControl9
     //
     this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl9.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl9.LineVisible = true;
     this.labelControl9.Location = new System.Drawing.Point(16, 9);
     this.labelControl9.Name = "labelControl9";
     this.labelControl9.Size = new System.Drawing.Size(96, 20);
     this.labelControl9.TabIndex = 140;
     this.labelControl9.Text = "Trade Price";
     //
     // labelControl18
     //
     this.labelControl18.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl18.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl18.LineVisible = true;
     this.labelControl18.Location = new System.Drawing.Point(16, 28);
     this.labelControl18.Name = "labelControl18";
     this.labelControl18.Size = new System.Drawing.Size(96, 20);
     this.labelControl18.TabIndex = 157;
     this.labelControl18.Text = "Retail Price";
     //
     // labelControl17
     //
     this.labelControl17.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl17.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl17.LineVisible = true;
     this.labelControl17.Location = new System.Drawing.Point(16, 47);
     this.labelControl17.Name = "labelControl17";
     this.labelControl17.Size = new System.Drawing.Size(96, 20);
     this.labelControl17.TabIndex = 156;
     this.labelControl17.Text = "Purchase Disc %";
     //
     // labelControl16
     //
     this.labelControl16.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl16.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl16.LineVisible = true;
     this.labelControl16.Location = new System.Drawing.Point(16, 66);
     this.labelControl16.Name = "labelControl16";
     this.labelControl16.Size = new System.Drawing.Size(96, 20);
     this.labelControl16.TabIndex = 155;
     this.labelControl16.Text = "Max Sales Disc %";
     //
     // labelControl15
     //
     this.labelControl15.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl15.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl15.LineVisible = true;
     this.labelControl15.Location = new System.Drawing.Point(16, 85);
     this.labelControl15.Name = "labelControl15";
     this.labelControl15.Size = new System.Drawing.Size(96, 20);
     this.labelControl15.TabIndex = 154;
     this.labelControl15.Text = "Sale Tax %";
     //
     // labelControl13
     //
     this.labelControl13.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl13.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl13.LineVisible = true;
     this.labelControl13.Location = new System.Drawing.Point(16, 104);
     this.labelControl13.Name = "labelControl13";
     this.labelControl13.Size = new System.Drawing.Size(96, 20);
     this.labelControl13.TabIndex = 153;
     this.labelControl13.Text = "Sale Tax Value";
     //
     // labelControl50
     //
     this.labelControl50.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl50.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl50.LineVisible = true;
     this.labelControl50.Location = new System.Drawing.Point(16, 123);
     this.labelControl50.Name = "labelControl50";
     this.labelControl50.Size = new System.Drawing.Size(96, 20);
     this.labelControl50.TabIndex = 60;
     this.labelControl50.Text = "Sale Tax Calc";
     //
     // labelControl12
     //
     this.labelControl12.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl12.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl12.LineVisible = true;
     this.labelControl12.Location = new System.Drawing.Point(16, 142);
     this.labelControl12.Name = "labelControl12";
     this.labelControl12.Size = new System.Drawing.Size(96, 20);
     this.labelControl12.TabIndex = 152;
     this.labelControl12.Text = "Max Flat Rate";
     //
     // labelControl11
     //
     this.labelControl11.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl11.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl11.LineVisible = true;
     this.labelControl11.Location = new System.Drawing.Point(16, 161);
     this.labelControl11.Name = "labelControl11";
     this.labelControl11.Size = new System.Drawing.Size(96, 20);
     this.labelControl11.TabIndex = 151;
     this.labelControl11.Text = "Min Flat Rate";
     //
     // labelControl19
     //
     this.labelControl19.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl19.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl19.LineVisible = true;
     this.labelControl19.Location = new System.Drawing.Point(16, 180);
     this.labelControl19.Name = "labelControl19";
     this.labelControl19.Size = new System.Drawing.Size(96, 20);
     this.labelControl19.TabIndex = 158;
     this.labelControl19.Text = "Inventory Days";
     //
     // labelControl20
     //
     this.labelControl20.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl20.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl20.LineVisible = true;
     this.labelControl20.Location = new System.Drawing.Point(16, 198);
     this.labelControl20.Name = "labelControl20";
     this.labelControl20.Size = new System.Drawing.Size(96, 20);
     this.labelControl20.TabIndex = 159;
     this.labelControl20.Text = "Tabs in Pack";
     //
     // labelControl25
     //
     this.labelControl25.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl25.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl25.LineVisible = true;
     this.labelControl25.Location = new System.Drawing.Point(191, 10);
     this.labelControl25.Name = "labelControl25";
     this.labelControl25.Size = new System.Drawing.Size(100, 20);
     this.labelControl25.TabIndex = 164;
     this.labelControl25.Text = "Packs in Carton";
     //
     // labelControl24
     //
     this.labelControl24.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl24.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl24.LineVisible = true;
     this.labelControl24.Location = new System.Drawing.Point(191, 29);
     this.labelControl24.Name = "labelControl24";
     this.labelControl24.Size = new System.Drawing.Size(100, 20);
     this.labelControl24.TabIndex = 163;
     this.labelControl24.Text = "Max Qty/Customer";
     //
     // labelControl23
     //
     this.labelControl23.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl23.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl23.LineVisible = true;
     this.labelControl23.Location = new System.Drawing.Point(191, 48);
     this.labelControl23.Name = "labelControl23";
     this.labelControl23.Size = new System.Drawing.Size(100, 20);
     this.labelControl23.TabIndex = 162;
     this.labelControl23.Text = "Max Qty Days";
     //
     // labelControl22
     //
     this.labelControl22.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl22.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl22.LineVisible = true;
     this.labelControl22.Location = new System.Drawing.Point(191, 67);
     this.labelControl22.Name = "labelControl22";
     this.labelControl22.Size = new System.Drawing.Size(100, 20);
     this.labelControl22.TabIndex = 161;
     this.labelControl22.Text = "Balance Stock";
     //
     // labelControl21
     //
     this.labelControl21.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl21.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl21.LineVisible = true;
     this.labelControl21.Location = new System.Drawing.Point(191, 86);
     this.labelControl21.Name = "labelControl21";
     this.labelControl21.Size = new System.Drawing.Size(100, 20);
     this.labelControl21.TabIndex = 160;
     this.labelControl21.Text = "Balance Bonus";
     //
     // labelControl26
     //
     this.labelControl26.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl26.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl26.LineVisible = true;
     this.labelControl26.Location = new System.Drawing.Point(191, 104);
     this.labelControl26.Name = "labelControl26";
     this.labelControl26.Size = new System.Drawing.Size(100, 20);
     this.labelControl26.TabIndex = 165;
     this.labelControl26.Text = "Net Balance";
     //
     // labelControl52
     //
     this.labelControl52.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl52.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl52.LineVisible = true;
     this.labelControl52.Location = new System.Drawing.Point(191, 123);
     this.labelControl52.Name = "labelControl52";
     this.labelControl52.Size = new System.Drawing.Size(100, 20);
     this.labelControl52.TabIndex = 124267;
     this.labelControl52.Text = "Target";
     //
     // labelControl53
     //
     this.labelControl53.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl53.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl53.LineVisible = true;
     this.labelControl53.Location = new System.Drawing.Point(191, 142);
     this.labelControl53.Name = "labelControl53";
     this.labelControl53.Size = new System.Drawing.Size(100, 20);
     this.labelControl53.TabIndex = 124269;
     this.labelControl53.Text = "Transit";
     //
     // labelControl27
     //
     this.labelControl27.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl27.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl27.LineVisible = true;
     this.labelControl27.Location = new System.Drawing.Point(191, 162);
     this.labelControl27.Name = "labelControl27";
     this.labelControl27.Size = new System.Drawing.Size(100, 20);
     this.labelControl27.TabIndex = 166;
     this.labelControl27.Text = "Total Cost";
     //
     // labelControl28
     //
     this.labelControl28.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl28.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl28.LineVisible = true;
     this.labelControl28.Location = new System.Drawing.Point(191, 180);
     this.labelControl28.Name = "labelControl28";
     this.labelControl28.Size = new System.Drawing.Size(100, 20);
     this.labelControl28.TabIndex = 167;
     this.labelControl28.Text = "Special Rate";
     //
     // labelControl29
     //
     this.labelControl29.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl29.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl29.LineVisible = true;
     this.labelControl29.Location = new System.Drawing.Point(191, 199);
     this.labelControl29.Name = "labelControl29";
     this.labelControl29.Size = new System.Drawing.Size(100, 20);
     this.labelControl29.TabIndex = 168;
     this.labelControl29.Text = "Pure Rate";
     //
     // labelControl30
     //
     this.labelControl30.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl30.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl30.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl30.LineVisible = true;
     this.labelControl30.Location = new System.Drawing.Point(373, 10);
     this.labelControl30.Name = "labelControl30";
     this.labelControl30.Size = new System.Drawing.Size(82, 20);
     this.labelControl30.TabIndex = 169;
     this.labelControl30.Text = "Sale Rate";
     //
     // labelControl31
     //
     this.labelControl31.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl31.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl31.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl31.LineVisible = true;
     this.labelControl31.Location = new System.Drawing.Point(373, 29);
     this.labelControl31.Name = "labelControl31";
     this.labelControl31.Size = new System.Drawing.Size(82, 20);
     this.labelControl31.TabIndex = 182;
     this.labelControl31.Text = "Lead Time";
     //
     // labelControl32
     //
     this.labelControl32.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl32.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl32.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl32.LineVisible = true;
     this.labelControl32.Location = new System.Drawing.Point(373, 48);
     this.labelControl32.Name = "labelControl32";
     this.labelControl32.Size = new System.Drawing.Size(82, 20);
     this.labelControl32.TabIndex = 184;
     this.labelControl32.Text = "Tolerance Day";
     //
     // labelControl37
     //
     this.labelControl37.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl37.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl37.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl37.LineVisible = true;
     this.labelControl37.Location = new System.Drawing.Point(373, 67);
     this.labelControl37.Name = "labelControl37";
     this.labelControl37.Size = new System.Drawing.Size(82, 20);
     this.labelControl37.TabIndex = 186;
     this.labelControl37.Text = "Avg Rate";
     //
     // labelControl38
     //
     this.labelControl38.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl38.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl38.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl38.LineVisible = true;
     this.labelControl38.Location = new System.Drawing.Point(373, 86);
     this.labelControl38.Name = "labelControl38";
     this.labelControl38.Size = new System.Drawing.Size(82, 20);
     this.labelControl38.TabIndex = 103;
     this.labelControl38.Text = "Value Method";
     //
     // labelControl44
     //
     this.labelControl44.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl44.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl44.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl44.LineVisible = true;
     this.labelControl44.Location = new System.Drawing.Point(373, 105);
     this.labelControl44.Name = "labelControl44";
     this.labelControl44.Size = new System.Drawing.Size(82, 20);
     this.labelControl44.TabIndex = 124261;
     this.labelControl44.Text = "UOM-Sale";
     //
     // labelControl43
     //
     this.labelControl43.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl43.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl43.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl43.LineVisible = true;
     this.labelControl43.Location = new System.Drawing.Point(373, 124);
     this.labelControl43.Name = "labelControl43";
     this.labelControl43.Size = new System.Drawing.Size(82, 20);
     this.labelControl43.TabIndex = 124259;
     this.labelControl43.Text = "UOM-Size";
     //
     // labelControl41
     //
     this.labelControl41.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl41.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl41.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl41.LineVisible = true;
     this.labelControl41.Location = new System.Drawing.Point(373, 144);
     this.labelControl41.Name = "labelControl41";
     this.labelControl41.Size = new System.Drawing.Size(82, 20);
     this.labelControl41.TabIndex = 124263;
     this.labelControl41.Text = "UOM-Purchase";
     //
     // labelControl42
     //
     this.labelControl42.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.labelControl42.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl42.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl42.LineVisible = true;
     this.labelControl42.Location = new System.Drawing.Point(373, 161);
     this.labelControl42.Name = "labelControl42";
     this.labelControl42.Size = new System.Drawing.Size(82, 20);
     this.labelControl42.TabIndex = 124265;
     this.labelControl42.Text = "Factor";
     //
     // XtrabarBonus
     //
     this.XtrabarBonus.Controls.Add(this.datagridBonus);
     this.XtrabarBonus.Name = "XtrabarBonus";
     this.XtrabarBonus.Size = new System.Drawing.Size(695, 226);
     this.XtrabarBonus.Text = "Bonus";
     //
     // datagridBonus
     //
     this.datagridBonus.AllowAddNew = true;
     this.datagridBonus.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.datagridBonus.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.datagridBonus.Caption = "Product Bonus";
     this.datagridBonus.CaptionHeight = 20;
     this.datagridBonus.CollapseColor = System.Drawing.Color.Transparent;
     this.datagridBonus.ColumnFooters = true;
     this.datagridBonus.DirectionAfterEnter = C1.Win.C1TrueDBGrid.DirectionAfterEnterEnum.MoveNone;
     this.datagridBonus.ExpandColor = System.Drawing.Color.Transparent;
     this.datagridBonus.ForeColor = System.Drawing.SystemColors.Window;
     this.datagridBonus.Images.Add(((System.Drawing.Image)(resources.GetObject("datagridBonus.Images"))));
     this.datagridBonus.Location = new System.Drawing.Point(0, 1);
     this.datagridBonus.Name = "datagridBonus";
     this.datagridBonus.PreviewInfo.Location = new System.Drawing.Point(0, 0);
     this.datagridBonus.PreviewInfo.Size = new System.Drawing.Size(0, 0);
     this.datagridBonus.PreviewInfo.ZoomFactor = 75D;
     this.datagridBonus.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("datagridBonus.PrintInfo.PageSettings")));
     this.datagridBonus.RecordSelectors = false;
     this.datagridBonus.RowHeight = 20;
     this.datagridBonus.RowSubDividerColor = System.Drawing.Color.Black;
     this.datagridBonus.ScrollTips = true;
     this.datagridBonus.Size = new System.Drawing.Size(726, 304);
     this.datagridBonus.TabIndex = 32000;
     this.datagridBonus.Text = "c1TrueDBGrid1";
     this.datagridBonus.VisualStyle = C1.Win.C1TrueDBGrid.VisualStyle.Office2007Blue;
     this.datagridBonus.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.datagridBonus_AfterColUpdate);
     this.datagridBonus.KeyDown += new System.Windows.Forms.KeyEventHandler(this.datagridBonus_KeyDown);
     this.datagridBonus.PropBag = resources.GetString("datagridBonus.PropBag");
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.datagridProductAllocation);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(695, 226);
     this.xtraTabPage1.Text = "Territory Allocation";
     //
     // datagridProductAllocation
     //
     this.datagridProductAllocation.AllowAddNew = true;
     this.datagridProductAllocation.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.datagridProductAllocation.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.datagridProductAllocation.Caption = "Product Allocation";
     this.datagridProductAllocation.CaptionHeight = 20;
     this.datagridProductAllocation.CollapseColor = System.Drawing.Color.Transparent;
     this.datagridProductAllocation.ColumnFooters = true;
     this.datagridProductAllocation.DirectionAfterEnter = C1.Win.C1TrueDBGrid.DirectionAfterEnterEnum.MoveNone;
     this.datagridProductAllocation.ExpandColor = System.Drawing.Color.Transparent;
     this.datagridProductAllocation.ForeColor = System.Drawing.SystemColors.Window;
     this.datagridProductAllocation.Images.Add(((System.Drawing.Image)(resources.GetObject("datagridProductAllocation.Images"))));
     this.datagridProductAllocation.Location = new System.Drawing.Point(-1, 0);
     this.datagridProductAllocation.Name = "datagridProductAllocation";
     this.datagridProductAllocation.PreviewInfo.Location = new System.Drawing.Point(0, 0);
     this.datagridProductAllocation.PreviewInfo.Size = new System.Drawing.Size(0, 0);
     this.datagridProductAllocation.PreviewInfo.ZoomFactor = 75D;
     this.datagridProductAllocation.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("datagridProductAllocation.PrintInfo.PageSettings")));
     this.datagridProductAllocation.RecordSelectors = false;
     this.datagridProductAllocation.RowHeight = 20;
     this.datagridProductAllocation.RowSubDividerColor = System.Drawing.Color.Black;
     this.datagridProductAllocation.ScrollTips = true;
     this.datagridProductAllocation.Size = new System.Drawing.Size(696, 233);
     this.datagridProductAllocation.TabIndex = 1;
     this.datagridProductAllocation.Text = "c1TrueDBGrid1";
     this.datagridProductAllocation.VisualStyle = C1.Win.C1TrueDBGrid.VisualStyle.Office2007Blue;
     this.datagridProductAllocation.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.datagridProductAllocation_AfterColUpdate);
     this.datagridProductAllocation.KeyDown += new System.Windows.Forms.KeyEventHandler(this.datagridProductAllocation_KeyDown);
     this.datagridProductAllocation.PropBag = resources.GetString("datagridProductAllocation.PropBag");
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.groupControl5);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(695, 226);
     this.xtraTabPage2.Text = "Advance Information";
     //
     // groupControl5
     //
     this.groupControl5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl5.Controls.Add(this.txtMaxLimit);
     this.groupControl5.Controls.Add(this.txtMinLimit);
     this.groupControl5.Controls.Add(this.txtBarCode);
     this.groupControl5.Controls.Add(this.txtShelfCode);
     this.groupControl5.Controls.Add(this.grdPresevasionStandard);
     this.groupControl5.Controls.Add(this.simpleButton8);
     this.groupControl5.Controls.Add(this.txtClaimPartnerID);
     this.groupControl5.Controls.Add(this.txtClaimPartnerName);
     this.groupControl5.Controls.Add(this.simpleButton7);
     this.groupControl5.Controls.Add(this.txtBussinessPartnerid);
     this.groupControl5.Controls.Add(this.businessPartnerName);
     this.groupControl5.Controls.Add(this.labelControl40);
     this.groupControl5.Controls.Add(this.labelControl48);
     this.groupControl5.Controls.Add(this.labelControl46);
     this.groupControl5.Controls.Add(this.labelControl47);
     this.groupControl5.Controls.Add(this.labelControl54);
     this.groupControl5.Controls.Add(this.labelControl55);
     this.groupControl5.Location = new System.Drawing.Point(0, 0);
     this.groupControl5.Name = "groupControl5";
     this.groupControl5.ShowCaption = false;
     this.groupControl5.Size = new System.Drawing.Size(695, 233);
     this.groupControl5.TabIndex = 0;
     this.groupControl5.Text = "Extra Information";
     //
     // txtMaxLimit
     //
     this.txtMaxLimit.Location = new System.Drawing.Point(103, 102);
     this.txtMaxLimit.Name = "txtMaxLimit";
     this.txtMaxLimit.Size = new System.Drawing.Size(209, 20);
     this.txtMaxLimit.TabIndex = 124268;
     this.txtMaxLimit.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMaxLimit_PreviewKeyDown);
     //
     // txtMinLimit
     //
     this.txtMinLimit.Location = new System.Drawing.Point(103, 83);
     this.txtMinLimit.Name = "txtMinLimit";
     this.txtMinLimit.Size = new System.Drawing.Size(209, 20);
     this.txtMinLimit.TabIndex = 124266;
     this.txtMinLimit.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtMinLimit_PreviewKeyDown);
     //
     // txtBarCode
     //
     this.txtBarCode.Location = new System.Drawing.Point(103, 64);
     this.txtBarCode.Name = "txtBarCode";
     this.txtBarCode.Size = new System.Drawing.Size(209, 20);
     this.txtBarCode.TabIndex = 124261;
     this.txtBarCode.TabStop = false;
     this.txtBarCode.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtBarCode_PreviewKeyDown);
     //
     // txtShelfCode
     //
     this.txtShelfCode.Location = new System.Drawing.Point(103, 45);
     this.txtShelfCode.Name = "txtShelfCode";
     this.txtShelfCode.Size = new System.Drawing.Size(209, 20);
     this.txtShelfCode.TabIndex = 124259;
     this.txtShelfCode.TabStop = false;
     this.txtShelfCode.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtShelfCode_PreviewKeyDown);
     //
     // grdPresevasionStandard
     //
     this.grdPresevasionStandard.AllowAddNew = true;
     this.grdPresevasionStandard.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.grdPresevasionStandard.CaptionHeight = 17;
     this.grdPresevasionStandard.Images.Add(((System.Drawing.Image)(resources.GetObject("grdPresevasionStandard.Images"))));
     this.grdPresevasionStandard.Location = new System.Drawing.Point(411, 5);
     this.grdPresevasionStandard.Name = "grdPresevasionStandard";
     this.grdPresevasionStandard.PreviewInfo.Location = new System.Drawing.Point(0, 0);
     this.grdPresevasionStandard.PreviewInfo.Size = new System.Drawing.Size(0, 0);
     this.grdPresevasionStandard.PreviewInfo.ZoomFactor = 75D;
     this.grdPresevasionStandard.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("grdPresevasionStandard.PrintInfo.PageSettings")));
     this.grdPresevasionStandard.RowHeight = 15;
     this.grdPresevasionStandard.Size = new System.Drawing.Size(277, 225);
     this.grdPresevasionStandard.TabIndex = 124270;
     this.grdPresevasionStandard.Text = "c1TrueDBGrid2";
     this.grdPresevasionStandard.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.grdPresevasionStandard_AfterColUpdate);
     this.grdPresevasionStandard.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.grdPresevasionStandard_PreviewKeyDown);
     this.grdPresevasionStandard.PropBag = resources.GetString("grdPresevasionStandard.PropBag");
     //
     // simpleButton8
     //
     this.simpleButton8.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.simpleButton8.Appearance.Options.UseFont = true;
     this.simpleButton8.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.simpleButton8.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton8.Location = new System.Drawing.Point(152, 26);
     this.simpleButton8.Name = "simpleButton8";
     this.simpleButton8.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.simpleButton8.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem1.Text = "Add New Entry";
     superToolTip1.Items.Add(toolTipTitleItem1);
     this.simpleButton8.SuperTip = superToolTip1;
     this.simpleButton8.TabIndex = 124264;
     this.simpleButton8.Click += new System.EventHandler(this.simpleButton8_Click);
     //
     // txtClaimPartnerID
     //
     this.txtClaimPartnerID.Location = new System.Drawing.Point(103, 25);
     this.txtClaimPartnerID.Mask = "000000";
     this.txtClaimPartnerID.Name = "txtClaimPartnerID";
     this.txtClaimPartnerID.Size = new System.Drawing.Size(49, 21);
     this.txtClaimPartnerID.TabIndex = 124262;
     this.txtClaimPartnerID.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtClaimPartnerID_PreviewKeyDown);
     //
     // txtClaimPartnerName
     //
     this.txtClaimPartnerName.Location = new System.Drawing.Point(176, 26);
     this.txtClaimPartnerName.Name = "txtClaimPartnerName";
     this.txtClaimPartnerName.Size = new System.Drawing.Size(136, 20);
     this.txtClaimPartnerName.TabIndex = 124265;
     //
     // simpleButton7
     //
     this.simpleButton7.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.simpleButton7.Appearance.Options.UseFont = true;
     this.simpleButton7.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.simpleButton7.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton7.Location = new System.Drawing.Point(152, 6);
     this.simpleButton7.Name = "simpleButton7";
     this.simpleButton7.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.simpleButton7.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem2.Text = "Add New Entry";
     superToolTip2.Items.Add(toolTipTitleItem2);
     this.simpleButton7.SuperTip = superToolTip2;
     this.simpleButton7.TabIndex = 124250;
     this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click);
     //
     // txtBussinessPartnerid
     //
     this.txtBussinessPartnerid.Location = new System.Drawing.Point(103, 6);
     this.txtBussinessPartnerid.Mask = "000000";
     this.txtBussinessPartnerid.Name = "txtBussinessPartnerid";
     this.txtBussinessPartnerid.Size = new System.Drawing.Size(49, 21);
     this.txtBussinessPartnerid.TabIndex = 124248;
     this.txtBussinessPartnerid.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtBussinessPartnerid_PreviewKeyDown);
     //
     // businessPartnerName
     //
     this.businessPartnerName.Location = new System.Drawing.Point(176, 7);
     this.businessPartnerName.Name = "businessPartnerName";
     this.businessPartnerName.Size = new System.Drawing.Size(136, 20);
     this.businessPartnerName.TabIndex = 124251;
     //
     // labelControl40
     //
     this.labelControl40.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl40.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl40.LineVisible = true;
     this.labelControl40.Location = new System.Drawing.Point(8, 6);
     this.labelControl40.Name = "labelControl40";
     this.labelControl40.Size = new System.Drawing.Size(103, 20);
     this.labelControl40.TabIndex = 124249;
     this.labelControl40.Text = "Business Partner ID";
     //
     // labelControl48
     //
     this.labelControl48.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl48.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl48.LineVisible = true;
     this.labelControl48.Location = new System.Drawing.Point(8, 26);
     this.labelControl48.Name = "labelControl48";
     this.labelControl48.Size = new System.Drawing.Size(103, 20);
     this.labelControl48.TabIndex = 124263;
     this.labelControl48.Text = "Claim Partner ID";
     //
     // labelControl46
     //
     this.labelControl46.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl46.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl46.LineVisible = true;
     this.labelControl46.Location = new System.Drawing.Point(8, 46);
     this.labelControl46.Name = "labelControl46";
     this.labelControl46.Size = new System.Drawing.Size(103, 20);
     this.labelControl46.TabIndex = 124258;
     this.labelControl46.Text = "Shelf Code";
     //
     // labelControl47
     //
     this.labelControl47.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl47.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl47.LineVisible = true;
     this.labelControl47.Location = new System.Drawing.Point(8, 65);
     this.labelControl47.Name = "labelControl47";
     this.labelControl47.Size = new System.Drawing.Size(103, 20);
     this.labelControl47.TabIndex = 124260;
     this.labelControl47.Text = "Bar Code";
     //
     // labelControl54
     //
     this.labelControl54.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl54.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl54.LineVisible = true;
     this.labelControl54.Location = new System.Drawing.Point(8, 85);
     this.labelControl54.Name = "labelControl54";
     this.labelControl54.Size = new System.Drawing.Size(103, 20);
     this.labelControl54.TabIndex = 124267;
     this.labelControl54.Text = "Min Limit";
     //
     // labelControl55
     //
     this.labelControl55.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl55.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl55.LineVisible = true;
     this.labelControl55.Location = new System.Drawing.Point(8, 103);
     this.labelControl55.Name = "labelControl55";
     this.labelControl55.Size = new System.Drawing.Size(103, 20);
     this.labelControl55.TabIndex = 124269;
     this.labelControl55.Text = "Max Limit";
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.dgFileAttachments);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(695, 226);
     this.xtraTabPage3.Text = "Attachment & Remarks";
     //
     // dgFileAttachments
     //
     this.dgFileAttachments.AllowAddNew = true;
     this.dgFileAttachments.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.dgFileAttachments.CaptionHeight = 17;
     this.dgFileAttachments.Images.Add(((System.Drawing.Image)(resources.GetObject("dgFileAttachments.Images"))));
     this.dgFileAttachments.Location = new System.Drawing.Point(0, 0);
     this.dgFileAttachments.Name = "dgFileAttachments";
     this.dgFileAttachments.PreviewInfo.Location = new System.Drawing.Point(0, 0);
     this.dgFileAttachments.PreviewInfo.Size = new System.Drawing.Size(0, 0);
     this.dgFileAttachments.PreviewInfo.ZoomFactor = 75D;
     this.dgFileAttachments.PrintInfo.PageSettings = ((System.Drawing.Printing.PageSettings)(resources.GetObject("dgFileAttachments.PrintInfo.PageSettings")));
     this.dgFileAttachments.RowHeight = 15;
     this.dgFileAttachments.Size = new System.Drawing.Size(698, 233);
     this.dgFileAttachments.TabIndex = 0;
     this.dgFileAttachments.Text = "c1TrueDBGrid1";
     this.dgFileAttachments.AfterColUpdate += new C1.Win.C1TrueDBGrid.ColEventHandler(this.dgFileAttachments_AfterColUpdate);
     this.dgFileAttachments.ButtonClick += new C1.Win.C1TrueDBGrid.ColEventHandler(this.dgFileAttachments_ButtonClick);
     this.dgFileAttachments.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.dgFileAttachments_PreviewKeyDown);
     this.dgFileAttachments.PropBag = resources.GetString("dgFileAttachments.PropBag");
     //
     // Productid
     //
     this.Productid.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.Productid.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.Productid.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.Productid.LineVisible = true;
     this.Productid.Location = new System.Drawing.Point(4, 12);
     this.Productid.Name = "Productid";
     this.Productid.Size = new System.Drawing.Size(72, 20);
     this.Productid.TabIndex = 1;
     this.Productid.Text = "Item Id";
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.cmbProductCategory);
     this.groupControl1.Controls.Add(this.txtShortName);
     this.groupControl1.Controls.Add(this.txtArtical);
     this.groupControl1.Controls.Add(this.txtProductName);
     this.groupControl1.Controls.Add(this.cmbSkuType);
     this.groupControl1.Controls.Add(this.cmbGeneralName);
     this.groupControl1.Controls.Add(this.cmbProtoType);
     this.groupControl1.Controls.Add(this.btnPickList);
     this.groupControl1.Controls.Add(this.labelControl3);
     this.groupControl1.Controls.Add(this.txtProductId);
     this.groupControl1.Controls.Add(this.txtPack);
     this.groupControl1.Controls.Add(this.Productid);
     this.groupControl1.Controls.Add(this.labelControl6);
     this.groupControl1.Controls.Add(this.labelControl2);
     this.groupControl1.Controls.Add(this.labelControl8);
     this.groupControl1.Controls.Add(this.labelControl14);
     this.groupControl1.Controls.Add(this.labelControl7);
     this.groupControl1.Controls.Add(this.labelControl49);
     this.groupControl1.Controls.Add(this.labelControl39);
     this.groupControl1.Location = new System.Drawing.Point(2, 3);
     this.groupControl1.Name = "groupControl1";
     this.groupControl1.ShowCaption = false;
     this.groupControl1.Size = new System.Drawing.Size(405, 105);
     this.groupControl1.TabIndex = 11;
     this.groupControl1.Text = "Products";
     //
     // cmbProductCategory
     //
     this.cmbProductCategory.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.cmbProductCategory.Location = new System.Drawing.Point(308, 67);
     this.cmbProductCategory.Name = "cmbProductCategory";
     this.cmbProductCategory.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbProductCategory.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.cmbProductCategory.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbProductCategory.Size = new System.Drawing.Size(91, 20);
     this.cmbProductCategory.TabIndex = 55;
     this.cmbProductCategory.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.cmbProductCategory_PreviewKeyDown);
     //
     // txtShortName
     //
     this.txtShortName.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtShortName.Location = new System.Drawing.Point(62, 69);
     this.txtShortName.Name = "txtShortName";
     this.txtShortName.Size = new System.Drawing.Size(169, 20);
     this.txtShortName.TabIndex = 6;
     this.txtShortName.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtShortName_PreviewKeyDown);
     //
     // txtArtical
     //
     this.txtArtical.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtArtical.Location = new System.Drawing.Point(62, 50);
     this.txtArtical.Name = "txtArtical";
     this.txtArtical.Size = new System.Drawing.Size(169, 20);
     this.txtArtical.TabIndex = 5;
     this.txtArtical.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtArtical_PreviewKeyDown);
     //
     // txtProductName
     //
     this.txtProductName.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtProductName.Location = new System.Drawing.Point(62, 31);
     this.txtProductName.Name = "txtProductName";
     this.txtProductName.Size = new System.Drawing.Size(169, 20);
     this.txtProductName.TabIndex = 4;
     this.txtProductName.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtProductName_PreviewKeyDown);
     //
     // cmbSkuType
     //
     this.cmbSkuType.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.cmbSkuType.Location = new System.Drawing.Point(308, 48);
     this.cmbSkuType.Name = "cmbSkuType";
     this.cmbSkuType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbSkuType.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.cmbSkuType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbSkuType.Size = new System.Drawing.Size(91, 20);
     this.cmbSkuType.TabIndex = 57;
     this.cmbSkuType.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.cmbSkuType_PreviewKeyDown);
     //
     // cmbGeneralName
     //
     this.cmbGeneralName.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.cmbGeneralName.Location = new System.Drawing.Point(308, 29);
     this.cmbGeneralName.Name = "cmbGeneralName";
     this.cmbGeneralName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbGeneralName.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.cmbGeneralName.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbGeneralName.Size = new System.Drawing.Size(91, 20);
     this.cmbGeneralName.TabIndex = 3;
     this.cmbGeneralName.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.cmbGeneralName_PreviewKeyDown);
     //
     // cmbProtoType
     //
     this.cmbProtoType.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.cmbProtoType.Location = new System.Drawing.Point(308, 11);
     this.cmbProtoType.Name = "cmbProtoType";
     this.cmbProtoType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cmbProtoType.Properties.Items.AddRange(new object[] {
     "Town",
     "Brick",
     "SubBrick",
     "Terriorty"});
     this.cmbProtoType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.cmbProtoType.Size = new System.Drawing.Size(91, 20);
     this.cmbProtoType.TabIndex = 2;
     this.cmbProtoType.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.cmbProtoType_PreviewKeyDown);
     //
     // btnPickList
     //
     this.btnPickList.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btnPickList.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.btnPickList.Appearance.Options.UseFont = true;
     this.btnPickList.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.btnPickList.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnPickList.Location = new System.Drawing.Point(113, 12);
     this.btnPickList.Name = "btnPickList";
     this.btnPickList.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.btnPickList.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem3.Text = "Add New Entry";
     superToolTip3.Items.Add(toolTipTitleItem3);
     this.btnPickList.SuperTip = superToolTip3;
     this.btnPickList.TabIndex = 47;
     this.btnPickList.TabStop = false;
     this.btnPickList.Click += new System.EventHandler(this.btnPickList_Click);
     //
     // labelControl3
     //
     this.labelControl3.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl3.Location = new System.Drawing.Point(140, 15);
     this.labelControl3.Name = "labelControl3";
     this.labelControl3.Size = new System.Drawing.Size(22, 13);
     this.labelControl3.TabIndex = 4;
     this.labelControl3.Text = "Pack";
     //
     // txtProductId
     //
     this.txtProductId.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtProductId.Location = new System.Drawing.Point(62, 11);
     this.txtProductId.Mask = "000-000";
     this.txtProductId.Name = "txtProductId";
     this.txtProductId.Size = new System.Drawing.Size(51, 21);
     this.txtProductId.TabIndex = 0;
     this.txtProductId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProductId_KeyDown);
     this.txtProductId.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtProductId_KeyPress);
     this.txtProductId.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtProductId_PreviewKeyDown);
     //
     // txtPack
     //
     this.txtPack.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtPack.Location = new System.Drawing.Point(171, 12);
     this.txtPack.Name = "txtPack";
     this.txtPack.Size = new System.Drawing.Size(60, 20);
     this.txtPack.TabIndex = 1;
     this.txtPack.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtPack_PreviewKeyDown);
     //
     // labelControl6
     //
     this.labelControl6.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl6.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl6.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl6.LineVisible = true;
     this.labelControl6.Location = new System.Drawing.Point(4, 32);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(79, 20);
     this.labelControl6.TabIndex = 7;
     this.labelControl6.Text = "Item Name";
     //
     // labelControl2
     //
     this.labelControl2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl2.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl2.LineVisible = true;
     this.labelControl2.Location = new System.Drawing.Point(4, 51);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(72, 20);
     this.labelControl2.TabIndex = 52;
     this.labelControl2.Text = "Artical No.";
     //
     // labelControl8
     //
     this.labelControl8.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl8.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl8.LineVisible = true;
     this.labelControl8.Location = new System.Drawing.Point(4, 70);
     this.labelControl8.Name = "labelControl8";
     this.labelControl8.Size = new System.Drawing.Size(72, 20);
     this.labelControl8.TabIndex = 59;
     this.labelControl8.Text = "Description";
     //
     // labelControl14
     //
     this.labelControl14.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl14.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl14.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl14.LineVisible = true;
     this.labelControl14.Location = new System.Drawing.Point(235, 11);
     this.labelControl14.Name = "labelControl14";
     this.labelControl14.Size = new System.Drawing.Size(90, 20);
     this.labelControl14.TabIndex = 52;
     this.labelControl14.Text = "Item Type";
     //
     // labelControl7
     //
     this.labelControl7.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl7.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl7.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl7.LineVisible = true;
     this.labelControl7.Location = new System.Drawing.Point(235, 30);
     this.labelControl7.Name = "labelControl7";
     this.labelControl7.Size = new System.Drawing.Size(90, 20);
     this.labelControl7.TabIndex = 54;
     this.labelControl7.Text = "Gen. Name";
     //
     // labelControl49
     //
     this.labelControl49.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl49.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl49.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl49.LineVisible = true;
     this.labelControl49.Location = new System.Drawing.Point(235, 48);
     this.labelControl49.Name = "labelControl49";
     this.labelControl49.Size = new System.Drawing.Size(77, 20);
     this.labelControl49.TabIndex = 58;
     this.labelControl49.Text = "SKU Type";
     //
     // labelControl39
     //
     this.labelControl39.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl39.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl39.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl39.LineVisible = true;
     this.labelControl39.Location = new System.Drawing.Point(235, 67);
     this.labelControl39.Name = "labelControl39";
     this.labelControl39.Size = new System.Drawing.Size(90, 20);
     this.labelControl39.TabIndex = 56;
     this.labelControl39.Text = "Item Category";
     //
     // labelControl4
     //
     this.labelControl4.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl4.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl4.LineVisible = true;
     this.labelControl4.Location = new System.Drawing.Point(169, 9);
     this.labelControl4.Name = "labelControl4";
     this.labelControl4.Size = new System.Drawing.Size(54, 20);
     this.labelControl4.TabIndex = 5;
     this.labelControl4.Text = "Group Seq.";
     //
     // labelControl5
     //
     this.labelControl5.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl5.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl5.LineVisible = true;
     this.labelControl5.Location = new System.Drawing.Point(5, 30);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(84, 20);
     this.labelControl5.TabIndex = 6;
     this.labelControl5.Text = "Group Name";
     //
     // labelControl10
     //
     this.labelControl10.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl10.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl10.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl10.LineVisible = true;
     this.labelControl10.Location = new System.Drawing.Point(5, 8);
     this.labelControl10.Name = "labelControl10";
     this.labelControl10.Size = new System.Drawing.Size(71, 20);
     this.labelControl10.TabIndex = 11;
     this.labelControl10.Text = "Group Id";
     //
     // txtGroupSeq
     //
     this.txtGroupSeq.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtGroupSeq.Location = new System.Drawing.Point(224, 10);
     this.txtGroupSeq.Name = "txtGroupSeq";
     this.txtGroupSeq.Size = new System.Drawing.Size(62, 20);
     this.txtGroupSeq.TabIndex = 8;
     this.txtGroupSeq.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtGroupSeq_PreviewKeyDown);
     //
     // txtGroupName
     //
     this.txtGroupName.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtGroupName.Location = new System.Drawing.Point(85, 29);
     this.txtGroupName.Name = "txtGroupName";
     this.txtGroupName.Size = new System.Drawing.Size(201, 20);
     this.txtGroupName.TabIndex = 124244;
     this.txtGroupName.TabStop = false;
     //
     // txtGroupid
     //
     this.txtGroupid.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtGroupid.Location = new System.Drawing.Point(85, 9);
     this.txtGroupid.Mask = "000-000";
     this.txtGroupid.Name = "txtGroupid";
     this.txtGroupid.Size = new System.Drawing.Size(51, 21);
     this.txtGroupid.TabIndex = 7;
     this.txtGroupid.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtGroupid_PreviewKeyDown);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.simpleButton1.Appearance.Options.UseFont = true;
     this.simpleButton1.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.simpleButton1.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton1.Location = new System.Drawing.Point(137, 9);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.simpleButton1.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem4.Text = "Add New Entry";
     superToolTip4.Items.Add(toolTipTitleItem4);
     this.simpleButton1.SuperTip = superToolTip4;
     this.simpleButton1.TabIndex = 48;
     this.simpleButton1.TabStop = false;
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // groupControl2
     //
     this.groupControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl2.Controls.Add(this.txtmanualgroup);
     this.groupControl2.Controls.Add(this.labelControl57);
     this.groupControl2.Controls.Add(this.txtdateto);
     this.groupControl2.Controls.Add(this.txtdatefrom);
     this.groupControl2.Controls.Add(this.simpleButton4);
     this.groupControl2.Controls.Add(this.simpleButton1);
     this.groupControl2.Controls.Add(this.labelControl10);
     this.groupControl2.Controls.Add(this.txtGroupName);
     this.groupControl2.Controls.Add(this.labelControl4);
     this.groupControl2.Controls.Add(this.txtGroupSeq);
     this.groupControl2.Controls.Add(this.txtGroupid);
     this.groupControl2.Controls.Add(this.labelControl5);
     this.groupControl2.Controls.Add(this.labelControl56);
     this.groupControl2.Controls.Add(this.labelControl51);
     this.groupControl2.Location = new System.Drawing.Point(411, 3);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.ShowCaption = false;
     this.groupControl2.Size = new System.Drawing.Size(291, 105);
     this.groupControl2.TabIndex = 12;
     this.groupControl2.Text = "Group";
     this.groupControl2.Paint += new System.Windows.Forms.PaintEventHandler(this.groupControl2_Paint);
     //
     // txtmanualgroup
     //
     this.txtmanualgroup.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.txtmanualgroup.Location = new System.Drawing.Point(85, 68);
     this.txtmanualgroup.Name = "txtmanualgroup";
     this.txtmanualgroup.Size = new System.Drawing.Size(201, 20);
     this.txtmanualgroup.TabIndex = 124245;
     this.txtmanualgroup.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtmanualgroup_PreviewKeyDown);
     //
     // labelControl57
     //
     this.labelControl57.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl57.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl57.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl57.LineVisible = true;
     this.labelControl57.Location = new System.Drawing.Point(168, 50);
     this.labelControl57.Name = "labelControl57";
     this.labelControl57.Size = new System.Drawing.Size(38, 20);
     this.labelControl57.TabIndex = 124252;
     this.labelControl57.Text = "Date To";
     //
     // txtdateto
     //
     this.txtdateto.Location = new System.Drawing.Point(211, 48);
     this.txtdateto.Mask = "00/00/0000";
     this.txtdateto.Name = "txtdateto";
     this.txtdateto.Size = new System.Drawing.Size(75, 21);
     this.txtdateto.TabIndex = 124251;
     this.txtdateto.ValidatingType = typeof(System.DateTime);
     this.txtdateto.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtdateto_PreviewKeyDown);
     //
     // txtdatefrom
     //
     this.txtdatefrom.Location = new System.Drawing.Point(85, 48);
     this.txtdatefrom.Mask = "00/00/0000";
     this.txtdatefrom.Name = "txtdatefrom";
     this.txtdatefrom.Size = new System.Drawing.Size(75, 21);
     this.txtdatefrom.TabIndex = 124250;
     this.txtdatefrom.ValidatingType = typeof(System.DateTime);
     this.txtdatefrom.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtdatefrom_PreviewKeyDown);
     //
     // simpleButton4
     //
     this.simpleButton4.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.simpleButton4.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.Image")));
     this.simpleButton4.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton4.Location = new System.Drawing.Point(63, 9);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(21, 20);
     toolTipItem1.Text = "Save Module";
     superToolTip5.Items.Add(toolTipItem1);
     this.simpleButton4.SuperTip = superToolTip5;
     this.simpleButton4.TabIndex = 187;
     this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
     //
     // labelControl56
     //
     this.labelControl56.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl56.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl56.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl56.LineVisible = true;
     this.labelControl56.Location = new System.Drawing.Point(5, 51);
     this.labelControl56.Name = "labelControl56";
     this.labelControl56.Size = new System.Drawing.Size(84, 20);
     this.labelControl56.TabIndex = 124249;
     this.labelControl56.Text = "Date From";
     //
     // labelControl51
     //
     this.labelControl51.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl51.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl51.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl51.LineVisible = true;
     this.labelControl51.Location = new System.Drawing.Point(5, 69);
     this.labelControl51.Name = "labelControl51";
     this.labelControl51.Size = new System.Drawing.Size(84, 20);
     this.labelControl51.TabIndex = 124246;
     this.labelControl51.Text = "Manual Groups";
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnAdd.Image = global::ERPGUI.Properties.Resources.addfooter_16x16;
     this.btnAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnAdd.Location = new System.Drawing.Point(3, 426);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(70, 23);
     toolTipItem2.Text = "Add New Module";
     superToolTip6.Items.Add(toolTipItem2);
     this.btnAdd.SuperTip = superToolTip6;
     this.btnAdd.TabIndex = 47;
     this.btnAdd.Text = " &Add ";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnCancel.Image = global::ERPGUI.Properties.Resources.deletedatasource_16x16;
     this.btnCancel.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.btnCancel.Location = new System.Drawing.Point(79, 426);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(70, 23);
     toolTipItem3.Text = "Cancel Current Operation";
     superToolTip7.Items.Add(toolTipItem3);
     this.btnCancel.SuperTip = superToolTip7;
     this.btnCancel.TabIndex = 50;
     this.btnCancel.Text = "&Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // groupControl4
     //
     this.groupControl4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControl4.Controls.Add(this.simpleButton6);
     this.groupControl4.Controls.Add(this.simpleButton5);
     this.groupControl4.Controls.Add(this.chkCompanyDiscount);
     this.groupControl4.Controls.Add(this.txtCompanySeq);
     this.groupControl4.Controls.Add(this.simpleButton3);
     this.groupControl4.Controls.Add(this.labelControl35);
     this.groupControl4.Controls.Add(this.txtReportCompanyName);
     this.groupControl4.Controls.Add(this.txtReportCompanyid);
     this.groupControl4.Controls.Add(this.simpleButton2);
     this.groupControl4.Controls.Add(this.txtCompanyName);
     this.groupControl4.Controls.Add(this.txtCompanyid);
     this.groupControl4.Controls.Add(this.labelControl33);
     this.groupControl4.Controls.Add(this.labelControl34);
     this.groupControl4.Controls.Add(this.labelControl36);
     this.groupControl4.Controls.Add(this.labelControl1);
     this.groupControl4.Location = new System.Drawing.Point(3, 110);
     this.groupControl4.Name = "groupControl4";
     this.groupControl4.ShowCaption = false;
     this.groupControl4.Size = new System.Drawing.Size(699, 55);
     this.groupControl4.TabIndex = 49;
     this.groupControl4.Text = "Group";
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.simpleButton6.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton6.Image")));
     this.simpleButton6.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton6.Location = new System.Drawing.Point(110, 27);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(21, 20);
     toolTipItem4.Text = "Save Module";
     superToolTip8.Items.Add(toolTipItem4);
     this.simpleButton6.SuperTip = superToolTip8;
     this.simpleButton6.TabIndex = 124246;
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.simpleButton5.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton5.Image")));
     this.simpleButton5.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton5.Location = new System.Drawing.Point(110, 6);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(21, 20);
     toolTipItem5.Text = "Save Module";
     superToolTip9.Items.Add(toolTipItem5);
     this.simpleButton5.SuperTip = superToolTip9;
     this.simpleButton5.TabIndex = 124245;
     //
     // chkCompanyDiscount
     //
     this.chkCompanyDiscount.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.chkCompanyDiscount.Location = new System.Drawing.Point(472, 26);
     this.chkCompanyDiscount.Name = "chkCompanyDiscount";
     this.chkCompanyDiscount.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkCompanyDiscount.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(88)))), ((int)(((byte)(168)))));
     this.chkCompanyDiscount.Properties.Appearance.Options.UseFont = true;
     this.chkCompanyDiscount.Properties.Appearance.Options.UseForeColor = true;
     this.chkCompanyDiscount.Properties.Caption = "Company Discount";
     this.chkCompanyDiscount.Size = new System.Drawing.Size(136, 19);
     this.chkCompanyDiscount.TabIndex = 100001;
     this.chkCompanyDiscount.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.chkCompanyDiscount_PreviewKeyDown);
     //
     // txtCompanySeq
     //
     this.txtCompanySeq.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtCompanySeq.Location = new System.Drawing.Point(542, 6);
     this.txtCompanySeq.Name = "txtCompanySeq";
     this.txtCompanySeq.Size = new System.Drawing.Size(62, 20);
     this.txtCompanySeq.TabIndex = 10;
     this.txtCompanySeq.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtCompanySeq_PreviewKeyDown);
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.simpleButton3.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.simpleButton3.Appearance.Options.UseFont = true;
     this.simpleButton3.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.simpleButton3.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton3.Location = new System.Drawing.Point(159, 27);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.simpleButton3.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem5.Text = "Add New Entry";
     superToolTip10.Items.Add(toolTipTitleItem5);
     this.simpleButton3.SuperTip = superToolTip10;
     this.simpleButton3.TabIndex = 53;
     this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
     //
     // labelControl35
     //
     this.labelControl35.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl35.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl35.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl35.LineVisible = true;
     this.labelControl35.Location = new System.Drawing.Point(17, 29);
     this.labelControl35.Name = "labelControl35";
     this.labelControl35.Size = new System.Drawing.Size(101, 20);
     this.labelControl35.TabIndex = 50;
     this.labelControl35.Text = "Report CompanyId";
     //
     // txtReportCompanyName
     //
     this.txtReportCompanyName.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtReportCompanyName.Location = new System.Drawing.Point(264, 26);
     this.txtReportCompanyName.Name = "txtReportCompanyName";
     this.txtReportCompanyName.Size = new System.Drawing.Size(204, 20);
     this.txtReportCompanyName.TabIndex = 13;
     //
     // txtReportCompanyid
     //
     this.txtReportCompanyid.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtReportCompanyid.Location = new System.Drawing.Point(133, 27);
     this.txtReportCompanyid.Mask = "000";
     this.txtReportCompanyid.Name = "txtReportCompanyid";
     this.txtReportCompanyid.Size = new System.Drawing.Size(25, 21);
     this.txtReportCompanyid.TabIndex = 11;
     this.txtReportCompanyid.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtReportCompanyid_PreviewKeyDown);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.simpleButton2.Appearance.Font = new System.Drawing.Font("Tahoma", 9F);
     this.simpleButton2.Appearance.Options.UseFont = true;
     this.simpleButton2.Image = global::ERPGUI.Properties.Resources.find_16x16;
     this.simpleButton2.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
     this.simpleButton2.Location = new System.Drawing.Point(159, 6);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.simpleButton2.Size = new System.Drawing.Size(24, 20);
     toolTipTitleItem6.Text = "Add New Entry";
     superToolTip11.Items.Add(toolTipTitleItem6);
     this.simpleButton2.SuperTip = superToolTip11;
     this.simpleButton2.TabIndex = 48;
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // txtCompanyName
     //
     this.txtCompanyName.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtCompanyName.Location = new System.Drawing.Point(264, 6);
     this.txtCompanyName.Name = "txtCompanyName";
     this.txtCompanyName.Size = new System.Drawing.Size(204, 20);
     this.txtCompanyName.TabIndex = 100000;
     //
     // txtCompanyid
     //
     this.txtCompanyid.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.txtCompanyid.Location = new System.Drawing.Point(133, 6);
     this.txtCompanyid.Mask = "000";
     this.txtCompanyid.Name = "txtCompanyid";
     this.txtCompanyid.Size = new System.Drawing.Size(25, 21);
     this.txtCompanyid.TabIndex = 9;
     this.txtCompanyid.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.txtCompanyid_PreviewKeyDown);
     //
     // labelControl33
     //
     this.labelControl33.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl33.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl33.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl33.LineVisible = true;
     this.labelControl33.Location = new System.Drawing.Point(17, 7);
     this.labelControl33.Name = "labelControl33";
     this.labelControl33.Size = new System.Drawing.Size(101, 20);
     this.labelControl33.TabIndex = 11;
     this.labelControl33.Text = "Company Id";
     //
     // labelControl34
     //
     this.labelControl34.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl34.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl34.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl34.LineVisible = true;
     this.labelControl34.Location = new System.Drawing.Point(187, 6);
     this.labelControl34.Name = "labelControl34";
     this.labelControl34.Size = new System.Drawing.Size(95, 20);
     this.labelControl34.TabIndex = 6;
     this.labelControl34.Text = "Company Name";
     //
     // labelControl36
     //
     this.labelControl36.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl36.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl36.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl36.LineVisible = true;
     this.labelControl36.Location = new System.Drawing.Point(187, 26);
     this.labelControl36.Name = "labelControl36";
     this.labelControl36.Size = new System.Drawing.Size(95, 20);
     this.labelControl36.TabIndex = 49;
     this.labelControl36.Text = "Company Name";
     //
     // labelControl1
     //
     this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.labelControl1.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
     this.labelControl1.LineVisible = true;
     this.labelControl1.Location = new System.Drawing.Point(471, 6);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(81, 20);
     this.labelControl1.TabIndex = 54;
     this.labelControl1.Text = "Company Seq.";
     //
     // frmProducts
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(704, 454);
     this.Controls.Add(this.groupControl4);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.btnCancel);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmProducts";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Products";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmProducts_FormClosing);
     this.Load += new System.EventHandler(this.frmProducts_Load);
     this.Enter += new System.EventHandler(this.frmProducts_Enter);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtrabarGeneralinformation.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.txtfactor.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtuompurchase.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtuomsize.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtuomsale.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbValueMethod.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAvgRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtToleranceDay.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLoadTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPurchaseRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSpecialRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCostRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTransit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTarget.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNetBalance.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBalanceBonus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBalanceStock.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxQuantityDays.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxQuantityPCustomer.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackInBox.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInventoryDays.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMinFlatRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxFlatRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSaleTaxCalculation.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleTaxVale.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleTaxPer.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxSalesDisc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPurchaseDiscountPer.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRetailPrice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkwolallow.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAllowPer.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAutoBonus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkSaleBase.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkSaleTaxReg.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkNonPharma.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkExcempted.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkUseFlatRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkNorCotics.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkHideinTabs.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkAllowMaxQtyDays.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chkProductDiscontinue.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTradePrice.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSaleRate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackInCarton.Properties)).EndInit();
     this.XtrabarBonus.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.datagridBonus)).EndInit();
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.datagridProductAllocation)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
     this.groupControl5.ResumeLayout(false);
     this.groupControl5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtMaxLimit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMinLimit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtBarCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShelfCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdPresevasionStandard)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtClaimPartnerName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.businessPartnerName.Properties)).EndInit();
     this.xtraTabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgFileAttachments)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProductCategory.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtShortName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtArtical.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtProductName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbSkuType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbGeneralName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbProtoType.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPack.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGroupSeq.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGroupName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.groupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtmanualgroup.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
     this.groupControl4.ResumeLayout(false);
     this.groupControl4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkCompanyDiscount.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompanySeq.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtReportCompanyName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCompanyName.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #60
0
        private void InitializeComponent()
        {
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonSave  = new System.Windows.Forms.Button();
            this.labelClientWorkingsetBytes           = new System.Windows.Forms.Label();
            this.maskedTextBoxClientWorkingsetBytes   = new System.Windows.Forms.MaskedTextBox();
            this.labelBusinessWorkingsetBytes         = new System.Windows.Forms.Label();
            this.maskedTextBoxBusinessWorkingsetBytes = new System.Windows.Forms.MaskedTextBox();
            this.labelDatabaseSizeBytes         = new System.Windows.Forms.Label();
            this.maskedTextBoxDatabaseSizeBytes = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.DateTimePicker();
            this.SuspendLayout();
            //
            // labelClientWorkingsetBytes
            //
            this.labelClientWorkingsetBytes.AutoSize = true;
            this.labelClientWorkingsetBytes.Location = new System.Drawing.Point(11, 13);
            this.labelClientWorkingsetBytes.Name     = "labelClientWorkingsetBytes";
            this.labelClientWorkingsetBytes.Size     = new System.Drawing.Size(71, 13);
            this.labelClientWorkingsetBytes.TabIndex = 2;
            this.labelClientWorkingsetBytes.Text     = "Client Workingset Bytes:";
            //
            //maskedTextBoxClientWorkingsetBytes
            //
            this.maskedTextBoxClientWorkingsetBytes.Location = new System.Drawing.Point(175, 13);
            this.maskedTextBoxClientWorkingsetBytes.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxClientWorkingsetBytes.Name     = "maskedTextBoxClientWorkingsetBytes";
            this.maskedTextBoxClientWorkingsetBytes.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxClientWorkingsetBytes.TabIndex = 3;
            //
            // labelBusinessWorkingsetBytes
            //
            this.labelBusinessWorkingsetBytes.AutoSize = true;
            this.labelBusinessWorkingsetBytes.Location = new System.Drawing.Point(11, 36);
            this.labelBusinessWorkingsetBytes.Name     = "labelBusinessWorkingsetBytes";
            this.labelBusinessWorkingsetBytes.Size     = new System.Drawing.Size(71, 13);
            this.labelBusinessWorkingsetBytes.TabIndex = 4;
            this.labelBusinessWorkingsetBytes.Text     = "Business Workingset Bytes:";
            //
            //maskedTextBoxBusinessWorkingsetBytes
            //
            this.maskedTextBoxBusinessWorkingsetBytes.Location = new System.Drawing.Point(175, 36);
            this.maskedTextBoxBusinessWorkingsetBytes.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxBusinessWorkingsetBytes.Name     = "maskedTextBoxBusinessWorkingsetBytes";
            this.maskedTextBoxBusinessWorkingsetBytes.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxBusinessWorkingsetBytes.TabIndex = 5;
            //
            // labelDatabaseSizeBytes
            //
            this.labelDatabaseSizeBytes.AutoSize = true;
            this.labelDatabaseSizeBytes.Location = new System.Drawing.Point(11, 59);
            this.labelDatabaseSizeBytes.Name     = "labelDatabaseSizeBytes";
            this.labelDatabaseSizeBytes.Size     = new System.Drawing.Size(71, 13);
            this.labelDatabaseSizeBytes.TabIndex = 6;
            this.labelDatabaseSizeBytes.Text     = "Database Size Bytes:";
            //
            //maskedTextBoxDatabaseSizeBytes
            //
            this.maskedTextBoxDatabaseSizeBytes.Location = new System.Drawing.Point(175, 59);
            this.maskedTextBoxDatabaseSizeBytes.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxDatabaseSizeBytes.Name     = "maskedTextBoxDatabaseSizeBytes";
            this.maskedTextBoxDatabaseSizeBytes.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxDatabaseSizeBytes.TabIndex = 7;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 8;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location     = new System.Drawing.Point(175, 82);
            this.dateTimePickerDateTime.Anchor       = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name         = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size         = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex     = 9;
            this.dateTimePickerDateTime.Checked      = false;
            this.dateTimePickerDateTime.ShowCheckBox = true;
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(333, 105);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonSave
            //
            this.buttonSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonSave.Location = new System.Drawing.Point(233, 105);
            this.buttonSave.Name     = "buttonSave";
            this.buttonSave.Size     = new System.Drawing.Size(92, 22);
            this.buttonSave.TabIndex = 2;
            this.buttonSave.Text     = "&Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            //
            // EditForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(437, 133);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonClose);
            this.Name = "CrudeDefaultResourceMeasurementEdit";
            this.Text = "Default Resource Measurement Edit";
            this.Controls.Add(this.labelClientWorkingsetBytes);
            this.Controls.Add(this.maskedTextBoxClientWorkingsetBytes);
            this.Controls.Add(this.labelBusinessWorkingsetBytes);
            this.Controls.Add(this.maskedTextBoxBusinessWorkingsetBytes);
            this.Controls.Add(this.labelDatabaseSizeBytes);
            this.Controls.Add(this.maskedTextBoxDatabaseSizeBytes);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }