/// <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.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.grdWinter = new System.Windows.Forms.DataGridView();
     this.gridMenuStrip = new zaitun.GUI.GridMenuStrip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.grdWinter)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn1.HeaderText = "Value";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "Predicted";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText = "Residual";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     //
     // grdWinter
     //
     this.grdWinter.AllowUserToAddRows = false;
     this.grdWinter.AllowUserToDeleteRows = false;
     this.grdWinter.AllowUserToResizeRows = false;
     this.grdWinter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdWinter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdWinter.ContextMenuStrip = this.gridMenuStrip;
     this.grdWinter.Location = new System.Drawing.Point(0, 0);
     this.grdWinter.Margin = new System.Windows.Forms.Padding(10);
     this.grdWinter.Name = "grdWinter";
     this.grdWinter.ReadOnly = true;
     this.grdWinter.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.grdWinter.RowTemplate.Height = 25;
     this.grdWinter.Size = new System.Drawing.Size(512, 353);
     this.grdWinter.TabIndex = 4;
     //
     // gridMenuStrip
     //
     this.gridMenuStrip.Name = "mnuGrid";
     this.gridMenuStrip.Size = new System.Drawing.Size(168, 142);
     //
     // TripleExponentialSmoothingWinterDataGrid
     //
     this.Controls.Add(this.grdWinter);
     this.Name = "TripleExponentialSmoothingWinterDataGrid";
     this.Size = new System.Drawing.Size(512, 353);
     ((System.ComponentModel.ISupportInitialize)(this.grdWinter)).EndInit();
     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()
 {
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.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.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column1,
     this.Column2,
     this.Column3});
     this.dataGridView1.Location = new System.Drawing.Point(12, 12);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.Size = new System.Drawing.Size(703, 612);
     this.dataGridView1.TabIndex = 0;
     //
     // Column1
     //
     this.Column1.HeaderText = "Номер канала";
     this.Column1.Name = "Column1";
     this.Column1.ReadOnly = true;
     this.Column1.Width = 150;
     //
     // Column2
     //
     this.Column2.HeaderText = "Описание";
     this.Column2.Name = "Column2";
     this.Column2.ReadOnly = true;
     this.Column2.Width = 300;
     //
     // Column3
     //
     this.Column3.HeaderText = "Текущее значение";
     this.Column3.Name = "Column3";
     this.Column3.ReadOnly = true;
     this.Column3.Width = 200;
     //
     // ChannelsViewForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(728, 636);
     this.Controls.Add(this.dataGridView1);
     this.Name = "ChannelsViewForm";
     this.Text = "Каналы";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ChannelsViewForm_FormClosing);
     this.Load += new System.EventHandler(this.ChannelsViewForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     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()
 {
     this.grid = new System.Windows.Forms.DataGridView();
     this.Valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Descricao = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
     this.SuspendLayout();
     //
     // grid
     //
     this.grid.AllowUserToAddRows = false;
     this.grid.AllowUserToDeleteRows = false;
     this.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Valor,
     this.Descricao});
     this.grid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grid.Location = new System.Drawing.Point(0, 0);
     this.grid.Name = "grid";
     this.grid.ReadOnly = true;
     this.grid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grid.Size = new System.Drawing.Size(284, 356);
     this.grid.TabIndex = 0;
     this.grid.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.grid_MouseDoubleClick);
     this.grid.SelectionChanged += new System.EventHandler(this.grid_SelectionChanged);
     this.grid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grid_CellContentClick);
     //
     // Valor
     //
     this.Valor.HeaderText = "Valor";
     this.Valor.Name = "Valor";
     this.Valor.ReadOnly = true;
     //
     // Descricao
     //
     this.Descricao.FillWeight = 300F;
     this.Descricao.HeaderText = "Descricao";
     this.Descricao.Name = "Descricao";
     this.Descricao.ReadOnly = true;
     this.Descricao.Width = 300;
     //
     // NeoSelect
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(284, 356);
     this.Controls.Add(this.grid);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "NeoSelect";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.Text = "Selecione a opção com um clique duplo";
     this.Load += new System.EventHandler(this.NeoSelect_Load);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.NeoSelect_FormClosed);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NeoSelect_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
     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()
 {
     this.dgvStation = new System.Windows.Forms.DataGridView();
     this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Value_2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dgvStation)).BeginInit();
     this.SuspendLayout();
     //
     // dgvStation
     //
     this.dgvStation.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.dgvStation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvStation.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Id,
     this.Value,
     this.Value_2});
     this.dgvStation.Location = new System.Drawing.Point(12, 12);
     this.dgvStation.Name = "dgvStation";
     this.dgvStation.Size = new System.Drawing.Size(844, 462);
     this.dgvStation.TabIndex = 0;
     //
     // Id
     //
     this.Id.HeaderText = "Name";
     this.Id.Name = "Id";
     this.Id.Width = 200;
     //
     // Value
     //
     this.Value.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Value.FillWeight = 200F;
     this.Value.HeaderText = "Value";
     this.Value.Name = "Value";
     this.Value.ReadOnly = true;
     //
     // Value_2
     //
     this.Value_2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Value_2.FillWeight = 200F;
     this.Value_2.HeaderText = "Personal Data";
     this.Value_2.Name = "Value_2";
     //
     // EDStationView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(868, 486);
     this.Controls.Add(this.dgvStation);
     this.Name = "EDStationView";
     this.Text = "EDStationView";
     ((System.ComponentModel.ISupportInitialize)(this.dgvStation)).EndInit();
     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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.studentNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.classPeriodColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.totalGradeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // studentNameColumn
            // 
            this.studentNameColumn.DataPropertyName = "FormattedName";
            this.studentNameColumn.HeaderText = "Student";
            this.studentNameColumn.Name = "studentNameColumn";
            this.studentNameColumn.ReadOnly = true;
            // 
            // classPeriodColumn
            // 
            this.classPeriodColumn.DataPropertyName = "ClassPeriod";
            this.classPeriodColumn.HeaderText = "Class";
            this.classPeriodColumn.Name = "classPeriodColumn";
            this.classPeriodColumn.ReadOnly = true;
            // 
            // totalGradeColumn
            // 
            dataGridViewCellStyle1.Format = "P";
            this.totalGradeColumn.DefaultCellStyle = dataGridViewCellStyle1;
            this.totalGradeColumn.HeaderText = "Total Grade";
            this.totalGradeColumn.Name = "totalGradeColumn";
            this.totalGradeColumn.ReadOnly = true;
            this.totalGradeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
            // 
            // GradeGrid
            // 
            this.AllowUserToAddRows = false;
            this.AllowUserToDeleteRows = false;
            this.AllowUserToOrderColumns = true;
            this.AutoGenerateColumns = false;
            this.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
            this.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.studentNameColumn,
            this.classPeriodColumn,
            this.totalGradeColumn});
            this.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.GradeGrid_CellEndEdit);
            this.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.GradeGrid_CellFormatting);
            this.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.GradeGrid_CellValidating);
            this.SortCompare += new System.Windows.Forms.DataGridViewSortCompareEventHandler(this.GradeGrid_SortCompare);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            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()
        {
            this.lastNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.firstNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.classPeriodDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // lastNameDataGridViewTextBoxColumn
            // 
            this.lastNameDataGridViewTextBoxColumn.DataPropertyName = "LastName";
            this.lastNameDataGridViewTextBoxColumn.HeaderText = "Last Name";
            this.lastNameDataGridViewTextBoxColumn.Name = "lastNameDataGridViewTextBoxColumn";
            this.lastNameDataGridViewTextBoxColumn.Width = 83;
            // 
            // firstNameDataGridViewTextBoxColumn
            // 
            this.firstNameDataGridViewTextBoxColumn.DataPropertyName = "FirstName";
            this.firstNameDataGridViewTextBoxColumn.HeaderText = "First Name";
            this.firstNameDataGridViewTextBoxColumn.Name = "firstNameDataGridViewTextBoxColumn";
            this.firstNameDataGridViewTextBoxColumn.Width = 82;
            // 
            // classPeriodDataGridViewTextBoxColumn
            // 
            this.classPeriodDataGridViewTextBoxColumn.DataPropertyName = "ClassPeriod";
            this.classPeriodDataGridViewTextBoxColumn.HeaderText = "Class Period";
            this.classPeriodDataGridViewTextBoxColumn.Name = "classPeriodDataGridViewTextBoxColumn";
            this.classPeriodDataGridViewTextBoxColumn.Width = 82;
            // 
            // StudentGrid
            // 
            this.AllowUserToOrderColumns = true;
            this.AutoGenerateColumns = false;
            this.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.lastNameDataGridViewTextBoxColumn,
            this.firstNameDataGridViewTextBoxColumn,
            this.classPeriodDataGridViewTextBoxColumn});
            this.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Location = new System.Drawing.Point(3, 3);
            this.Name = "dgStudents";
            this.Size = new System.Drawing.Size(670, 389);
            this.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.StudentGrid_CellEndEdit);
            this.UserDeletedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.StudentGrid_UserDeletedRow);
            this.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.StudentGrid_UserDeletingRow);
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);

        }
        protected override void SetTheDataGridViewColumn()
        {
            System.Windows.Forms.DataGridViewTextBoxColumn No = new System.Windows.Forms.DataGridViewTextBoxColumn();
            System.Windows.Forms.DataGridViewTextBoxColumn CompanyType = new System.Windows.Forms.DataGridViewTextBoxColumn();
            System.Windows.Forms.DataGridViewTextBoxColumn CompanyName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            System.Windows.Forms.DataGridViewTextBoxColumn Country = new System.Windows.Forms.DataGridViewTextBoxColumn();
            System.Windows.Forms.DataGridViewTextBoxColumn OwnerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            System.Windows.Forms.DataGridViewTextBoxColumn PaymentTerm = new System.Windows.Forms.DataGridViewTextBoxColumn();
            System.Windows.Forms.DataGridViewTextBoxColumn ShippingTerm = new System.Windows.Forms.DataGridViewTextBoxColumn();

            No.Name = "No";
            No.Visible = false;

            CompanyType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            CompanyType.HeaderText = "Type";
            CompanyType.Name = "Company Type";

            CompanyName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            CompanyName.HeaderText = "Company Name";
            CompanyName.Name = "Compnay Name";

            Country.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            Country.HeaderText = "Country";
            Country.Name = "Country";

            OwnerName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            OwnerName.HeaderText = "Owner Name";
            OwnerName.Name = "Owner Name";

            PaymentTerm.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            PaymentTerm.HeaderText = "Payment Term";
            PaymentTerm.Name = "Payment Term";

            ShippingTerm.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
            ShippingTerm.HeaderText = "Shipping Term";
            ShippingTerm.Name = "Shipping Term";

            dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            No,
            CompanyType,
            CompanyName,
            Country,
            OwnerName,
            PaymentTerm,
            ShippingTerm
             });
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.indexList = new System.Windows.Forms.DataGridView();
     this.Characteristics = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.indexList)).BeginInit();
     this.SuspendLayout();
     //
     // indexList
     //
     this.indexList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.indexList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Characteristics,
     this.Value});
     this.indexList.Location = new System.Drawing.Point(13, 13);
     this.indexList.Name = "indexList";
     this.indexList.Size = new System.Drawing.Size(259, 301);
     this.indexList.TabIndex = 0;
     //
     // Characteristics
     //
     this.Characteristics.HeaderText = "Characteristitics";
     this.Characteristics.Name = "Characteristics";
     this.Characteristics.ReadOnly = true;
     //
     // Value
     //
     this.Value.HeaderText = "Values";
     this.Value.Name = "Value";
     this.Value.ReadOnly = true;
     //
     // OracleIndexes
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(284, 167);
     this.Controls.Add(this.indexList);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "OracleIndexes";
     this.Text = "OracleIndexes";
     ((System.ComponentModel.ISupportInitialize)(this.indexList)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle26 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle27 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle28 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
     this.m_btOK = new System.Windows.Forms.Button();
     this.m_btCancel = new System.Windows.Forms.Button();
     this.m_tcSettings = new System.Windows.Forms.TabControl();
     this.m_tpStatistics = new System.Windows.Forms.TabPage();
     this.m_dgvWordLength = new System.Windows.Forms.DataGridView();
     this.m_udNumberOfPhrases = new System.Windows.Forms.NumericUpDown();
     this.label1 = new System.Windows.Forms.Label();
     this.m_tcStructure = new System.Windows.Forms.TabPage();
     this.m_tcPunctuation = new System.Windows.Forms.TabPage();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.m_gbWordNumber = new System.Windows.Forms.GroupBox();
     this.m_dgvPhraseLength = new System.Windows.Forms.DataGridView();
     this.m_gbVowels = new System.Windows.Forms.GroupBox();
     this.m_dgvVowels = new System.Windows.Forms.DataGridView();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_gbConsonants = new System.Windows.Forms.GroupBox();
     this.m_dgvConsonants = new System.Windows.Forms.DataGridView();
     this.m_dgvSyllables = new System.Windows.Forms.GroupBox();
     this.m_dgvSyllableTypes = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_gbFinalPunctuation = new System.Windows.Forms.GroupBox();
     this.m_dgvFinalPunctuation = new System.Windows.Forms.DataGridView();
     this.m_gbInnerPunctuation = new System.Windows.Forms.GroupBox();
     this.m_dgvInnerPunctuation = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Length = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Frequency = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label2 = new System.Windows.Forms.Label();
     this.m_tbLanguageName = new System.Windows.Forms.TextBox();
     this.m_tcSettings.SuspendLayout();
     this.m_tpStatistics.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvWordLength)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_udNumberOfPhrases)).BeginInit();
     this.m_tcStructure.SuspendLayout();
     this.m_tcPunctuation.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.m_gbWordNumber.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvPhraseLength)).BeginInit();
     this.m_gbVowels.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvVowels)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.m_gbConsonants.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvConsonants)).BeginInit();
     this.m_dgvSyllables.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvSyllableTypes)).BeginInit();
     this.m_gbFinalPunctuation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvFinalPunctuation)).BeginInit();
     this.m_gbInnerPunctuation.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvInnerPunctuation)).BeginInit();
     this.SuspendLayout();
     //
     // m_btOK
     //
     this.m_btOK.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.m_btOK.Location = new System.Drawing.Point(15, 529);
     this.m_btOK.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_btOK.Name = "m_btOK";
     this.m_btOK.Size = new System.Drawing.Size(87, 26);
     this.m_btOK.TabIndex = 0;
     this.m_btOK.Text = "OK";
     this.m_btOK.UseVisualStyleBackColor = true;
     //
     // m_btCancel
     //
     this.m_btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_btCancel.Location = new System.Drawing.Point(139, 529);
     this.m_btCancel.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_btCancel.Name = "m_btCancel";
     this.m_btCancel.Size = new System.Drawing.Size(87, 26);
     this.m_btCancel.TabIndex = 0;
     this.m_btCancel.Text = "Cancel";
     this.m_btCancel.UseVisualStyleBackColor = true;
     //
     // m_tcSettings
     //
     this.m_tcSettings.Controls.Add(this.m_tpStatistics);
     this.m_tcSettings.Controls.Add(this.m_tcStructure);
     this.m_tcSettings.Controls.Add(this.m_tcPunctuation);
     this.m_tcSettings.Location = new System.Drawing.Point(0, 0);
     this.m_tcSettings.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tcSettings.Name = "m_tcSettings";
     this.m_tcSettings.SelectedIndex = 0;
     this.m_tcSettings.Size = new System.Drawing.Size(635, 521);
     this.m_tcSettings.TabIndex = 1;
     //
     // m_tpStatistics
     //
     this.m_tpStatistics.Controls.Add(this.m_tbLanguageName);
     this.m_tpStatistics.Controls.Add(this.label2);
     this.m_tpStatistics.Controls.Add(this.m_gbWordNumber);
     this.m_tpStatistics.Controls.Add(this.groupBox1);
     this.m_tpStatistics.Controls.Add(this.m_udNumberOfPhrases);
     this.m_tpStatistics.Controls.Add(this.label1);
     this.m_tpStatistics.Location = new System.Drawing.Point(4, 24);
     this.m_tpStatistics.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tpStatistics.Name = "m_tpStatistics";
     this.m_tpStatistics.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tpStatistics.Size = new System.Drawing.Size(627, 493);
     this.m_tpStatistics.TabIndex = 0;
     this.m_tpStatistics.Text = "Statistics";
     this.m_tpStatistics.UseVisualStyleBackColor = true;
     //
     // m_dgvWordLength
     //
     this.m_dgvWordLength.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvWordLength.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Length,
     this.Frequency});
     this.m_dgvWordLength.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_dgvWordLength.Location = new System.Drawing.Point(3, 19);
     this.m_dgvWordLength.Name = "m_dgvWordLength";
     this.m_dgvWordLength.Size = new System.Drawing.Size(200, 347);
     this.m_dgvWordLength.TabIndex = 2;
     //
     // m_udNumberOfPhrases
     //
     this.m_udNumberOfPhrases.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.m_udNumberOfPhrases.Location = new System.Drawing.Point(573, 4);
     this.m_udNumberOfPhrases.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_udNumberOfPhrases.Name = "m_udNumberOfPhrases";
     this.m_udNumberOfPhrases.Size = new System.Drawing.Size(49, 27);
     this.m_udNumberOfPhrases.TabIndex = 1;
     this.m_udNumberOfPhrases.Value = new decimal(new int[] {
     10,
     0,
     0,
     0});
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(447, 10);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(111, 15);
     this.label1.TabIndex = 0;
     this.label1.Text = "Number of Phrases";
     //
     // m_tcStructure
     //
     this.m_tcStructure.Controls.Add(this.m_dgvSyllables);
     this.m_tcStructure.Controls.Add(this.m_gbConsonants);
     this.m_tcStructure.Controls.Add(this.m_gbVowels);
     this.m_tcStructure.Location = new System.Drawing.Point(4, 24);
     this.m_tcStructure.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tcStructure.Name = "m_tcStructure";
     this.m_tcStructure.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tcStructure.Size = new System.Drawing.Size(627, 493);
     this.m_tcStructure.TabIndex = 1;
     this.m_tcStructure.Text = "Structure";
     this.m_tcStructure.UseVisualStyleBackColor = true;
     //
     // m_tcPunctuation
     //
     this.m_tcPunctuation.Controls.Add(this.m_gbFinalPunctuation);
     this.m_tcPunctuation.Controls.Add(this.m_gbInnerPunctuation);
     this.m_tcPunctuation.Location = new System.Drawing.Point(4, 24);
     this.m_tcPunctuation.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tcPunctuation.Name = "m_tcPunctuation";
     this.m_tcPunctuation.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.m_tcPunctuation.Size = new System.Drawing.Size(627, 493);
     this.m_tcPunctuation.TabIndex = 2;
     this.m_tcPunctuation.Text = "Punctuation";
     this.m_tcPunctuation.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_dgvWordLength);
     this.groupBox1.Location = new System.Drawing.Point(6, 38);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(206, 369);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = " Relative Word Length Frequency ";
     //
     // m_gbWordNumber
     //
     this.m_gbWordNumber.Controls.Add(this.m_dgvPhraseLength);
     this.m_gbWordNumber.Location = new System.Drawing.Point(218, 38);
     this.m_gbWordNumber.Name = "m_gbWordNumber";
     this.m_gbWordNumber.Size = new System.Drawing.Size(206, 369);
     this.m_gbWordNumber.TabIndex = 4;
     this.m_gbWordNumber.TabStop = false;
     this.m_gbWordNumber.Text = " Relative Phrase Length Frequency ";
     //
     // m_dgvPhraseLength
     //
     this.m_dgvPhraseLength.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvPhraseLength.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1,
     this.dataGridViewTextBoxColumn2});
     this.m_dgvPhraseLength.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_dgvPhraseLength.Location = new System.Drawing.Point(3, 19);
     this.m_dgvPhraseLength.Name = "m_dgvPhraseLength";
     this.m_dgvPhraseLength.Size = new System.Drawing.Size(200, 347);
     this.m_dgvPhraseLength.TabIndex = 2;
     //
     // m_gbVowels
     //
     this.m_gbVowels.Controls.Add(this.m_dgvVowels);
     this.m_gbVowels.Location = new System.Drawing.Point(11, 7);
     this.m_gbVowels.Name = "m_gbVowels";
     this.m_gbVowels.Size = new System.Drawing.Size(181, 479);
     this.m_gbVowels.TabIndex = 4;
     this.m_gbVowels.TabStop = false;
     this.m_gbVowels.Text = " Vowels";
     //
     // m_dgvVowels
     //
     this.m_dgvVowels.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvVowels.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn3,
     this.dataGridViewTextBoxColumn4});
     this.m_dgvVowels.Location = new System.Drawing.Point(3, 19);
     this.m_dgvVowels.Name = "m_dgvVowels";
     this.m_dgvVowels.Size = new System.Drawing.Size(172, 457);
     this.m_dgvVowels.TabIndex = 2;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.dataGridView1);
     this.groupBox2.Location = new System.Drawing.Point(11, 7);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(201, 398);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = " Vowels";
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn5,
     this.dataGridViewTextBoxColumn6});
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(3, 16);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(195, 379);
     this.dataGridView1.TabIndex = 2;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle17.NullValue = null;
     this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle17;
     this.dataGridViewTextBoxColumn5.HeaderText = "Vowel";
     this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.Width = 61;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle18.Format = "N0";
     dataGridViewCellStyle18.NullValue = null;
     this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle18;
     this.dataGridViewTextBoxColumn6.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.Width = 82;
     //
     // m_gbConsonants
     //
     this.m_gbConsonants.Controls.Add(this.m_dgvConsonants);
     this.m_gbConsonants.Location = new System.Drawing.Point(194, 7);
     this.m_gbConsonants.Name = "m_gbConsonants";
     this.m_gbConsonants.Size = new System.Drawing.Size(216, 479);
     this.m_gbConsonants.TabIndex = 4;
     this.m_gbConsonants.TabStop = false;
     this.m_gbConsonants.Text = "Consonants";
     //
     // m_dgvConsonants
     //
     this.m_dgvConsonants.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvConsonants.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn7,
     this.dataGridViewTextBoxColumn8});
     this.m_dgvConsonants.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_dgvConsonants.Location = new System.Drawing.Point(3, 19);
     this.m_dgvConsonants.Name = "m_dgvConsonants";
     this.m_dgvConsonants.Size = new System.Drawing.Size(210, 457);
     this.m_dgvConsonants.TabIndex = 2;
     //
     // m_dgvSyllables
     //
     this.m_dgvSyllables.Controls.Add(this.m_dgvSyllableTypes);
     this.m_dgvSyllables.Location = new System.Drawing.Point(413, 7);
     this.m_dgvSyllables.Name = "m_dgvSyllables";
     this.m_dgvSyllables.Size = new System.Drawing.Size(194, 479);
     this.m_dgvSyllables.TabIndex = 5;
     this.m_dgvSyllables.TabStop = false;
     this.m_dgvSyllables.Text = "SyllableTypes";
     //
     // m_dgvSyllableTypes
     //
     this.m_dgvSyllableTypes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvSyllableTypes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn9,
     this.dataGridViewTextBoxColumn10});
     this.m_dgvSyllableTypes.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_dgvSyllableTypes.Location = new System.Drawing.Point(3, 19);
     this.m_dgvSyllableTypes.Name = "m_dgvSyllableTypes";
     this.m_dgvSyllableTypes.Size = new System.Drawing.Size(188, 457);
     this.m_dgvSyllableTypes.TabIndex = 2;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle19.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle19.NullValue = null;
     this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle19;
     this.dataGridViewTextBoxColumn3.HeaderText = "Vowel";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.Width = 50;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle20.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle20.NullValue = null;
     this.dataGridViewTextBoxColumn4.DefaultCellStyle = dataGridViewCellStyle20;
     this.dataGridViewTextBoxColumn4.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.Width = 72;
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle21.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle21.NullValue = null;
     this.dataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle21;
     this.dataGridViewTextBoxColumn7.HeaderText = "Consonant";
     this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.Width = 72;
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle22.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle22.NullValue = null;
     this.dataGridViewTextBoxColumn8.DefaultCellStyle = dataGridViewCellStyle22;
     this.dataGridViewTextBoxColumn8.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
     this.dataGridViewTextBoxColumn8.Width = 72;
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle23.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle23.NullValue = null;
     this.dataGridViewTextBoxColumn9.DefaultCellStyle = dataGridViewCellStyle23;
     this.dataGridViewTextBoxColumn9.HeaderText = "Syllable";
     this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
     this.dataGridViewTextBoxColumn9.Width = 64;
     //
     // dataGridViewTextBoxColumn10
     //
     this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle24.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle24.NullValue = null;
     this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle24;
     this.dataGridViewTextBoxColumn10.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
     this.dataGridViewTextBoxColumn10.Width = 80;
     //
     // m_gbFinalPunctuation
     //
     this.m_gbFinalPunctuation.Controls.Add(this.m_dgvFinalPunctuation);
     this.m_gbFinalPunctuation.Location = new System.Drawing.Point(205, 7);
     this.m_gbFinalPunctuation.Name = "m_gbFinalPunctuation";
     this.m_gbFinalPunctuation.Size = new System.Drawing.Size(216, 479);
     this.m_gbFinalPunctuation.TabIndex = 6;
     this.m_gbFinalPunctuation.TabStop = false;
     this.m_gbFinalPunctuation.Text = "Final Punctuation";
     //
     // m_dgvFinalPunctuation
     //
     this.m_dgvFinalPunctuation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvFinalPunctuation.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn11,
     this.dataGridViewTextBoxColumn12});
     this.m_dgvFinalPunctuation.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_dgvFinalPunctuation.Location = new System.Drawing.Point(3, 19);
     this.m_dgvFinalPunctuation.Name = "m_dgvFinalPunctuation";
     this.m_dgvFinalPunctuation.Size = new System.Drawing.Size(210, 457);
     this.m_dgvFinalPunctuation.TabIndex = 2;
     //
     // m_gbInnerPunctuation
     //
     this.m_gbInnerPunctuation.Controls.Add(this.m_dgvInnerPunctuation);
     this.m_gbInnerPunctuation.Location = new System.Drawing.Point(6, 7);
     this.m_gbInnerPunctuation.Name = "m_gbInnerPunctuation";
     this.m_gbInnerPunctuation.Size = new System.Drawing.Size(193, 479);
     this.m_gbInnerPunctuation.TabIndex = 5;
     this.m_gbInnerPunctuation.TabStop = false;
     this.m_gbInnerPunctuation.Text = "Inner Punctuation";
     //
     // m_dgvInnerPunctuation
     //
     this.m_dgvInnerPunctuation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dgvInnerPunctuation.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn13,
     this.dataGridViewTextBoxColumn14});
     this.m_dgvInnerPunctuation.Location = new System.Drawing.Point(3, 19);
     this.m_dgvInnerPunctuation.Name = "m_dgvInnerPunctuation";
     this.m_dgvInnerPunctuation.Size = new System.Drawing.Size(186, 457);
     this.m_dgvInnerPunctuation.TabIndex = 2;
     //
     // dataGridViewTextBoxColumn13
     //
     this.dataGridViewTextBoxColumn13.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle25.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle25.NullValue = null;
     this.dataGridViewTextBoxColumn13.DefaultCellStyle = dataGridViewCellStyle25;
     this.dataGridViewTextBoxColumn13.HeaderText = "Character";
     this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
     this.dataGridViewTextBoxColumn13.Width = 64;
     //
     // dataGridViewTextBoxColumn14
     //
     this.dataGridViewTextBoxColumn14.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle26.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle26.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle26.NullValue = null;
     this.dataGridViewTextBoxColumn14.DefaultCellStyle = dataGridViewCellStyle26;
     this.dataGridViewTextBoxColumn14.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
     this.dataGridViewTextBoxColumn14.Width = 72;
     //
     // dataGridViewTextBoxColumn11
     //
     this.dataGridViewTextBoxColumn11.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle27.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle27.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle27.NullValue = null;
     this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle27;
     this.dataGridViewTextBoxColumn11.HeaderText = "Character";
     this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
     this.dataGridViewTextBoxColumn11.Width = 72;
     //
     // dataGridViewTextBoxColumn12
     //
     this.dataGridViewTextBoxColumn12.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     dataGridViewCellStyle28.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle28.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle28.NullValue = null;
     this.dataGridViewTextBoxColumn12.DefaultCellStyle = dataGridViewCellStyle28;
     this.dataGridViewTextBoxColumn12.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
     this.dataGridViewTextBoxColumn12.Width = 72;
     //
     // Length
     //
     this.Length.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle29.Format = "N0";
     dataGridViewCellStyle29.NullValue = null;
     this.Length.DefaultCellStyle = dataGridViewCellStyle29;
     this.Length.HeaderText = "Length";
     this.Length.Name = "Length";
     this.Length.Width = 67;
     //
     // Frequency
     //
     this.Frequency.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle30.NullValue = null;
     this.Frequency.DefaultCellStyle = dataGridViewCellStyle30;
     this.Frequency.HeaderText = "Frequency";
     this.Frequency.Name = "Frequency";
     this.Frequency.Width = 88;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle31.Format = "N0";
     dataGridViewCellStyle31.NullValue = null;
     this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle31;
     this.dataGridViewTextBoxColumn1.HeaderText = "Length";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.Width = 67;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle32.NullValue = null;
     this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle32;
     this.dataGridViewTextBoxColumn2.HeaderText = "Frequency";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.Width = 88;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 10);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(92, 15);
     this.label2.TabIndex = 5;
     this.label2.Text = "Language Name";
     //
     // m_tbLanguageName
     //
     this.m_tbLanguageName.Location = new System.Drawing.Point(104, 6);
     this.m_tbLanguageName.Name = "m_tbLanguageName";
     this.m_tbLanguageName.Size = new System.Drawing.Size(320, 23);
     this.m_tbLanguageName.TabIndex = 6;
     //
     // SettingsDialog
     //
     this.AcceptButton = this.m_btOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.m_btCancel;
     this.ClientSize = new System.Drawing.Size(639, 569);
     this.ControlBox = false;
     this.Controls.Add(this.m_tcSettings);
     this.Controls.Add(this.m_btCancel);
     this.Controls.Add(this.m_btOK);
     this.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "SettingsDialog";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "SettingsDialog";
     this.m_tcSettings.ResumeLayout(false);
     this.m_tpStatistics.ResumeLayout(false);
     this.m_tpStatistics.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvWordLength)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_udNumberOfPhrases)).EndInit();
     this.m_tcStructure.ResumeLayout(false);
     this.m_tcPunctuation.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.m_gbWordNumber.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvPhraseLength)).EndInit();
     this.m_gbVowels.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvVowels)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.m_gbConsonants.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvConsonants)).EndInit();
     this.m_dgvSyllables.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvSyllableTypes)).EndInit();
     this.m_gbFinalPunctuation.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvFinalPunctuation)).EndInit();
     this.m_gbInnerPunctuation.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgvInnerPunctuation)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 10
0
 /// <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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsWindow));
     this.ignoredStereoTypesGrid = new System.Windows.Forms.DataGridView();
     this.StereotypeColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.deleteStereotypeButton = new System.Windows.Forms.Button();
     this.okButton                                   = new System.Windows.Forms.Button();
     this.cancelButton                               = new System.Windows.Forms.Button();
     this.applyButton                                = new System.Windows.Forms.Button();
     this.ignoredTaggedValuesGrid                    = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.deleteTaggedValueButton                    = new System.Windows.Forms.Button();
     this.splitContainer1                            = new System.Windows.Forms.SplitContainer();
     this.diagramOptionsGroupBox                     = new System.Windows.Forms.GroupBox();
     this.generateDiagramCheckbox                    = new System.Windows.Forms.CheckBox();
     this.deleteHiddenElementButton                  = new System.Windows.Forms.Button();
     this.hiddenElementGrid                          = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn3                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.addSourceElementCheckBox                   = new System.Windows.Forms.CheckBox();
     this.addDataTypesCheckBox                       = new System.Windows.Forms.CheckBox();
     this.copyDatatypesCheckbox                      = new System.Windows.Forms.CheckBox();
     this.dataTypeOptionsGroupBox                    = new System.Windows.Forms.GroupBox();
     this.copyDataTypeGeneralizationsCheckBox        = new System.Windows.Forms.CheckBox();
     this.limitDatatypesCheckBox                     = new System.Windows.Forms.CheckBox();
     this.deleteDataTypeButton                       = new System.Windows.Forms.Button();
     this.dataTypesGridView                          = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn2                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.traceabilityGroupBox                       = new System.Windows.Forms.GroupBox();
     this.associationTagLabel                        = new System.Windows.Forms.Label();
     this.associationTagTextBox                      = new System.Windows.Forms.TextBox();
     this.attributeTagLabel                          = new System.Windows.Forms.Label();
     this.attributeTagTextBox                        = new System.Windows.Forms.TextBox();
     this.GeneralGroupBox                            = new System.Windows.Forms.GroupBox();
     this.generateToArtifactPackageCheckBox          = new System.Windows.Forms.CheckBox();
     this.usePackageSubsetsOnlyCheckBox              = new System.Windows.Forms.CheckBox();
     this.deleteUnusedElementsCheckBox               = new System.Windows.Forms.CheckBox();
     this.generalCopyGeneralizationsCheckbox         = new System.Windows.Forms.CheckBox();
     this.checkSecurityCheckBox                      = new System.Windows.Forms.CheckBox();
     this.notesPrefixTextBox                         = new System.Windows.Forms.TextBox();
     this.prefixNotesCheckBox                        = new System.Windows.Forms.CheckBox();
     this.RedirectGeneralizationsCheckBox            = new System.Windows.Forms.CheckBox();
     this.keepAttributeOrderRadio                    = new System.Windows.Forms.RadioButton();
     this.xmlSchemaGroup                             = new System.Windows.Forms.GroupBox();
     this.elementTagLabel                            = new System.Windows.Forms.Label();
     this.elementTagTextBox                          = new System.Windows.Forms.TextBox();
     this.tvInsteadOfTraceCheckBox                   = new System.Windows.Forms.CheckBox();
     this.orderAssociationsAmongstAttributesCheckbox = new System.Windows.Forms.CheckBox();
     this.orderAssociationsCheckbox                  = new System.Windows.Forms.CheckBox();
     this.noAttributeDependenciesCheckbox            = new System.Windows.Forms.CheckBox();
     this.attributeOptionsGroupBox                   = new System.Windows.Forms.GroupBox();
     this.setAttributesOrderZeroRadio                = new System.Windows.Forms.RadioButton();
     this.addNewAttributesLastRadio                  = new System.Windows.Forms.RadioButton();
     this.choiceBeforeAttributesCheckbox             = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.ignoredStereoTypesGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ignoredTaggedValuesGrid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.diagramOptionsGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.hiddenElementGrid)).BeginInit();
     this.dataTypeOptionsGroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataTypesGridView)).BeginInit();
     this.traceabilityGroupBox.SuspendLayout();
     this.GeneralGroupBox.SuspendLayout();
     this.xmlSchemaGroup.SuspendLayout();
     this.attributeOptionsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // ignoredStereoTypesGrid
     //
     this.ignoredStereoTypesGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.ignoredStereoTypesGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.StereotypeColumn
     });
     this.ignoredStereoTypesGrid.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ignoredStereoTypesGrid.Location          = new System.Drawing.Point(0, 0);
     this.ignoredStereoTypesGrid.Name              = "ignoredStereoTypesGrid";
     this.ignoredStereoTypesGrid.RowHeadersVisible = false;
     this.ignoredStereoTypesGrid.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.ignoredStereoTypesGrid.Size              = new System.Drawing.Size(177, 151);
     this.ignoredStereoTypesGrid.TabIndex          = 0;
     //
     // StereotypeColumn
     //
     this.StereotypeColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.StereotypeColumn.HeaderText   = "Ignored Stereotypes";
     this.StereotypeColumn.Name         = "StereotypeColumn";
     this.StereotypeColumn.ToolTipText  = "Classes with these stereotypes will not be deleted when updating a subset model";
     //
     // deleteStereotypeButton
     //
     this.deleteStereotypeButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteStereotypeButton.Location = new System.Drawing.Point(478, 172);
     this.deleteStereotypeButton.Name     = "deleteStereotypeButton";
     this.deleteStereotypeButton.Size     = new System.Drawing.Size(75, 23);
     this.deleteStereotypeButton.TabIndex = 1;
     this.deleteStereotypeButton.Text     = "Delete";
     this.deleteStereotypeButton.UseVisualStyleBackColor = true;
     this.deleteStereotypeButton.Click += new System.EventHandler(this.DeleteStereotypeButtonClick);
     //
     // okButton
     //
     this.okButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.Location = new System.Drawing.Point(496, 628);
     this.okButton.Name     = "okButton";
     this.okButton.Size     = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex = 2;
     this.okButton.Text     = "OK";
     this.okButton.UseVisualStyleBackColor = true;
     this.okButton.Click += new System.EventHandler(this.OkButtonClick);
     //
     // cancelButton
     //
     this.cancelButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location                = new System.Drawing.Point(577, 628);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 3;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     this.cancelButton.Click                  += new System.EventHandler(this.CancelButtonClick);
     //
     // applyButton
     //
     this.applyButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.applyButton.Location = new System.Drawing.Point(658, 628);
     this.applyButton.Name     = "applyButton";
     this.applyButton.Size     = new System.Drawing.Size(75, 23);
     this.applyButton.TabIndex = 4;
     this.applyButton.Text     = "Apply";
     this.applyButton.UseVisualStyleBackColor = true;
     this.applyButton.Click += new System.EventHandler(this.ApplyButtonClick);
     //
     // ignoredTaggedValuesGrid
     //
     this.ignoredTaggedValuesGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.ignoredTaggedValuesGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1
     });
     this.ignoredTaggedValuesGrid.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.ignoredTaggedValuesGrid.Location          = new System.Drawing.Point(0, 0);
     this.ignoredTaggedValuesGrid.Name              = "ignoredTaggedValuesGrid";
     this.ignoredTaggedValuesGrid.RowHeadersVisible = false;
     this.ignoredTaggedValuesGrid.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.ignoredTaggedValuesGrid.Size              = new System.Drawing.Size(176, 151);
     this.ignoredTaggedValuesGrid.TabIndex          = 5;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn1.HeaderText   = "Ignored Tagged Values";
     this.dataGridViewTextBoxColumn1.Name         = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ToolTipText  = "These tagged values will be left untouched when they have a value in the subset m" +
                                                    "odel";
     //
     // deleteTaggedValueButton
     //
     this.deleteTaggedValueButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteTaggedValueButton.Location = new System.Drawing.Point(660, 172);
     this.deleteTaggedValueButton.Name     = "deleteTaggedValueButton";
     this.deleteTaggedValueButton.Size     = new System.Drawing.Size(75, 23);
     this.deleteTaggedValueButton.TabIndex = 6;
     this.deleteTaggedValueButton.Text     = "Delete";
     this.deleteTaggedValueButton.UseVisualStyleBackColor = true;
     this.deleteTaggedValueButton.Click += new System.EventHandler(this.DeleteTaggedValueButtonClick);
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.Location = new System.Drawing.Point(376, 15);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.ignoredStereoTypesGrid);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.ignoredTaggedValuesGrid);
     this.splitContainer1.Size             = new System.Drawing.Size(357, 151);
     this.splitContainer1.SplitterDistance = 177;
     this.splitContainer1.TabIndex         = 7;
     //
     // diagramOptionsGroupBox
     //
     this.diagramOptionsGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.diagramOptionsGroupBox.Controls.Add(this.generateDiagramCheckbox);
     this.diagramOptionsGroupBox.Controls.Add(this.deleteHiddenElementButton);
     this.diagramOptionsGroupBox.Controls.Add(this.hiddenElementGrid);
     this.diagramOptionsGroupBox.Controls.Add(this.addSourceElementCheckBox);
     this.diagramOptionsGroupBox.Controls.Add(this.addDataTypesCheckBox);
     this.diagramOptionsGroupBox.Location    = new System.Drawing.Point(15, 419);
     this.diagramOptionsGroupBox.MinimumSize = new System.Drawing.Size(0, 75);
     this.diagramOptionsGroupBox.Name        = "diagramOptionsGroupBox";
     this.diagramOptionsGroupBox.Size        = new System.Drawing.Size(350, 158);
     this.diagramOptionsGroupBox.TabIndex    = 8;
     this.diagramOptionsGroupBox.TabStop     = false;
     this.diagramOptionsGroupBox.Text        = "Diagram Options";
     //
     // generateDiagramCheckbox
     //
     this.generateDiagramCheckbox.Location = new System.Drawing.Point(6, 19);
     this.generateDiagramCheckbox.Name     = "generateDiagramCheckbox";
     this.generateDiagramCheckbox.Size     = new System.Drawing.Size(143, 24);
     this.generateDiagramCheckbox.TabIndex = 10;
     this.generateDiagramCheckbox.Text     = "Generate Diagram";
     this.generateDiagramCheckbox.UseVisualStyleBackColor = true;
     //
     // deleteHiddenElementButton
     //
     this.deleteHiddenElementButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteHiddenElementButton.Location = new System.Drawing.Point(269, 130);
     this.deleteHiddenElementButton.Name     = "deleteHiddenElementButton";
     this.deleteHiddenElementButton.Size     = new System.Drawing.Size(75, 23);
     this.deleteHiddenElementButton.TabIndex = 9;
     this.deleteHiddenElementButton.Text     = "Delete";
     this.deleteHiddenElementButton.UseVisualStyleBackColor = true;
     //
     // hiddenElementGrid
     //
     this.hiddenElementGrid.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.hiddenElementGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.hiddenElementGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn3
     });
     this.hiddenElementGrid.Location          = new System.Drawing.Point(168, 19);
     this.hiddenElementGrid.Name              = "hiddenElementGrid";
     this.hiddenElementGrid.RowHeadersVisible = false;
     this.hiddenElementGrid.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.hiddenElementGrid.Size              = new System.Drawing.Size(176, 105);
     this.hiddenElementGrid.TabIndex          = 8;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn3.HeaderText   = "Hidden Element Types";
     this.dataGridViewTextBoxColumn3.Name         = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ToolTipText  = "List of Element types and sterereotypes that should not be shown on diagrams";
     //
     // addSourceElementCheckBox
     //
     this.addSourceElementCheckBox.Location = new System.Drawing.Point(6, 79);
     this.addSourceElementCheckBox.Name     = "addSourceElementCheckBox";
     this.addSourceElementCheckBox.Size     = new System.Drawing.Size(143, 24);
     this.addSourceElementCheckBox.TabIndex = 1;
     this.addSourceElementCheckBox.Text     = "Add Source Elements";
     this.addSourceElementCheckBox.UseVisualStyleBackColor = true;
     //
     // addDataTypesCheckBox
     //
     this.addDataTypesCheckBox.Location = new System.Drawing.Point(6, 49);
     this.addDataTypesCheckBox.Name     = "addDataTypesCheckBox";
     this.addDataTypesCheckBox.Size     = new System.Drawing.Size(104, 24);
     this.addDataTypesCheckBox.TabIndex = 0;
     this.addDataTypesCheckBox.Text     = "Add Datatypes";
     this.addDataTypesCheckBox.UseVisualStyleBackColor = true;
     //
     // copyDatatypesCheckbox
     //
     this.copyDatatypesCheckbox.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.copyDatatypesCheckbox.Location = new System.Drawing.Point(6, 19);
     this.copyDatatypesCheckbox.Name     = "copyDatatypesCheckbox";
     this.copyDatatypesCheckbox.Size     = new System.Drawing.Size(162, 24);
     this.copyDatatypesCheckbox.TabIndex = 2;
     this.copyDatatypesCheckbox.Text     = "Copy Datatypes to subset";
     this.copyDatatypesCheckbox.UseVisualStyleBackColor = true;
     this.copyDatatypesCheckbox.CheckedChanged         += new System.EventHandler(this.CopyDatatypesCheckboxCheckedChanged);
     //
     // dataTypeOptionsGroupBox
     //
     this.dataTypeOptionsGroupBox.Controls.Add(this.copyDataTypeGeneralizationsCheckBox);
     this.dataTypeOptionsGroupBox.Controls.Add(this.limitDatatypesCheckBox);
     this.dataTypeOptionsGroupBox.Controls.Add(this.deleteDataTypeButton);
     this.dataTypeOptionsGroupBox.Controls.Add(this.dataTypesGridView);
     this.dataTypeOptionsGroupBox.Controls.Add(this.copyDatatypesCheckbox);
     this.dataTypeOptionsGroupBox.Location    = new System.Drawing.Point(14, 251);
     this.dataTypeOptionsGroupBox.MinimumSize = new System.Drawing.Size(0, 45);
     this.dataTypeOptionsGroupBox.Name        = "dataTypeOptionsGroupBox";
     this.dataTypeOptionsGroupBox.Size        = new System.Drawing.Size(351, 162);
     this.dataTypeOptionsGroupBox.TabIndex    = 9;
     this.dataTypeOptionsGroupBox.TabStop     = false;
     this.dataTypeOptionsGroupBox.Text        = "Datatype Options";
     //
     // copyDataTypeGeneralizationsCheckBox
     //
     this.copyDataTypeGeneralizationsCheckBox.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.copyDataTypeGeneralizationsCheckBox.Location = new System.Drawing.Point(6, 79);
     this.copyDataTypeGeneralizationsCheckBox.Name     = "copyDataTypeGeneralizationsCheckBox";
     this.copyDataTypeGeneralizationsCheckBox.Size     = new System.Drawing.Size(162, 24);
     this.copyDataTypeGeneralizationsCheckBox.TabIndex = 9;
     this.copyDataTypeGeneralizationsCheckBox.Text     = "Copy Generalizations";
     this.copyDataTypeGeneralizationsCheckBox.UseVisualStyleBackColor = true;
     //
     // limitDatatypesCheckBox
     //
     this.limitDatatypesCheckBox.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.limitDatatypesCheckBox.Location = new System.Drawing.Point(6, 49);
     this.limitDatatypesCheckBox.Name     = "limitDatatypesCheckBox";
     this.limitDatatypesCheckBox.Size     = new System.Drawing.Size(162, 24);
     this.limitDatatypesCheckBox.TabIndex = 8;
     this.limitDatatypesCheckBox.Text     = "Limit Datatypes to copy";
     this.limitDatatypesCheckBox.UseVisualStyleBackColor = true;
     this.limitDatatypesCheckBox.CheckedChanged         += new System.EventHandler(this.LimitDatatypesCheckBoxCheckedChanged);
     //
     // deleteDataTypeButton
     //
     this.deleteDataTypeButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.deleteDataTypeButton.Location = new System.Drawing.Point(269, 130);
     this.deleteDataTypeButton.Name     = "deleteDataTypeButton";
     this.deleteDataTypeButton.Size     = new System.Drawing.Size(75, 23);
     this.deleteDataTypeButton.TabIndex = 7;
     this.deleteDataTypeButton.Text     = "Delete";
     this.deleteDataTypeButton.UseVisualStyleBackColor = true;
     this.deleteDataTypeButton.Click += new System.EventHandler(this.DeleteDataTypeButtonClick);
     //
     // dataTypesGridView
     //
     this.dataTypesGridView.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.dataTypesGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataTypesGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn2
     });
     this.dataTypesGridView.Location          = new System.Drawing.Point(174, 19);
     this.dataTypesGridView.Name              = "dataTypesGridView";
     this.dataTypesGridView.RowHeadersVisible = false;
     this.dataTypesGridView.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataTypesGridView.Size              = new System.Drawing.Size(170, 105);
     this.dataTypesGridView.TabIndex          = 6;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn2.HeaderText   = "Datatypes to copy";
     this.dataGridViewTextBoxColumn2.Name         = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ToolTipText  = "Only copy these datatypes to the subset model";
     //
     // traceabilityGroupBox
     //
     this.traceabilityGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.traceabilityGroupBox.Controls.Add(this.associationTagLabel);
     this.traceabilityGroupBox.Controls.Add(this.associationTagTextBox);
     this.traceabilityGroupBox.Controls.Add(this.attributeTagLabel);
     this.traceabilityGroupBox.Controls.Add(this.attributeTagTextBox);
     this.traceabilityGroupBox.Location = new System.Drawing.Point(378, 312);
     this.traceabilityGroupBox.Name     = "traceabilityGroupBox";
     this.traceabilityGroupBox.Size     = new System.Drawing.Size(357, 76);
     this.traceabilityGroupBox.TabIndex = 10;
     this.traceabilityGroupBox.TabStop  = false;
     this.traceabilityGroupBox.Text     = "Traceability tags";
     //
     // associationTagLabel
     //
     this.associationTagLabel.Location = new System.Drawing.Point(185, 20);
     this.associationTagLabel.Name     = "associationTagLabel";
     this.associationTagLabel.Size     = new System.Drawing.Size(100, 17);
     this.associationTagLabel.TabIndex = 3;
     this.associationTagLabel.Text     = "AssociationTag";
     //
     // associationTagTextBox
     //
     this.associationTagTextBox.Location = new System.Drawing.Point(185, 40);
     this.associationTagTextBox.Name     = "associationTagTextBox";
     this.associationTagTextBox.Size     = new System.Drawing.Size(164, 20);
     this.associationTagTextBox.TabIndex = 2;
     //
     // attributeTagLabel
     //
     this.attributeTagLabel.Location = new System.Drawing.Point(5, 20);
     this.attributeTagLabel.Name     = "attributeTagLabel";
     this.attributeTagLabel.Size     = new System.Drawing.Size(100, 17);
     this.attributeTagLabel.TabIndex = 1;
     this.attributeTagLabel.Text     = "AttributeTag";
     //
     // attributeTagTextBox
     //
     this.attributeTagTextBox.Location = new System.Drawing.Point(5, 40);
     this.attributeTagTextBox.Name     = "attributeTagTextBox";
     this.attributeTagTextBox.Size     = new System.Drawing.Size(164, 20);
     this.attributeTagTextBox.TabIndex = 0;
     //
     // GeneralGroupBox
     //
     this.GeneralGroupBox.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.GeneralGroupBox.Controls.Add(this.generateToArtifactPackageCheckBox);
     this.GeneralGroupBox.Controls.Add(this.usePackageSubsetsOnlyCheckBox);
     this.GeneralGroupBox.Controls.Add(this.deleteUnusedElementsCheckBox);
     this.GeneralGroupBox.Controls.Add(this.generalCopyGeneralizationsCheckbox);
     this.GeneralGroupBox.Controls.Add(this.checkSecurityCheckBox);
     this.GeneralGroupBox.Controls.Add(this.notesPrefixTextBox);
     this.GeneralGroupBox.Controls.Add(this.prefixNotesCheckBox);
     this.GeneralGroupBox.Controls.Add(this.RedirectGeneralizationsCheckBox);
     this.GeneralGroupBox.Location    = new System.Drawing.Point(14, 12);
     this.GeneralGroupBox.MinimumSize = new System.Drawing.Size(0, 20);
     this.GeneralGroupBox.Name        = "GeneralGroupBox";
     this.GeneralGroupBox.Size        = new System.Drawing.Size(349, 233);
     this.GeneralGroupBox.TabIndex    = 11;
     this.GeneralGroupBox.TabStop     = false;
     this.GeneralGroupBox.Text        = "General Options";
     //
     // generateToArtifactPackageCheckBox
     //
     this.generateToArtifactPackageCheckBox.Location = new System.Drawing.Point(6, 197);
     this.generateToArtifactPackageCheckBox.Name     = "generateToArtifactPackageCheckBox";
     this.generateToArtifactPackageCheckBox.Size     = new System.Drawing.Size(276, 24);
     this.generateToArtifactPackageCheckBox.TabIndex = 9;
     this.generateToArtifactPackageCheckBox.Text     = "Generate to profile package only";
     this.generateToArtifactPackageCheckBox.UseVisualStyleBackColor = true;
     //
     // usePackageSubsetsOnlyCheckBox
     //
     this.usePackageSubsetsOnlyCheckBox.Location = new System.Drawing.Point(6, 167);
     this.usePackageSubsetsOnlyCheckBox.Name     = "usePackageSubsetsOnlyCheckBox";
     this.usePackageSubsetsOnlyCheckBox.Size     = new System.Drawing.Size(276, 24);
     this.usePackageSubsetsOnlyCheckBox.TabIndex = 7;
     this.usePackageSubsetsOnlyCheckBox.Text     = "Use Package Structure for subset determination";
     this.usePackageSubsetsOnlyCheckBox.UseVisualStyleBackColor = true;
     //
     // deleteUnusedElementsCheckBox
     //
     this.deleteUnusedElementsCheckBox.Location = new System.Drawing.Point(6, 137);
     this.deleteUnusedElementsCheckBox.Name     = "deleteUnusedElementsCheckBox";
     this.deleteUnusedElementsCheckBox.Size     = new System.Drawing.Size(248, 24);
     this.deleteUnusedElementsCheckBox.TabIndex = 6;
     this.deleteUnusedElementsCheckBox.Text     = "Delete unused subset elements";
     this.deleteUnusedElementsCheckBox.UseVisualStyleBackColor = true;
     //
     // generalCopyGeneralizationsCheckbox
     //
     this.generalCopyGeneralizationsCheckbox.Location = new System.Drawing.Point(6, 19);
     this.generalCopyGeneralizationsCheckbox.Name     = "generalCopyGeneralizationsCheckbox";
     this.generalCopyGeneralizationsCheckbox.Size     = new System.Drawing.Size(247, 24);
     this.generalCopyGeneralizationsCheckbox.TabIndex = 5;
     this.generalCopyGeneralizationsCheckbox.Text     = "Copy Generalizations";
     this.generalCopyGeneralizationsCheckbox.UseVisualStyleBackColor = true;
     //
     // checkSecurityCheckBox
     //
     this.checkSecurityCheckBox.Location = new System.Drawing.Point(6, 107);
     this.checkSecurityCheckBox.Name     = "checkSecurityCheckBox";
     this.checkSecurityCheckBox.Size     = new System.Drawing.Size(248, 24);
     this.checkSecurityCheckBox.TabIndex = 4;
     this.checkSecurityCheckBox.Text     = "Check Security locks";
     this.checkSecurityCheckBox.UseVisualStyleBackColor = true;
     //
     // notesPrefixTextBox
     //
     this.notesPrefixTextBox.Location = new System.Drawing.Point(100, 81);
     this.notesPrefixTextBox.Name     = "notesPrefixTextBox";
     this.notesPrefixTextBox.Size     = new System.Drawing.Size(242, 20);
     this.notesPrefixTextBox.TabIndex = 3;
     //
     // prefixNotesCheckBox
     //
     this.prefixNotesCheckBox.Location = new System.Drawing.Point(6, 79);
     this.prefixNotesCheckBox.Name     = "prefixNotesCheckBox";
     this.prefixNotesCheckBox.Size     = new System.Drawing.Size(102, 24);
     this.prefixNotesCheckBox.TabIndex = 1;
     this.prefixNotesCheckBox.Text     = "Prefix Notes";
     this.prefixNotesCheckBox.UseVisualStyleBackColor = true;
     this.prefixNotesCheckBox.CheckedChanged         += new System.EventHandler(this.PrefixNotesCheckBoxCheckedChanged);
     //
     // RedirectGeneralizationsCheckBox
     //
     this.RedirectGeneralizationsCheckBox.Location = new System.Drawing.Point(6, 49);
     this.RedirectGeneralizationsCheckBox.Name     = "RedirectGeneralizationsCheckBox";
     this.RedirectGeneralizationsCheckBox.Size     = new System.Drawing.Size(247, 24);
     this.RedirectGeneralizationsCheckBox.TabIndex = 0;
     this.RedirectGeneralizationsCheckBox.Text     = "Redirect Generalizations to subset";
     this.RedirectGeneralizationsCheckBox.UseVisualStyleBackColor = true;
     //
     // keepAttributeOrderRadio
     //
     this.keepAttributeOrderRadio.Location = new System.Drawing.Point(6, 42);
     this.keepAttributeOrderRadio.Name     = "keepAttributeOrderRadio";
     this.keepAttributeOrderRadio.Size     = new System.Drawing.Size(276, 24);
     this.keepAttributeOrderRadio.TabIndex = 8;
     this.keepAttributeOrderRadio.Text     = "Keep original attribute order";
     this.keepAttributeOrderRadio.UseVisualStyleBackColor = true;
     //
     // xmlSchemaGroup
     //
     this.xmlSchemaGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.xmlSchemaGroup.Controls.Add(this.choiceBeforeAttributesCheckbox);
     this.xmlSchemaGroup.Controls.Add(this.elementTagLabel);
     this.xmlSchemaGroup.Controls.Add(this.elementTagTextBox);
     this.xmlSchemaGroup.Controls.Add(this.tvInsteadOfTraceCheckBox);
     this.xmlSchemaGroup.Controls.Add(this.orderAssociationsAmongstAttributesCheckbox);
     this.xmlSchemaGroup.Controls.Add(this.orderAssociationsCheckbox);
     this.xmlSchemaGroup.Controls.Add(this.noAttributeDependenciesCheckbox);
     this.xmlSchemaGroup.Location = new System.Drawing.Point(378, 396);
     this.xmlSchemaGroup.Name     = "xmlSchemaGroup";
     this.xmlSchemaGroup.Size     = new System.Drawing.Size(357, 226);
     this.xmlSchemaGroup.TabIndex = 12;
     this.xmlSchemaGroup.TabStop  = false;
     this.xmlSchemaGroup.Text     = "XML Schema Options";
     //
     // elementTagLabel
     //
     this.elementTagLabel.Location = new System.Drawing.Point(5, 169);
     this.elementTagLabel.Name     = "elementTagLabel";
     this.elementTagLabel.Size     = new System.Drawing.Size(100, 17);
     this.elementTagLabel.TabIndex = 13;
     this.elementTagLabel.Text     = "Element Tag";
     //
     // elementTagTextBox
     //
     this.elementTagTextBox.Location = new System.Drawing.Point(5, 189);
     this.elementTagTextBox.Name     = "elementTagTextBox";
     this.elementTagTextBox.Size     = new System.Drawing.Size(164, 20);
     this.elementTagTextBox.TabIndex = 12;
     //
     // tvInsteadOfTraceCheckBox
     //
     this.tvInsteadOfTraceCheckBox.Location = new System.Drawing.Point(6, 142);
     this.tvInsteadOfTraceCheckBox.Name     = "tvInsteadOfTraceCheckBox";
     this.tvInsteadOfTraceCheckBox.Size     = new System.Drawing.Size(276, 24);
     this.tvInsteadOfTraceCheckBox.TabIndex = 11;
     this.tvInsteadOfTraceCheckBox.Text     = "Use Tagged Values instead of Trace";
     this.tvInsteadOfTraceCheckBox.UseVisualStyleBackColor = true;
     this.tvInsteadOfTraceCheckBox.CheckedChanged         += new System.EventHandler(this.TtvInsteadOfTraceCheckBoxCheckedChanged);
     //
     // orderAssociationsAmongstAttributesCheckbox
     //
     this.orderAssociationsAmongstAttributesCheckbox.Location = new System.Drawing.Point(6, 82);
     this.orderAssociationsAmongstAttributesCheckbox.Name     = "orderAssociationsAmongstAttributesCheckbox";
     this.orderAssociationsAmongstAttributesCheckbox.Size     = new System.Drawing.Size(276, 24);
     this.orderAssociationsAmongstAttributesCheckbox.TabIndex = 10;
     this.orderAssociationsAmongstAttributesCheckbox.Text     = "Order Associations between Attributes";
     this.orderAssociationsAmongstAttributesCheckbox.UseVisualStyleBackColor = true;
     //
     // orderAssociationsCheckbox
     //
     this.orderAssociationsCheckbox.Location = new System.Drawing.Point(6, 52);
     this.orderAssociationsCheckbox.Name     = "orderAssociationsCheckbox";
     this.orderAssociationsCheckbox.Size     = new System.Drawing.Size(276, 24);
     this.orderAssociationsCheckbox.TabIndex = 9;
     this.orderAssociationsCheckbox.Text     = "Order Associations Alphabetically";
     this.orderAssociationsCheckbox.UseVisualStyleBackColor = true;
     this.orderAssociationsCheckbox.CheckedChanged         += new System.EventHandler(this.OrderAssociationsCheckboxCheckedChanged);
     //
     // noAttributeDependenciesCheckbox
     //
     this.noAttributeDependenciesCheckbox.Location = new System.Drawing.Point(6, 22);
     this.noAttributeDependenciesCheckbox.Name     = "noAttributeDependenciesCheckbox";
     this.noAttributeDependenciesCheckbox.Size     = new System.Drawing.Size(248, 24);
     this.noAttributeDependenciesCheckbox.TabIndex = 8;
     this.noAttributeDependenciesCheckbox.Text     = "Do not create Attribute dependencies";
     this.noAttributeDependenciesCheckbox.UseVisualStyleBackColor = true;
     //
     // attributeOptionsGroupBox
     //
     this.attributeOptionsGroupBox.Controls.Add(this.setAttributesOrderZeroRadio);
     this.attributeOptionsGroupBox.Controls.Add(this.addNewAttributesLastRadio);
     this.attributeOptionsGroupBox.Controls.Add(this.keepAttributeOrderRadio);
     this.attributeOptionsGroupBox.Location = new System.Drawing.Point(378, 201);
     this.attributeOptionsGroupBox.Name     = "attributeOptionsGroupBox";
     this.attributeOptionsGroupBox.Size     = new System.Drawing.Size(355, 97);
     this.attributeOptionsGroupBox.TabIndex = 13;
     this.attributeOptionsGroupBox.TabStop  = false;
     this.attributeOptionsGroupBox.Text     = "Attribute options";
     //
     // setAttributesOrderZeroRadio
     //
     this.setAttributesOrderZeroRadio.AutoSize = true;
     this.setAttributesOrderZeroRadio.Location = new System.Drawing.Point(6, 72);
     this.setAttributesOrderZeroRadio.Name     = "setAttributesOrderZeroRadio";
     this.setAttributesOrderZeroRadio.Size     = new System.Drawing.Size(130, 17);
     this.setAttributesOrderZeroRadio.TabIndex = 9;
     this.setAttributesOrderZeroRadio.TabStop  = true;
     this.setAttributesOrderZeroRadio.Text     = "Set attribute order to 0";
     this.setAttributesOrderZeroRadio.UseVisualStyleBackColor = true;
     //
     // addNewAttributesLastRadio
     //
     this.addNewAttributesLastRadio.AutoSize = true;
     this.addNewAttributesLastRadio.Location = new System.Drawing.Point(6, 19);
     this.addNewAttributesLastRadio.Name     = "addNewAttributesLastRadio";
     this.addNewAttributesLastRadio.Size     = new System.Drawing.Size(164, 17);
     this.addNewAttributesLastRadio.TabIndex = 0;
     this.addNewAttributesLastRadio.TabStop  = true;
     this.addNewAttributesLastRadio.Text     = "Add new attributes at the end";
     this.addNewAttributesLastRadio.UseVisualStyleBackColor = true;
     //
     // choiceBeforeAttributesCheckbox
     //
     this.choiceBeforeAttributesCheckbox.Location = new System.Drawing.Point(6, 112);
     this.choiceBeforeAttributesCheckbox.Name     = "choiceBeforeAttributesCheckbox";
     this.choiceBeforeAttributesCheckbox.Size     = new System.Drawing.Size(276, 24);
     this.choiceBeforeAttributesCheckbox.TabIndex = 14;
     this.choiceBeforeAttributesCheckbox.Text     = "Order XmlChoice before Attributes";
     this.choiceBeforeAttributesCheckbox.UseVisualStyleBackColor = true;
     //
     // SettingsWindow
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(745, 659);
     this.Controls.Add(this.attributeOptionsGroupBox);
     this.Controls.Add(this.xmlSchemaGroup);
     this.Controls.Add(this.deleteTaggedValueButton);
     this.Controls.Add(this.deleteStereotypeButton);
     this.Controls.Add(this.GeneralGroupBox);
     this.Controls.Add(this.traceabilityGroupBox);
     this.Controls.Add(this.dataTypeOptionsGroupBox);
     this.Controls.Add(this.diagramOptionsGroupBox);
     this.Controls.Add(this.applyButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.splitContainer1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "SettingsWindow";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "EA Message Composer settings";
     ((System.ComponentModel.ISupportInitialize)(this.ignoredStereoTypesGrid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ignoredTaggedValuesGrid)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.diagramOptionsGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.hiddenElementGrid)).EndInit();
     this.dataTypeOptionsGroupBox.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataTypesGridView)).EndInit();
     this.traceabilityGroupBox.ResumeLayout(false);
     this.traceabilityGroupBox.PerformLayout();
     this.GeneralGroupBox.ResumeLayout(false);
     this.GeneralGroupBox.PerformLayout();
     this.xmlSchemaGroup.ResumeLayout(false);
     this.xmlSchemaGroup.PerformLayout();
     this.attributeOptionsGroupBox.ResumeLayout(false);
     this.attributeOptionsGroupBox.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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.studIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.lastNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.firstNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.middleNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.addressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.birthdayDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.programDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.sectionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.yearLevelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tblStudentInfoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.studentsDataSet = new Datagrid.studentsDataSet();
     this.refreshToolStrip = new System.Windows.Forms.ToolStrip();
     this.refreshToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.tblStudent_InfoTableAdapter = new Datagrid.studentsDataSetTableAdapters.tblStudent_InfoTableAdapter();
     this.bSCSToolStrip = new System.Windows.Forms.ToolStrip();
     this.bSCSToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.bSITToolStrip = new System.Windows.Forms.ToolStrip();
     this.bSITToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.address_BalangaToolStrip = new System.Windows.Forms.ToolStrip();
     this.address_BalangaToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.second_YearToolStrip = new System.Windows.Forms.ToolStrip();
     this.second_YearToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.lastname_A_and_CToolStrip = new System.Windows.Forms.ToolStrip();
     this.lastname_A_and_CToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.Section_2B = new System.Windows.Forms.ToolStrip();
     this.fillByToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.firstnames_ConsonantsToolStrip = new System.Windows.Forms.ToolStrip();
     this.firstnames_ConsonantsToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
     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.label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tblStudentInfoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsDataSet)).BeginInit();
     this.refreshToolStrip.SuspendLayout();
     this.bSCSToolStrip.SuspendLayout();
     this.bSITToolStrip.SuspendLayout();
     this.address_BalangaToolStrip.SuspendLayout();
     this.second_YearToolStrip.SuspendLayout();
     this.lastname_A_and_CToolStrip.SuspendLayout();
     this.Section_2B.SuspendLayout();
     this.firstnames_ConsonantsToolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
     this.bindingNavigator1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AutoGenerateColumns = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.studIDDataGridViewTextBoxColumn,
     this.lastNameDataGridViewTextBoxColumn,
     this.firstNameDataGridViewTextBoxColumn,
     this.middleNameDataGridViewTextBoxColumn,
     this.addressDataGridViewTextBoxColumn,
     this.birthdayDataGridViewTextBoxColumn,
     this.programDataGridViewTextBoxColumn,
     this.sectionDataGridViewTextBoxColumn,
     this.yearLevelDataGridViewTextBoxColumn});
     this.dataGridView1.DataSource = this.tblStudentInfoBindingSource;
     this.dataGridView1.Location = new System.Drawing.Point(36, 193);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(947, 150);
     this.dataGridView1.TabIndex = 0;
     //
     // studIDDataGridViewTextBoxColumn
     //
     this.studIDDataGridViewTextBoxColumn.DataPropertyName = "StudID";
     this.studIDDataGridViewTextBoxColumn.HeaderText = "StudID";
     this.studIDDataGridViewTextBoxColumn.Name = "studIDDataGridViewTextBoxColumn";
     //
     // lastNameDataGridViewTextBoxColumn
     //
     this.lastNameDataGridViewTextBoxColumn.DataPropertyName = "LastName";
     this.lastNameDataGridViewTextBoxColumn.HeaderText = "LastName";
     this.lastNameDataGridViewTextBoxColumn.Name = "lastNameDataGridViewTextBoxColumn";
     //
     // firstNameDataGridViewTextBoxColumn
     //
     this.firstNameDataGridViewTextBoxColumn.DataPropertyName = "FirstName";
     this.firstNameDataGridViewTextBoxColumn.HeaderText = "FirstName";
     this.firstNameDataGridViewTextBoxColumn.Name = "firstNameDataGridViewTextBoxColumn";
     //
     // middleNameDataGridViewTextBoxColumn
     //
     this.middleNameDataGridViewTextBoxColumn.DataPropertyName = "MiddleName";
     this.middleNameDataGridViewTextBoxColumn.HeaderText = "MiddleName";
     this.middleNameDataGridViewTextBoxColumn.Name = "middleNameDataGridViewTextBoxColumn";
     //
     // addressDataGridViewTextBoxColumn
     //
     this.addressDataGridViewTextBoxColumn.DataPropertyName = "Address";
     this.addressDataGridViewTextBoxColumn.HeaderText = "Address";
     this.addressDataGridViewTextBoxColumn.Name = "addressDataGridViewTextBoxColumn";
     //
     // birthdayDataGridViewTextBoxColumn
     //
     this.birthdayDataGridViewTextBoxColumn.DataPropertyName = "Birthday";
     this.birthdayDataGridViewTextBoxColumn.HeaderText = "Birthday";
     this.birthdayDataGridViewTextBoxColumn.Name = "birthdayDataGridViewTextBoxColumn";
     //
     // programDataGridViewTextBoxColumn
     //
     this.programDataGridViewTextBoxColumn.DataPropertyName = "Program";
     this.programDataGridViewTextBoxColumn.HeaderText = "Program";
     this.programDataGridViewTextBoxColumn.Name = "programDataGridViewTextBoxColumn";
     //
     // sectionDataGridViewTextBoxColumn
     //
     this.sectionDataGridViewTextBoxColumn.DataPropertyName = "Section";
     this.sectionDataGridViewTextBoxColumn.HeaderText = "Section";
     this.sectionDataGridViewTextBoxColumn.Name = "sectionDataGridViewTextBoxColumn";
     //
     // yearLevelDataGridViewTextBoxColumn
     //
     this.yearLevelDataGridViewTextBoxColumn.DataPropertyName = "YearLevel";
     this.yearLevelDataGridViewTextBoxColumn.HeaderText = "YearLevel";
     this.yearLevelDataGridViewTextBoxColumn.Name = "yearLevelDataGridViewTextBoxColumn";
     //
     // tblStudentInfoBindingSource
     //
     this.tblStudentInfoBindingSource.DataMember = "tblStudent_Info";
     this.tblStudentInfoBindingSource.DataSource = this.studentsDataSet;
     //
     // studentsDataSet
     //
     this.studentsDataSet.DataSetName = "studentsDataSet";
     this.studentsDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // refreshToolStrip
     //
     this.refreshToolStrip.AutoSize = false;
     this.refreshToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.refreshToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.refreshToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.refreshToolStripButton});
     this.refreshToolStrip.Location = new System.Drawing.Point(912, 381);
     this.refreshToolStrip.Name = "refreshToolStrip";
     this.refreshToolStrip.Size = new System.Drawing.Size(80, 32);
     this.refreshToolStrip.TabIndex = 1;
     this.refreshToolStrip.Text = "refreshToolStrip";
     this.refreshToolStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.refreshToolStrip_ItemClicked);
     //
     // refreshToolStripButton
     //
     this.refreshToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.refreshToolStripButton.Name = "refreshToolStripButton";
     this.refreshToolStripButton.Size = new System.Drawing.Size(50, 29);
     this.refreshToolStripButton.Text = "Refresh";
     this.refreshToolStripButton.Click += new System.EventHandler(this.refreshToolStripButton_Click);
     //
     // tblStudent_InfoTableAdapter
     //
     this.tblStudent_InfoTableAdapter.ClearBeforeFill = true;
     //
     // bSCSToolStrip
     //
     this.bSCSToolStrip.AutoSize = false;
     this.bSCSToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.bSCSToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.bSCSToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bSCSToolStripButton});
     this.bSCSToolStrip.Location = new System.Drawing.Point(823, 381);
     this.bSCSToolStrip.Name = "bSCSToolStrip";
     this.bSCSToolStrip.Size = new System.Drawing.Size(80, 32);
     this.bSCSToolStrip.TabIndex = 2;
     this.bSCSToolStrip.Text = "bSCSToolStrip";
     //
     // bSCSToolStripButton
     //
     this.bSCSToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.bSCSToolStripButton.Name = "bSCSToolStripButton";
     this.bSCSToolStripButton.Size = new System.Drawing.Size(38, 29);
     this.bSCSToolStripButton.Text = "BSCS";
     this.bSCSToolStripButton.Click += new System.EventHandler(this.bSCSToolStripButton_Click);
     //
     // bSITToolStrip
     //
     this.bSITToolStrip.AutoSize = false;
     this.bSITToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.bSITToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.bSITToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bSITToolStripButton});
     this.bSITToolStrip.Location = new System.Drawing.Point(739, 381);
     this.bSITToolStrip.Name = "bSITToolStrip";
     this.bSITToolStrip.Size = new System.Drawing.Size(74, 32);
     this.bSITToolStrip.TabIndex = 3;
     this.bSITToolStrip.Text = "bSITToolStrip";
     //
     // bSITToolStripButton
     //
     this.bSITToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.bSITToolStripButton.Name = "bSITToolStripButton";
     this.bSITToolStripButton.Size = new System.Drawing.Size(34, 29);
     this.bSITToolStripButton.Text = "BSIT";
     this.bSITToolStripButton.Click += new System.EventHandler(this.bSITToolStripButton_Click);
     //
     // address_BalangaToolStrip
     //
     this.address_BalangaToolStrip.AutoSize = false;
     this.address_BalangaToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.address_BalangaToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.address_BalangaToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.address_BalangaToolStripButton});
     this.address_BalangaToolStrip.Location = new System.Drawing.Point(355, 381);
     this.address_BalangaToolStrip.Name = "address_BalangaToolStrip";
     this.address_BalangaToolStrip.Size = new System.Drawing.Size(128, 32);
     this.address_BalangaToolStrip.TabIndex = 4;
     this.address_BalangaToolStrip.Text = "address_BalangaToolStrip";
     //
     // address_BalangaToolStripButton
     //
     this.address_BalangaToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.address_BalangaToolStripButton.Name = "address_BalangaToolStripButton";
     this.address_BalangaToolStripButton.Size = new System.Drawing.Size(100, 29);
     this.address_BalangaToolStripButton.Text = "Address_Balanga";
     this.address_BalangaToolStripButton.Click += new System.EventHandler(this.address_BalangaToolStripButton_Click);
     //
     // second_YearToolStrip
     //
     this.second_YearToolStrip.AutoSize = false;
     this.second_YearToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.second_YearToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.second_YearToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.second_YearToolStripButton});
     this.second_YearToolStrip.Location = new System.Drawing.Point(494, 381);
     this.second_YearToolStrip.Name = "second_YearToolStrip";
     this.second_YearToolStrip.Size = new System.Drawing.Size(111, 32);
     this.second_YearToolStrip.TabIndex = 5;
     this.second_YearToolStrip.Text = "second_YearToolStrip";
     //
     // second_YearToolStripButton
     //
     this.second_YearToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.second_YearToolStripButton.Name = "second_YearToolStripButton";
     this.second_YearToolStripButton.Size = new System.Drawing.Size(77, 29);
     this.second_YearToolStripButton.Text = "Second_Year";
     this.second_YearToolStripButton.Click += new System.EventHandler(this.second_YearToolStripButton_Click);
     //
     // lastname_A_and_CToolStrip
     //
     this.lastname_A_and_CToolStrip.AutoSize = false;
     this.lastname_A_and_CToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.lastname_A_and_CToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.lastname_A_and_CToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.lastname_A_and_CToolStripButton});
     this.lastname_A_and_CToolStrip.Location = new System.Drawing.Point(205, 381);
     this.lastname_A_and_CToolStrip.Name = "lastname_A_and_CToolStrip";
     this.lastname_A_and_CToolStrip.Size = new System.Drawing.Size(141, 32);
     this.lastname_A_and_CToolStrip.TabIndex = 6;
     this.lastname_A_and_CToolStrip.Text = "lastname_A_and_CToolStrip";
     //
     // lastname_A_and_CToolStripButton
     //
     this.lastname_A_and_CToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.lastname_A_and_CToolStripButton.Name = "lastname_A_and_CToolStripButton";
     this.lastname_A_and_CToolStripButton.Size = new System.Drawing.Size(113, 29);
     this.lastname_A_and_CToolStripButton.Text = "Lastname_A_and_C";
     this.lastname_A_and_CToolStripButton.Click += new System.EventHandler(this.lastname_A_and_CToolStripButton_Click);
     //
     // Section_2B
     //
     this.Section_2B.AutoSize = false;
     this.Section_2B.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.Section_2B.Dock = System.Windows.Forms.DockStyle.None;
     this.Section_2B.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fillByToolStripButton});
     this.Section_2B.Location = new System.Drawing.Point(614, 381);
     this.Section_2B.Name = "Section_2B";
     this.Section_2B.Size = new System.Drawing.Size(115, 32);
     this.Section_2B.TabIndex = 7;
     this.Section_2B.Text = "Section_2B";
     //
     // fillByToolStripButton
     //
     this.fillByToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.fillByToolStripButton.Name = "fillByToolStripButton";
     this.fillByToolStripButton.Size = new System.Drawing.Size(68, 29);
     this.fillByToolStripButton.Text = "Section_2B";
     this.fillByToolStripButton.Click += new System.EventHandler(this.fillByToolStripButton_Click);
     //
     // firstnames_ConsonantsToolStrip
     //
     this.firstnames_ConsonantsToolStrip.AutoSize = false;
     this.firstnames_ConsonantsToolStrip.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.firstnames_ConsonantsToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.firstnames_ConsonantsToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.firstnames_ConsonantsToolStripButton});
     this.firstnames_ConsonantsToolStrip.Location = new System.Drawing.Point(25, 381);
     this.firstnames_ConsonantsToolStrip.Name = "firstnames_ConsonantsToolStrip";
     this.firstnames_ConsonantsToolStrip.Size = new System.Drawing.Size(170, 32);
     this.firstnames_ConsonantsToolStrip.TabIndex = 8;
     this.firstnames_ConsonantsToolStrip.Text = "firstnames_ConsonantsToolStrip";
     //
     // firstnames_ConsonantsToolStripButton
     //
     this.firstnames_ConsonantsToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.firstnames_ConsonantsToolStripButton.Name = "firstnames_ConsonantsToolStripButton";
     this.firstnames_ConsonantsToolStripButton.Size = new System.Drawing.Size(136, 29);
     this.firstnames_ConsonantsToolStripButton.Text = "Firstnames_Consonants";
     this.firstnames_ConsonantsToolStripButton.Click += new System.EventHandler(this.firstnames_ConsonantsToolStripButton_Click);
     //
     // bindingNavigator1
     //
     this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
     this.bindingNavigator1.AutoSize = false;
     this.bindingNavigator1.BindingSource = this.tblStudentInfoBindingSource;
     this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
     this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
     this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.None;
     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.bindingNavigatorAddNewItem,
     this.bindingNavigatorDeleteItem});
     this.bindingNavigator1.Location = new System.Drawing.Point(355, 346);
     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(298, 25);
     this.bindingNavigator1.TabIndex = 9;
     this.bindingNavigator1.Text = "bindingNavigator1";
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text = "Add new";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
     this.bindingNavigatorCountItem.Text = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorDeleteItem.Text = "Delete";
     //
     // 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 = "Move first";
     //
     // 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 = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize = false;
     this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text = "0";
     this.bindingNavigatorPositionItem.ToolTipText = "Current position";
     //
     // 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 = "Move next";
     //
     // 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 = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.SystemColors.WindowFrame;
     this.label1.Font = new System.Drawing.Font("Times New Roman", 40F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label1.Location = new System.Drawing.Point(84, 119);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(856, 62);
     this.label1.TabIndex = 10;
     this.label1.Text = "Students Record Monitoring System";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::Datagrid.Properties.Resources._48369245_2342831546003179_7301639201441710080_n;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(1014, 422);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bindingNavigator1);
     this.Controls.Add(this.firstnames_ConsonantsToolStrip);
     this.Controls.Add(this.Section_2B);
     this.Controls.Add(this.lastname_A_and_CToolStrip);
     this.Controls.Add(this.second_YearToolStrip);
     this.Controls.Add(this.address_BalangaToolStrip);
     this.Controls.Add(this.bSITToolStrip);
     this.Controls.Add(this.bSCSToolStrip);
     this.Controls.Add(this.refreshToolStrip);
     this.Controls.Add(this.dataGridView1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tblStudentInfoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentsDataSet)).EndInit();
     this.refreshToolStrip.ResumeLayout(false);
     this.refreshToolStrip.PerformLayout();
     this.bSCSToolStrip.ResumeLayout(false);
     this.bSCSToolStrip.PerformLayout();
     this.bSITToolStrip.ResumeLayout(false);
     this.bSITToolStrip.PerformLayout();
     this.address_BalangaToolStrip.ResumeLayout(false);
     this.address_BalangaToolStrip.PerformLayout();
     this.second_YearToolStrip.ResumeLayout(false);
     this.second_YearToolStrip.PerformLayout();
     this.lastname_A_and_CToolStrip.ResumeLayout(false);
     this.lastname_A_and_CToolStrip.PerformLayout();
     this.Section_2B.ResumeLayout(false);
     this.Section_2B.PerformLayout();
     this.firstnames_ConsonantsToolStrip.ResumeLayout(false);
     this.firstnames_ConsonantsToolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
     this.bindingNavigator1.ResumeLayout(false);
     this.bindingNavigator1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.matrixGridView = new System.Windows.Forms.DataGridView();
     this.resultGridView = new System.Windows.Forms.DataGridView();
     this.stepColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.taskColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.typeAddColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.typeMulColumn  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tasksTrackBar  = new System.Windows.Forms.TrackBar();
     this.typeTextBox    = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.taskLabel      = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.planButton     = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.matrixGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.resultGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tasksTrackBar)).BeginInit();
     this.SuspendLayout();
     //
     // matrixGridView
     //
     this.matrixGridView.AllowUserToAddRows          = false;
     this.matrixGridView.AllowUserToDeleteRows       = false;
     this.matrixGridView.AllowUserToResizeColumns    = false;
     this.matrixGridView.AllowUserToResizeRows       = false;
     this.matrixGridView.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.matrixGridView.ColumnHeadersHeight         = 15;
     this.matrixGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.matrixGridView.ColumnHeadersVisible        = false;
     this.matrixGridView.Location                = new System.Drawing.Point(12, 12);
     this.matrixGridView.MultiSelect             = false;
     this.matrixGridView.Name                    = "matrixGridView";
     this.matrixGridView.RowHeadersVisible       = false;
     this.matrixGridView.RowHeadersWidth         = 15;
     this.matrixGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.matrixGridView.RowTemplate.Height      = 15;
     this.matrixGridView.Size                    = new System.Drawing.Size(265, 265);
     this.matrixGridView.TabIndex                = 0;
     //
     // resultGridView
     //
     this.resultGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.resultGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.stepColumn,
         this.taskColumn,
         this.typeAddColumn,
         this.typeMulColumn
     });
     this.resultGridView.Location          = new System.Drawing.Point(12, 287);
     this.resultGridView.Name              = "resultGridView";
     this.resultGridView.RowHeadersVisible = false;
     this.resultGridView.Size              = new System.Drawing.Size(265, 153);
     this.resultGridView.TabIndex          = 1;
     //
     // stepColumn
     //
     this.stepColumn.HeaderText = "Шаг";
     this.stepColumn.Name       = "stepColumn";
     this.stepColumn.ReadOnly   = true;
     this.stepColumn.Resizable  = System.Windows.Forms.DataGridViewTriState.False;
     this.stepColumn.Width      = 50;
     //
     // taskColumn
     //
     this.taskColumn.HeaderText = "Операции";
     this.taskColumn.Name       = "taskColumn";
     this.taskColumn.ReadOnly   = true;
     this.taskColumn.Width      = 112;
     //
     // typeAddColumn
     //
     this.typeAddColumn.HeaderText = "Тип +";
     this.typeAddColumn.Name       = "typeAddColumn";
     this.typeAddColumn.ReadOnly   = true;
     this.typeAddColumn.Resizable  = System.Windows.Forms.DataGridViewTriState.False;
     this.typeAddColumn.Width      = 50;
     //
     // typeMulColumn
     //
     this.typeMulColumn.HeaderText = "Тип *";
     this.typeMulColumn.Name       = "typeMulColumn";
     this.typeMulColumn.ReadOnly   = true;
     this.typeMulColumn.Resizable  = System.Windows.Forms.DataGridViewTriState.False;
     this.typeMulColumn.Width      = 50;
     //
     // tasksTrackBar
     //
     this.tasksTrackBar.LargeChange = 1;
     this.tasksTrackBar.Location    = new System.Drawing.Point(397, 12);
     this.tasksTrackBar.Maximum     = 16;
     this.tasksTrackBar.Minimum     = 12;
     this.tasksTrackBar.Name        = "tasksTrackBar";
     this.tasksTrackBar.Size        = new System.Drawing.Size(104, 45);
     this.tasksTrackBar.TabIndex    = 2;
     this.tasksTrackBar.Value       = 12;
     this.tasksTrackBar.Scroll     += new System.EventHandler(this.TasksTrackBar_Scroll);
     //
     // typeTextBox
     //
     this.typeTextBox.Location = new System.Drawing.Point(359, 63);
     this.typeTextBox.Name     = "typeTextBox";
     this.typeTextBox.Size     = new System.Drawing.Size(138, 20);
     this.typeTextBox.TabIndex = 3;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(284, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(107, 13);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Количество вершин";
     //
     // taskLabel
     //
     this.taskLabel.AutoSize = true;
     this.taskLabel.Location = new System.Drawing.Point(507, 13);
     this.taskLabel.Name     = "taskLabel";
     this.taskLabel.Size     = new System.Drawing.Size(0, 13);
     this.taskLabel.TabIndex = 5;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(287, 63);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(66, 13);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Типы задач";
     //
     // planButton
     //
     this.planButton.Location = new System.Drawing.Point(426, 417);
     this.planButton.Name     = "planButton";
     this.planButton.Size     = new System.Drawing.Size(75, 23);
     this.planButton.TabIndex = 7;
     this.planButton.Text     = "План";
     this.planButton.UseVisualStyleBackColor = true;
     this.planButton.Click += new System.EventHandler(this.PlanButton_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(537, 452);
     this.Controls.Add(this.planButton);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.taskLabel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.typeTextBox);
     this.Controls.Add(this.tasksTrackBar);
     this.Controls.Add(this.resultGridView);
     this.Controls.Add(this.matrixGridView);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.matrixGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.resultGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tasksTrackBar)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.faTabStrip1 = new System.Windows.Forms.TabControl();
     this.faTabStripItemInfo = new System.Windows.Forms.TabPage();
     this.label10 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.faTabStripItemSend = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.cmdClearSend = new System.Windows.Forms.Button();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.lblStatus = new System.Windows.Forms.Label();
     this.cmdSend = new System.Windows.Forms.Button();
     this.lblTeleLength = new System.Windows.Forms.Label();
     this.panel2 = new System.Windows.Forms.Panel();
     this.label7 = new System.Windows.Forms.Label();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.panel4 = new System.Windows.Forms.Panel();
     this.lblLenEmpf = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
     this.lstStoredSenddata = new System.Windows.Forms.ListBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.cmdRemoveSendeTele = new System.Windows.Forms.Button();
     this.cmdAddSendeTele = new System.Windows.Forms.Button();
     this.dtaSendTabelle = new System.Windows.Forms.DataGridView();
     this.Bezeichnung = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Laenge = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Wert = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splitContainer4 = new System.Windows.Forms.SplitContainer();
     this.dtaSendSendTable = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtaSendQuittTable = new System.Windows.Forms.DataGridView();
     this.colSendQuittText = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.faTabStripItemRecieve = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
     this.kryptonButton2 = new System.Windows.Forms.Button();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.grdEmpfang = new System.Windows.Forms.DataGridView();
     this.colEmpf = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtaEmpfangstelegrammAufgeschluesselt = new System.Windows.Forms.DataGridView();
     this.colEmpfBezeichnung = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEmpfLaenge = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEmpfWert = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.faTabStripItemSettings = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.cmdDelTele = new System.Windows.Forms.Button();
     this.cmdEditQuittFields = new System.Windows.Forms.Button();
     this.lstQuitt = new System.Windows.Forms.ListBox();
     this.chkAutoQuitt = new System.Windows.Forms.CheckBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.numSequenceNumberLength = new System.Windows.Forms.NumericUpDown();
     this.numSequenceNumberPosition = new System.Windows.Forms.NumericUpDown();
     this.label4 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.chkChanel2active = new System.Windows.Forms.CheckBox();
     this.numPort2 = new System.Windows.Forms.NumericUpDown();
     this.numPort1 = new System.Windows.Forms.NumericUpDown();
     this.lblKanal2Port = new System.Windows.Forms.Label();
     this.chkChanel1active = new System.Windows.Forms.CheckBox();
     this.lblKanal2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.optTwoChannel = new System.Windows.Forms.RadioButton();
     this.optOneChannel = new System.Windows.Forms.RadioButton();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.ipAddressControl = new IPAddressControlLib.IPAddressControl();
     this.cmdSelectStep7UDT = new System.Windows.Forms.Button();
     this.cmdConnect = new System.Windows.Forms.Button();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.cmdSettExport = new System.Windows.Forms.Button();
     this.cmdSettImport = new System.Windows.Forms.Button();
     this.cmdSettingsSave = new System.Windows.Forms.Button();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.picConnection1 = new System.Windows.Forms.PictureBox();
     this.picConnection2 = new System.Windows.Forms.PictureBox();
     this.cmdDisconnect = new System.Windows.Forms.Button();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.faTabStrip1.SuspendLayout();
     this.faTabStripItemInfo.SuspendLayout();
     this.faTabStripItemSend.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.tableLayoutPanel5.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendTabelle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
     this.splitContainer4.Panel1.SuspendLayout();
     this.splitContainer4.Panel2.SuspendLayout();
     this.splitContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendSendTable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendQuittTable)).BeginInit();
     this.faTabStripItemRecieve.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdEmpfang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaEmpfangstelegrammAufgeschluesselt)).BeginInit();
     this.faTabStripItemSettings.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberLength)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberPosition)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numPort2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPort1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.panel1.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection2)).BeginInit();
     this.SuspendLayout();
     //
     // faTabStrip1
     //
     this.faTabStrip1.Controls.Add(this.faTabStripItemInfo);
     this.faTabStrip1.Controls.Add(this.faTabStripItemSend);
     this.faTabStrip1.Controls.Add(this.faTabStripItemRecieve);
     this.faTabStrip1.Controls.Add(this.faTabStripItemSettings);
     this.faTabStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.faTabStrip1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.faTabStrip1.Location = new System.Drawing.Point(3, 53);
     this.faTabStrip1.Name = "faTabStrip1";
     this.faTabStrip1.SelectedIndex = 0;
     this.faTabStrip1.Size = new System.Drawing.Size(896, 569);
     this.faTabStrip1.TabIndex = 2;
     this.faTabStrip1.Text = "Sende Tabelle";
     //
     // faTabStripItemInfo
     //
     this.faTabStripItemInfo.Controls.Add(this.label10);
     this.faTabStripItemInfo.Controls.Add(this.label9);
     this.faTabStripItemInfo.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemInfo.Name = "faTabStripItemInfo";
     this.faTabStripItemInfo.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemInfo.TabIndex = 3;
     this.faTabStripItemInfo.Text = "Info";
     //
     // label10
     //
     this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label10.Location = new System.Drawing.Point(74, 59);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(726, 81);
     this.label10.TabIndex = 0;
     this.label10.Text = resources.GetString("label10.Text");
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(39, 25);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(31, 13);
     this.label9.TabIndex = 0;
     this.label9.Text = "Info:";
     //
     // faTabStripItemSend
     //
     this.faTabStripItemSend.Controls.Add(this.tableLayoutPanel1);
     this.faTabStripItemSend.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemSend.Name = "faTabStripItemSend";
     this.faTabStripItemSend.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemSend.TabIndex = 0;
     this.faTabStripItemSend.Text = "Sende Tabelle";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel1.Controls.Add(this.cmdClearSend, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.splitContainer2, 0, 0);
     this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel1.Size = new System.Drawing.Size(888, 543);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // cmdClearSend
     //
     this.cmdClearSend.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdClearSend.Location = new System.Drawing.Point(741, 514);
     this.cmdClearSend.Name = "cmdClearSend";
     this.cmdClearSend.Size = new System.Drawing.Size(144, 25);
     this.cmdClearSend.TabIndex = 5;
     this.cmdClearSend.Text = "CLR";
     this.cmdClearSend.UseVisualStyleBackColor = true;
     this.cmdClearSend.Click += new System.EventHandler(this.cmdClearSend_Click);
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.lblStatus, 0, 2);
     this.tableLayoutPanel3.Controls.Add(this.cmdSend, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.lblTeleLength, 0, 3);
     this.tableLayoutPanel3.Controls.Add(this.panel2, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.panel4, 0, 4);
     this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(741, 3);
     this.tableLayoutPanel3.Name = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 5;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 99F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 55F));
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel3.Size = new System.Drawing.Size(144, 505);
     this.tableLayoutPanel3.TabIndex = 3;
     //
     // lblStatus
     //
     this.lblStatus.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblStatus.Location = new System.Drawing.Point(3, 90);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(138, 99);
     this.lblStatus.TabIndex = 7;
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmdSend
     //
     this.cmdSend.Location = new System.Drawing.Point(3, 3);
     this.cmdSend.Name = "cmdSend";
     this.cmdSend.Size = new System.Drawing.Size(138, 24);
     this.cmdSend.TabIndex = 6;
     this.cmdSend.Text = "Senden";
     this.cmdSend.UseVisualStyleBackColor = true;
     this.cmdSend.Click += new System.EventHandler(this.cmdSend_Click);
     //
     // lblTeleLength
     //
     this.lblTeleLength.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblTeleLength.Location = new System.Drawing.Point(3, 189);
     this.lblTeleLength.Name = "lblTeleLength";
     this.lblTeleLength.Size = new System.Drawing.Size(138, 64);
     this.lblTeleLength.TabIndex = 9;
     this.lblTeleLength.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.numericUpDown1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(3, 33);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(138, 54);
     this.panel2.TabIndex = 10;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(8, 8);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(66, 13);
     this.label7.TabIndex = 1;
     this.label7.Text = "Laufnummer";
     //
     // numericUpDown1
     //
     this.numericUpDown1.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "Laufnummer", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numericUpDown1.Location = new System.Drawing.Point(18, 24);
     this.numericUpDown1.Name = "numericUpDown1";
     this.numericUpDown1.Size = new System.Drawing.Size(102, 21);
     this.numericUpDown1.TabIndex = 0;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.lblLenEmpf);
     this.panel4.Controls.Add(this.label8);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(3, 256);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(138, 246);
     this.panel4.TabIndex = 11;
     //
     // lblLenEmpf
     //
     this.lblLenEmpf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblLenEmpf.Location = new System.Drawing.Point(15, 159);
     this.lblLenEmpf.Name = "lblLenEmpf";
     this.lblLenEmpf.Size = new System.Drawing.Size(40, 13);
     this.lblLenEmpf.TabIndex = 0;
     //
     // label8
     //
     this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(11, 143);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(40, 13);
     this.label8.TabIndex = 0;
     this.label8.Text = "Länge:";
     //
     // splitContainer2
     //
     this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(3, 3);
     this.splitContainer2.Name = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
     this.tableLayoutPanel1.SetRowSpan(this.splitContainer2, 2);
     this.splitContainer2.Size = new System.Drawing.Size(732, 537);
     this.splitContainer2.SplitterDistance = 305;
     this.splitContainer2.TabIndex = 4;
     //
     // 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.tableLayoutPanel5);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.dtaSendTabelle);
     this.splitContainer3.Size = new System.Drawing.Size(732, 305);
     this.splitContainer3.SplitterDistance = 76;
     this.splitContainer3.TabIndex = 0;
     //
     // tableLayoutPanel5
     //
     this.tableLayoutPanel5.ColumnCount = 2;
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tableLayoutPanel5.Controls.Add(this.lstStoredSenddata, 0, 0);
     this.tableLayoutPanel5.Controls.Add(this.panel3, 1, 0);
     this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel5.Name = "tableLayoutPanel5";
     this.tableLayoutPanel5.RowCount = 1;
     this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel5.Size = new System.Drawing.Size(732, 76);
     this.tableLayoutPanel5.TabIndex = 0;
     //
     // lstStoredSenddata
     //
     this.lstStoredSenddata.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstStoredSenddata.FormattingEnabled = true;
     this.lstStoredSenddata.Location = new System.Drawing.Point(3, 3);
     this.lstStoredSenddata.Name = "lstStoredSenddata";
     this.lstStoredSenddata.Size = new System.Drawing.Size(626, 70);
     this.lstStoredSenddata.TabIndex = 0;
     this.lstStoredSenddata.DoubleClick += new System.EventHandler(this.lstStoredSenddata_DoubleClick);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.cmdRemoveSendeTele);
     this.panel3.Controls.Add(this.cmdAddSendeTele);
     this.panel3.Location = new System.Drawing.Point(635, 3);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(94, 70);
     this.panel3.TabIndex = 1;
     //
     // cmdRemoveSendeTele
     //
     this.cmdRemoveSendeTele.Location = new System.Drawing.Point(8, 41);
     this.cmdRemoveSendeTele.Name = "cmdRemoveSendeTele";
     this.cmdRemoveSendeTele.Size = new System.Drawing.Size(76, 22);
     this.cmdRemoveSendeTele.TabIndex = 0;
     this.cmdRemoveSendeTele.Text = "Remove";
     this.cmdRemoveSendeTele.UseVisualStyleBackColor = true;
     this.cmdRemoveSendeTele.Click += new System.EventHandler(this.cmdRemoveSendeTele_Click);
     //
     // cmdAddSendeTele
     //
     this.cmdAddSendeTele.Location = new System.Drawing.Point(8, 13);
     this.cmdAddSendeTele.Name = "cmdAddSendeTele";
     this.cmdAddSendeTele.Size = new System.Drawing.Size(76, 22);
     this.cmdAddSendeTele.TabIndex = 0;
     this.cmdAddSendeTele.Text = "Add";
     this.cmdAddSendeTele.UseVisualStyleBackColor = true;
     this.cmdAddSendeTele.Click += new System.EventHandler(this.cmdAddSendeTele_Click);
     //
     // dtaSendTabelle
     //
     this.dtaSendTabelle.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendTabelle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendTabelle.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Bezeichnung,
     this.Laenge,
     this.Wert});
     this.dtaSendTabelle.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendTabelle.Location = new System.Drawing.Point(0, 0);
     this.dtaSendTabelle.Name = "dtaSendTabelle";
     this.dtaSendTabelle.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendTabelle.Size = new System.Drawing.Size(732, 225);
     this.dtaSendTabelle.TabIndex = 4;
     this.dtaSendTabelle.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtaSendTabelle_CellEndEdit);
     this.dtaSendTabelle.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dtaSendTabelle_RowsAdded);
     //
     // Bezeichnung
     //
     this.Bezeichnung.HeaderText = "Bezeichnung";
     this.Bezeichnung.Name = "Bezeichnung";
     //
     // Laenge
     //
     this.Laenge.HeaderText = "Länge";
     this.Laenge.Name = "Laenge";
     //
     // Wert
     //
     this.Wert.HeaderText = "Wert";
     this.Wert.Name = "Wert";
     //
     // splitContainer4
     //
     this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer4.Location = new System.Drawing.Point(0, 0);
     this.splitContainer4.Name = "splitContainer4";
     this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer4.Panel1
     //
     this.splitContainer4.Panel1.Controls.Add(this.dtaSendSendTable);
     //
     // splitContainer4.Panel2
     //
     this.splitContainer4.Panel2.Controls.Add(this.dtaSendQuittTable);
     this.splitContainer4.Size = new System.Drawing.Size(732, 228);
     this.splitContainer4.SplitterDistance = 109;
     this.splitContainer4.TabIndex = 0;
     //
     // dtaSendSendTable
     //
     this.dtaSendSendTable.AllowUserToAddRows = false;
     this.dtaSendSendTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendSendTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendSendTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1});
     this.dtaSendSendTable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendSendTable.Location = new System.Drawing.Point(0, 0);
     this.dtaSendSendTable.Name = "dtaSendSendTable";
     this.dtaSendSendTable.ReadOnly = true;
     this.dtaSendSendTable.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendSendTable.Size = new System.Drawing.Size(732, 109);
     this.dtaSendSendTable.TabIndex = 7;
     this.dtaSendSendTable.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtaSendSendTable_CellContentClick);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "Gesendete Telegramme";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     //
     // dtaSendQuittTable
     //
     this.dtaSendQuittTable.AllowUserToAddRows = false;
     this.dtaSendQuittTable.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaSendQuittTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaSendQuittTable.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSendQuittText});
     this.dtaSendQuittTable.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaSendQuittTable.Location = new System.Drawing.Point(0, 0);
     this.dtaSendQuittTable.Name = "dtaSendQuittTable";
     this.dtaSendQuittTable.ReadOnly = true;
     this.dtaSendQuittTable.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaSendQuittTable.Size = new System.Drawing.Size(732, 115);
     this.dtaSendQuittTable.TabIndex = 6;
     //
     // colSendQuittText
     //
     this.colSendQuittText.HeaderText = "Empfangene Quittungen";
     this.colSendQuittText.Name = "colSendQuittText";
     this.colSendQuittText.ReadOnly = true;
     //
     // faTabStripItemRecieve
     //
     this.faTabStripItemRecieve.Controls.Add(this.tableLayoutPanel2);
     this.faTabStripItemRecieve.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemRecieve.Name = "faTabStripItemRecieve";
     this.faTabStripItemRecieve.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemRecieve.TabIndex = 1;
     this.faTabStripItemRecieve.Text = "Empfangs FIFO";
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 2;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150F));
     this.tableLayoutPanel2.Controls.Add(this.kryptonButton2, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.splitContainer1, 0, 0);
     this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Name = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 1;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Size = new System.Drawing.Size(888, 543);
     this.tableLayoutPanel2.TabIndex = 2;
     //
     // kryptonButton2
     //
     this.kryptonButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.kryptonButton2.Location = new System.Drawing.Point(741, 3);
     this.kryptonButton2.Name = "kryptonButton2";
     this.kryptonButton2.Size = new System.Drawing.Size(144, 40);
     this.kryptonButton2.TabIndex = 4;
     this.kryptonButton2.Text = "CLR";
     this.kryptonButton2.UseVisualStyleBackColor = true;
     this.kryptonButton2.Click += new System.EventHandler(this.kryptonButton2_Click);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(3, 3);
     this.splitContainer1.Name = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.grdEmpfang);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dtaEmpfangstelegrammAufgeschluesselt);
     this.splitContainer1.Size = new System.Drawing.Size(732, 537);
     this.splitContainer1.SplitterDistance = 212;
     this.splitContainer1.TabIndex = 5;
     //
     // grdEmpfang
     //
     this.grdEmpfang.AllowUserToAddRows = false;
     this.grdEmpfang.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.grdEmpfang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdEmpfang.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colEmpf});
     this.grdEmpfang.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdEmpfang.Location = new System.Drawing.Point(0, 0);
     this.grdEmpfang.Name = "grdEmpfang";
     this.grdEmpfang.ReadOnly = true;
     this.grdEmpfang.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grdEmpfang.Size = new System.Drawing.Size(732, 212);
     this.grdEmpfang.TabIndex = 4;
     this.grdEmpfang.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdEmpfang_CellClick);
     this.grdEmpfang.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdEmpfang_CellContentClick);
     //
     // colEmpf
     //
     this.colEmpf.HeaderText = "Empfangstelegramme";
     this.colEmpf.Name = "colEmpf";
     this.colEmpf.ReadOnly = true;
     //
     // dtaEmpfangstelegrammAufgeschluesselt
     //
     this.dtaEmpfangstelegrammAufgeschluesselt.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dtaEmpfangstelegrammAufgeschluesselt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtaEmpfangstelegrammAufgeschluesselt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colEmpfBezeichnung,
     this.colEmpfLaenge,
     this.colEmpfWert});
     this.dtaEmpfangstelegrammAufgeschluesselt.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dtaEmpfangstelegrammAufgeschluesselt.Location = new System.Drawing.Point(0, 0);
     this.dtaEmpfangstelegrammAufgeschluesselt.Name = "dtaEmpfangstelegrammAufgeschluesselt";
     this.dtaEmpfangstelegrammAufgeschluesselt.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtaEmpfangstelegrammAufgeschluesselt.Size = new System.Drawing.Size(732, 321);
     this.dtaEmpfangstelegrammAufgeschluesselt.TabIndex = 5;
     //
     // colEmpfBezeichnung
     //
     this.colEmpfBezeichnung.HeaderText = "Bezeichnung";
     this.colEmpfBezeichnung.Name = "colEmpfBezeichnung";
     //
     // colEmpfLaenge
     //
     this.colEmpfLaenge.HeaderText = "Länge";
     this.colEmpfLaenge.Name = "colEmpfLaenge";
     //
     // colEmpfWert
     //
     this.colEmpfWert.HeaderText = "Wert";
     this.colEmpfWert.Name = "colEmpfWert";
     //
     // faTabStripItemSettings
     //
     this.faTabStripItemSettings.Controls.Add(this.groupBox4);
     this.faTabStripItemSettings.Controls.Add(this.groupBox3);
     this.faTabStripItemSettings.Controls.Add(this.groupBox2);
     this.faTabStripItemSettings.Controls.Add(this.groupBox1);
     this.faTabStripItemSettings.Location = new System.Drawing.Point(4, 22);
     this.faTabStripItemSettings.Name = "faTabStripItemSettings";
     this.faTabStripItemSettings.Size = new System.Drawing.Size(888, 543);
     this.faTabStripItemSettings.TabIndex = 2;
     this.faTabStripItemSettings.Text = "Einstellungen";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label5);
     this.groupBox4.Controls.Add(this.cmdDelTele);
     this.groupBox4.Controls.Add(this.cmdEditQuittFields);
     this.groupBox4.Controls.Add(this.lstQuitt);
     this.groupBox4.Controls.Add(this.chkAutoQuitt);
     this.groupBox4.Location = new System.Drawing.Point(409, 18);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(176, 232);
     this.groupBox4.TabIndex = 8;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Quittungs Parameter";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 164);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(164, 54);
     this.label5.TabIndex = 16;
     this.label5.Text = "Wenn automatisch quittieren eingeschaltet ist werden im Telegramm die Positionen " +
     "durch den Text ersetzt";
     //
     // cmdDelTele
     //
     this.cmdDelTele.Location = new System.Drawing.Point(6, 139);
     this.cmdDelTele.Name = "cmdDelTele";
     this.cmdDelTele.Size = new System.Drawing.Size(58, 22);
     this.cmdDelTele.TabIndex = 12;
     this.cmdDelTele.Text = "Del";
     this.cmdDelTele.UseVisualStyleBackColor = true;
     this.cmdDelTele.Click += new System.EventHandler(this.cmdDelTele_Click);
     //
     // cmdEditQuittFields
     //
     this.cmdEditQuittFields.Location = new System.Drawing.Point(112, 139);
     this.cmdEditQuittFields.Name = "cmdEditQuittFields";
     this.cmdEditQuittFields.Size = new System.Drawing.Size(58, 22);
     this.cmdEditQuittFields.TabIndex = 12;
     this.cmdEditQuittFields.Text = "Add";
     this.cmdEditQuittFields.UseVisualStyleBackColor = true;
     this.cmdEditQuittFields.Click += new System.EventHandler(this.cmdEditQuittFields_Click);
     //
     // lstQuitt
     //
     this.lstQuitt.FormattingEnabled = true;
     this.lstQuitt.Location = new System.Drawing.Point(6, 38);
     this.lstQuitt.Name = "lstQuitt";
     this.lstQuitt.Size = new System.Drawing.Size(164, 95);
     this.lstQuitt.TabIndex = 12;
     //
     // chkAutoQuitt
     //
     this.chkAutoQuitt.AutoSize = true;
     this.chkAutoQuitt.Checked = true;
     this.chkAutoQuitt.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkAutoQuitt.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "AutomaticQuitt", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkAutoQuitt.Location = new System.Drawing.Point(6, 20);
     this.chkAutoQuitt.Name = "chkAutoQuitt";
     this.chkAutoQuitt.Size = new System.Drawing.Size(134, 17);
     this.chkAutoQuitt.TabIndex = 15;
     this.chkAutoQuitt.Text = "Automatisch quittieren";
     this.chkAutoQuitt.UseVisualStyleBackColor = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.numSequenceNumberLength);
     this.groupBox3.Controls.Add(this.numSequenceNumberPosition);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Location = new System.Drawing.Point(11, 103);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(176, 107);
     this.groupBox3.TabIndex = 8;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Telegramm Parameter";
     //
     // numSequenceNumberLength
     //
     this.numSequenceNumberLength.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SequenceNumberLength", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numSequenceNumberLength.Location = new System.Drawing.Point(12, 75);
     this.numSequenceNumberLength.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numSequenceNumberLength.Name = "numSequenceNumberLength";
     this.numSequenceNumberLength.Size = new System.Drawing.Size(141, 21);
     this.numSequenceNumberLength.TabIndex = 12;
     //
     // numSequenceNumberPosition
     //
     this.numSequenceNumberPosition.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SequenceNumberPosition", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numSequenceNumberPosition.Location = new System.Drawing.Point(12, 34);
     this.numSequenceNumberPosition.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numSequenceNumberPosition.Name = "numSequenceNumberPosition";
     this.numSequenceNumberPosition.Size = new System.Drawing.Size(141, 21);
     this.numSequenceNumberPosition.TabIndex = 12;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 59);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(98, 13);
     this.label4.TabIndex = 14;
     this.label4.Text = "Laufnummer Länge";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(9, 18);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(106, 13);
     this.label6.TabIndex = 14;
     this.label6.Text = "Laufnummer Position";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.chkChanel2active);
     this.groupBox2.Controls.Add(this.numPort2);
     this.groupBox2.Controls.Add(this.numPort1);
     this.groupBox2.Controls.Add(this.lblKanal2Port);
     this.groupBox2.Controls.Add(this.chkChanel1active);
     this.groupBox2.Controls.Add(this.lblKanal2);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.optTwoChannel);
     this.groupBox2.Controls.Add(this.optOneChannel);
     this.groupBox2.Location = new System.Drawing.Point(216, 18);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(187, 232);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Verbindungs Parameter";
     //
     // chkChanel2active
     //
     this.chkChanel2active.AutoSize = true;
     this.chkChanel2active.Checked = true;
     this.chkChanel2active.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkChanel2active.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "RecieveConnectionActive", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkChanel2active.Enabled = false;
     this.chkChanel2active.Location = new System.Drawing.Point(121, 171);
     this.chkChanel2active.Name = "chkChanel2active";
     this.chkChanel2active.Size = new System.Drawing.Size(49, 17);
     this.chkChanel2active.TabIndex = 15;
     this.chkChanel2active.Text = "aktiv";
     this.chkChanel2active.UseVisualStyleBackColor = true;
     //
     // numPort2
     //
     this.numPort2.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "RecievePort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numPort2.Enabled = false;
     this.numPort2.Location = new System.Drawing.Point(27, 188);
     this.numPort2.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numPort2.Name = "numPort2";
     this.numPort2.Size = new System.Drawing.Size(141, 21);
     this.numPort2.TabIndex = 12;
     //
     // numPort1
     //
     this.numPort1.DataBindings.Add(new System.Windows.Forms.Binding("Value", global::Kopplungstester.Properties.Settings.Default, "SendPort", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.numPort1.Location = new System.Drawing.Point(27, 120);
     this.numPort1.Maximum = new decimal(new int[] {
     65536,
     0,
     0,
     0});
     this.numPort1.Name = "numPort1";
     this.numPort1.Size = new System.Drawing.Size(141, 21);
     this.numPort1.TabIndex = 12;
     //
     // lblKanal2Port
     //
     this.lblKanal2Port.AutoSize = true;
     this.lblKanal2Port.Enabled = false;
     this.lblKanal2Port.Location = new System.Drawing.Point(24, 172);
     this.lblKanal2Port.Name = "lblKanal2Port";
     this.lblKanal2Port.Size = new System.Drawing.Size(27, 13);
     this.lblKanal2Port.TabIndex = 14;
     this.lblKanal2Port.Text = "Port";
     //
     // chkChanel1active
     //
     this.chkChanel1active.AutoSize = true;
     this.chkChanel1active.Checked = true;
     this.chkChanel1active.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkChanel1active.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "SendConnectionActive", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.chkChanel1active.Location = new System.Drawing.Point(121, 103);
     this.chkChanel1active.Name = "chkChanel1active";
     this.chkChanel1active.Size = new System.Drawing.Size(49, 17);
     this.chkChanel1active.TabIndex = 15;
     this.chkChanel1active.Text = "aktiv";
     this.chkChanel1active.UseVisualStyleBackColor = true;
     //
     // lblKanal2
     //
     this.lblKanal2.AutoSize = true;
     this.lblKanal2.Enabled = false;
     this.lblKanal2.Location = new System.Drawing.Point(9, 150);
     this.lblKanal2.Name = "lblKanal2";
     this.lblKanal2.Size = new System.Drawing.Size(88, 13);
     this.lblKanal2.TabIndex = 14;
     this.lblKanal2.Text = "Kanal 2 (recieve)";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(24, 104);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(27, 13);
     this.label3.TabIndex = 14;
     this.label3.Text = "Port";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(9, 82);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(121, 13);
     this.label2.TabIndex = 14;
     this.label2.Text = "Kanal 1 (send / recieve)";
     //
     // optTwoChannel
     //
     this.optTwoChannel.AutoSize = true;
     this.optTwoChannel.Checked = true;
     this.optTwoChannel.Location = new System.Drawing.Point(6, 43);
     this.optTwoChannel.Name = "optTwoChannel";
     this.optTwoChannel.Size = new System.Drawing.Size(60, 17);
     this.optTwoChannel.TabIndex = 14;
     this.optTwoChannel.TabStop = true;
     this.optTwoChannel.Text = "2 Kanal";
     this.optTwoChannel.UseVisualStyleBackColor = true;
     this.optTwoChannel.CheckedChanged += new System.EventHandler(this.optTwoChannel_CheckedChanged);
     //
     // optOneChannel
     //
     this.optOneChannel.AutoSize = true;
     this.optOneChannel.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Kopplungstester.Properties.Settings.Default, "UseOnlyOneConnection", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.optOneChannel.Location = new System.Drawing.Point(6, 20);
     this.optOneChannel.Name = "optOneChannel";
     this.optOneChannel.Size = new System.Drawing.Size(60, 17);
     this.optOneChannel.TabIndex = 14;
     this.optOneChannel.Text = "1 Kanal";
     this.optOneChannel.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.ipAddressControl);
     this.groupBox1.Location = new System.Drawing.Point(11, 18);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(176, 79);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Verbindungs Parameter";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(9, 27);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(87, 13);
     this.label1.TabIndex = 12;
     this.label1.Text = "IP - Adresse SPS";
     //
     // ipAddressControl
     //
     this.ipAddressControl.AllowInternalTab = false;
     this.ipAddressControl.AutoHeight = true;
     this.ipAddressControl.BackColor = System.Drawing.SystemColors.Window;
     this.ipAddressControl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.ipAddressControl.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.ipAddressControl.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Kopplungstester.Properties.Settings.Default, "IPAddress", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.ipAddressControl.Location = new System.Drawing.Point(12, 52);
     this.ipAddressControl.MinimumSize = new System.Drawing.Size(87, 21);
     this.ipAddressControl.Name = "ipAddressControl";
     this.ipAddressControl.ReadOnly = false;
     this.ipAddressControl.Size = new System.Drawing.Size(141, 21);
     this.ipAddressControl.TabIndex = 13;
     this.ipAddressControl.Text = global::Kopplungstester.Properties.Settings.Default.IPAddress;
     //
     // cmdSelectStep7UDT
     //
     this.cmdSelectStep7UDT.Location = new System.Drawing.Point(281, 3);
     this.cmdSelectStep7UDT.Name = "cmdSelectStep7UDT";
     this.cmdSelectStep7UDT.Size = new System.Drawing.Size(136, 40);
     this.cmdSelectStep7UDT.TabIndex = 6;
     this.cmdSelectStep7UDT.Text = "Send/Recieve Struktur\r\naus Step7 UDT";
     this.cmdSelectStep7UDT.UseVisualStyleBackColor = true;
     this.cmdSelectStep7UDT.Click += new System.EventHandler(this.cmdSelectStep7UDT_Click);
     //
     // cmdConnect
     //
     this.cmdConnect.Location = new System.Drawing.Point(3, 3);
     this.cmdConnect.Name = "cmdConnect";
     this.cmdConnect.Size = new System.Drawing.Size(107, 40);
     this.cmdConnect.TabIndex = 11;
     this.cmdConnect.Text = "Connect";
     this.cmdConnect.UseVisualStyleBackColor = true;
     this.cmdConnect.Click += new System.EventHandler(this.cmdConnect_Click);
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.ColumnCount = 1;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.Controls.Add(this.faTabStrip1, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel4.Name = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 2;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel4.Size = new System.Drawing.Size(902, 625);
     this.tableLayoutPanel4.TabIndex = 3;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.cmdSettExport);
     this.panel1.Controls.Add(this.cmdSettImport);
     this.panel1.Controls.Add(this.cmdSettingsSave);
     this.panel1.Controls.Add(this.flowLayoutPanel1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(896, 44);
     this.panel1.TabIndex = 3;
     //
     // cmdSettExport
     //
     this.cmdSettExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettExport.Location = new System.Drawing.Point(636, 1);
     this.cmdSettExport.Name = "cmdSettExport";
     this.cmdSettExport.Size = new System.Drawing.Size(69, 40);
     this.cmdSettExport.TabIndex = 12;
     this.cmdSettExport.Text = "Settings export";
     this.cmdSettExport.UseVisualStyleBackColor = true;
     this.cmdSettExport.Click += new System.EventHandler(this.cmdSettExport_Click);
     //
     // cmdSettImport
     //
     this.cmdSettImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettImport.Location = new System.Drawing.Point(711, 1);
     this.cmdSettImport.Name = "cmdSettImport";
     this.cmdSettImport.Size = new System.Drawing.Size(69, 40);
     this.cmdSettImport.TabIndex = 12;
     this.cmdSettImport.Text = "Settings import";
     this.cmdSettImport.UseVisualStyleBackColor = true;
     this.cmdSettImport.Click += new System.EventHandler(this.cmdSettImport_Click);
     //
     // cmdSettingsSave
     //
     this.cmdSettingsSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSettingsSave.Location = new System.Drawing.Point(786, 1);
     this.cmdSettingsSave.Name = "cmdSettingsSave";
     this.cmdSettingsSave.Size = new System.Drawing.Size(107, 40);
     this.cmdSettingsSave.TabIndex = 12;
     this.cmdSettingsSave.Text = "Änderungen Speichern";
     this.cmdSettingsSave.UseVisualStyleBackColor = true;
     this.cmdSettingsSave.Click += new System.EventHandler(this.cmdSettingsSave_Click);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.cmdConnect);
     this.flowLayoutPanel1.Controls.Add(this.picConnection1);
     this.flowLayoutPanel1.Controls.Add(this.picConnection2);
     this.flowLayoutPanel1.Controls.Add(this.cmdDisconnect);
     this.flowLayoutPanel1.Controls.Add(this.cmdSelectStep7UDT);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, -3);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(550, 44);
     this.flowLayoutPanel1.TabIndex = 3;
     //
     // picConnection1
     //
     this.picConnection1.BackColor = System.Drawing.Color.Red;
     this.picConnection1.Location = new System.Drawing.Point(116, 3);
     this.picConnection1.Name = "picConnection1";
     this.picConnection1.Size = new System.Drawing.Size(20, 41);
     this.picConnection1.TabIndex = 12;
     this.picConnection1.TabStop = false;
     this.toolTip.SetToolTip(this.picConnection1, "Sende Verbindung aufgebaut");
     //
     // picConnection2
     //
     this.picConnection2.BackColor = System.Drawing.Color.Red;
     this.picConnection2.Location = new System.Drawing.Point(142, 3);
     this.picConnection2.Name = "picConnection2";
     this.picConnection2.Size = new System.Drawing.Size(20, 41);
     this.picConnection2.TabIndex = 12;
     this.picConnection2.TabStop = false;
     this.toolTip.SetToolTip(this.picConnection2, "Recieve Verbindung aufgebaut");
     //
     // cmdDisconnect
     //
     this.cmdDisconnect.Location = new System.Drawing.Point(168, 3);
     this.cmdDisconnect.Name = "cmdDisconnect";
     this.cmdDisconnect.Size = new System.Drawing.Size(107, 40);
     this.cmdDisconnect.TabIndex = 11;
     this.cmdDisconnect.Text = "Disconnect";
     this.cmdDisconnect.UseVisualStyleBackColor = true;
     this.cmdDisconnect.Click += new System.EventHandler(this.cmdDisconnect_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(902, 625);
     this.Controls.Add(this.tableLayoutPanel4);
     this.Name = "MainForm";
     this.Text = "Kopplungstester";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.faTabStrip1.ResumeLayout(false);
     this.faTabStripItemInfo.ResumeLayout(false);
     this.faTabStripItemInfo.PerformLayout();
     this.faTabStripItemSend.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.tableLayoutPanel5.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendTabelle)).EndInit();
     this.splitContainer4.Panel1.ResumeLayout(false);
     this.splitContainer4.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
     this.splitContainer4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendSendTable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaSendQuittTable)).EndInit();
     this.faTabStripItemRecieve.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdEmpfang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtaEmpfangstelegrammAufgeschluesselt)).EndInit();
     this.faTabStripItemSettings.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberLength)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numSequenceNumberPosition)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numPort2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPort1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picConnection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picConnection2)).EndInit();
     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()
 {
     this.button1 = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     this.startButton = new System.Windows.Forms.Button();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.stopWordsPath = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.button3 = new System.Windows.Forms.Button();
     this.TestPath = new System.Windows.Forms.Label();
     this.TrainPath = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.checkBox3 = new System.Windows.Forms.CheckBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.dataGridView2 = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.dataGridView3 = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.dataGridView4 = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Metric = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Bayes = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.kNN = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Rocchio = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).BeginInit();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(6, 34);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "Choose";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_1);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(94, 17);
     this.label1.TabIndex = 1;
     this.label1.Text = "Training File :";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 68);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(70, 17);
     this.label2.TabIndex = 3;
     this.label2.Text = "Test File :";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(6, 97);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 2;
     this.button2.Text = "Choose";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // startButton
     //
     this.startButton.Enabled = false;
     this.startButton.Location = new System.Drawing.Point(1026, 302);
     this.startButton.Name = "startButton";
     this.startButton.Size = new System.Drawing.Size(168, 89);
     this.startButton.TabIndex = 4;
     this.startButton.Text = "Start";
     this.startButton.UseVisualStyleBackColor = true;
     this.startButton.Click += new System.EventHandler(this.startButton_Click);
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "Euler Distance",
     "Cosine Similarity",
     "Pearson Correlation Coefficient",
     "Manhattan Distance"});
     this.comboBox1.Location = new System.Drawing.Point(12, 369);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(227, 24);
     this.comboBox1.TabIndex = 5;
     this.comboBox1.Visible = false;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(12, 284);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(183, 21);
     this.checkBox1.TabIndex = 6;
     this.checkBox1.Text = "Multinomial Naive Bayes";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Location = new System.Drawing.Point(12, 311);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(57, 21);
     this.checkBox2.TabIndex = 7;
     this.checkBox2.Text = "kNN";
     this.checkBox2.UseVisualStyleBackColor = true;
     this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.stopWordsPath);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.button3);
     this.panel1.Controls.Add(this.TestPath);
     this.panel1.Controls.Add(this.TrainPath);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.button2);
     this.panel1.Location = new System.Drawing.Point(12, 12);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(481, 189);
     this.panel1.TabIndex = 8;
     //
     // stopWordsPath
     //
     this.stopWordsPath.AutoSize = true;
     this.stopWordsPath.Location = new System.Drawing.Point(129, 132);
     this.stopWordsPath.Name = "stopWordsPath";
     this.stopWordsPath.Size = new System.Drawing.Size(0, 17);
     this.stopWordsPath.TabIndex = 8;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(3, 132);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(116, 17);
     this.label5.TabIndex = 7;
     this.label5.Text = "Stop Words File :";
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(6, 158);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 6;
     this.button3.Text = "Choose";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // TestPath
     //
     this.TestPath.AutoSize = true;
     this.TestPath.Location = new System.Drawing.Point(129, 68);
     this.TestPath.Name = "TestPath";
     this.TestPath.Size = new System.Drawing.Size(0, 17);
     this.TestPath.TabIndex = 5;
     //
     // TrainPath
     //
     this.TrainPath.AutoSize = true;
     this.TrainPath.Location = new System.Drawing.Point(129, 9);
     this.TrainPath.Name = "TrainPath";
     this.TrainPath.Size = new System.Drawing.Size(0, 17);
     this.TrainPath.TabIndex = 4;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(9, 228);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(156, 17);
     this.label3.TabIndex = 10;
     this.label3.Text = "Classification Methods :";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 340);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(132, 17);
     this.label4.TabIndex = 11;
     this.label4.Text = "Distance Functions:";
     this.label4.Visible = false;
     //
     // checkBox3
     //
     this.checkBox3.AutoSize = true;
     this.checkBox3.Location = new System.Drawing.Point(12, 255);
     this.checkBox3.Name = "checkBox3";
     this.checkBox3.Size = new System.Drawing.Size(81, 21);
     this.checkBox3.TabIndex = 12;
     this.checkBox3.Text = "Rocchio";
     this.checkBox3.UseVisualStyleBackColor = true;
     this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(277, 369);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(216, 22);
     this.textBox1.TabIndex = 13;
     this.textBox1.Visible = false;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(274, 340);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(77, 17);
     this.label6.TabIndex = 14;
     this.label6.Text = "Value of K:";
     this.label6.Visible = false;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToResizeColumns = false;
     this.dataGridView1.AllowUserToResizeRows = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Metric,
     this.Bayes,
     this.kNN,
     this.Rocchio});
     this.dataGridView1.Location = new System.Drawing.Point(499, 302);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.RowTemplate.Height = 24;
     this.dataGridView1.Size = new System.Drawing.Size(491, 89);
     this.dataGridView1.TabIndex = 16;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Location = new System.Drawing.Point(499, 12);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(699, 271);
     this.tabControl1.TabIndex = 17;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.dataGridView2);
     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(691, 242);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "MN Bayes";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // dataGridView2
     //
     this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn4});
     this.dataGridView2.Location = new System.Drawing.Point(6, 6);
     this.dataGridView2.Name = "dataGridView2";
     this.dataGridView2.RowTemplate.Height = 24;
     this.dataGridView2.Size = new System.Drawing.Size(679, 230);
     this.dataGridView2.TabIndex = 5;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.HeaderText = " ";
     this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.dataGridView3);
     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(691, 242);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "kNN";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // dataGridView3
     //
     this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView3.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn1});
     this.dataGridView3.Location = new System.Drawing.Point(6, 6);
     this.dataGridView3.Name = "dataGridView3";
     this.dataGridView3.RowTemplate.Height = 24;
     this.dataGridView3.Size = new System.Drawing.Size(679, 230);
     this.dataGridView3.TabIndex = 6;
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = " ";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.dataGridView4);
     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(691, 242);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Rocchio";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // dataGridView4
     //
     this.dataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView4.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn2});
     this.dataGridView4.Location = new System.Drawing.Point(6, 6);
     this.dataGridView4.Name = "dataGridView4";
     this.dataGridView4.RowTemplate.Height = 24;
     this.dataGridView4.Size = new System.Drawing.Size(679, 230);
     this.dataGridView4.TabIndex = 6;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = " ";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     //
     // Metric
     //
     this.Metric.HeaderText = "Metric";
     this.Metric.Name = "Metric";
     this.Metric.ReadOnly = true;
     this.Metric.Width = 75;
     //
     // Bayes
     //
     this.Bayes.HeaderText = "MN Bayes";
     this.Bayes.Name = "Bayes";
     this.Bayes.ReadOnly = true;
     //
     // kNN
     //
     this.kNN.HeaderText = "kNN";
     this.kNN.Name = "kNN";
     this.kNN.ReadOnly = true;
     this.kNN.Width = 75;
     //
     // Rocchio
     //
     this.Rocchio.HeaderText = "Rocchio";
     this.Rocchio.Name = "Rocchio";
     this.Rocchio.ReadOnly = true;
     this.Rocchio.Width = 75;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1210, 416);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.checkBox3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.checkBox2);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.startButton);
     this.Name = "Form1";
     this.Text = "Form1";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     this.tabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
     this.tabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView4)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.gdvPedidos = new System.Windows.Forms.DataGridView();
     this.idPedidoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nmProdutoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtPedidoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.marcaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clientePedidoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.lblNomeProduto = new System.Windows.Forms.Label();
     this.txbNomeProduto = new System.Windows.Forms.TextBox();
     this.btnPesquisar = new System.Windows.Forms.Button();
     this.lblNomeMarca = new System.Windows.Forms.Label();
     this.txbNomeMarca = new System.Windows.Forms.TextBox();
     this.btnLimpar = new System.Windows.Forms.Button();
     this.btnInserir = new System.Windows.Forms.Button();
     this.lblProd = new System.Windows.Forms.Label();
     this.txtNomeProd = new System.Windows.Forms.TextBox();
     this.dtProduto = new System.Windows.Forms.Label();
     this.lblPreco = new System.Windows.Forms.Label();
     this.txtPreco = new System.Windows.Forms.TextBox();
     this.txtMarca = new System.Windows.Forms.TextBox();
     this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
     this.lblMarca = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.button1 = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.gdvPedidos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clientePedidoBindingSource)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // gdvPedidos
     //
     this.gdvPedidos.AutoGenerateColumns = false;
     this.gdvPedidos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gdvPedidos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.idPedidoDataGridViewTextBoxColumn,
     this.nmProdutoDataGridViewTextBoxColumn,
     this.dtPedidoDataGridViewTextBoxColumn,
     this.precoDataGridViewTextBoxColumn,
     this.marcaDataGridViewTextBoxColumn});
     this.gdvPedidos.DataSource = this.clientePedidoBindingSource;
     this.gdvPedidos.Location = new System.Drawing.Point(49, 375);
     this.gdvPedidos.Name = "gdvPedidos";
     this.gdvPedidos.Size = new System.Drawing.Size(542, 176);
     this.gdvPedidos.TabIndex = 0;
     //
     // idPedidoDataGridViewTextBoxColumn
     //
     this.idPedidoDataGridViewTextBoxColumn.DataPropertyName = "idPedido";
     this.idPedidoDataGridViewTextBoxColumn.HeaderText = "idPedido";
     this.idPedidoDataGridViewTextBoxColumn.Name = "idPedidoDataGridViewTextBoxColumn";
     //
     // nmProdutoDataGridViewTextBoxColumn
     //
     this.nmProdutoDataGridViewTextBoxColumn.DataPropertyName = "nmProduto";
     this.nmProdutoDataGridViewTextBoxColumn.HeaderText = "nmProduto";
     this.nmProdutoDataGridViewTextBoxColumn.Name = "nmProdutoDataGridViewTextBoxColumn";
     //
     // dtPedidoDataGridViewTextBoxColumn
     //
     this.dtPedidoDataGridViewTextBoxColumn.DataPropertyName = "dtPedido";
     this.dtPedidoDataGridViewTextBoxColumn.HeaderText = "dtPedido";
     this.dtPedidoDataGridViewTextBoxColumn.Name = "dtPedidoDataGridViewTextBoxColumn";
     //
     // precoDataGridViewTextBoxColumn
     //
     this.precoDataGridViewTextBoxColumn.DataPropertyName = "preco";
     this.precoDataGridViewTextBoxColumn.HeaderText = "preco";
     this.precoDataGridViewTextBoxColumn.Name = "precoDataGridViewTextBoxColumn";
     //
     // marcaDataGridViewTextBoxColumn
     //
     this.marcaDataGridViewTextBoxColumn.DataPropertyName = "marca";
     this.marcaDataGridViewTextBoxColumn.HeaderText = "marca";
     this.marcaDataGridViewTextBoxColumn.Name = "marcaDataGridViewTextBoxColumn";
     //
     // clientePedidoBindingSource
     //
     this.clientePedidoBindingSource.DataSource = typeof(Classes.ClientePedido);
     //
     // lblNomeProduto
     //
     this.lblNomeProduto.AutoSize = true;
     this.lblNomeProduto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNomeProduto.Location = new System.Drawing.Point(46, 132);
     this.lblNomeProduto.Name = "lblNomeProduto";
     this.lblNomeProduto.Size = new System.Drawing.Size(78, 13);
     this.lblNomeProduto.TabIndex = 1;
     this.lblNomeProduto.Text = "Nome Produto:";
     //
     // txbNomeProduto
     //
     this.txbNomeProduto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txbNomeProduto.Location = new System.Drawing.Point(149, 129);
     this.txbNomeProduto.Name = "txbNomeProduto";
     this.txbNomeProduto.Size = new System.Drawing.Size(369, 20);
     this.txbNomeProduto.TabIndex = 2;
     //
     // btnPesquisar
     //
     this.btnPesquisar.BackColor = System.Drawing.SystemColors.WindowFrame;
     this.btnPesquisar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPesquisar.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btnPesquisar.Location = new System.Drawing.Point(49, 231);
     this.btnPesquisar.Name = "btnPesquisar";
     this.btnPesquisar.Size = new System.Drawing.Size(194, 37);
     this.btnPesquisar.TabIndex = 3;
     this.btnPesquisar.Text = "Pesquisar";
     this.btnPesquisar.UseVisualStyleBackColor = false;
     this.btnPesquisar.Click += new System.EventHandler(this.btnPesquisar_Click);
     //
     // lblNomeMarca
     //
     this.lblNomeMarca.AutoSize = true;
     this.lblNomeMarca.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNomeMarca.Location = new System.Drawing.Point(46, 174);
     this.lblNomeMarca.Name = "lblNomeMarca";
     this.lblNomeMarca.Size = new System.Drawing.Size(71, 13);
     this.lblNomeMarca.TabIndex = 4;
     this.lblNomeMarca.Text = "Nome Marca:";
     //
     // txbNomeMarca
     //
     this.txbNomeMarca.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txbNomeMarca.Location = new System.Drawing.Point(149, 175);
     this.txbNomeMarca.Name = "txbNomeMarca";
     this.txbNomeMarca.Size = new System.Drawing.Size(369, 20);
     this.txbNomeMarca.TabIndex = 5;
     //
     // btnLimpar
     //
     this.btnLimpar.BackColor = System.Drawing.SystemColors.WindowFrame;
     this.btnLimpar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLimpar.ForeColor = System.Drawing.SystemColors.Control;
     this.btnLimpar.Location = new System.Drawing.Point(49, 274);
     this.btnLimpar.Name = "btnLimpar";
     this.btnLimpar.Size = new System.Drawing.Size(194, 35);
     this.btnLimpar.TabIndex = 6;
     this.btnLimpar.Text = "Limpar";
     this.btnLimpar.UseVisualStyleBackColor = false;
     this.btnLimpar.Click += new System.EventHandler(this.btnLimpar_Click);
     //
     // btnInserir
     //
     this.btnInserir.BackColor = System.Drawing.SystemColors.WindowFrame;
     this.btnInserir.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnInserir.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btnInserir.Location = new System.Drawing.Point(96, 313);
     this.btnInserir.Name = "btnInserir";
     this.btnInserir.Size = new System.Drawing.Size(194, 30);
     this.btnInserir.TabIndex = 7;
     this.btnInserir.Text = "Cadastrar";
     this.btnInserir.UseVisualStyleBackColor = false;
     this.btnInserir.UseWaitCursor = true;
     this.btnInserir.Click += new System.EventHandler(this.btnInserir_Click_1);
     //
     // lblProd
     //
     this.lblProd.AutoSize = true;
     this.lblProd.Location = new System.Drawing.Point(31, 71);
     this.lblProd.Name = "lblProd";
     this.lblProd.Size = new System.Drawing.Size(96, 13);
     this.lblProd.TabIndex = 8;
     this.lblProd.Text = "Nome do Produto: ";
     //
     // txtNomeProd
     //
     this.txtNomeProd.Location = new System.Drawing.Point(131, 71);
     this.txtNomeProd.Name = "txtNomeProd";
     this.txtNomeProd.Size = new System.Drawing.Size(228, 20);
     this.txtNomeProd.TabIndex = 9;
     this.txtNomeProd.UseWaitCursor = true;
     //
     // dtProduto
     //
     this.dtProduto.AutoSize = true;
     this.dtProduto.Location = new System.Drawing.Point(31, 167);
     this.dtProduto.Name = "dtProduto";
     this.dtProduto.Size = new System.Drawing.Size(66, 13);
     this.dtProduto.TabIndex = 10;
     this.dtProduto.Text = "Data Pedido";
     //
     // lblPreco
     //
     this.lblPreco.AutoSize = true;
     this.lblPreco.Location = new System.Drawing.Point(31, 114);
     this.lblPreco.Name = "lblPreco";
     this.lblPreco.Size = new System.Drawing.Size(38, 13);
     this.lblPreco.TabIndex = 12;
     this.lblPreco.Text = "Preço:";
     //
     // txtPreco
     //
     this.txtPreco.Location = new System.Drawing.Point(131, 114);
     this.txtPreco.Name = "txtPreco";
     this.txtPreco.Size = new System.Drawing.Size(225, 20);
     this.txtPreco.TabIndex = 13;
     //
     // txtMarca
     //
     this.txtMarca.Location = new System.Drawing.Point(131, 210);
     this.txtMarca.Name = "txtMarca";
     this.txtMarca.Size = new System.Drawing.Size(225, 20);
     this.txtMarca.TabIndex = 15;
     //
     // maskedTextBox1
     //
     this.maskedTextBox1.Location = new System.Drawing.Point(133, 167);
     this.maskedTextBox1.Mask = "00/00/0000";
     this.maskedTextBox1.Name = "maskedTextBox1";
     this.maskedTextBox1.Size = new System.Drawing.Size(225, 20);
     this.maskedTextBox1.TabIndex = 16;
     this.maskedTextBox1.ValidatingType = typeof(System.DateTime);
     //
     // lblMarca
     //
     this.lblMarca.AutoSize = true;
     this.lblMarca.Location = new System.Drawing.Point(31, 217);
     this.lblMarca.Name = "lblMarca";
     this.lblMarca.Size = new System.Drawing.Size(40, 13);
     this.lblMarca.TabIndex = 17;
     this.lblMarca.Text = "Marca:";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.lblProd);
     this.panel1.Controls.Add(this.lblMarca);
     this.panel1.Controls.Add(this.txtNomeProd);
     this.panel1.Controls.Add(this.maskedTextBox1);
     this.panel1.Controls.Add(this.lblPreco);
     this.panel1.Controls.Add(this.txtMarca);
     this.panel1.Controls.Add(this.dtProduto);
     this.panel1.Controls.Add(this.txtPreco);
     this.panel1.Controls.Add(this.btnInserir);
     this.panel1.Cursor = System.Windows.Forms.Cursors.WaitCursor;
     this.panel1.Location = new System.Drawing.Point(267, 64);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(378, 425);
     this.panel1.TabIndex = 18;
     this.panel1.UseWaitCursor = true;
     this.panel1.Visible = false;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.SystemColors.WindowFrame;
     this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.button1.Location = new System.Drawing.Point(96, 369);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(194, 30);
     this.button1.TabIndex = 18;
     this.button1.Text = "Fechar";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.UseWaitCursor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(144, 36);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(211, 25);
     this.label1.TabIndex = 19;
     this.label1.Text = "Consulta de Pedidos";
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.SystemColors.WindowFrame;
     this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor = System.Drawing.SystemColors.Control;
     this.button2.Location = new System.Drawing.Point(49, 315);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(194, 35);
     this.button2.TabIndex = 10;
     this.button2.Text = "Cadastrar Novo Produto";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // Pedidos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(657, 563);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.btnLimpar);
     this.Controls.Add(this.txbNomeMarca);
     this.Controls.Add(this.lblNomeMarca);
     this.Controls.Add(this.btnPesquisar);
     this.Controls.Add(this.txbNomeProduto);
     this.Controls.Add(this.lblNomeProduto);
     this.Controls.Add(this.gdvPedidos);
     this.Name = "Pedidos";
     this.Text = "Pedidos";
     this.Load += new System.EventHandler(this.Pedidos_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gdvPedidos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clientePedidoBindingSource)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tpUser = new System.Windows.Forms.TabPage();
     this.grpRequestAnAccount = new System.Windows.Forms.GroupBox();
     this.ucSubCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblSubCompany = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblCode = new System.Windows.Forms.Label();
     this.txtMobile = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.ucWorkgroup = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.lblWorkgroup = new System.Windows.Forms.Label();
     this.ucDepartment = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.ucCompany = new DotNet.WinForm.Common.WinControls.UCOrganizeSelect();
     this.txtEmail = new System.Windows.Forms.TextBox();
     this.lblE_mail = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.lblDescription = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lblUserNameReq = new System.Windows.Forms.Label();
     this.lblDepartment = new System.Windows.Forms.Label();
     this.lblCompanyName = new System.Windows.Forms.Label();
     this.cmbRole = new System.Windows.Forms.ComboBox();
     this.lblRole = new System.Windows.Forms.Label();
     this.txtRealName = new System.Windows.Forms.TextBox();
     this.chbEnabled = new System.Windows.Forms.CheckBox();
     this.txtUserName = new System.Windows.Forms.TextBox();
     this.lblRealName = new System.Windows.Forms.Label();
     this.lblUserName = new System.Windows.Forms.Label();
     this.tpUserOrganize = new System.Windows.Forms.TabPage();
     this.btnRemove = new System.Windows.Forms.Button();
     this.grdUserOrganize = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colCompanyName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDepartmentName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colWorkgroupName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colRoleName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnAddToOrganize = new System.Windows.Forms.Button();
     this.btnInvertSelect = new System.Windows.Forms.Button();
     this.btnSelectAll = new System.Windows.Forms.Button();
     this.btnSetPassword = new System.Windows.Forms.Button();
     this.btnLikeAdd = new System.Windows.Forms.Button();
     this.tabControl1.SuspendLayout();
     this.tpUser.SuspendLayout();
     this.grpRequestAnAccount.SuspendLayout();
     this.tpUserOrganize.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdUserOrganize)).BeginInit();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(490, 463);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text = "取消";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.btnSave.Location = new System.Drawing.Point(363, 463);
     this.btnSave.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(124, 23);
     this.btnSave.TabIndex = 3;
     this.btnSave.Text = "更新用户(&R)";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tpUser);
     this.tabControl1.Controls.Add(this.tpUserOrganize);
     this.tabControl1.Location = new System.Drawing.Point(8, 11);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(558, 446);
     this.tabControl1.TabIndex = 0;
     //
     // tpUser
     //
     this.tpUser.BackColor = System.Drawing.SystemColors.Control;
     this.tpUser.Controls.Add(this.grpRequestAnAccount);
     this.tpUser.Location = new System.Drawing.Point(4, 22);
     this.tpUser.Name = "tpUser";
     this.tpUser.Padding = new System.Windows.Forms.Padding(3);
     this.tpUser.Size = new System.Drawing.Size(550, 420);
     this.tpUser.TabIndex = 0;
     this.tpUser.Text = "用户信息";
     //
     // grpRequestAnAccount
     //
     this.grpRequestAnAccount.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.grpRequestAnAccount.Controls.Add(this.ucSubCompany);
     this.grpRequestAnAccount.Controls.Add(this.lblSubCompany);
     this.grpRequestAnAccount.Controls.Add(this.txtCode);
     this.grpRequestAnAccount.Controls.Add(this.lblCode);
     this.grpRequestAnAccount.Controls.Add(this.txtMobile);
     this.grpRequestAnAccount.Controls.Add(this.label2);
     this.grpRequestAnAccount.Controls.Add(this.ucWorkgroup);
     this.grpRequestAnAccount.Controls.Add(this.lblWorkgroup);
     this.grpRequestAnAccount.Controls.Add(this.ucDepartment);
     this.grpRequestAnAccount.Controls.Add(this.ucCompany);
     this.grpRequestAnAccount.Controls.Add(this.txtEmail);
     this.grpRequestAnAccount.Controls.Add(this.lblE_mail);
     this.grpRequestAnAccount.Controls.Add(this.label4);
     this.grpRequestAnAccount.Controls.Add(this.txtDescription);
     this.grpRequestAnAccount.Controls.Add(this.lblDescription);
     this.grpRequestAnAccount.Controls.Add(this.label1);
     this.grpRequestAnAccount.Controls.Add(this.lblUserNameReq);
     this.grpRequestAnAccount.Controls.Add(this.lblDepartment);
     this.grpRequestAnAccount.Controls.Add(this.lblCompanyName);
     this.grpRequestAnAccount.Controls.Add(this.cmbRole);
     this.grpRequestAnAccount.Controls.Add(this.lblRole);
     this.grpRequestAnAccount.Controls.Add(this.txtRealName);
     this.grpRequestAnAccount.Controls.Add(this.chbEnabled);
     this.grpRequestAnAccount.Controls.Add(this.txtUserName);
     this.grpRequestAnAccount.Controls.Add(this.lblRealName);
     this.grpRequestAnAccount.Controls.Add(this.lblUserName);
     this.grpRequestAnAccount.Location = new System.Drawing.Point(9, 9);
     this.grpRequestAnAccount.Name = "grpRequestAnAccount";
     this.grpRequestAnAccount.Size = new System.Drawing.Size(531, 400);
     this.grpRequestAnAccount.TabIndex = 0;
     this.grpRequestAnAccount.TabStop = false;
     this.grpRequestAnAccount.Text = "用户";
     //
     // ucSubCompany
     //
     this.ucSubCompany.AllowNull = true;
     this.ucSubCompany.AllowSelect = true;
     this.ucSubCompany.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucSubCompany.AutoSize = true;
     this.ucSubCompany.CanEdit = false;
     this.ucSubCompany.CheckMove = false;
     this.ucSubCompany.Location = new System.Drawing.Point(116, 217);
     this.ucSubCompany.MultiSelect = false;
     this.ucSubCompany.Name = "ucSubCompany";
     this.ucSubCompany.OpenId = "";
     this.ucSubCompany.PermissionItemScopeCode = "";
     this.ucSubCompany.SelectedFullName = "";
     this.ucSubCompany.SelectedId = "";
     this.ucSubCompany.Size = new System.Drawing.Size(383, 23);
     this.ucSubCompany.TabIndex = 17;
     //
     // lblSubCompany
     //
     this.lblSubCompany.Location = new System.Drawing.Point(4, 221);
     this.lblSubCompany.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblSubCompany.Name = "lblSubCompany";
     this.lblSubCompany.Size = new System.Drawing.Size(106, 12);
     this.lblSubCompany.TabIndex = 16;
     this.lblSubCompany.Text = "所在分支机构:";
     this.lblSubCompany.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtCode
     //
     this.txtCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCode.Location = new System.Drawing.Point(116, 76);
     this.txtCode.MaxLength = 50;
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(384, 21);
     this.txtCode.TabIndex = 6;
     //
     // lblCode
     //
     this.lblCode.Location = new System.Drawing.Point(4, 78);
     this.lblCode.Name = "lblCode";
     this.lblCode.Size = new System.Drawing.Size(106, 12);
     this.lblCode.TabIndex = 5;
     this.lblCode.Text = "工号(编号):";
     this.lblCode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtMobile
     //
     this.txtMobile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtMobile.Location = new System.Drawing.Point(116, 108);
     this.txtMobile.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.txtMobile.MaxLength = 50;
     this.txtMobile.Name = "txtMobile";
     this.txtMobile.Size = new System.Drawing.Size(383, 21);
     this.txtMobile.TabIndex = 8;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(4, 111);
     this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(106, 12);
     this.label2.TabIndex = 7;
     this.label2.Text = "手机(&M):";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucWorkgroup
     //
     this.ucWorkgroup.AllowNull = true;
     this.ucWorkgroup.AllowSelect = true;
     this.ucWorkgroup.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucWorkgroup.AutoSize = true;
     this.ucWorkgroup.CanEdit = false;
     this.ucWorkgroup.CheckMove = false;
     this.ucWorkgroup.Location = new System.Drawing.Point(116, 275);
     this.ucWorkgroup.MultiSelect = false;
     this.ucWorkgroup.Name = "ucWorkgroup";
     this.ucWorkgroup.OpenId = "";
     this.ucWorkgroup.PermissionItemScopeCode = "";
     this.ucWorkgroup.SelectedFullName = "";
     this.ucWorkgroup.SelectedId = "";
     this.ucWorkgroup.Size = new System.Drawing.Size(383, 23);
     this.ucWorkgroup.TabIndex = 21;
     //
     // lblWorkgroup
     //
     this.lblWorkgroup.Location = new System.Drawing.Point(4, 278);
     this.lblWorkgroup.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblWorkgroup.Name = "lblWorkgroup";
     this.lblWorkgroup.Size = new System.Drawing.Size(106, 12);
     this.lblWorkgroup.TabIndex = 20;
     this.lblWorkgroup.Text = "所在工作组:";
     this.lblWorkgroup.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ucDepartment
     //
     this.ucDepartment.AllowNull = true;
     this.ucDepartment.AllowSelect = true;
     this.ucDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucDepartment.AutoSize = true;
     this.ucDepartment.CanEdit = false;
     this.ucDepartment.CheckMove = false;
     this.ucDepartment.Location = new System.Drawing.Point(116, 247);
     this.ucDepartment.MultiSelect = false;
     this.ucDepartment.Name = "ucDepartment";
     this.ucDepartment.OpenId = "";
     this.ucDepartment.PermissionItemScopeCode = "";
     this.ucDepartment.SelectedFullName = "";
     this.ucDepartment.SelectedId = "";
     this.ucDepartment.Size = new System.Drawing.Size(383, 23);
     this.ucDepartment.TabIndex = 19;
     //
     // ucCompany
     //
     this.ucCompany.AllowNull = true;
     this.ucCompany.AllowSelect = true;
     this.ucCompany.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ucCompany.AutoSize = true;
     this.ucCompany.CanEdit = false;
     this.ucCompany.CheckMove = false;
     this.ucCompany.Location = new System.Drawing.Point(116, 190);
     this.ucCompany.MultiSelect = false;
     this.ucCompany.Name = "ucCompany";
     this.ucCompany.OpenId = "";
     this.ucCompany.PermissionItemScopeCode = "";
     this.ucCompany.SelectedFullName = "";
     this.ucCompany.SelectedId = "";
     this.ucCompany.Size = new System.Drawing.Size(383, 23);
     this.ucCompany.TabIndex = 14;
     //
     // txtEmail
     //
     this.txtEmail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtEmail.Location = new System.Drawing.Point(116, 135);
     this.txtEmail.MaxLength = 100;
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Size = new System.Drawing.Size(384, 21);
     this.txtEmail.TabIndex = 10;
     //
     // lblE_mail
     //
     this.lblE_mail.Location = new System.Drawing.Point(4, 138);
     this.lblE_mail.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblE_mail.Name = "lblE_mail";
     this.lblE_mail.Size = new System.Drawing.Size(106, 12);
     this.lblE_mail.TabIndex = 9;
     this.lblE_mail.Text = "E_mail(&E):";
     this.lblE_mail.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize = true;
     this.label4.ForeColor = System.Drawing.Color.Red;
     this.label4.Location = new System.Drawing.Point(509, 196);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(11, 12);
     this.label4.TabIndex = 15;
     this.label4.Text = "*";
     //
     // txtDescription
     //
     this.txtDescription.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.txtDescription.Location = new System.Drawing.Point(116, 332);
     this.txtDescription.Margin = new System.Windows.Forms.Padding(4);
     this.txtDescription.MaxLength = 200;
     this.txtDescription.Multiline = true;
     this.txtDescription.Name = "txtDescription";
     this.txtDescription.Size = new System.Drawing.Size(384, 57);
     this.txtDescription.TabIndex = 24;
     //
     // lblDescription
     //
     this.lblDescription.Location = new System.Drawing.Point(4, 332);
     this.lblDescription.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblDescription.Name = "lblDescription";
     this.lblDescription.Size = new System.Drawing.Size(106, 12);
     this.lblDescription.TabIndex = 23;
     this.lblDescription.Text = "描述(&D):";
     this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Red;
     this.label1.Location = new System.Drawing.Point(509, 51);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(11, 12);
     this.label1.TabIndex = 5;
     this.label1.Text = "*";
     //
     // lblUserNameReq
     //
     this.lblUserNameReq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUserNameReq.AutoSize = true;
     this.lblUserNameReq.ForeColor = System.Drawing.Color.Red;
     this.lblUserNameReq.Location = new System.Drawing.Point(509, 24);
     this.lblUserNameReq.Name = "lblUserNameReq";
     this.lblUserNameReq.Size = new System.Drawing.Size(11, 12);
     this.lblUserNameReq.TabIndex = 2;
     this.lblUserNameReq.Text = "*";
     //
     // lblDepartment
     //
     this.lblDepartment.Location = new System.Drawing.Point(4, 250);
     this.lblDepartment.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblDepartment.Name = "lblDepartment";
     this.lblDepartment.Size = new System.Drawing.Size(106, 12);
     this.lblDepartment.TabIndex = 18;
     this.lblDepartment.Text = "所在部门:";
     this.lblDepartment.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblCompanyName
     //
     this.lblCompanyName.Location = new System.Drawing.Point(4, 193);
     this.lblCompanyName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblCompanyName.Name = "lblCompanyName";
     this.lblCompanyName.Size = new System.Drawing.Size(106, 12);
     this.lblCompanyName.TabIndex = 13;
     this.lblCompanyName.Text = "所在单位:";
     this.lblCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbRole
     //
     this.cmbRole.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.cmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbRole.Location = new System.Drawing.Point(116, 163);
     this.cmbRole.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.cmbRole.Name = "cmbRole";
     this.cmbRole.Size = new System.Drawing.Size(384, 20);
     this.cmbRole.TabIndex = 12;
     //
     // lblRole
     //
     this.lblRole.Location = new System.Drawing.Point(4, 166);
     this.lblRole.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblRole.Name = "lblRole";
     this.lblRole.Size = new System.Drawing.Size(106, 12);
     this.lblRole.TabIndex = 11;
     this.lblRole.Text = "默认角色(&R):";
     this.lblRole.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtRealName
     //
     this.txtRealName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtRealName.Location = new System.Drawing.Point(116, 47);
     this.txtRealName.MaxLength = 50;
     this.txtRealName.Name = "txtRealName";
     this.txtRealName.Size = new System.Drawing.Size(384, 21);
     this.txtRealName.TabIndex = 4;
     this.txtRealName.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.txtRealName_MouseDoubleClick);
     //
     // chbEnabled
     //
     this.chbEnabled.AutoSize = true;
     this.chbEnabled.Location = new System.Drawing.Point(116, 309);
     this.chbEnabled.Name = "chbEnabled";
     this.chbEnabled.Size = new System.Drawing.Size(48, 16);
     this.chbEnabled.TabIndex = 22;
     this.chbEnabled.Text = "有效";
     //
     // txtUserName
     //
     this.txtUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtUserName.Location = new System.Drawing.Point(116, 19);
     this.txtUserName.MaxLength = 50;
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Size = new System.Drawing.Size(384, 21);
     this.txtUserName.TabIndex = 1;
     //
     // lblRealName
     //
     this.lblRealName.Location = new System.Drawing.Point(4, 50);
     this.lblRealName.Name = "lblRealName";
     this.lblRealName.Size = new System.Drawing.Size(106, 12);
     this.lblRealName.TabIndex = 3;
     this.lblRealName.Text = "姓名(&N):";
     this.lblRealName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblUserName
     //
     this.lblUserName.Location = new System.Drawing.Point(4, 22);
     this.lblUserName.Name = "lblUserName";
     this.lblUserName.Size = new System.Drawing.Size(106, 12);
     this.lblUserName.TabIndex = 0;
     this.lblUserName.Text = "用户名(&U):";
     this.lblUserName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tpUserOrganize
     //
     this.tpUserOrganize.BackColor = System.Drawing.SystemColors.Control;
     this.tpUserOrganize.Controls.Add(this.btnRemove);
     this.tpUserOrganize.Controls.Add(this.grdUserOrganize);
     this.tpUserOrganize.Controls.Add(this.btnAddToOrganize);
     this.tpUserOrganize.Controls.Add(this.btnInvertSelect);
     this.tpUserOrganize.Controls.Add(this.btnSelectAll);
     this.tpUserOrganize.Location = new System.Drawing.Point(4, 22);
     this.tpUserOrganize.Name = "tpUserOrganize";
     this.tpUserOrganize.Padding = new System.Windows.Forms.Padding(3);
     this.tpUserOrganize.Size = new System.Drawing.Size(550, 420);
     this.tpUserOrganize.TabIndex = 1;
     this.tpUserOrganize.Text = "兼任职务";
     //
     // btnRemove
     //
     this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRemove.Enabled = false;
     this.btnRemove.Location = new System.Drawing.Point(449, 393);
     this.btnRemove.Name = "btnRemove";
     this.btnRemove.Size = new System.Drawing.Size(95, 23);
     this.btnRemove.TabIndex = 11;
     this.btnRemove.Text = "移除(&R)";
     this.btnRemove.UseVisualStyleBackColor = true;
     this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
     //
     // grdUserOrganize
     //
     this.grdUserOrganize.AllowUserToAddRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.AliceBlue;
     this.grdUserOrganize.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.grdUserOrganize.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.grdUserOrganize.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     this.grdUserOrganize.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.grdUserOrganize.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdUserOrganize.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colCompanyName,
     this.colDepartmentName,
     this.colWorkgroupName,
     this.colRoleName});
     this.grdUserOrganize.Location = new System.Drawing.Point(6, 6);
     this.grdUserOrganize.MultiSelect = false;
     this.grdUserOrganize.Name = "grdUserOrganize";
     this.grdUserOrganize.RowTemplate.Height = 23;
     this.grdUserOrganize.Size = new System.Drawing.Size(538, 384);
     this.grdUserOrganize.TabIndex = 4;
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.Frozen = true;
     this.colSelected.HeaderText = "选择";
     this.colSelected.Name = "colSelected";
     this.colSelected.Width = 50;
     //
     // colCompanyName
     //
     this.colCompanyName.DataPropertyName = "CompanyName";
     this.colCompanyName.FillWeight = 90F;
     this.colCompanyName.HeaderText = "公司";
     this.colCompanyName.MaxInputLength = 50;
     this.colCompanyName.Name = "colCompanyName";
     this.colCompanyName.ReadOnly = true;
     this.colCompanyName.Width = 90;
     //
     // colDepartmentName
     //
     this.colDepartmentName.DataPropertyName = "DepartmentName";
     this.colDepartmentName.FillWeight = 200F;
     this.colDepartmentName.HeaderText = "部门";
     this.colDepartmentName.MaxInputLength = 50;
     this.colDepartmentName.Name = "colDepartmentName";
     this.colDepartmentName.ReadOnly = true;
     //
     // colWorkgroupName
     //
     this.colWorkgroupName.DataPropertyName = "WorkgroupName";
     this.colWorkgroupName.FillWeight = 90F;
     this.colWorkgroupName.HeaderText = "工作组";
     this.colWorkgroupName.MaxInputLength = 90;
     this.colWorkgroupName.Name = "colWorkgroupName";
     this.colWorkgroupName.ReadOnly = true;
     this.colWorkgroupName.Width = 90;
     //
     // colRoleName
     //
     this.colRoleName.DataPropertyName = "RoleName";
     this.colRoleName.FillWeight = 120F;
     this.colRoleName.HeaderText = "职务";
     this.colRoleName.MaxInputLength = 50;
     this.colRoleName.Name = "colRoleName";
     this.colRoleName.Width = 120;
     //
     // btnAddToOrganize
     //
     this.btnAddToOrganize.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddToOrganize.Location = new System.Drawing.Point(342, 394);
     this.btnAddToOrganize.Name = "btnAddToOrganize";
     this.btnAddToOrganize.Size = new System.Drawing.Size(101, 23);
     this.btnAddToOrganize.TabIndex = 10;
     this.btnAddToOrganize.Text = "添加兼任(&D)...";
     this.btnAddToOrganize.UseVisualStyleBackColor = true;
     this.btnAddToOrganize.Click += new System.EventHandler(this.btnAddToOrganize_Click);
     //
     // btnInvertSelect
     //
     this.btnInvertSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnInvertSelect.Enabled = false;
     this.btnInvertSelect.Location = new System.Drawing.Point(115, 393);
     this.btnInvertSelect.Name = "btnInvertSelect";
     this.btnInvertSelect.Size = new System.Drawing.Size(105, 23);
     this.btnInvertSelect.TabIndex = 9;
     this.btnInvertSelect.Text = "反选";
     this.btnInvertSelect.UseVisualStyleBackColor = true;
     this.btnInvertSelect.Click += new System.EventHandler(this.btnInvertSelect_Click);
     //
     // btnSelectAll
     //
     this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectAll.Enabled = false;
     this.btnSelectAll.Location = new System.Drawing.Point(4, 393);
     this.btnSelectAll.Name = "btnSelectAll";
     this.btnSelectAll.Size = new System.Drawing.Size(105, 23);
     this.btnSelectAll.TabIndex = 8;
     this.btnSelectAll.Text = "全选";
     this.btnSelectAll.UseVisualStyleBackColor = true;
     this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
     //
     // btnSetPassword
     //
     this.btnSetPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSetPassword.Enabled = false;
     this.btnSetPassword.Location = new System.Drawing.Point(8, 463);
     this.btnSetPassword.Name = "btnSetPassword";
     this.btnSetPassword.Size = new System.Drawing.Size(115, 23);
     this.btnSetPassword.TabIndex = 1;
     this.btnSetPassword.Text = "设置密码(&S)...";
     this.btnSetPassword.Click += new System.EventHandler(this.btnSetPassword_Click);
     //
     // btnLikeAdd
     //
     this.btnLikeAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnLikeAdd.Location = new System.Drawing.Point(128, 463);
     this.btnLikeAdd.Name = "btnLikeAdd";
     this.btnLikeAdd.Size = new System.Drawing.Size(113, 23);
     this.btnLikeAdd.TabIndex = 2;
     this.btnLikeAdd.Text = "类似添加(&A)";
     this.btnLikeAdd.UseVisualStyleBackColor = true;
     this.btnLikeAdd.Click += new System.EventHandler(this.btnLikeAdd_Click);
     //
     // FrmAccountEdit
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(573, 490);
     this.Controls.Add(this.btnLikeAdd);
     this.Controls.Add(this.btnSetPassword);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.tabControl1);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.HelpButton = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmAccountEdit";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "编辑用户";
     this.tabControl1.ResumeLayout(false);
     this.tpUser.ResumeLayout(false);
     this.grpRequestAnAccount.ResumeLayout(false);
     this.grpRequestAnAccount.PerformLayout();
     this.tpUserOrganize.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdUserOrganize)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 17
0
		/// <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()
		{
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
			this.takip = new System.Windows.Forms.TabControl();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.label10 = new System.Windows.Forms.Label();
			this.dataGridView1 = new System.Windows.Forms.DataGridView();
			this.Column1 = new System.Windows.Forms.DataGridViewButtonColumn();
			this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.button2 = new System.Windows.Forms.Button();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.comboBox2 = new System.Windows.Forms.ComboBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.comboBox3 = new System.Windows.Forms.ComboBox();
			this.button1 = new System.Windows.Forms.Button();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.dataGridView2 = new System.Windows.Forms.DataGridView();
			this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGrid1 = new System.Windows.Forms.DataGrid();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.button3 = new System.Windows.Forms.Button();
			this.comboBox1 = new System.Windows.Forms.ComboBox();
			this.label9 = new System.Windows.Forms.Label();
			this.button4 = new System.Windows.Forms.Button();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
			this.comboBox4 = new System.Windows.Forms.ComboBox();
			this.takip.SuspendLayout();
			this.tabPage2.SuspendLayout();
			this.groupBox2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
			this.groupBox1.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.groupBox4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
			this.groupBox3.SuspendLayout();
			this.SuspendLayout();
			// 
			// takip
			// 
			this.takip.Controls.Add(this.tabPage2);
			this.takip.Controls.Add(this.tabPage1);
			this.takip.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.takip.Location = new System.Drawing.Point(3, 12);
			this.takip.Name = "takip";
			this.takip.SelectedIndex = 0;
			this.takip.Size = new System.Drawing.Size(1065, 396);
			this.takip.TabIndex = 1;
			this.takip.Click += new System.EventHandler(this.TakipClick);
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.Add(this.groupBox2);
			this.tabPage2.Controls.Add(this.groupBox1);
			this.tabPage2.Location = new System.Drawing.Point(4, 29);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage2.Size = new System.Drawing.Size(1057, 363);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "tabPage2";
			this.tabPage2.UseVisualStyleBackColor = true;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.label10);
			this.groupBox2.Controls.Add(this.dataGridView1);
			this.groupBox2.Controls.Add(this.button2);
			this.groupBox2.Controls.Add(this.textBox2);
			this.groupBox2.Controls.Add(this.comboBox2);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.label4);
			this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.groupBox2.Location = new System.Drawing.Point(567, 9);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(484, 348);
			this.groupBox2.TabIndex = 3;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "sarfiyat";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(307, 287);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(125, 23);
			this.label10.TabIndex = 10;
			this.label10.Text = "Toplam Fiyat";
			// 
			// dataGridView1
			// 
			this.dataGridView1.AllowUserToAddRows = false;
			this.dataGridView1.AllowUserToDeleteRows = false;
			this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
									this.Column1,
									this.Column2,
									this.Column3,
									this.Column7,
									this.Column8});
			this.dataGridView1.Location = new System.Drawing.Point(3, 142);
			this.dataGridView1.Name = "dataGridView1";
			this.dataGridView1.ReadOnly = true;
			this.dataGridView1.Size = new System.Drawing.Size(429, 129);
			this.dataGridView1.TabIndex = 9;
			this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1CellClick);
			// 
			// Column1
			// 
			this.Column1.FillWeight = 70F;
			this.Column1.HeaderText = "sil";
			this.Column1.Name = "Column1";
			this.Column1.ReadOnly = true;
			this.Column1.Width = 70;
			// 
			// Column2
			// 
			this.Column2.FillWeight = 70F;
			this.Column2.HeaderText = "malzeme";
			this.Column2.Name = "Column2";
			this.Column2.ReadOnly = true;
			this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
			// 
			// Column3
			// 
			this.Column3.FillWeight = 70F;
			this.Column3.HeaderText = "miktar";
			this.Column3.Name = "Column3";
			this.Column3.ReadOnly = true;
			this.Column3.Width = 70;
			// 
			// Column7
			// 
			this.Column7.FillWeight = 70F;
			this.Column7.HeaderText = "birim";
			this.Column7.Name = "Column7";
			this.Column7.ReadOnly = true;
			this.Column7.Width = 70;
			// 
			// Column8
			// 
			this.Column8.FillWeight = 70F;
			this.Column8.HeaderText = "fiyat";
			this.Column8.Name = "Column8";
			this.Column8.ReadOnly = true;
			this.Column8.Width = 70;
			// 
			// button2
			// 
			this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.button2.Location = new System.Drawing.Point(138, 106);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(100, 34);
			this.button2.TabIndex = 7;
			this.button2.Text = "ekle";
			this.button2.UseVisualStyleBackColor = true;
			this.button2.Click += new System.EventHandler(this.Button2Click);
			// 
			// textBox2
			// 
			this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.textBox2.Location = new System.Drawing.Point(138, 71);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(100, 26);
			this.textBox2.TabIndex = 6;
			// 
			// comboBox2
			// 
			this.comboBox2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			this.comboBox2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
			this.comboBox2.DisplayMember = "fgfgg";
			this.comboBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.comboBox2.FormattingEnabled = true;
			this.comboBox2.Location = new System.Drawing.Point(138, 32);
			this.comboBox2.Name = "comboBox2";
			this.comboBox2.Size = new System.Drawing.Size(121, 28);
			this.comboBox2.TabIndex = 5;
			this.comboBox2.ValueMember = "fgfgg";
			// 
			// label5
			// 
			this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.label5.Location = new System.Drawing.Point(32, 74);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100, 23);
			this.label5.TabIndex = 1;
			this.label5.Text = "miktar";
			// 
			// label4
			// 
			this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.label4.Location = new System.Drawing.Point(32, 32);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100, 23);
			this.label4.TabIndex = 0;
			this.label4.Text = "malzeme";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.comboBox3);
			this.groupBox1.Controls.Add(this.button1);
			this.groupBox1.Controls.Add(this.textBox1);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.dateTimePicker1);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.groupBox1.Location = new System.Drawing.Point(6, 6);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(558, 296);
			this.groupBox1.TabIndex = 2;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "iş başlat";
			// 
			// comboBox3
			// 
			this.comboBox3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			this.comboBox3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
			this.comboBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.comboBox3.FormattingEnabled = true;
			this.comboBox3.Location = new System.Drawing.Point(100, 45);
			this.comboBox3.Name = "comboBox3";
			this.comboBox3.Size = new System.Drawing.Size(323, 28);
			this.comboBox3.TabIndex = 1;
			this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.ComboBox3SelectedIndexChanged);
			// 
			// button1
			// 
			this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.button1.Location = new System.Drawing.Point(178, 175);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(75, 35);
			this.button1.TabIndex = 4;
			this.button1.Text = "iş başlat";
			this.button1.UseVisualStyleBackColor = true;
			this.button1.Click += new System.EventHandler(this.Button1Click);
			// 
			// textBox1
			// 
			this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.textBox1.Location = new System.Drawing.Point(153, 130);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(100, 26);
			this.textBox1.TabIndex = 3;
			// 
			// label3
			// 
			this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.label3.Location = new System.Drawing.Point(39, 130);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(91, 35);
			this.label3.TabIndex = 5;
			this.label3.Text = "ücret";
			// 
			// dateTimePicker1
			// 
			this.dateTimePicker1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
			this.dateTimePicker1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.dateTimePicker1.Location = new System.Drawing.Point(153, 86);
			this.dateTimePicker1.Name = "dateTimePicker1";
			this.dateTimePicker1.Size = new System.Drawing.Size(166, 26);
			this.dateTimePicker1.TabIndex = 2;
			// 
			// label2
			// 
			this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.label2.Location = new System.Drawing.Point(39, 83);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100, 35);
			this.label2.TabIndex = 3;
			this.label2.Text = "tarih";
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.label1.Location = new System.Drawing.Point(39, 48);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100, 35);
			this.label1.TabIndex = 2;
			this.label1.Text = "firma";
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.groupBox4);
			this.tabPage1.Controls.Add(this.groupBox3);
			this.tabPage1.Location = new System.Drawing.Point(4, 29);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage1.Size = new System.Drawing.Size(1057, 363);
			this.tabPage1.TabIndex = 2;
			this.tabPage1.Text = "tabPage1";
			this.tabPage1.UseVisualStyleBackColor = true;
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.dataGridView2);
			this.groupBox4.Controls.Add(this.dataGrid1);
			this.groupBox4.Location = new System.Drawing.Point(449, 6);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(580, 262);
			this.groupBox4.TabIndex = 1;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "alacaklar";
			this.groupBox4.Enter += new System.EventHandler(this.GroupBox4Enter);
			// 
			// dataGridView2
			// 
			this.dataGridView2.AllowUserToAddRows = false;
			this.dataGridView2.AllowUserToDeleteRows = false;
			this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
									this.Column6,
									this.Column4,
									this.Column5});
			this.dataGridView2.Location = new System.Drawing.Point(71, 19);
			this.dataGridView2.Name = "dataGridView2";
			this.dataGridView2.ReadOnly = true;
			this.dataGridView2.RowTemplate.ReadOnly = true;
			this.dataGridView2.Size = new System.Drawing.Size(367, 117);
			this.dataGridView2.TabIndex = 1;
			// 
			// Column6
			// 
			this.Column6.HeaderText = "numara";
			this.Column6.Name = "Column6";
			this.Column6.ReadOnly = true;
			// 
			// Column4
			// 
			dataGridViewCellStyle1.Format = "T";
			dataGridViewCellStyle1.NullValue = null;
			this.Column4.DefaultCellStyle = dataGridViewCellStyle1;
			this.Column4.HeaderText = "tarih";
			this.Column4.Name = "Column4";
			this.Column4.ReadOnly = true;
			this.Column4.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			// 
			// Column5
			// 
			this.Column5.HeaderText = "ücret";
			this.Column5.Name = "Column5";
			this.Column5.ReadOnly = true;
			this.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
			// 
			// dataGrid1
			// 
			this.dataGrid1.AlternatingBackColor = System.Drawing.Color.GhostWhite;
			this.dataGrid1.BackColor = System.Drawing.Color.GhostWhite;
			this.dataGrid1.BackgroundColor = System.Drawing.Color.Lavender;
			this.dataGrid1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.dataGrid1.CaptionBackColor = System.Drawing.Color.RoyalBlue;
			this.dataGrid1.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
			this.dataGrid1.CaptionForeColor = System.Drawing.Color.White;
			this.dataGrid1.DataMember = "";
			this.dataGrid1.FlatMode = true;
			this.dataGrid1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
			this.dataGrid1.ForeColor = System.Drawing.Color.MidnightBlue;
			this.dataGrid1.GridLineColor = System.Drawing.Color.RoyalBlue;
			this.dataGrid1.HeaderBackColor = System.Drawing.Color.MidnightBlue;
			this.dataGrid1.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
			this.dataGrid1.HeaderForeColor = System.Drawing.Color.Lavender;
			this.dataGrid1.LinkColor = System.Drawing.Color.Teal;
			this.dataGrid1.Location = new System.Drawing.Point(6, 147);
			this.dataGrid1.Name = "dataGrid1";
			this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Lavender;
			this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
			this.dataGrid1.SelectionBackColor = System.Drawing.Color.Teal;
			this.dataGrid1.SelectionForeColor = System.Drawing.Color.PaleGreen;
			this.dataGrid1.Size = new System.Drawing.Size(506, 109);
			this.dataGrid1.TabIndex = 0;
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.button3);
			this.groupBox3.Controls.Add(this.comboBox1);
			this.groupBox3.Controls.Add(this.label9);
			this.groupBox3.Controls.Add(this.button4);
			this.groupBox3.Controls.Add(this.label8);
			this.groupBox3.Controls.Add(this.label7);
			this.groupBox3.Controls.Add(this.label6);
			this.groupBox3.Controls.Add(this.textBox3);
			this.groupBox3.Controls.Add(this.dateTimePicker2);
			this.groupBox3.Controls.Add(this.comboBox4);
			this.groupBox3.Location = new System.Drawing.Point(5, 8);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(438, 260);
			this.groupBox3.TabIndex = 0;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "tahsil";
			// 
			// button3
			// 
			this.button3.Location = new System.Drawing.Point(348, 203);
			this.button3.Name = "button3";
			this.button3.Size = new System.Drawing.Size(75, 37);
			this.button3.TabIndex = 13;
			this.button3.Text = "rapor al";
			this.button3.UseVisualStyleBackColor = true;
			this.button3.Click += new System.EventHandler(this.Button3Click);
			// 
			// comboBox1
			// 
			this.comboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			this.comboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
			this.comboBox1.FormattingEnabled = true;
			this.comboBox1.Location = new System.Drawing.Point(6, 65);
			this.comboBox1.Name = "comboBox1";
			this.comboBox1.Size = new System.Drawing.Size(261, 28);
			this.comboBox1.TabIndex = 8;
			this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1SelectedIndexChanged);
			this.comboBox1.Leave += new System.EventHandler(this.ComboBox1Leave);
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(236, 111);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(100, 23);
			this.label9.TabIndex = 9;
			this.label9.Text = "alınma";
			// 
			// button4
			// 
			this.button4.Location = new System.Drawing.Point(192, 185);
			this.button4.Name = "button4";
			this.button4.Size = new System.Drawing.Size(75, 37);
			this.button4.TabIndex = 12;
			this.button4.Text = "işle";
			this.button4.UseVisualStyleBackColor = true;
			this.button4.Click += new System.EventHandler(this.Button4Click);
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(31, 111);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(100, 23);
			this.label8.TabIndex = 7;
			this.label8.Text = "ücret";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(273, 27);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(100, 35);
			this.label7.TabIndex = 6;
			this.label7.Text = "iş numarası";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(31, 39);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(100, 23);
			this.label6.TabIndex = 5;
			this.label6.Text = "firma";
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(31, 137);
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new System.Drawing.Size(100, 26);
			this.textBox3.TabIndex = 10;
			// 
			// dateTimePicker2
			// 
			this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
			this.dateTimePicker2.Location = new System.Drawing.Point(207, 137);
			this.dateTimePicker2.Name = "dateTimePicker2";
			this.dateTimePicker2.Size = new System.Drawing.Size(150, 26);
			this.dateTimePicker2.TabIndex = 11;
			// 
			// comboBox4
			// 
			this.comboBox4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			this.comboBox4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
			this.comboBox4.FormattingEnabled = true;
			this.comboBox4.Location = new System.Drawing.Point(273, 65);
			this.comboBox4.Name = "comboBox4";
			this.comboBox4.Size = new System.Drawing.Size(84, 28);
			this.comboBox4.TabIndex = 9;
			this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.ComboBox4SelectedIndexChanged);
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(1080, 432);
			this.Controls.Add(this.takip);
			this.Name = "MainForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "iscalisma";
			this.Load += new System.EventHandler(this.MainFormLoad);
			this.takip.ResumeLayout(false);
			this.tabPage2.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.tabPage1.ResumeLayout(false);
			this.groupBox4.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
			this.groupBox3.ResumeLayout(false);
			this.groupBox3.PerformLayout();
			this.ResumeLayout(false);
		}
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_comAutorizacion));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStripEvents = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonSave = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonNew = new System.Windows.Forms.ToolStripButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.dataGridViewAutorizacion = new System.Windows.Forms.DataGridView();
     this.nIVELIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dESCRIPCIONDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bindingSourceAutorizacion = new System.Windows.Forms.BindingSource(this.components);
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textBoxDescrip = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripButtonClose = new System.Windows.Forms.ToolStripButton();
     this.toolStripEvents.SuspendLayout();
     this.panel1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAutorizacion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceAutorizacion)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripEvents
     //
     this.toolStripEvents.AutoSize = false;
     this.toolStripEvents.BackColor = System.Drawing.SystemColors.Control;
     this.toolStripEvents.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.toolStripEvents.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButtonSave,
     this.toolStripLabel1,
     this.toolStripButtonNew,
     this.toolStripButtonClose});
     this.toolStripEvents.Location = new System.Drawing.Point(0, 297);
     this.toolStripEvents.Name = "toolStripEvents";
     this.toolStripEvents.Size = new System.Drawing.Size(649, 50);
     this.toolStripEvents.TabIndex = 9;
     this.toolStripEvents.Text = "toolStrip1";
     //
     // toolStripButtonSave
     //
     this.toolStripButtonSave.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSave.Image")));
     this.toolStripButtonSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSave.Name = "toolStripButtonSave";
     this.toolStripButtonSave.Size = new System.Drawing.Size(94, 47);
     this.toolStripButtonSave.Text = "Grabar";
     this.toolStripButtonSave.Click += new System.EventHandler(this.toolStripButtonSave_Click);
     //
     // toolStripButtonNew
     //
     this.toolStripButtonNew.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNew.Image")));
     this.toolStripButtonNew.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonNew.Name = "toolStripButtonNew";
     this.toolStripButtonNew.Size = new System.Drawing.Size(136, 47);
     this.toolStripButtonNew.Text = "Nuevo Ingreso";
     this.toolStripButtonNew.Click += new System.EventHandler(this.toolStripButtonNew_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.Controls.Add(this.groupBox1);
     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(649, 297);
     this.panel1.TabIndex = 10;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.dataGridViewAutorizacion);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Right;
     this.groupBox2.Location = new System.Drawing.Point(295, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(354, 297);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Niveles de Autorización";
     //
     // dataGridViewAutorizacion
     //
     this.dataGridViewAutorizacion.AllowUserToAddRows = false;
     this.dataGridViewAutorizacion.AllowUserToDeleteRows = false;
     this.dataGridViewAutorizacion.AutoGenerateColumns = false;
     this.dataGridViewAutorizacion.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.InactiveCaption;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewAutorizacion.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridViewAutorizacion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewAutorizacion.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.nIVELIDDataGridViewTextBoxColumn,
     this.dESCRIPCIONDataGridViewTextBoxColumn});
     this.dataGridViewAutorizacion.DataSource = this.bindingSourceAutorizacion;
     this.dataGridViewAutorizacion.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewAutorizacion.EnableHeadersVisualStyles = false;
     this.dataGridViewAutorizacion.Location = new System.Drawing.Point(3, 16);
     this.dataGridViewAutorizacion.MultiSelect = false;
     this.dataGridViewAutorizacion.Name = "dataGridViewAutorizacion";
     this.dataGridViewAutorizacion.ReadOnly = true;
     this.dataGridViewAutorizacion.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dataGridViewAutorizacion.Size = new System.Drawing.Size(348, 278);
     this.dataGridViewAutorizacion.TabIndex = 0;
     this.dataGridViewAutorizacion.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewAutorizacion_CellClick);
     //
     // nIVELIDDataGridViewTextBoxColumn
     //
     this.nIVELIDDataGridViewTextBoxColumn.DataPropertyName = "NIVEL_ID";
     this.nIVELIDDataGridViewTextBoxColumn.HeaderText = "NIVEL_ID";
     this.nIVELIDDataGridViewTextBoxColumn.Name = "nIVELIDDataGridViewTextBoxColumn";
     this.nIVELIDDataGridViewTextBoxColumn.ReadOnly = true;
     this.nIVELIDDataGridViewTextBoxColumn.Visible = false;
     //
     // dESCRIPCIONDataGridViewTextBoxColumn
     //
     this.dESCRIPCIONDataGridViewTextBoxColumn.DataPropertyName = "DESCRIPCION";
     this.dESCRIPCIONDataGridViewTextBoxColumn.HeaderText = "Descripción";
     this.dESCRIPCIONDataGridViewTextBoxColumn.Name = "dESCRIPCIONDataGridViewTextBoxColumn";
     this.dESCRIPCIONDataGridViewTextBoxColumn.ReadOnly = true;
     this.dESCRIPCIONDataGridViewTextBoxColumn.Width = 280;
     //
     // bindingSourceAutorizacion
     //
     this.bindingSourceAutorizacion.DataSource = typeof(Entities.Tables.COMAUTORIZACION);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBoxDescrip);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(292, 297);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Detalle";
     //
     // textBoxDescrip
     //
     this.textBoxDescrip.Location = new System.Drawing.Point(12, 128);
     this.textBoxDescrip.Name = "textBoxDescrip";
     this.textBoxDescrip.Size = new System.Drawing.Size(254, 20);
     this.textBoxDescrip.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(101, 97);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(63, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Descripción";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(136, 47);
     this.toolStripLabel1.Text = "                                           ";
     //
     // toolStripButtonClose
     //
     this.toolStripButtonClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButtonClose.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonClose.Image")));
     this.toolStripButtonClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonClose.Name = "toolStripButtonClose";
     this.toolStripButtonClose.Size = new System.Drawing.Size(83, 47);
     this.toolStripButtonClose.Text = "Cerrar";
     this.toolStripButtonClose.Click += new System.EventHandler(this.toolStripButtonClose_Click);
     //
     // Frm_comAutorizacion
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize = new System.Drawing.Size(649, 347);
     this.ControlBox = false;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolStripEvents);
     this.Name = "Frm_comAutorizacion";
     this.Text = "A.B.M. Niveles de Autorizacion";
     this.Load += new System.EventHandler(this.Frm_comAutorizacion_Load);
     this.toolStripEvents.ResumeLayout(false);
     this.toolStripEvents.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAutorizacion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceAutorizacion)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.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(FormSchemaConfig));
     this.SchemaDataGridView = new System.Windows.Forms.DataGridView();
     this.DataBaseDataSet = new CMData.Schemas.XsdDataBase();
     this.CancelarButton = new System.Windows.Forms.Button();
     this.BotonesPanel = new System.Windows.Forms.Panel();
     this.AceptarButton = new System.Windows.Forms.Button();
     this.BottomPanel = new System.Windows.Forms.Panel();
     this.schemaNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.schemaAliasDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Maping_Schema = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.SchemaDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataBaseDataSet)).BeginInit();
     this.BotonesPanel.SuspendLayout();
     this.BottomPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // SchemaDataGridView
     //
     this.SchemaDataGridView.AllowUserToAddRows = false;
     this.SchemaDataGridView.AllowUserToDeleteRows = false;
     this.SchemaDataGridView.AutoGenerateColumns = false;
     this.SchemaDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.SchemaDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.schemaNameDataGridViewTextBoxColumn,
     this.schemaAliasDataGridViewTextBoxColumn,
     this.Maping_Schema});
     this.SchemaDataGridView.DataMember = "TBL_Schema";
     this.SchemaDataGridView.DataSource = this.DataBaseDataSet;
     this.SchemaDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.SchemaDataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.SchemaDataGridView.Location = new System.Drawing.Point(10, 10);
     this.SchemaDataGridView.Name = "SchemaDataGridView";
     this.SchemaDataGridView.Size = new System.Drawing.Size(446, 205);
     this.SchemaDataGridView.TabIndex = 14;
     //
     // DataBaseDataSet
     //
     this.DataBaseDataSet.DataSetName = "XsdDataBase";
     this.DataBaseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // CancelarButton
     //
     this.CancelarButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelarButton.Location = new System.Drawing.Point(54, 14);
     this.CancelarButton.Name = "CancelarButton";
     this.CancelarButton.Size = new System.Drawing.Size(89, 23);
     this.CancelarButton.TabIndex = 12;
     this.CancelarButton.Text = "Cancelar";
     this.CancelarButton.UseVisualStyleBackColor = true;
     this.CancelarButton.Click += new System.EventHandler(this.CancelarButton_Click);
     //
     // BotonesPanel
     //
     this.BotonesPanel.Controls.Add(this.AceptarButton);
     this.BotonesPanel.Controls.Add(this.CancelarButton);
     this.BotonesPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.BotonesPanel.Location = new System.Drawing.Point(187, 0);
     this.BotonesPanel.Name = "BotonesPanel";
     this.BotonesPanel.Size = new System.Drawing.Size(259, 40);
     this.BotonesPanel.TabIndex = 13;
     //
     // AceptarButton
     //
     this.AceptarButton.Location = new System.Drawing.Point(162, 14);
     this.AceptarButton.Name = "AceptarButton";
     this.AceptarButton.Size = new System.Drawing.Size(94, 23);
     this.AceptarButton.TabIndex = 11;
     this.AceptarButton.Text = "Aceptar";
     this.AceptarButton.UseVisualStyleBackColor = true;
     this.AceptarButton.Click += new System.EventHandler(this.AceptarButton_Click);
     //
     // BottomPanel
     //
     this.BottomPanel.Controls.Add(this.BotonesPanel);
     this.BottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.BottomPanel.Location = new System.Drawing.Point(10, 215);
     this.BottomPanel.Name = "BottomPanel";
     this.BottomPanel.Padding = new System.Windows.Forms.Padding(5, 0, 0, 2);
     this.BottomPanel.Size = new System.Drawing.Size(446, 42);
     this.BottomPanel.TabIndex = 13;
     //
     // schemaNameDataGridViewTextBoxColumn
     //
     this.schemaNameDataGridViewTextBoxColumn.DataPropertyName = "Schema_Name";
     this.schemaNameDataGridViewTextBoxColumn.HeaderText = "Esquema";
     this.schemaNameDataGridViewTextBoxColumn.Name = "schemaNameDataGridViewTextBoxColumn";
     this.schemaNameDataGridViewTextBoxColumn.ReadOnly = true;
     this.schemaNameDataGridViewTextBoxColumn.ToolTipText = "Nombre del esquema";
     this.schemaNameDataGridViewTextBoxColumn.Width = 150;
     //
     // schemaAliasDataGridViewTextBoxColumn
     //
     this.schemaAliasDataGridViewTextBoxColumn.DataPropertyName = "Schema_Alias";
     this.schemaAliasDataGridViewTextBoxColumn.HeaderText = "Alias";
     this.schemaAliasDataGridViewTextBoxColumn.Name = "schemaAliasDataGridViewTextBoxColumn";
     this.schemaAliasDataGridViewTextBoxColumn.Width = 200;
     //
     // Maping_Schema
     //
     this.Maping_Schema.DataPropertyName = "Maping_Schema";
     this.Maping_Schema.HeaderText = "Usar";
     this.Maping_Schema.Name = "Maping_Schema";
     this.Maping_Schema.Width = 40;
     //
     // FormSchemaConfig
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(466, 262);
     this.Controls.Add(this.SchemaDataGridView);
     this.Controls.Add(this.BottomPanel);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormSchemaConfig";
     this.Padding = new System.Windows.Forms.Padding(10, 10, 10, 5);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Configuración de esquemas";
     ((System.ComponentModel.ISupportInitialize)(this.SchemaDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataBaseDataSet)).EndInit();
     this.BotonesPanel.ResumeLayout(false);
     this.BottomPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.dtgResultado = new System.Windows.Forms.DataGridView();
     this.btnBuscar    = new System.Windows.Forms.Button();
     this.label2       = new System.Windows.Forms.Label();
     this.cmbNumDiv    = new System.Windows.Forms.ComboBox();
     this.label1       = new System.Windows.Forms.Label();
     this.bscArchivo   = new System.Windows.Forms.OpenFileDialog();
     this.Numero       = new System.Windows.Forms.ColumnHeader();
     this.Detalles     = new System.Windows.Forms.ColumnHeader();
     this.Column1      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgResultado)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.dtgResultado);
     this.groupBox1.Controls.Add(this.btnBuscar);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.cmbNumDiv);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(12, 18);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(529, 303);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Valores a evaluar";
     //
     // dtgResultado
     //
     this.dtgResultado.BackgroundColor             = System.Drawing.Color.White;
     this.dtgResultado.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtgResultado.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2
     });
     this.dtgResultado.Location             = new System.Drawing.Point(115, 91);
     this.dtgResultado.Name                 = "dtgResultado";
     this.dtgResultado.RowHeadersWidth      = 15;
     dataGridViewCellStyle1.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtgResultado.RowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dtgResultado.Size                 = new System.Drawing.Size(328, 189);
     this.dtgResultado.TabIndex             = 0;
     //
     // btnBuscar
     //
     this.btnBuscar.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnBuscar.Location = new System.Drawing.Point(271, 39);
     this.btnBuscar.Name     = "btnBuscar";
     this.btnBuscar.Size     = new System.Drawing.Size(130, 24);
     this.btnBuscar.TabIndex = 0;
     this.btnBuscar.Text     = "Cargar Archivo";
     this.btnBuscar.UseVisualStyleBackColor = true;
     this.btnBuscar.Click += new System.EventHandler(this.BtnBuscarClick);
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(6, 91);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(158, 25);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Archivo de Numeros:";
     //
     // cmbNumDiv
     //
     this.cmbNumDiv.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbNumDiv.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbNumDiv.FormattingEnabled = true;
     this.cmbNumDiv.Items.AddRange(new object[] {
         "Del 2 al 10",
         "Del 2 al 20"
     });
     this.cmbNumDiv.Location = new System.Drawing.Point(115, 39);
     this.cmbNumDiv.Name     = "cmbNumDiv";
     this.cmbNumDiv.Size     = new System.Drawing.Size(141, 21);
     this.cmbNumDiv.TabIndex = 1;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(6, 33);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(112, 27);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Numeros para el criterio de divisibilidad:";
     //
     // Column1
     //
     this.Column1.HeaderText   = "Numero";
     this.Column1.MinimumWidth = 60;
     this.Column1.Name         = "Column1";
     this.Column1.ReadOnly     = true;
     this.Column1.Width        = 60;
     //
     // Column2
     //
     this.Column2.HeaderText   = "Detalles";
     this.Column2.MinimumWidth = 60;
     this.Column2.Name         = "Column2";
     this.Column2.ReadOnly     = true;
     this.Column2.Width        = 250;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(796, 330);
     this.Controls.Add(this.groupBox1);
     this.Name = "MainForm";
     this.Text = "Regla de Divisibilidad";
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtgResultado)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 21
0
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_memberXF));
     this.DGV_info = new System.Windows.Forms.DataGridView();
     this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.but_cx = new System.Windows.Forms.Button();
     this.CB_Name = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.CB_ID = new System.Windows.Forms.ComboBox();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.LV_info = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.statusStrip2 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     ((System.ComponentModel.ISupportInitialize)(this.DGV_info)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.statusStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // DGV_info
     //
     this.DGV_info.AllowUserToAddRows = false;
     this.DGV_info.AllowUserToDeleteRows = false;
     this.DGV_info.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.DGV_info.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DGV_info.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column1,
     this.Column2,
     this.Column3,
     this.Column4,
     this.Column5,
     this.Column6,
     this.Column7});
     this.DGV_info.Dock = System.Windows.Forms.DockStyle.Fill;
     this.DGV_info.Location = new System.Drawing.Point(3, 17);
     this.DGV_info.Name = "DGV_info";
     this.DGV_info.ReadOnly = true;
     this.DGV_info.RowHeadersVisible = false;
     this.DGV_info.RowTemplate.Height = 23;
     this.DGV_info.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.DGV_info.Size = new System.Drawing.Size(682, 113);
     this.DGV_info.TabIndex = 0;
     this.DGV_info.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DGV_info_CellClick);
     //
     // Column1
     //
     this.Column1.DataPropertyName = "HY_ID";
     this.Column1.HeaderText = "会员编号";
     this.Column1.Name = "Column1";
     this.Column1.ReadOnly = true;
     this.Column1.Width = 80;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "HY_Name";
     this.Column2.HeaderText = "会员姓名";
     this.Column2.Name = "Column2";
     this.Column2.ReadOnly = true;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "YH_Zdh";
     this.Column3.HeaderText = "账单号";
     this.Column3.Name = "Column3";
     this.Column3.ReadOnly = true;
     //
     // Column4
     //
     this.Column4.DataPropertyName = "YH_desk";
     this.Column4.HeaderText = "桌台号";
     this.Column4.Name = "Column4";
     this.Column4.ReadOnly = true;
     //
     // Column5
     //
     this.Column5.DataPropertyName = "YH_money";
     this.Column5.HeaderText = "消费金额";
     this.Column5.Name = "Column5";
     this.Column5.ReadOnly = true;
     this.Column5.Width = 80;
     //
     // Column6
     //
     this.Column6.DataPropertyName = "YH_sj";
     this.Column6.HeaderText = "消费时间";
     this.Column6.Name = "Column6";
     this.Column6.ReadOnly = true;
     this.Column6.Width = 110;
     //
     // Column7
     //
     this.Column7.DataPropertyName = "Beizhu";
     this.Column7.HeaderText = "备注";
     this.Column7.Name = "Column7";
     this.Column7.ReadOnly = true;
     this.Column7.Width = 105;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "备注";
     this.columnHeader6.Width = 108;
     //
     // but_cx
     //
     this.but_cx.Image = ((System.Drawing.Image)(resources.GetObject("but_cx.Image")));
     this.but_cx.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.but_cx.Location = new System.Drawing.Point(463, 28);
     this.but_cx.Name = "but_cx";
     this.but_cx.Size = new System.Drawing.Size(75, 23);
     this.but_cx.TabIndex = 5;
     this.but_cx.Text = "显示全部";
     this.but_cx.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.but_cx.UseVisualStyleBackColor = true;
     this.but_cx.Click += new System.EventHandler(this.but_cx_Click);
     //
     // CB_Name
     //
     this.CB_Name.FormattingEnabled = true;
     this.CB_Name.Location = new System.Drawing.Point(319, 29);
     this.CB_Name.Name = "CB_Name";
     this.CB_Name.Size = new System.Drawing.Size(116, 20);
     this.CB_Name.TabIndex = 4;
     this.CB_Name.TextChanged += new System.EventHandler(this.CB_Name_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(34, 33);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(70, 12);
     this.label2.TabIndex = 3;
     this.label2.Text = "会员编号:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(243, 33);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(70, 12);
     this.label1.TabIndex = 2;
     this.label1.Text = "会员姓名:";
     //
     // CB_ID
     //
     this.CB_ID.FormattingEnabled = true;
     this.CB_ID.Location = new System.Drawing.Point(110, 29);
     this.CB_ID.Name = "CB_ID";
     this.CB_ID.Size = new System.Drawing.Size(116, 20);
     this.CB_ID.TabIndex = 0;
     this.CB_ID.TextChanged += new System.EventHandler(this.CB_ID_TextChanged);
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "金额";
     this.columnHeader5.Width = 90;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "消费数量";
     this.columnHeader4.Width = 109;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "商品单价";
     this.columnHeader3.Width = 91;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "商品名称";
     this.columnHeader2.Width = 154;
     //
     // LV_info
     //
     this.LV_info.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5,
     this.columnHeader6});
     this.LV_info.Dock = System.Windows.Forms.DockStyle.Fill;
     this.LV_info.FullRowSelect = true;
     this.LV_info.GridLines = true;
     this.LV_info.Location = new System.Drawing.Point(3, 17);
     this.LV_info.Name = "LV_info";
     this.LV_info.Size = new System.Drawing.Size(682, 126);
     this.LV_info.TabIndex = 1;
     this.LV_info.UseCompatibleStateImageBehavior = false;
     this.LV_info.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "商品类别";
     this.columnHeader1.Width = 122;
     //
     // statusStrip1
     //
     this.statusStrip1.Location = new System.Drawing.Point(0, 380);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(688, 22);
     this.statusStrip1.TabIndex = 4;
     this.statusStrip1.Text = "statusStrip1";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.LV_info);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox1.Location = new System.Drawing.Point(0, 234);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(688, 146);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "消费明细";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.DGV_info);
     this.groupBox2.Location = new System.Drawing.Point(0, 76);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(688, 133);
     this.groupBox2.TabIndex = 7;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "消费信息";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.CB_Name);
     this.groupBox3.Controls.Add(this.CB_ID);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.but_cx);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Location = new System.Drawing.Point(25, 3);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(586, 64);
     this.groupBox3.TabIndex = 8;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "选择会员";
     //
     // statusStrip2
     //
     this.statusStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel1,
     this.toolStripStatusLabel2,
     this.toolStripStatusLabel3});
     this.statusStrip2.Location = new System.Drawing.Point(0, 212);
     this.statusStrip2.Name = "statusStrip2";
     this.statusStrip2.Size = new System.Drawing.Size(688, 22);
     this.statusStrip2.TabIndex = 9;
     this.statusStrip2.Text = "statusStrip2";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(161, 17);
     this.toolStripStatusLabel1.Text = "                          ";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(59, 17);
     this.toolStripStatusLabel2.Text = "消费金额:";
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(0, 17);
     //
     // Frm_memberXF
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.statusStrip2);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.statusStrip1);
     this.Name = "Frm_memberXF";
     this.Size = new System.Drawing.Size(688, 402);
     this.Load += new System.EventHandler(this.Frm_memberXF_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DGV_info)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.statusStrip2.ResumeLayout(false);
     this.statusStrip2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用主键编辑器修改此方法的内容。
 /// </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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmFolderAdmin));
     this.btnBatchSave = new System.Windows.Forms.Button();
     this.btnMove = new System.Windows.Forms.Button();
     this.pnlFolder = new System.Windows.Forms.Panel();
     this.grdFolder = new System.Windows.Forms.DataGridView();
     this.colSelected = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colFolderName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.splFolder = new System.Windows.Forms.Splitter();
     this.tvFolder = new System.Windows.Forms.TreeView();
     this.cMnuFolder = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mItmAdd = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmEdit = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmMove = new System.Windows.Forms.ToolStripMenuItem();
     this.mItmDelete = new System.Windows.Forms.ToolStripMenuItem();
     this.tsspAddRootFolder = new System.Windows.Forms.ToolStripSeparator();
     this.mItmAddRootFolder = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.btnBatchDelete = new System.Windows.Forms.Button();
     this.btnEdit = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.ucTableSort = new DotNet.WinForm.Common.WinControls.UCTableSort();
     this.btnInvertSelect = new System.Windows.Forms.Button();
     this.btnSelectAll = new System.Windows.Forms.Button();
     this.btnExport = new System.Windows.Forms.Button();
     this.pnlFolder.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdFolder)).BeginInit();
     this.cMnuFolder.SuspendLayout();
     this.SuspendLayout();
     //
     // btnBatchSave
     //
     this.btnBatchSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatchSave.Location = new System.Drawing.Point(788, 533);
     this.btnBatchSave.Name = "btnBatchSave";
     this.btnBatchSave.Size = new System.Drawing.Size(75, 23);
     this.btnBatchSave.TabIndex = 9;
     this.btnBatchSave.Text = "保存(&S)";
     this.btnBatchSave.UseVisualStyleBackColor = true;
     this.btnBatchSave.Click += new System.EventHandler(this.btnBatchSave_Click);
     //
     // btnMove
     //
     this.btnMove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnMove.Location = new System.Drawing.Point(628, 533);
     this.btnMove.Name = "btnMove";
     this.btnMove.Size = new System.Drawing.Size(75, 23);
     this.btnMove.TabIndex = 7;
     this.btnMove.Text = "移动(&M)...";
     this.btnMove.UseVisualStyleBackColor = true;
     this.btnMove.Click += new System.EventHandler(this.btnMove_Click);
     //
     // pnlFolder
     //
     this.pnlFolder.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.pnlFolder.Controls.Add(this.grdFolder);
     this.pnlFolder.Controls.Add(this.splFolder);
     this.pnlFolder.Controls.Add(this.tvFolder);
     this.pnlFolder.Location = new System.Drawing.Point(8, 65);
     this.pnlFolder.Name = "pnlFolder";
     this.pnlFolder.Size = new System.Drawing.Size(935, 463);
     this.pnlFolder.TabIndex = 1;
     //
     // grdFolder
     //
     this.grdFolder.AllowDrop = true;
     this.grdFolder.AllowUserToAddRows = false;
     this.grdFolder.AllowUserToDeleteRows = false;
     this.grdFolder.BackgroundColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     this.grdFolder.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.grdFolder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdFolder.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colSelected,
     this.colFolderName,
     this.colDescription});
     this.grdFolder.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdFolder.Location = new System.Drawing.Point(263, 0);
     this.grdFolder.MultiSelect = false;
     this.grdFolder.Name = "grdFolder";
     this.grdFolder.RowTemplate.Height = 23;
     this.grdFolder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdFolder.Size = new System.Drawing.Size(672, 463);
     this.grdFolder.TabIndex = 1;
     this.grdFolder.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdFolder_CellDoubleClick);
     this.grdFolder.Sorted += new System.EventHandler(this.grdFolder_Sorted);
     this.grdFolder.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.grdFolder_UserDeletingRow);
     this.grdFolder.Click += new System.EventHandler(this.grdFolder_Click);
     this.grdFolder.DragDrop += new System.Windows.Forms.DragEventHandler(this.grdFolder_DragDrop);
     this.grdFolder.DragOver += new System.Windows.Forms.DragEventHandler(this.grdFolder_DragOver);
     //
     // colSelected
     //
     this.colSelected.DataPropertyName = "Selected";
     this.colSelected.Frozen = true;
     this.colSelected.HeaderText = "选择";
     this.colSelected.Name = "colSelected";
     this.colSelected.Width = 50;
     //
     // colFolderName
     //
     this.colFolderName.DataPropertyName = "FolderName";
     dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
     this.colFolderName.DefaultCellStyle = dataGridViewCellStyle2;
     this.colFolderName.HeaderText = "名称";
     this.colFolderName.MaxInputLength = 100;
     this.colFolderName.Name = "colFolderName";
     this.colFolderName.ReadOnly = true;
     this.colFolderName.Width = 200;
     //
     // colDescription
     //
     this.colDescription.DataPropertyName = "DESCRIPTION";
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.colDescription.DefaultCellStyle = dataGridViewCellStyle3;
     this.colDescription.HeaderText = "描述";
     this.colDescription.MaxInputLength = 200;
     this.colDescription.Name = "colDescription";
     this.colDescription.Width = 210;
     //
     // splFolder
     //
     this.splFolder.Location = new System.Drawing.Point(260, 0);
     this.splFolder.Name = "splFolder";
     this.splFolder.Size = new System.Drawing.Size(3, 463);
     this.splFolder.TabIndex = 8;
     this.splFolder.TabStop = false;
     //
     // tvFolder
     //
     this.tvFolder.AllowDrop = true;
     this.tvFolder.ContextMenuStrip = this.cMnuFolder;
     this.tvFolder.Dock = System.Windows.Forms.DockStyle.Left;
     this.tvFolder.ImageIndex = 0;
     this.tvFolder.ImageList = this.imageList;
     this.tvFolder.Location = new System.Drawing.Point(0, 0);
     this.tvFolder.Name = "tvFolder";
     this.tvFolder.SelectedImageIndex = 1;
     this.tvFolder.Size = new System.Drawing.Size(260, 463);
     this.tvFolder.TabIndex = 0;
     this.tvFolder.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.tvFolder_ItemDrag);
     this.tvFolder.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvFolder_AfterSelect);
     this.tvFolder.Click += new System.EventHandler(this.tvFolder_Click);
     this.tvFolder.DragDrop += new System.Windows.Forms.DragEventHandler(this.tvFolder_DragDrop);
     this.tvFolder.DragEnter += new System.Windows.Forms.DragEventHandler(this.tvFolder_DragEnter);
     this.tvFolder.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tvFolder_MouseDown);
     //
     // cMnuFolder
     //
     this.cMnuFolder.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mItmAdd,
     this.mItmEdit,
     this.mItmMove,
     this.mItmDelete,
     this.tsspAddRootFolder,
     this.mItmAddRootFolder});
     this.cMnuFolder.Name = "cMnuModule";
     this.cMnuFolder.Size = new System.Drawing.Size(174, 120);
     this.cMnuFolder.Opened += new System.EventHandler(this.cMnuFolder_Opened);
     //
     // mItmAdd
     //
     this.mItmAdd.Name = "mItmAdd";
     this.mItmAdd.Size = new System.Drawing.Size(173, 22);
     this.mItmAdd.Text = "添加(&A)...";
     this.mItmAdd.Click += new System.EventHandler(this.mItmAdd_Click);
     //
     // mItmEdit
     //
     this.mItmEdit.Name = "mItmEdit";
     this.mItmEdit.Size = new System.Drawing.Size(173, 22);
     this.mItmEdit.Text = "编辑(&E)...";
     this.mItmEdit.Click += new System.EventHandler(this.mItmEdit_Click);
     //
     // mItmMove
     //
     this.mItmMove.Name = "mItmMove";
     this.mItmMove.Size = new System.Drawing.Size(173, 22);
     this.mItmMove.Text = "移动(&M)...";
     this.mItmMove.Click += new System.EventHandler(this.mItmMove_Click);
     //
     // mItmDelete
     //
     this.mItmDelete.Name = "mItmDelete";
     this.mItmDelete.Size = new System.Drawing.Size(173, 22);
     this.mItmDelete.Text = "删除(&D)";
     this.mItmDelete.Click += new System.EventHandler(this.mItmDelete_Click);
     //
     // tsspAddRootFolder
     //
     this.tsspAddRootFolder.Name = "tsspAddRootFolder";
     this.tsspAddRootFolder.Size = new System.Drawing.Size(170, 6);
     //
     // mItmAddRootFolder
     //
     this.mItmAddRootFolder.Name = "mItmAddRootFolder";
     this.mItmAddRootFolder.Size = new System.Drawing.Size(173, 22);
     this.mItmAddRootFolder.Text = "添加根文件夹(&A)...";
     this.mItmAddRootFolder.Click += new System.EventHandler(this.mItmAddFolder_Click);
     //
     // imageList
     //
     this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     this.imageList.Images.SetKeyName(10, "");
     this.imageList.Images.SetKeyName(11, "");
     this.imageList.Images.SetKeyName(12, "");
     this.imageList.Images.SetKeyName(13, "");
     this.imageList.Images.SetKeyName(14, "");
     this.imageList.Images.SetKeyName(15, "icon_messenger1.gif");
     this.imageList.Images.SetKeyName(16, "icon_messenger0.gif");
     this.imageList.Images.SetKeyName(17, "icon_messenger2.gif");
     this.imageList.Images.SetKeyName(18, "icon_messenger3.gif");
     this.imageList.Images.SetKeyName(19, "icon_messenger4.gif");
     this.imageList.Images.SetKeyName(20, "icon_messenger5.gif");
     this.imageList.Images.SetKeyName(21, "icon_messenger6.gif");
     //
     // btnBatchDelete
     //
     this.btnBatchDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBatchDelete.Location = new System.Drawing.Point(708, 533);
     this.btnBatchDelete.Name = "btnBatchDelete";
     this.btnBatchDelete.Size = new System.Drawing.Size(75, 23);
     this.btnBatchDelete.TabIndex = 8;
     this.btnBatchDelete.Text = "删除(&D)";
     this.btnBatchDelete.UseVisualStyleBackColor = true;
     this.btnBatchDelete.Click += new System.EventHandler(this.btnBatchDelete_Click);
     //
     // btnEdit
     //
     this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdit.Location = new System.Drawing.Point(548, 533);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(75, 23);
     this.btnEdit.TabIndex = 6;
     this.btnEdit.Text = "编辑(&E)...";
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(868, 533);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 9;
     this.btnClose.Text = "关闭";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.Location = new System.Drawing.Point(468, 533);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 5;
     this.btnAdd.Text = "添加(&A)...";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // ucTableSort
     //
     this.ucTableSort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ucTableSort.Location = new System.Drawing.Point(174, 534);
     this.ucTableSort.Margin = new System.Windows.Forms.Padding(0);
     this.ucTableSort.Name = "ucTableSort";
     this.ucTableSort.OEntityId = null;
     this.ucTableSort.Padding = new System.Windows.Forms.Padding(1);
     this.ucTableSort.SetBottomEnabled = false;
     this.ucTableSort.SetDownEnabled = false;
     this.ucTableSort.SetTopEnabled = false;
     this.ucTableSort.SetUpEnabled = false;
     this.ucTableSort.Size = new System.Drawing.Size(99, 24);
     this.ucTableSort.TabIndex = 2;
     //
     // btnInvertSelect
     //
     this.btnInvertSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnInvertSelect.Location = new System.Drawing.Point(90, 534);
     this.btnInvertSelect.Name = "btnInvertSelect";
     this.btnInvertSelect.Size = new System.Drawing.Size(78, 23);
     this.btnInvertSelect.TabIndex = 4;
     this.btnInvertSelect.Text = "反选";
     this.btnInvertSelect.UseVisualStyleBackColor = true;
     this.btnInvertSelect.Click += new System.EventHandler(this.btnInvertSelect_Click);
     //
     // btnSelectAll
     //
     this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectAll.Location = new System.Drawing.Point(7, 534);
     this.btnSelectAll.Name = "btnSelectAll";
     this.btnSelectAll.Size = new System.Drawing.Size(78, 23);
     this.btnSelectAll.TabIndex = 3;
     this.btnSelectAll.Text = "全选";
     this.btnSelectAll.UseVisualStyleBackColor = true;
     this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
     //
     // btnExport
     //
     this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExport.Location = new System.Drawing.Point(829, 20);
     this.btnExport.Name = "btnExport";
     this.btnExport.Size = new System.Drawing.Size(111, 23);
     this.btnExport.TabIndex = 12;
     this.btnExport.Text = "导出E&xcel...";
     this.btnExport.UseVisualStyleBackColor = true;
     this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
     //
     // FrmFolderAdmin
     //
     this.AllowDrop = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::DotNet.WinForm.Files.Properties.Resources.Head;
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(951, 560);
     this.Controls.Add(this.btnInvertSelect);
     this.Controls.Add(this.btnSelectAll);
     this.Controls.Add(this.btnExport);
     this.Controls.Add(this.ucTableSort);
     this.Controls.Add(this.pnlFolder);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnBatchSave);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.btnEdit);
     this.Controls.Add(this.btnBatchDelete);
     this.Controls.Add(this.btnMove);
     this.Cursor = System.Windows.Forms.Cursors.Default;
     this.MinimumSize = new System.Drawing.Size(375, 288);
     this.Name = "FrmFolderAdmin";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Text = "文件夹管理";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmFolderAdmin_FormClosing);
     this.Load += new System.EventHandler(this.FrmFolderAdmin_Load);
     this.pnlFolder.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdFolder)).EndInit();
     this.cMnuFolder.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues8        = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues9        = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues10       = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     KryptonOutlookGrid.Classes.OutlookGridGroupCollection       outlookGridGroupCollection2 = new KryptonOutlookGrid.Classes.OutlookGridGroupCollection();
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues6        = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MoreControls));
     ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues popupPositionValues7 = new ComponentFactory.Krypton.Toolkit.Values.PopupPositionValues();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.kryptonPanel1        = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonButton2       = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonButton1       = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonDomainUpDown1 = new ComponentFactory.Krypton.Toolkit.KryptonDomainUpDown();
     this.kryptonManager1      = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.kryptonOutlookGrid1  = new KryptonOutlookGrid.Classes.KryptonOutlookGrid();
     this.Column5                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10                        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.modernProgressBar1              = new KryptonExtendedToolkit.ExtendedToolkit.Controls.ModernProgressBar();
     this.kryptonUACElevatedButton1       = new KryptonExtendedToolkit.ExtendedToolkit.Controls.KryptonUACElevatedButton();
     this.kryptonCueComboBox1             = new KryptonExtendedToolkit.ExtendedToolkit.Controls.KryptonCueComboBox();
     this.kryptonGrid1                    = new ExtendedControls.ExtendedToolkit.Controls.KryptonGrid();
     this.Column1                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4                         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.outlookBar1                     = new ExtendedControls.ExtendedToolkit.Controls.Navigator.Controls.OutlookBar();
     this.roundedTextbox1                 = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.RoundedTextbox();
     this.circularProgressBar1            = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.CircularProgressBar();
     this.colourComparer1                 = new ExtendedControls.ExtendedToolkit.Controls.Colours.Controls.ColourComparer();
     this.schemesColourEditorUserControl1 = new ExtendedControls.ExtendedToolkit.Controls.Colours.SchemesColourEditorUserControl();
     this.kryptonLxLedControl1            = new ExtendedControls.ExtendedToolkit.Controls.Charting.KryptonLxLedControl();
     this.monthView1                      = new ExtendedControls.ExtendedToolkit.Calendar.Controls.MonthView();
     this.colourEditorManager1            = new Core.Controls.Colours.ColourEditorManager();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonOutlookGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonCueComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLxLedControl1)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonOutlookGrid1);
     this.kryptonPanel1.Controls.Add(this.modernProgressBar1);
     this.kryptonPanel1.Controls.Add(this.kryptonUACElevatedButton1);
     this.kryptonPanel1.Controls.Add(this.kryptonCueComboBox1);
     this.kryptonPanel1.Controls.Add(this.kryptonGrid1);
     this.kryptonPanel1.Controls.Add(this.outlookBar1);
     this.kryptonPanel1.Controls.Add(this.roundedTextbox1);
     this.kryptonPanel1.Controls.Add(this.circularProgressBar1);
     this.kryptonPanel1.Controls.Add(this.colourComparer1);
     this.kryptonPanel1.Controls.Add(this.schemesColourEditorUserControl1);
     this.kryptonPanel1.Controls.Add(this.kryptonLxLedControl1);
     this.kryptonPanel1.Controls.Add(this.monthView1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1450, 777);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kryptonButton2
     //
     this.kryptonButton2.Location       = new System.Drawing.Point(1057, 211);
     this.kryptonButton2.Name           = "kryptonButton2";
     this.kryptonButton2.Size           = new System.Drawing.Size(158, 25);
     this.kryptonButton2.TabIndex       = 80;
     popupPositionValues8.PlacementMode = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kryptonButton2.ToolTipValues.ToolTipPosition = popupPositionValues8;
     this.kryptonButton2.Values.Text = "Colour Chooser 2";
     this.kryptonButton2.Click      += new System.EventHandler(this.kryptonButton2_Click);
     //
     // kryptonButton1
     //
     this.kryptonButton1.Location       = new System.Drawing.Point(1057, 180);
     this.kryptonButton1.Name           = "kryptonButton1";
     this.kryptonButton1.Size           = new System.Drawing.Size(158, 25);
     this.kryptonButton1.TabIndex       = 79;
     popupPositionValues9.PlacementMode = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kryptonButton1.ToolTipValues.ToolTipPosition = popupPositionValues9;
     this.kryptonButton1.Values.Text = "Colour Chooser 1";
     this.kryptonButton1.Click      += new System.EventHandler(this.kryptonButton1_Click);
     //
     // kryptonDomainUpDown1
     //
     this.kryptonDomainUpDown1.Location  = new System.Drawing.Point(1057, 152);
     this.kryptonDomainUpDown1.Name      = "kryptonDomainUpDown1";
     this.kryptonDomainUpDown1.Size      = new System.Drawing.Size(158, 22);
     this.kryptonDomainUpDown1.TabIndex  = 70;
     this.kryptonDomainUpDown1.Text      = "kryptonDomainUpDown1";
     popupPositionValues10.PlacementMode = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kryptonDomainUpDown1.ToolTipValues.ToolTipPosition = popupPositionValues10;
     //
     // kryptonOutlookGrid1
     //
     this.kryptonOutlookGrid1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column5,
         this.Column6,
         this.Column7,
         this.Column8,
         this.Column9,
         this.Column10
     });
     this.kryptonOutlookGrid1.FillMode                 = KryptonOutlookGrid.Classes.FillMode.GROUPSONLY;
     this.kryptonOutlookGrid1.GroupCollection          = outlookGridGroupCollection2;
     this.kryptonOutlookGrid1.Location                 = new System.Drawing.Point(608, 252);
     this.kryptonOutlookGrid1.Name                     = "kryptonOutlookGrid1";
     this.kryptonOutlookGrid1.PreviousSelectedGroupRow = -1;
     this.kryptonOutlookGrid1.ShowLines                = false;
     this.kryptonOutlookGrid1.Size                     = new System.Drawing.Size(687, 145);
     this.kryptonOutlookGrid1.TabIndex                 = 11;
     //
     // Column5
     //
     this.Column5.HeaderText = "Column5";
     this.Column5.Name       = "Column5";
     //
     // Column6
     //
     this.Column6.HeaderText = "Column6";
     this.Column6.Name       = "Column6";
     //
     // Column7
     //
     this.Column7.HeaderText = "Column7";
     this.Column7.Name       = "Column7";
     //
     // Column8
     //
     this.Column8.HeaderText = "Column8";
     this.Column8.Name       = "Column8";
     //
     // Column9
     //
     this.Column9.HeaderText = "Column9";
     this.Column9.Name       = "Column9";
     //
     // Column10
     //
     this.Column10.HeaderText = "Column10";
     this.Column10.Name       = "Column10";
     //
     // modernProgressBar1
     //
     this.modernProgressBar1.AutoSize  = true;
     this.modernProgressBar1.BackColor = System.Drawing.Color.Transparent;
     this.modernProgressBar1.Location  = new System.Drawing.Point(651, 189);
     this.modernProgressBar1.Name      = "modernProgressBar1";
     this.modernProgressBar1.Size      = new System.Drawing.Size(548, 15);
     this.modernProgressBar1.TabIndex  = 10;
     //
     // kryptonUACElevatedButton1
     //
     this.kryptonUACElevatedButton1.Location = new System.Drawing.Point(340, 252);
     this.kryptonUACElevatedButton1.Name     = "kryptonUACElevatedButton1";
     this.kryptonUACElevatedButton1.Size     = new System.Drawing.Size(135, 26);
     this.kryptonUACElevatedButton1.TabIndex = 9;
     popupPositionValues6.PlacementMode      = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kryptonUACElevatedButton1.ToolTipValues.ToolTipPosition = popupPositionValues6;
     this.kryptonUACElevatedButton1.Values.Image = ((System.Drawing.Image)(resources.GetObject("kryptonUACElevatedButton1.Values.Image")));
     this.kryptonUACElevatedButton1.Values.Text  = "Elevate Now!";
     //
     // kryptonCueComboBox1
     //
     this.kryptonCueComboBox1.CueText       = "Test";
     this.kryptonCueComboBox1.DropDownWidth = 121;
     this.kryptonCueComboBox1.Location      = new System.Drawing.Point(339, 210);
     this.kryptonCueComboBox1.Name          = "kryptonCueComboBox1";
     this.kryptonCueComboBox1.Size          = new System.Drawing.Size(121, 21);
     this.kryptonCueComboBox1.TabIndex      = 8;
     popupPositionValues7.PlacementMode     = ComponentFactory.Krypton.Toolkit.PlacementMode.Bottom;
     this.kryptonCueComboBox1.ToolTipValues.ToolTipPosition = popupPositionValues7;
     //
     // kryptonGrid1
     //
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.kryptonGrid1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
     this.kryptonGrid1.BackgroundColor             = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(196)))), ((int)(((byte)(216)))));
     this.kryptonGrid1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.kryptonGrid1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4
     });
     dataGridViewCellStyle4.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle4.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.Transparent;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Navy;
     dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.kryptonGrid1.DefaultCellStyle        = dataGridViewCellStyle4;
     this.kryptonGrid1.Location = new System.Drawing.Point(1076, 17);
     this.kryptonGrid1.Name     = "kryptonGrid1";
     this.kryptonGrid1.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.Transparent;
     this.kryptonGrid1.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Navy;
     this.kryptonGrid1.Size     = new System.Drawing.Size(240, 150);
     this.kryptonGrid1.TabIndex = 7;
     //
     // Column1
     //
     this.Column1.HeaderText = "Column1";
     this.Column1.Name       = "Column1";
     //
     // Column2
     //
     this.Column2.HeaderText = "Column2";
     this.Column2.Name       = "Column2";
     //
     // Column3
     //
     this.Column3.HeaderText = "Column3";
     this.Column3.Name       = "Column3";
     //
     // Column4
     //
     this.Column4.HeaderText = "Column4";
     this.Column4.Name       = "Column4";
     //
     // outlookBar1
     //
     this.outlookBar1.ButtonColourHoveringBottom            = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourHoveringTop               = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourPassiveBottom             = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourPassiveTop                = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourSelectedAndHoveringBottom = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourSelectedAndHoveringTop    = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourSelectedBottom            = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonColourSelectedTop               = System.Drawing.Color.Empty;
     this.outlookBar1.ButtonHeight       = 35;
     this.outlookBar1.ForeColourSelected = System.Drawing.Color.Empty;
     this.outlookBar1.Location           = new System.Drawing.Point(525, 161);
     this.outlookBar1.MinimumSize        = new System.Drawing.Size(16, 43);
     this.outlookBar1.Name = "outlookBar1";
     this.outlookBar1.OutlookBarLineColour = System.Drawing.Color.Empty;
     this.outlookBar1.Renderer             = ExtendedControls.ExtendedToolkit.Controls.Navigator.Controls.Renderer.Custom;
     this.outlookBar1.Size     = new System.Drawing.Size(75, 43);
     this.outlookBar1.TabIndex = 6;
     this.outlookBar1.Text     = "outlookBar1";
     //
     // roundedTextbox1
     //
     this.roundedTextbox1.BackColor = System.Drawing.Color.Transparent;
     this.roundedTextbox1.Brush     = System.Drawing.Color.White;
     this.roundedTextbox1.Font      = new System.Drawing.Font("Segoe UI", 11F);
     this.roundedTextbox1.ForeColor = System.Drawing.Color.Black;
     this.roundedTextbox1.Location  = new System.Drawing.Point(340, 164);
     this.roundedTextbox1.Name      = "roundedTextbox1";
     this.roundedTextbox1.Size      = new System.Drawing.Size(179, 40);
     this.roundedTextbox1.TabIndex  = 5;
     this.roundedTextbox1.Text      = "roundedTextbox1";
     //
     // circularProgressBar1
     //
     this.circularProgressBar1.AnimationFunction = WinFormAnimation.KnownAnimationFunctions.Liner;
     this.circularProgressBar1.AnimationSpeed    = 500;
     this.circularProgressBar1.BackColor         = System.Drawing.Color.Transparent;
     this.circularProgressBar1.Font                  = new System.Drawing.Font("Segoe UI", 72F, System.Drawing.FontStyle.Bold);
     this.circularProgressBar1.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.circularProgressBar1.InnerColor            = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(196)))), ((int)(((byte)(216)))));
     this.circularProgressBar1.InnerMargin           = 2;
     this.circularProgressBar1.InnerWidth            = -1;
     this.circularProgressBar1.Location              = new System.Drawing.Point(13, 164);
     this.circularProgressBar1.MarqueeAnimationSpeed = 2000;
     this.circularProgressBar1.Name                  = "circularProgressBar1";
     this.circularProgressBar1.OuterColor            = System.Drawing.Color.Gray;
     this.circularProgressBar1.OuterMargin           = -25;
     this.circularProgressBar1.OuterWidth            = 26;
     this.circularProgressBar1.ProgressColor         = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(196)))), ((int)(((byte)(216)))));
     this.circularProgressBar1.ProgressWidth         = 25;
     this.circularProgressBar1.SecondaryFont         = new System.Drawing.Font("Segoe UI", 36F);
     this.circularProgressBar1.Size                  = new System.Drawing.Size(320, 320);
     this.circularProgressBar1.StartAngle            = 270;
     this.circularProgressBar1.SubscriptColor        = System.Drawing.Color.FromArgb(((int)(((byte)(166)))), ((int)(((byte)(166)))), ((int)(((byte)(166)))));
     this.circularProgressBar1.SubscriptMargin       = new System.Windows.Forms.Padding(10, -35, 0, 0);
     this.circularProgressBar1.SubscriptText         = ".23";
     this.circularProgressBar1.SuperscriptColor      = System.Drawing.Color.FromArgb(((int)(((byte)(166)))), ((int)(((byte)(166)))), ((int)(((byte)(166)))));
     this.circularProgressBar1.SuperscriptMargin     = new System.Windows.Forms.Padding(10, 35, 0, 0);
     this.circularProgressBar1.SuperscriptText       = "°C";
     this.circularProgressBar1.TabIndex              = 4;
     this.circularProgressBar1.Text                  = "50";
     this.circularProgressBar1.TextMargin            = new System.Windows.Forms.Padding(8, 8, 0, 0);
     this.circularProgressBar1.Value                 = 68;
     //
     // colourComparer1
     //
     this.colourComparer1.BackColor             = System.Drawing.Color.Transparent;
     this.colourComparer1.BorderStyle           = System.Windows.Forms.BorderStyle.Fixed3D;
     this.colourComparer1.Location              = new System.Drawing.Point(905, 17);
     this.colourComparer1.Name                  = "colourComparer1";
     this.colourComparer1.PrimaryColour         = System.Drawing.Color.White;
     this.colourComparer1.SecondaryColour       = System.Drawing.Color.Silver;
     this.colourComparer1.ShowHexadecimalValues = true;
     this.colourComparer1.Size                  = new System.Drawing.Size(146, 146);
     this.colourComparer1.TabIndex              = 3;
     //
     // schemesColourEditorUserControl1
     //
     this.schemesColourEditorUserControl1.Location       = new System.Drawing.Point(619, 13);
     this.schemesColourEditorUserControl1.Name           = "schemesColourEditorUserControl1";
     this.schemesColourEditorUserControl1.SelectedColour = System.Drawing.Color.Empty;
     this.schemesColourEditorUserControl1.Size           = new System.Drawing.Size(280, 150);
     this.schemesColourEditorUserControl1.TabIndex       = 2;
     //
     // kryptonLxLedControl1
     //
     this.kryptonLxLedControl1.BackColor           = System.Drawing.Color.Transparent;
     this.kryptonLxLedControl1.BackColour_1        = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(196)))), ((int)(((byte)(216)))));
     this.kryptonLxLedControl1.BackColour_2        = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(196)))), ((int)(((byte)(216)))));
     this.kryptonLxLedControl1.BevelRate           = 0.5F;
     this.kryptonLxLedControl1.BorderColour        = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.kryptonLxLedControl1.FadedColour         = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
     this.kryptonLxLedControl1.FocusedBorderColour = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(157)))), ((int)(((byte)(189)))));
     this.kryptonLxLedControl1.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kryptonLxLedControl1.HighlightOpaque     = ((byte)(75));
     this.kryptonLxLedControl1.Location            = new System.Drawing.Point(243, 12);
     this.kryptonLxLedControl1.Name     = "kryptonLxLedControl1";
     this.kryptonLxLedControl1.Size     = new System.Drawing.Size(369, 145);
     this.kryptonLxLedControl1.TabIndex = 1;
     this.kryptonLxLedControl1.Text     = "12:00";
     //
     // monthView1
     //
     this.monthView1.ArrowsColour                = System.Drawing.SystemColors.Window;
     this.monthView1.ArrowsSelectedColour        = System.Drawing.Color.Gold;
     this.monthView1.DayBackgroundColour         = System.Drawing.Color.Empty;
     this.monthView1.DayGrayedText               = System.Drawing.SystemColors.GrayText;
     this.monthView1.DaySelectedBackgroundColour = System.Drawing.SystemColors.Highlight;
     this.monthView1.DaySelectedColour           = System.Drawing.SystemColors.WindowText;
     this.monthView1.DaySelectedTextColour       = System.Drawing.SystemColors.HighlightText;
     this.monthView1.ItemPadding                  = new System.Windows.Forms.Padding(2);
     this.monthView1.Location                     = new System.Drawing.Point(12, 12);
     this.monthView1.MonthTitleColour             = System.Drawing.SystemColors.ActiveCaption;
     this.monthView1.MonthTitleColourInactive     = System.Drawing.SystemColors.InactiveCaption;
     this.monthView1.MonthTitleTextColour         = System.Drawing.SystemColors.ActiveCaptionText;
     this.monthView1.MonthTitleTextColourInactive = System.Drawing.SystemColors.InactiveCaptionText;
     this.monthView1.Name              = "monthView1";
     this.monthView1.Size              = new System.Drawing.Size(224, 145);
     this.monthView1.TabIndex          = 0;
     this.monthView1.Text              = "monthView1";
     this.monthView1.TodayBorderColour = System.Drawing.Color.Maroon;
     //
     // MoreControls
     //
     this.ClientSize = new System.Drawing.Size(1450, 777);
     this.Controls.Add(this.kryptonPanel1);
     this.Name = "MoreControls";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonOutlookGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonCueComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonLxLedControl1)).EndInit();
     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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.grupa = new System.Windows.Forms.GroupBox();
     this.dgvRobneLokacije = new System.Windows.Forms.DataGridView();
     this.lblRoba = new System.Windows.Forms.Label();
     this.pnlVrh = new System.Windows.Forms.Panel();
     this.txtŠifraIliBarkod = new System.Windows.Forms.TextBox();
     this.lblŠifraIliBarkod = new System.Windows.Forms.Label();
     this.lblSkladište = new System.Windows.Forms.Label();
     this.ddlSkladište = new System.Windows.Forms.ComboBox();
     this.btnTraži = new System.Windows.Forms.Button();
     this.colLokacija = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colStanje = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colKapacitet = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSifra = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.grupa.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvRobneLokacije)).BeginInit();
     this.pnlVrh.SuspendLayout();
     this.SuspendLayout();
     //
     // grupa
     //
     this.grupa.Controls.Add(this.dgvRobneLokacije);
     this.grupa.Controls.Add(this.lblRoba);
     this.grupa.Controls.Add(this.pnlVrh);
     this.grupa.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grupa.Location = new System.Drawing.Point(0, 25);
     this.grupa.Name = "grupa";
     this.grupa.Size = new System.Drawing.Size(1208, 624);
     this.grupa.TabIndex = 2;
     this.grupa.TabStop = false;
     this.grupa.Text = "Robne lokacije";
     //
     // dgvRobneLokacije
     //
     this.dgvRobneLokacije.AllowUserToAddRows = false;
     this.dgvRobneLokacije.AllowUserToDeleteRows = false;
     this.dgvRobneLokacije.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvRobneLokacije.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colLokacija,
     this.colStanje,
     this.colKapacitet,
     this.colSifra});
     this.dgvRobneLokacije.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvRobneLokacije.Location = new System.Drawing.Point(3, 110);
     this.dgvRobneLokacije.MultiSelect = false;
     this.dgvRobneLokacije.Name = "dgvRobneLokacije";
     this.dgvRobneLokacije.ReadOnly = true;
     this.dgvRobneLokacije.RowHeadersVisible = false;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.dgvRobneLokacije.RowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvRobneLokacije.RowTemplate.ReadOnly = true;
     this.dgvRobneLokacije.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvRobneLokacije.Size = new System.Drawing.Size(1202, 511);
     this.dgvRobneLokacije.TabIndex = 9;
     //
     // lblRoba
     //
     this.lblRoba.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.lblRoba.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblRoba.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblRoba.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.lblRoba.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lblRoba.Location = new System.Drawing.Point(3, 80);
     this.lblRoba.Name = "lblRoba";
     this.lblRoba.Size = new System.Drawing.Size(1202, 30);
     this.lblRoba.TabIndex = 8;
     //
     // pnlVrh
     //
     this.pnlVrh.Controls.Add(this.txtŠifraIliBarkod);
     this.pnlVrh.Controls.Add(this.lblŠifraIliBarkod);
     this.pnlVrh.Controls.Add(this.lblSkladište);
     this.pnlVrh.Controls.Add(this.ddlSkladište);
     this.pnlVrh.Controls.Add(this.btnTraži);
     this.pnlVrh.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlVrh.Location = new System.Drawing.Point(3, 20);
     this.pnlVrh.Name = "pnlVrh";
     this.pnlVrh.Size = new System.Drawing.Size(1202, 60);
     this.pnlVrh.TabIndex = 9;
     //
     // txtŠifraIliBarkod
     //
     this.txtŠifraIliBarkod.Location = new System.Drawing.Point(142, 3);
     this.txtŠifraIliBarkod.MaxLength = 30;
     this.txtŠifraIliBarkod.Name = "txtŠifraIliBarkod";
     this.txtŠifraIliBarkod.Size = new System.Drawing.Size(330, 24);
     this.txtŠifraIliBarkod.TabIndex = 4;
     //
     // lblŠifraIliBarkod
     //
     this.lblŠifraIliBarkod.AutoSize = true;
     this.lblŠifraIliBarkod.Location = new System.Drawing.Point(3, 6);
     this.lblŠifraIliBarkod.Name = "lblŠifraIliBarkod";
     this.lblŠifraIliBarkod.Size = new System.Drawing.Size(114, 17);
     this.lblŠifraIliBarkod.TabIndex = 3;
     this.lblŠifraIliBarkod.Text = "Šifra/barkod robe";
     //
     // lblSkladište
     //
     this.lblSkladište.AutoSize = true;
     this.lblSkladište.Location = new System.Drawing.Point(57, 36);
     this.lblSkladište.Name = "lblSkladište";
     this.lblSkladište.Size = new System.Drawing.Size(60, 17);
     this.lblSkladište.TabIndex = 5;
     this.lblSkladište.Text = "Skladište";
     //
     // ddlSkladište
     //
     this.ddlSkladište.DisplayMember = "naziv";
     this.ddlSkladište.Location = new System.Drawing.Point(142, 33);
     this.ddlSkladište.Name = "ddlSkladište";
     this.ddlSkladište.Size = new System.Drawing.Size(660, 24);
     this.ddlSkladište.TabIndex = 6;
     this.ddlSkladište.ValueMember = "oznaka";
     //
     // btnTraži
     //
     this.btnTraži.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTraži.Location = new System.Drawing.Point(1009, 3);
     this.btnTraži.Name = "btnTraži";
     this.btnTraži.Size = new System.Drawing.Size(190, 54);
     this.btnTraži.TabIndex = 7;
     this.btnTraži.Text = "Traži";
     this.btnTraži.Click += new System.EventHandler(this.btnTraži_Click);
     //
     // colLokacija
     //
     this.colLokacija.DataPropertyName = "lokOznaka";
     this.colLokacija.HeaderText = "Lokacija";
     this.colLokacija.Name = "colLokacija";
     this.colLokacija.ReadOnly = true;
     this.colLokacija.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colLokacija.Width = 200;
     //
     // colStanje
     //
     this.colStanje.DataPropertyName = "stanje";
     this.colStanje.HeaderText = "Stanje";
     this.colStanje.Name = "colStanje";
     this.colStanje.ReadOnly = true;
     this.colStanje.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colStanje.Width = 315;
     //
     // colKapacitet
     //
     this.colKapacitet.DataPropertyName = "kapacitet";
     this.colKapacitet.HeaderText = "Kapacitet";
     this.colKapacitet.Name = "colKapacitet";
     this.colKapacitet.ReadOnly = true;
     this.colKapacitet.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colKapacitet.Width = 315;
     //
     // colSifra
     //
     this.colSifra.DataPropertyName = "šifra";
     this.colSifra.HeaderText = "Šifra robe";
     this.colSifra.Name = "colSifra";
     this.colSifra.ReadOnly = true;
     this.colSifra.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.colSifra.Width = 340;
     //
     // FormRobneLokacije
     //
     this.AcceptButton = this.btnTraži;
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize = new System.Drawing.Size(1208, 671);
     this.Controls.Add(this.grupa);
     this.Name = "FormRobneLokacije";
     this.Controls.SetChildIndex(this.grupa, 0);
     this.grupa.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvRobneLokacije)).EndInit();
     this.pnlVrh.ResumeLayout(false);
     this.pnlVrh.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();
     System.Windows.Forms.Label label1;
     System.Windows.Forms.Label прим0Label;
     System.Windows.Forms.Label телефонLabel;
     System.Windows.Forms.Label отчествоLabel;
     System.Windows.Forms.Label имяLabel;
     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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     this.поселокTextBox = new System.Windows.Forms.TextBox();
     this.button5 = new System.Windows.Forms.Button();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.прим0TextBox = new System.Windows.Forms.TextBox();
     this.телефонTextBox = new System.Windows.Forms.TextBox();
     this.отчествоTextBox = new System.Windows.Forms.TextBox();
     this.имяTextBox = new System.Windows.Forms.TextBox();
     this.button4 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.button3 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.адресColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.фиоColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.услугаColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.годColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.месяцColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.долг_месColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.должникColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.отключитьColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.действуетColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.звонокColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.договор_сColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.отклColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.подклColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.примColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     label1 = new System.Windows.Forms.Label();
     прим0Label = new System.Windows.Forms.Label();
     телефонLabel = new System.Windows.Forms.Label();
     отчествоLabel = new System.Windows.Forms.Label();
     имяLabel = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(4, 44);
     label1.Name = "label1";
     label1.Size = new System.Drawing.Size(49, 13);
     label1.TabIndex = 15;
     label1.Text = "поселок";
     //
     // прим0Label
     //
     прим0Label.AutoSize = true;
     прим0Label.Location = new System.Drawing.Point(794, 46);
     прим0Label.Name = "прим0Label";
     прим0Label.Size = new System.Drawing.Size(69, 13);
     прим0Label.TabIndex = 10;
     прим0Label.Text = "общее прим";
     //
     // телефонLabel
     //
     телефонLabel.AutoSize = true;
     телефонLabel.Location = new System.Drawing.Point(567, 46);
     телефонLabel.Name = "телефонLabel";
     телефонLabel.Size = new System.Drawing.Size(53, 13);
     телефонLabel.TabIndex = 8;
     телефонLabel.Text = "телефон:";
     //
     // отчествоLabel
     //
     отчествоLabel.AutoSize = true;
     отчествоLabel.Location = new System.Drawing.Point(386, 46);
     отчествоLabel.Name = "отчествоLabel";
     отчествоLabel.Size = new System.Drawing.Size(57, 13);
     отчествоLabel.TabIndex = 6;
     отчествоLabel.Text = "Отчество:";
     //
     // имяLabel
     //
     имяLabel.AutoSize = true;
     имяLabel.Location = new System.Drawing.Point(231, 46);
     имяLabel.Name = "имяLabel";
     имяLabel.Size = new System.Drawing.Size(32, 13);
     имяLabel.TabIndex = 4;
     имяLabel.Text = "Имя:";
     //
     // поселокTextBox
     //
     this.поселокTextBox.Enabled = false;
     this.поселокTextBox.Location = new System.Drawing.Point(63, 42);
     this.поселокTextBox.Name = "поселокTextBox";
     this.поселокTextBox.Size = new System.Drawing.Size(151, 20);
     this.поселокTextBox.TabIndex = 16;
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(698, 7);
     this.button5.Margin = new System.Windows.Forms.Padding(2);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(148, 19);
     this.button5.TabIndex = 14;
     this.button5.Text = "Записать звонок или смс";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // checkBox1
     //
     this.checkBox1.Appearance = System.Windows.Forms.Appearance.Button;
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(322, 3);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(70, 23);
     this.checkBox1.TabIndex = 12;
     this.checkBox1.Text = "Должники";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // прим0TextBox
     //
     this.прим0TextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.прим0TextBox.Location = new System.Drawing.Point(869, 39);
     this.прим0TextBox.MaxLength = 50;
     this.прим0TextBox.Name = "прим0TextBox";
     this.прим0TextBox.Size = new System.Drawing.Size(242, 20);
     this.прим0TextBox.TabIndex = 11;
     //
     // телефонTextBox
     //
     this.телефонTextBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.телефонTextBox.Location = new System.Drawing.Point(622, 42);
     this.телефонTextBox.MaxLength = 50;
     this.телефонTextBox.Name = "телефонTextBox";
     this.телефонTextBox.Size = new System.Drawing.Size(141, 20);
     this.телефонTextBox.TabIndex = 9;
     //
     // отчествоTextBox
     //
     this.отчествоTextBox.Enabled = false;
     this.отчествоTextBox.Location = new System.Drawing.Point(449, 42);
     this.отчествоTextBox.Name = "отчествоTextBox";
     this.отчествоTextBox.Size = new System.Drawing.Size(100, 20);
     this.отчествоTextBox.TabIndex = 7;
     //
     // имяTextBox
     //
     this.имяTextBox.Enabled = false;
     this.имяTextBox.Location = new System.Drawing.Point(270, 42);
     this.имяTextBox.Name = "имяTextBox";
     this.имяTextBox.Size = new System.Drawing.Size(100, 20);
     this.имяTextBox.TabIndex = 5;
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(12, 4);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(139, 23);
     this.button4.TabIndex = 3;
     this.button4.Text = "Задание на отключение";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button1
     //
     this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.ForeColor = System.Drawing.Color.Blue;
     this.button1.Location = new System.Drawing.Point(944, 4);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 26);
     this.button1.TabIndex = 0;
     this.button1.Text = "Выход";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button3);
     this.panel1.Controls.Add(label1);
     this.panel1.Controls.Add(this.поселокTextBox);
     this.panel1.Controls.Add(this.button5);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(прим0Label);
     this.panel1.Controls.Add(this.прим0TextBox);
     this.panel1.Controls.Add(телефонLabel);
     this.panel1.Controls.Add(this.телефонTextBox);
     this.panel1.Controls.Add(отчествоLabel);
     this.panel1.Controls.Add(this.отчествоTextBox);
     this.panel1.Controls.Add(имяLabel);
     this.panel1.Controls.Add(this.имяTextBox);
     this.panel1.Controls.Add(this.button4);
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1202, 69);
     this.panel1.TabIndex = 12;
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(437, 5);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(217, 23);
     this.button3.TabIndex = 17;
     this.button3.Text = "Задание на проверку подключений";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click_1);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(175, 4);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(102, 23);
     this.button2.TabIndex = 1;
     this.button2.Text = "Подробности";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.AutoGenerateColumns = false;
     this.dataGridView1.ColumnHeadersHeight = 50;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.адресColumn,
     this.фиоColumn,
     this.услугаColumn,
     this.годColumn,
     this.месяцColumn,
     this.долг_месColumn,
     this.должникColumn,
     this.отключитьColumn,
     this.действуетColumn,
     this.звонокColumn,
     this.договор_сColumn,
     this.отклColumn,
     this.подклColumn,
     this.примColumn});
     this.dataGridView1.DataSource = this.bindingSource1;
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(0, 69);
     this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 24;
     this.dataGridView1.Size = new System.Drawing.Size(1202, 574);
     this.dataGridView1.TabIndex = 13;
     //
     // адресColumn
     //
     this.адресColumn.DataPropertyName = "адрес";
     this.адресColumn.HeaderText = "адрес";
     this.адресColumn.Name = "адресColumn";
     this.адресColumn.ReadOnly = true;
     this.адресColumn.Width = 150;
     //
     // фиоColumn
     //
     this.фиоColumn.DataPropertyName = "фио";
     this.фиоColumn.HeaderText = "фио";
     this.фиоColumn.Name = "фиоColumn";
     this.фиоColumn.ReadOnly = true;
     //
     // услугаColumn
     //
     this.услугаColumn.DataPropertyName = "наимен_услуги";
     this.услугаColumn.HeaderText = "услуга";
     this.услугаColumn.Name = "услугаColumn";
     this.услугаColumn.ReadOnly = true;
     //
     // годColumn
     //
     this.годColumn.DataPropertyName = "год";
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle2.Format = "0;#;#";
     this.годColumn.DefaultCellStyle = dataGridViewCellStyle2;
     this.годColumn.HeaderText = "год";
     this.годColumn.Name = "годColumn";
     this.годColumn.ReadOnly = true;
     this.годColumn.Width = 50;
     //
     // месяцColumn
     //
     this.месяцColumn.DataPropertyName = "месяц";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle3.Format = "0;#;#";
     this.месяцColumn.DefaultCellStyle = dataGridViewCellStyle3;
     this.месяцColumn.HeaderText = "месяц";
     this.месяцColumn.Name = "месяцColumn";
     this.месяцColumn.ReadOnly = true;
     this.месяцColumn.Width = 30;
     //
     // долг_месColumn
     //
     this.долг_месColumn.DataPropertyName = "долг_мес";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle4.Format = "0;-0;#";
     this.долг_месColumn.DefaultCellStyle = dataGridViewCellStyle4;
     this.долг_месColumn.HeaderText = "долг мес";
     this.долг_месColumn.Name = "долг_месColumn";
     this.долг_месColumn.ReadOnly = true;
     this.долг_месColumn.Width = 40;
     //
     // должникColumn
     //
     this.должникColumn.DataPropertyName = "должник";
     this.должникColumn.HeaderText = "должник";
     this.должникColumn.Name = "должникColumn";
     this.должникColumn.ReadOnly = true;
     this.должникColumn.Width = 40;
     //
     // отключитьColumn
     //
     this.отключитьColumn.DataPropertyName = "отключить";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     dataGridViewCellStyle5.NullValue = false;
     this.отключитьColumn.DefaultCellStyle = dataGridViewCellStyle5;
     this.отключитьColumn.HeaderText = "отключить";
     this.отключитьColumn.Name = "отключитьColumn";
     this.отключитьColumn.Width = 40;
     //
     // действуетColumn
     //
     this.действуетColumn.DataPropertyName = "наш";
     this.действуетColumn.HeaderText = "наш клиент";
     this.действуетColumn.Name = "действуетColumn";
     this.действуетColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.действуетColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.действуетColumn.Width = 40;
     //
     // звонокColumn
     //
     this.звонокColumn.DataPropertyName = "звонок";
     this.звонокColumn.HeaderText = "последний  звонок";
     this.звонокColumn.Name = "звонокColumn";
     //
     // договор_сColumn
     //
     this.договор_сColumn.DataPropertyName = "договор_с";
     this.договор_сColumn.HeaderText = "договор с";
     this.договор_сColumn.Name = "договор_сColumn";
     this.договор_сColumn.ReadOnly = true;
     this.договор_сColumn.Width = 80;
     //
     // отклColumn
     //
     this.отклColumn.DataPropertyName = "отключен";
     this.отклColumn.HeaderText = "отключен";
     this.отклColumn.Name = "отклColumn";
     this.отклColumn.ReadOnly = true;
     this.отклColumn.Width = 80;
     //
     // подклColumn
     //
     this.подклColumn.DataPropertyName = "повтор";
     this.подклColumn.HeaderText = "подключен";
     this.подклColumn.Name = "подклColumn";
     this.подклColumn.ReadOnly = true;
     this.подклColumn.Width = 80;
     //
     // примColumn
     //
     this.примColumn.DataPropertyName = "прим";
     dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.примColumn.DefaultCellStyle = dataGridViewCellStyle6;
     this.примColumn.HeaderText = "примечание";
     this.примColumn.Name = "примColumn";
     this.примColumn.Width = 150;
     //
     // дом1вид
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1202, 643);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.panel1);
     this.Name = "дом1вид";
     this.Text = "дом1вид";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.дом1вид_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     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.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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StudentDetails));
     this.dataGridViewStudentDetails = new System.Windows.Forms.DataGridView();
     this.StudentID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.StudentName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GPA = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DateBirth = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Active = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PnlGreen = new System.Windows.Forms.Panel();
     this.textBoxStudentName = new System.Windows.Forms.TextBox();
     this.labelInfor = new System.Windows.Forms.Label();
     this.labelStudentName = new System.Windows.Forms.Label();
     this.pictureBoxStudent = new System.Windows.Forms.PictureBox();
     this.buttonSave = new System.Windows.Forms.Button();
     this.buttonNew = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewStudentDetails)).BeginInit();
     this.PnlGreen.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxStudent)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridViewStudentDetails
     //
     this.dataGridViewStudentDetails.AllowUserToAddRows = false;
     this.dataGridViewStudentDetails.BackgroundColor = System.Drawing.Color.DarkGray;
     this.dataGridViewStudentDetails.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridViewStudentDetails.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewStudentDetails.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewStudentDetails.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.StudentID,
     this.StudentName,
     this.GPA,
     this.DateBirth,
     this.Active});
     this.dataGridViewStudentDetails.EnableHeadersVisualStyles = false;
     this.dataGridViewStudentDetails.Location = new System.Drawing.Point(10, 104);
     this.dataGridViewStudentDetails.MultiSelect = false;
     this.dataGridViewStudentDetails.Name = "dataGridViewStudentDetails";
     this.dataGridViewStudentDetails.RowHeadersVisible = false;
     this.dataGridViewStudentDetails.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.dataGridViewStudentDetails.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridViewStudentDetails.Size = new System.Drawing.Size(762, 433);
     this.dataGridViewStudentDetails.TabIndex = 12;
     this.dataGridViewStudentDetails.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDetail_CellDoubleClick);
     //
     // StudentID
     //
     this.StudentID.HeaderText = "Student ID";
     this.StudentID.Name = "StudentID";
     this.StudentID.Width = 90;
     //
     // StudentName
     //
     this.StudentName.HeaderText = "Student Name";
     this.StudentName.Name = "StudentName";
     this.StudentName.Width = 370;
     //
     // GPA
     //
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.GPA.DefaultCellStyle = dataGridViewCellStyle2;
     this.GPA.HeaderText = "Grade Point Avg";
     this.GPA.Name = "GPA";
     this.GPA.Width = 150;
     //
     // DateBirth
     //
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.DateBirth.DefaultCellStyle = dataGridViewCellStyle3;
     this.DateBirth.HeaderText = "Date Of Birth";
     this.DateBirth.Name = "DateBirth";
     //
     // Active
     //
     this.Active.HeaderText = "Active";
     this.Active.Name = "Active";
     //
     // PnlGreen
     //
     this.PnlGreen.BackColor = System.Drawing.Color.Black;
     this.PnlGreen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.PnlGreen.Controls.Add(this.pictureBoxStudent);
     this.PnlGreen.Controls.Add(this.textBoxStudentName);
     this.PnlGreen.Controls.Add(this.labelInfor);
     this.PnlGreen.Controls.Add(this.labelStudentName);
     this.PnlGreen.Controls.Add(this.buttonSave);
     this.PnlGreen.Controls.Add(this.buttonNew);
     this.PnlGreen.Location = new System.Drawing.Point(10, 10);
     this.PnlGreen.Name = "PnlGreen";
     this.PnlGreen.Size = new System.Drawing.Size(762, 88);
     this.PnlGreen.TabIndex = 13;
     //
     // textBoxStudentName
     //
     this.textBoxStudentName.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBoxStudentName.Location = new System.Drawing.Point(203, 44);
     this.textBoxStudentName.Multiline = true;
     this.textBoxStudentName.Name = "textBoxStudentName";
     this.textBoxStudentName.Size = new System.Drawing.Size(363, 32);
     this.textBoxStudentName.TabIndex = 23;
     this.textBoxStudentName.TextChanged += new System.EventHandler(this.txtStudentName_TextChanged);
     //
     // labelInfor
     //
     this.labelInfor.AutoSize = true;
     this.labelInfor.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelInfor.ForeColor = System.Drawing.Color.White;
     this.labelInfor.Location = new System.Drawing.Point(203, 23);
     this.labelInfor.Name = "labelInfor";
     this.labelInfor.Size = new System.Drawing.Size(279, 17);
     this.labelInfor.TabIndex = 25;
     this.labelInfor.Text = "Please Type the Student Name for Searching . . . ";
     //
     // labelStudentName
     //
     this.labelStudentName.AutoSize = true;
     this.labelStudentName.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelStudentName.ForeColor = System.Drawing.Color.White;
     this.labelStudentName.Location = new System.Drawing.Point(104, 52);
     this.labelStudentName.Name = "labelStudentName";
     this.labelStudentName.Size = new System.Drawing.Size(91, 17);
     this.labelStudentName.TabIndex = 25;
     this.labelStudentName.Text = "Student Name";
     //
     // pictureBoxStudent
     //
     this.pictureBoxStudent.Image = global::University_System.Properties.Resources.Student;
     this.pictureBoxStudent.Location = new System.Drawing.Point(-1, -1);
     this.pictureBoxStudent.Name = "pictureBoxStudent";
     this.pictureBoxStudent.Size = new System.Drawing.Size(95, 88);
     this.pictureBoxStudent.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBoxStudent.TabIndex = 26;
     this.pictureBoxStudent.TabStop = false;
     //
     // buttonSave
     //
     this.buttonSave.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonSave.Image = global::University_System.Properties.Resources.Save;
     this.buttonSave.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.buttonSave.Location = new System.Drawing.Point(667, 18);
     this.buttonSave.Name = "buttonSave";
     this.buttonSave.Size = new System.Drawing.Size(84, 58);
     this.buttonSave.TabIndex = 14;
     this.buttonSave.Text = "  Save";
     this.buttonSave.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.buttonSave.UseVisualStyleBackColor = true;
     this.buttonSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // buttonNew
     //
     this.buttonNew.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.buttonNew.Image = global::University_System.Properties.Resources.Add;
     this.buttonNew.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.buttonNew.Location = new System.Drawing.Point(577, 18);
     this.buttonNew.Name = "buttonNew";
     this.buttonNew.Size = new System.Drawing.Size(84, 58);
     this.buttonNew.TabIndex = 8;
     this.buttonNew.Text = "  Add New";
     this.buttonNew.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.buttonNew.UseVisualStyleBackColor = true;
     this.buttonNew.Click += new System.EventHandler(this.btnNew_Click);
     //
     // StudentDetails
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(782, 545);
     this.Controls.Add(this.PnlGreen);
     this.Controls.Add(this.dataGridViewStudentDetails);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "StudentDetails";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Student Details";
     this.Load += new System.EventHandler(this.StudentDetails_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewStudentDetails)).EndInit();
     this.PnlGreen.ResumeLayout(false);
     this.PnlGreen.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxStudent)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 27
0
        protected override void ViewStart()
        {
            this.Text = "SO List for Sales";
               tscbList.Items.Add("All SO");
               tscbList.Items.Add("My SO");

               //Add columns for datagridView1
             System.Windows.Forms.DataGridViewTextBoxColumn No = new System.Windows.Forms.DataGridViewTextBoxColumn();
             System.Windows.Forms.DataGridViewTextBoxColumn Customer=new System.Windows.Forms.DataGridViewTextBoxColumn();
             System.Windows.Forms.DataGridViewTextBoxColumn Contact=new System.Windows.Forms.DataGridViewTextBoxColumn();
             System.Windows.Forms.DataGridViewTextBoxColumn Sp=new System.Windows.Forms.DataGridViewTextBoxColumn();
             System.Windows.Forms.DataGridViewTextBoxColumn SalesOrderNo=new System.Windows.Forms.DataGridViewTextBoxColumn();
             System.Windows.Forms.DataGridViewTextBoxColumn OrderDate=new System.Windows.Forms.DataGridViewTextBoxColumn();
             System.Windows.Forms.DataGridViewTextBoxColumn CustomerPo=new System.Windows.Forms.DataGridViewTextBoxColumn();
             System.Windows.Forms.DataGridViewTextBoxColumn PaymentTerms=new System.Windows.Forms.DataGridViewTextBoxColumn();
             System.Windows.Forms.DataGridViewTextBoxColumn FreightTerms=new System.Windows.Forms.DataGridViewTextBoxColumn();
             System.Windows.Forms.DataGridViewTextBoxColumn CustomerAccount=new System.Windows.Forms.DataGridViewTextBoxColumn();
             System.Windows.Forms.DataGridViewTextBoxColumn SoState = new System.Windows.Forms.DataGridViewTextBoxColumn();

             No.Name = "No";
             No.Visible = false;

             Customer.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
             Customer.HeaderText = "Customer";
             Customer.Name = "Customer";

             Contact.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
             Contact.HeaderText = "Contact";
             Contact.Name = "Contact";

             Sp.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
             Sp.HeaderText = "S/P";
             Sp.Name = "Sp";

             SalesOrderNo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
             SalesOrderNo.HeaderText = "SO#";
             SalesOrderNo.Name = "SalesOrderNo";

             OrderDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
             OrderDate.HeaderText = "Order Date";
             OrderDate.Name = "OrderDate";

             CustomerPo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
             CustomerPo.HeaderText = "Customer Po #";
             CustomerPo.Name = "CustomerPo";

             PaymentTerms.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
             PaymentTerms.HeaderText = "Payment Terms";
             PaymentTerms.Name = "PaymentTerms";

             FreightTerms.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
             FreightTerms.HeaderText = "Freight Terms";
             FreightTerms.Name = "FreightTerms";

             CustomerAccount.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
             CustomerAccount.HeaderText = "Customer Account";
             CustomerAccount.Name = "CustomerAccount";

             SoState.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
             SoState.HeaderText = "So State";
             SoState.Name = "SoState";

             dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            No,
            SalesOrderNo,
            Customer,
            Contact,
            Sp,

            OrderDate,
            CustomerPo,
            PaymentTerms,
            FreightTerms,
            CustomerAccount,
            SoState
             });
        }
 /// <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(EditIonMobilityLibraryDlg));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = 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.label1 = new System.Windows.Forms.Label();
     this.textLibraryName = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textDatabase = new System.Windows.Forms.TextBox();
     this.btnBrowseDb = new System.Windows.Forms.Button();
     this.btnOk = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.btnImportFromLibrary = new System.Windows.Forms.Button();
     this.labelNumPeptides = new System.Windows.Forms.Label();
     this.btnCreateDb = new System.Windows.Forms.Button();
     this.bindingSourceLibrary = new System.Windows.Forms.BindingSource(this.components);
     this.bindingSourceStandard = new System.Windows.Forms.BindingSource(this.components);
     this.contextMenuAdd = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.addResultsContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addSpectralLibraryContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.addIRTDatabaseContextMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.label4 = new System.Windows.Forms.Label();
     this.gridViewMeasuredPeptides = new pwiz.Skyline.Controls.DataGridViewEx();
     this.toolTipImportBtn = new System.Windows.Forms.ToolTip(this.components);
     this.toolTipMeasuredPeptidesGrid = new System.Windows.Forms.ToolTip(this.components);
     this.columnLibrarySequence = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.columnLibraryCollisionalCrossSection = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.columnLibraryHighEnergyDriftTimeOffsetMsec = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceLibrary)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceStandard)).BeginInit();
     this.contextMenuAdd.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMeasuredPeptides)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // textLibraryName
     //
     resources.ApplyResources(this.textLibraryName, "textLibraryName");
     this.textLibraryName.Name = "textLibraryName";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // textDatabase
     //
     resources.ApplyResources(this.textDatabase, "textDatabase");
     this.textDatabase.Name = "textDatabase";
     //
     // btnBrowseDb
     //
     resources.ApplyResources(this.btnBrowseDb, "btnBrowseDb");
     this.btnBrowseDb.Name = "btnBrowseDb";
     this.btnBrowseDb.UseVisualStyleBackColor = true;
     this.btnBrowseDb.Click += new System.EventHandler(this.btnBrowseDb_Click);
     //
     // btnOk
     //
     resources.ApplyResources(this.btnOk, "btnOk");
     this.btnOk.Name = "btnOk";
     this.btnOk.UseVisualStyleBackColor = true;
     this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // btnImportFromLibrary
     //
     resources.ApplyResources(this.btnImportFromLibrary, "btnImportFromLibrary");
     this.btnImportFromLibrary.Name = "btnImportFromLibrary";
     this.toolTipImportBtn.SetToolTip(this.btnImportFromLibrary, resources.GetString("btnImportFromLibrary.ToolTip"));
     this.btnImportFromLibrary.UseVisualStyleBackColor = true;
     this.btnImportFromLibrary.Click += new System.EventHandler(this.btnImportFromLibrary_Click);
     //
     // labelNumPeptides
     //
     resources.ApplyResources(this.labelNumPeptides, "labelNumPeptides");
     this.labelNumPeptides.Name = "labelNumPeptides";
     //
     // btnCreateDb
     //
     resources.ApplyResources(this.btnCreateDb, "btnCreateDb");
     this.btnCreateDb.Name = "btnCreateDb";
     this.btnCreateDb.UseVisualStyleBackColor = true;
     this.btnCreateDb.Click += new System.EventHandler(this.btnCreateDb_Click);
     //
     // contextMenuAdd
     //
     this.contextMenuAdd.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addResultsContextMenuItem,
     this.addSpectralLibraryContextMenuItem,
     this.addIRTDatabaseContextMenuItem});
     this.contextMenuAdd.Name = "contextMenuAdd";
     resources.ApplyResources(this.contextMenuAdd, "contextMenuAdd");
     //
     // addResultsContextMenuItem
     //
     this.addResultsContextMenuItem.Name = "addResultsContextMenuItem";
     resources.ApplyResources(this.addResultsContextMenuItem, "addResultsContextMenuItem");
     //
     // addSpectralLibraryContextMenuItem
     //
     this.addSpectralLibraryContextMenuItem.Name = "addSpectralLibraryContextMenuItem";
     resources.ApplyResources(this.addSpectralLibraryContextMenuItem, "addSpectralLibraryContextMenuItem");
     //
     // addIRTDatabaseContextMenuItem
     //
     this.addIRTDatabaseContextMenuItem.Name = "addIRTDatabaseContextMenuItem";
     resources.ApplyResources(this.addIRTDatabaseContextMenuItem, "addIRTDatabaseContextMenuItem");
     this.addIRTDatabaseContextMenuItem.Click += new System.EventHandler(this.addIonMobilityLibraryContextMenuItem_Click);
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // gridViewMeasuredPeptides
     //
     resources.ApplyResources(this.gridViewMeasuredPeptides, "gridViewMeasuredPeptides");
     this.gridViewMeasuredPeptides.AutoGenerateColumns = false;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.gridViewMeasuredPeptides.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.gridViewMeasuredPeptides.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gridViewMeasuredPeptides.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.columnLibrarySequence,
     this.columnLibraryCollisionalCrossSection,
     this.columnLibraryHighEnergyDriftTimeOffsetMsec});
     this.gridViewMeasuredPeptides.DataSource = this.bindingSourceLibrary;
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.gridViewMeasuredPeptides.DefaultCellStyle = dataGridViewCellStyle4;
     this.gridViewMeasuredPeptides.Name = "gridViewMeasuredPeptides";
     this.toolTipMeasuredPeptidesGrid.SetToolTip(this.gridViewMeasuredPeptides, resources.GetString("gridViewMeasuredPeptides.ToolTip"));
     this.toolTipImportBtn.SetToolTip(this.gridViewMeasuredPeptides, resources.GetString("gridViewMeasuredPeptides.ToolTip1"));
     this.gridViewMeasuredPeptides.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.gridViewLibrary_RowsAdded);
     this.gridViewMeasuredPeptides.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.gridViewLibrary_RowsRemoved);
     //
     // columnLibrarySequence
     //
     this.columnLibrarySequence.DataPropertyName = "PeptideModSeq";
     dataGridViewCellStyle2.NullValue = null;
     this.columnLibrarySequence.DefaultCellStyle = dataGridViewCellStyle2;
     resources.ApplyResources(this.columnLibrarySequence, "columnLibrarySequence");
     this.columnLibrarySequence.Name = "columnLibrarySequence";
     //
     // columnLibraryCollisionalCrossSection
     //
     this.columnLibraryCollisionalCrossSection.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.columnLibraryCollisionalCrossSection.DataPropertyName = "CollisionalCrossSection";
     dataGridViewCellStyle3.Format = "N2";
     dataGridViewCellStyle3.NullValue = null;
     this.columnLibraryCollisionalCrossSection.DefaultCellStyle = dataGridViewCellStyle3;
     resources.ApplyResources(this.columnLibraryCollisionalCrossSection, "columnLibraryCollisionalCrossSection");
     this.columnLibraryCollisionalCrossSection.Name = "columnLibraryCollisionalCrossSection";
     //
     // columnLibraryHighEnergyDriftTimeOffsetMsec
     //
     this.columnLibraryHighEnergyDriftTimeOffsetMsec.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
     this.columnLibraryHighEnergyDriftTimeOffsetMsec.DataPropertyName = "HighEnergyDriftTimeOffsetMsec";
     this.columnLibraryHighEnergyDriftTimeOffsetMsec.DefaultCellStyle = dataGridViewCellStyle3;
     resources.ApplyResources(this.columnLibraryHighEnergyDriftTimeOffsetMsec, "columnHighEnergyDriftTimeOffsetMsec");
     this.columnLibraryHighEnergyDriftTimeOffsetMsec.Name = "columnHighEnergyDriftTimeOffsetMsec";
     //
     // EditIonMobilityLibraryDlg
     //
     this.AcceptButton = this.btnOk;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.Controls.Add(this.gridViewMeasuredPeptides);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.btnCreateDb);
     this.Controls.Add(this.labelNumPeptides);
     this.Controls.Add(this.btnImportFromLibrary);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.btnBrowseDb);
     this.Controls.Add(this.textDatabase);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textLibraryName);
     this.Controls.Add(this.label1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "EditIonMobilityLibraryDlg";
     this.ShowInTaskbar = false;
     this.Load += new System.EventHandler(this.OnLoad);
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceLibrary)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceStandard)).EndInit();
     this.contextMenuAdd.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMeasuredPeptides)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 29
0
 /// <summary> 
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.dataGridView1 = new VSExtentionPlus.DataGridViewWithUndo();
     this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel1 = new System.Windows.Forms.Panel();
     this.button2 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.panel2 = new System.Windows.Forms.Panel();
     this.textBox_ClassName = new VSExtentionPlus.TextBoxWithUndo();
     this.label1 = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToResizeRows = false;
     this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ColumnName,
     this.CodeName});
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.EnableUndo = false;
     this.dataGridView1.Location = new System.Drawing.Point(0, 40);
     this.dataGridView1.MultiSelect = false;
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.NameInUndoDescription = null;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size = new System.Drawing.Size(450, 388);
     this.dataGridView1.TabIndex = 0;
     //
     // ColumnName
     //
     this.ColumnName.HeaderText = "列名称";
     this.ColumnName.Name = "ColumnName";
     this.ColumnName.ReadOnly = true;
     //
     // CodeName
     //
     this.CodeName.HeaderText = "代码属性名称";
     this.CodeName.Name = "CodeName";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Enabled = false;
     this.panel1.Location = new System.Drawing.Point(0, 344);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(0, 0);
     this.panel1.TabIndex = 1;
     this.panel1.Visible = false;
     //
     // button2
     //
     this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button2.Enabled = false;
     this.button2.Location = new System.Drawing.Point(-272, -68);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(235, 23);
     this.button2.TabIndex = 1;
     this.button2.Text = "当前选择项使用汉语拼音做为代码属性名";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Visible = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Enabled = false;
     this.button1.Location = new System.Drawing.Point(-371, -39);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(334, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "所有项使用汉语拼音做为代码属性名(仅作用于空代码名)";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Visible = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.textBox_ClassName);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(450, 40);
     this.panel2.TabIndex = 4;
     //
     // textBox_ClassName
     //
     this.textBox_ClassName.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.textBox_ClassName.EnableUndo = false;
     this.textBox_ClassName.Location = new System.Drawing.Point(63, 10);
     this.textBox_ClassName.Name = "textBox_ClassName";
     this.textBox_ClassName.NameInUndoDescription = null;
     this.textBox_ClassName.Size = new System.Drawing.Size(355, 21);
     this.textBox_ClassName.TabIndex = 1;
     this.textBox_ClassName.Validating += new System.ComponentModel.CancelEventHandler(this.textBox_ClassName_Validating);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 13);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "类名称";
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // UISheet
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name = "UISheet";
     this.Size = new System.Drawing.Size(450, 428);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 30
0
 /// <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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmVentas));
     this.panel1              = new System.Windows.Forms.Panel();
     this.label10             = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.panel2              = new System.Windows.Forms.Panel();
     this.gpbDatosCliente     = new System.Windows.Forms.GroupBox();
     this.lblTelefono         = new System.Windows.Forms.Label();
     this.label8              = new System.Windows.Forms.Label();
     this.lblDireccion        = new System.Windows.Forms.Label();
     this.lblNomCliente       = new System.Windows.Forms.Label();
     this.txtCliente          = new System.Windows.Forms.TextBox();
     this.label4              = new System.Windows.Forms.Label();
     this.label6              = new System.Windows.Forms.Label();
     this.lblBuscar           = new System.Windows.Forms.Label();
     this.gpbDatosGenerales   = new System.Windows.Forms.GroupBox();
     this.cmbTipoVenta        = new System.Windows.Forms.ComboBox();
     this.label40             = new System.Windows.Forms.Label();
     this.label39             = new System.Windows.Forms.Label();
     this.lblUsuarioImg       = new System.Windows.Forms.Label();
     this.lblTelfUsuario      = new System.Windows.Forms.Label();
     this.lblUsuario          = new System.Windows.Forms.Label();
     this.label35             = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.lblNoVenta          = new System.Windows.Forms.Label();
     this.dtpFecha            = new System.Windows.Forms.DateTimePicker();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.gpbDetalleVenta     = new System.Windows.Forms.GroupBox();
     this.lblProductosTotales = new System.Windows.Forms.Label();
     this.label24             = new System.Windows.Forms.Label();
     this.lblProductoImg      = new System.Windows.Forms.Label();
     this.label22             = new System.Windows.Forms.Label();
     this.dgvVentas           = new System.Windows.Forms.DataGridView();
     this.productoDataGrid    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precioDataGrid      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidadDataGrid    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.totalDataGrid       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnEliminar         = new System.Windows.Forms.Button();
     this.btnAgregar          = new System.Windows.Forms.Button();
     this.txtCantidad         = new System.Windows.Forms.TextBox();
     this.lblTotal            = new System.Windows.Forms.Label();
     this.label19             = new System.Windows.Forms.Label();
     this.lblPrecio           = new System.Windows.Forms.Label();
     this.label14             = new System.Windows.Forms.Label();
     this.label13             = new System.Windows.Forms.Label();
     this.txtProducto         = new System.Windows.Forms.TextBox();
     this.label11             = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.panel3              = new System.Windows.Forms.Panel();
     this.btnCobrar           = new System.Windows.Forms.Button();
     this.gpbPago             = new System.Windows.Forms.GroupBox();
     this.txtEfectivo         = new System.Windows.Forms.TextBox();
     this.lblCambio           = new System.Windows.Forms.Label();
     this.label36             = new System.Windows.Forms.Label();
     this.label37             = new System.Windows.Forms.Label();
     this.gpbTotales          = new System.Windows.Forms.GroupBox();
     this.lblTotalT           = new System.Windows.Forms.Label();
     this.label30             = new System.Windows.Forms.Label();
     this.lblDescuentoT       = new System.Windows.Forms.Label();
     this.lblSubtotalT        = new System.Windows.Forms.Label();
     this.label27             = new System.Windows.Forms.Label();
     this.label26             = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.gpbDatosCliente.SuspendLayout();
     this.gpbDatosGenerales.SuspendLayout();
     this.gpbDetalleVenta.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvVentas)).BeginInit();
     this.panel3.SuspendLayout();
     this.gpbPago.SuspendLayout();
     this.gpbTotales.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Lavender;
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(984, 48);
     this.panel1.TabIndex = 0;
     //
     // label10
     //
     this.label10.Font     = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(204, 9);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(123, 36);
     this.label10.TabIndex = 1;
     this.label10.Text     = "Systems";
     //
     // label9
     //
     this.label9.Font     = new System.Drawing.Font("Verdana", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(88, 9);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(124, 36);
     this.label9.TabIndex = 0;
     this.label9.Text     = "Absolute";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.GhostWhite;
     this.panel2.Controls.Add(this.gpbDatosCliente);
     this.panel2.Controls.Add(this.gpbDatosGenerales);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel2.Location = new System.Drawing.Point(0, 48);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(984, 198);
     this.panel2.TabIndex = 1;
     //
     // gpbDatosCliente
     //
     this.gpbDatosCliente.Controls.Add(this.lblTelefono);
     this.gpbDatosCliente.Controls.Add(this.label8);
     this.gpbDatosCliente.Controls.Add(this.lblDireccion);
     this.gpbDatosCliente.Controls.Add(this.lblNomCliente);
     this.gpbDatosCliente.Controls.Add(this.txtCliente);
     this.gpbDatosCliente.Controls.Add(this.label4);
     this.gpbDatosCliente.Controls.Add(this.label6);
     this.gpbDatosCliente.Controls.Add(this.lblBuscar);
     this.gpbDatosCliente.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gpbDatosCliente.Location = new System.Drawing.Point(575, 6);
     this.gpbDatosCliente.Name     = "gpbDatosCliente";
     this.gpbDatosCliente.Size     = new System.Drawing.Size(400, 171);
     this.gpbDatosCliente.TabIndex = 7;
     this.gpbDatosCliente.TabStop  = false;
     this.gpbDatosCliente.Text     = "Datos del cliente";
     //
     // lblTelefono
     //
     this.lblTelefono.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblTelefono.Font        = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTelefono.Location    = new System.Drawing.Point(62, 136);
     this.lblTelefono.Name        = "lblTelefono";
     this.lblTelefono.Size        = new System.Drawing.Size(326, 23);
     this.lblTelefono.TabIndex    = 20;
     this.lblTelefono.Text        = "Teléfono";
     //
     // label8
     //
     this.label8.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Image    = ((System.Drawing.Image)(resources.GetObject("label8.Image")));
     this.label8.Location = new System.Drawing.Point(6, 136);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(76, 23);
     this.label8.TabIndex = 21;
     //
     // lblDireccion
     //
     this.lblDireccion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDireccion.Font        = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDireccion.Location    = new System.Drawing.Point(62, 100);
     this.lblDireccion.Name        = "lblDireccion";
     this.lblDireccion.Size        = new System.Drawing.Size(326, 23);
     this.lblDireccion.TabIndex    = 18;
     this.lblDireccion.Text        = "Direccion";
     //
     // lblNomCliente
     //
     this.lblNomCliente.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblNomCliente.Font        = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNomCliente.Location    = new System.Drawing.Point(62, 66);
     this.lblNomCliente.Name        = "lblNomCliente";
     this.lblNomCliente.Size        = new System.Drawing.Size(326, 23);
     this.lblNomCliente.TabIndex    = 17;
     this.lblNomCliente.Text        = "Cliente";
     //
     // txtCliente
     //
     this.txtCliente.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCliente.Location = new System.Drawing.Point(62, 32);
     this.txtCliente.Name     = "txtCliente";
     this.txtCliente.Size     = new System.Drawing.Size(265, 20);
     this.txtCliente.TabIndex = 15;
     //
     // label4
     //
     this.label4.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Image    = ((System.Drawing.Image)(resources.GetObject("label4.Image")));
     this.label4.Location = new System.Drawing.Point(6, 67);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(76, 23);
     this.label4.TabIndex = 9;
     //
     // label6
     //
     this.label6.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Image    = ((System.Drawing.Image)(resources.GetObject("label6.Image")));
     this.label6.Location = new System.Drawing.Point(6, 100);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(76, 23);
     this.label6.TabIndex = 19;
     //
     // lblBuscar
     //
     this.lblBuscar.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBuscar.Image    = ((System.Drawing.Image)(resources.GetObject("lblBuscar.Image")));
     this.lblBuscar.Location = new System.Drawing.Point(322, 28);
     this.lblBuscar.Name     = "lblBuscar";
     this.lblBuscar.Size     = new System.Drawing.Size(55, 35);
     this.lblBuscar.TabIndex = 16;
     //
     // gpbDatosGenerales
     //
     this.gpbDatosGenerales.Controls.Add(this.cmbTipoVenta);
     this.gpbDatosGenerales.Controls.Add(this.label40);
     this.gpbDatosGenerales.Controls.Add(this.label39);
     this.gpbDatosGenerales.Controls.Add(this.lblUsuarioImg);
     this.gpbDatosGenerales.Controls.Add(this.lblTelfUsuario);
     this.gpbDatosGenerales.Controls.Add(this.lblUsuario);
     this.gpbDatosGenerales.Controls.Add(this.label35);
     this.gpbDatosGenerales.Controls.Add(this.label3);
     this.gpbDatosGenerales.Controls.Add(this.lblNoVenta);
     this.gpbDatosGenerales.Controls.Add(this.dtpFecha);
     this.gpbDatosGenerales.Controls.Add(this.label2);
     this.gpbDatosGenerales.Controls.Add(this.label1);
     this.gpbDatosGenerales.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gpbDatosGenerales.Location = new System.Drawing.Point(12, 6);
     this.gpbDatosGenerales.Name     = "gpbDatosGenerales";
     this.gpbDatosGenerales.Size     = new System.Drawing.Size(557, 171);
     this.gpbDatosGenerales.TabIndex = 6;
     this.gpbDatosGenerales.TabStop  = false;
     this.gpbDatosGenerales.Text     = "Datos Generales";
     //
     // cmbTipoVenta
     //
     this.cmbTipoVenta.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbTipoVenta.FormattingEnabled = true;
     this.cmbTipoVenta.Items.AddRange(new object[] {
         "Normal",
         "A crédito"
     });
     this.cmbTipoVenta.Location = new System.Drawing.Point(233, 137);
     this.cmbTipoVenta.Name     = "cmbTipoVenta";
     this.cmbTipoVenta.Size     = new System.Drawing.Size(102, 21);
     this.cmbTipoVenta.TabIndex = 42;
     //
     // label40
     //
     this.label40.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.Location = new System.Drawing.Point(233, 116);
     this.label40.Name     = "label40";
     this.label40.Size     = new System.Drawing.Size(77, 23);
     this.label40.TabIndex = 41;
     this.label40.Text     = "Tipo";
     //
     // label39
     //
     this.label39.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.Location = new System.Drawing.Point(346, 23);
     this.label39.Name     = "label39";
     this.label39.Size     = new System.Drawing.Size(95, 23);
     this.label39.TabIndex = 40;
     this.label39.Text     = "Vende:";
     //
     // lblUsuarioImg
     //
     this.lblUsuarioImg.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUsuarioImg.Image    = ((System.Drawing.Image)(resources.GetObject("lblUsuarioImg.Image")));
     this.lblUsuarioImg.Location = new System.Drawing.Point(346, 53);
     this.lblUsuarioImg.Name     = "lblUsuarioImg";
     this.lblUsuarioImg.Size     = new System.Drawing.Size(179, 106);
     this.lblUsuarioImg.TabIndex = 40;
     //
     // lblTelfUsuario
     //
     this.lblTelfUsuario.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblTelfUsuario.Font        = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTelfUsuario.Location    = new System.Drawing.Point(54, 71);
     this.lblTelfUsuario.Name        = "lblTelfUsuario";
     this.lblTelfUsuario.Size        = new System.Drawing.Size(281, 23);
     this.lblTelfUsuario.TabIndex    = 22;
     this.lblTelfUsuario.Text        = "Teléfono";
     //
     // lblUsuario
     //
     this.lblUsuario.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblUsuario.Font        = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUsuario.Location    = new System.Drawing.Point(55, 40);
     this.lblUsuario.Name        = "lblUsuario";
     this.lblUsuario.Size        = new System.Drawing.Size(280, 23);
     this.lblUsuario.TabIndex    = 22;
     this.lblUsuario.Text        = "Operador";
     //
     // label35
     //
     this.label35.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.Image    = ((System.Drawing.Image)(resources.GetObject("label35.Image")));
     this.label35.Location = new System.Drawing.Point(5, 71);
     this.label35.Name     = "label35";
     this.label35.Size     = new System.Drawing.Size(53, 23);
     this.label35.TabIndex = 23;
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Image    = ((System.Drawing.Image)(resources.GetObject("label3.Image")));
     this.label3.Location = new System.Drawing.Point(6, 40);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(52, 23);
     this.label3.TabIndex = 22;
     //
     // lblNoVenta
     //
     this.lblNoVenta.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblNoVenta.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNoVenta.Location    = new System.Drawing.Point(121, 136);
     this.lblNoVenta.Name        = "lblNoVenta";
     this.lblNoVenta.Size        = new System.Drawing.Size(100, 23);
     this.lblNoVenta.TabIndex    = 13;
     //
     // dtpFecha
     //
     this.dtpFecha.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpFecha.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpFecha.Location = new System.Drawing.Point(13, 139);
     this.dtpFecha.Name     = "dtpFecha";
     this.dtpFecha.Size     = new System.Drawing.Size(98, 20);
     this.dtpFecha.TabIndex = 12;
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(119, 116);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(77, 23);
     this.label2.TabIndex = 8;
     this.label2.Text     = "N°Venta";
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(13, 116);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(57, 23);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Fecha";
     //
     // gpbDetalleVenta
     //
     this.gpbDetalleVenta.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.gpbDetalleVenta.Controls.Add(this.lblProductosTotales);
     this.gpbDetalleVenta.Controls.Add(this.label24);
     this.gpbDetalleVenta.Controls.Add(this.lblProductoImg);
     this.gpbDetalleVenta.Controls.Add(this.label22);
     this.gpbDetalleVenta.Controls.Add(this.dgvVentas);
     this.gpbDetalleVenta.Controls.Add(this.btnEliminar);
     this.gpbDetalleVenta.Controls.Add(this.btnAgregar);
     this.gpbDetalleVenta.Controls.Add(this.txtCantidad);
     this.gpbDetalleVenta.Controls.Add(this.lblTotal);
     this.gpbDetalleVenta.Controls.Add(this.label19);
     this.gpbDetalleVenta.Controls.Add(this.lblPrecio);
     this.gpbDetalleVenta.Controls.Add(this.label14);
     this.gpbDetalleVenta.Controls.Add(this.label13);
     this.gpbDetalleVenta.Controls.Add(this.txtProducto);
     this.gpbDetalleVenta.Controls.Add(this.label11);
     this.gpbDetalleVenta.Controls.Add(this.label5);
     this.gpbDetalleVenta.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gpbDetalleVenta.Location = new System.Drawing.Point(12, 252);
     this.gpbDetalleVenta.Name     = "gpbDetalleVenta";
     this.gpbDetalleVenta.Size     = new System.Drawing.Size(963, 277);
     this.gpbDetalleVenta.TabIndex = 2;
     this.gpbDetalleVenta.TabStop  = false;
     this.gpbDetalleVenta.Text     = "Detalle Venta";
     //
     // lblProductosTotales
     //
     this.lblProductosTotales.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblProductosTotales.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProductosTotales.Location    = new System.Drawing.Point(161, 246);
     this.lblProductosTotales.Name        = "lblProductosTotales";
     this.lblProductosTotales.Size        = new System.Drawing.Size(79, 20);
     this.lblProductosTotales.TabIndex    = 39;
     //
     // label24
     //
     this.label24.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(6, 244);
     this.label24.Name     = "label24";
     this.label24.Size     = new System.Drawing.Size(162, 23);
     this.label24.TabIndex = 38;
     this.label24.Text     = "Productos totales";
     //
     // lblProductoImg
     //
     this.lblProductoImg.Image    = ((System.Drawing.Image)(resources.GetObject("lblProductoImg.Image")));
     this.lblProductoImg.Location = new System.Drawing.Point(790, 52);
     this.lblProductoImg.Name     = "lblProductoImg";
     this.lblProductoImg.Size     = new System.Drawing.Size(150, 174);
     this.lblProductoImg.TabIndex = 37;
     //
     // label22
     //
     this.label22.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(795, 23);
     this.label22.Name     = "label22";
     this.label22.Size     = new System.Drawing.Size(95, 23);
     this.label22.TabIndex = 36;
     this.label22.Text     = "Producto";
     //
     // dgvVentas
     //
     this.dgvVentas.AllowUserToAddRows          = false;
     this.dgvVentas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvVentas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.productoDataGrid,
         this.precioDataGrid,
         this.cantidadDataGrid,
         this.totalDataGrid
     });
     this.dgvVentas.Location = new System.Drawing.Point(9, 76);
     this.dgvVentas.Name     = "dgvVentas";
     this.dgvVentas.Size     = new System.Drawing.Size(762, 150);
     this.dgvVentas.TabIndex = 35;
     //
     // productoDataGrid
     //
     this.productoDataGrid.HeaderText = "Producto";
     this.productoDataGrid.Name       = "productoDataGrid";
     this.productoDataGrid.ReadOnly   = true;
     //
     // precioDataGrid
     //
     this.precioDataGrid.HeaderText = "Precio";
     this.precioDataGrid.Name       = "precioDataGrid";
     this.precioDataGrid.ReadOnly   = true;
     //
     // cantidadDataGrid
     //
     this.cantidadDataGrid.HeaderText = "Cantidad";
     this.cantidadDataGrid.Name       = "cantidadDataGrid";
     this.cantidadDataGrid.ReadOnly   = true;
     //
     // totalDataGrid
     //
     this.totalDataGrid.HeaderText = "Total";
     this.totalDataGrid.Name       = "totalDataGrid";
     this.totalDataGrid.ReadOnly   = true;
     //
     // btnEliminar
     //
     this.btnEliminar.Font       = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnEliminar.Image      = ((System.Drawing.Image)(resources.GetObject("btnEliminar.Image")));
     this.btnEliminar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnEliminar.Location   = new System.Drawing.Point(382, 46);
     this.btnEliminar.Name       = "btnEliminar";
     this.btnEliminar.Size       = new System.Drawing.Size(83, 24);
     this.btnEliminar.TabIndex   = 32;
     this.btnEliminar.Text       = "Eliminar";
     this.btnEliminar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnEliminar.UseVisualStyleBackColor = true;
     //
     // btnAgregar
     //
     this.btnAgregar.Font       = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAgregar.Image      = ((System.Drawing.Image)(resources.GetObject("btnAgregar.Image")));
     this.btnAgregar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnAgregar.Location   = new System.Drawing.Point(293, 46);
     this.btnAgregar.Name       = "btnAgregar";
     this.btnAgregar.Size       = new System.Drawing.Size(83, 24);
     this.btnAgregar.TabIndex   = 31;
     this.btnAgregar.Text       = "Agregar";
     this.btnAgregar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnAgregar.UseVisualStyleBackColor = true;
     //
     // txtCantidad
     //
     this.txtCantidad.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCantidad.Location = new System.Drawing.Point(583, 48);
     this.txtCantidad.Name     = "txtCantidad";
     this.txtCantidad.Size     = new System.Drawing.Size(81, 20);
     this.txtCantidad.TabIndex = 30;
     //
     // lblTotal
     //
     this.lblTotal.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblTotal.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotal.Location    = new System.Drawing.Point(672, 49);
     this.lblTotal.Name        = "lblTotal";
     this.lblTotal.Size        = new System.Drawing.Size(95, 20);
     this.lblTotal.TabIndex    = 29;
     //
     // label19
     //
     this.label19.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.Location = new System.Drawing.Point(672, 23);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(95, 23);
     this.label19.TabIndex = 28;
     this.label19.Text     = "Total";
     //
     // lblPrecio
     //
     this.lblPrecio.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblPrecio.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPrecio.Location    = new System.Drawing.Point(496, 48);
     this.lblPrecio.Name        = "lblPrecio";
     this.lblPrecio.Size        = new System.Drawing.Size(79, 20);
     this.lblPrecio.TabIndex    = 14;
     //
     // label14
     //
     this.label14.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(583, 23);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(85, 23);
     this.label14.TabIndex = 24;
     this.label14.Text     = "Cantidad";
     //
     // label13
     //
     this.label13.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(496, 23);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(60, 23);
     this.label13.TabIndex = 23;
     this.label13.Text     = "Precio";
     //
     // label11
     //
     this.label11.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(9, 23);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(95, 23);
     this.label11.TabIndex = 13;
     this.label11.Text     = "Producto";
     //
     // label5
     //
     this.label5.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Image    = ((System.Drawing.Image)(resources.GetObject("label5.Image")));
     this.label5.Location = new System.Drawing.Point(223, 43);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(55, 35);
     this.label5.TabIndex = 40;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.AliceBlue;
     this.panel3.Controls.Add(this.btnCobrar);
     this.panel3.Controls.Add(this.gpbPago);
     this.panel3.Controls.Add(this.gpbTotales);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 535);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(984, 126);
     this.panel3.TabIndex = 3;
     //
     // btnCobrar
     //
     this.btnCobrar.AutoSize   = true;
     this.btnCobrar.Font       = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCobrar.Image      = ((System.Drawing.Image)(resources.GetObject("btnCobrar.Image")));
     this.btnCobrar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCobrar.Location   = new System.Drawing.Point(706, 41);
     this.btnCobrar.Name       = "btnCobrar";
     this.btnCobrar.Size       = new System.Drawing.Size(93, 43);
     this.btnCobrar.TabIndex   = 47;
     this.btnCobrar.Text       = "Cobrar";
     this.btnCobrar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCobrar.UseVisualStyleBackColor = true;
     //
     // gpbPago
     //
     this.gpbPago.Controls.Add(this.txtEfectivo);
     this.gpbPago.Controls.Add(this.lblCambio);
     this.gpbPago.Controls.Add(this.label36);
     this.gpbPago.Controls.Add(this.label37);
     this.gpbPago.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gpbPago.Location = new System.Drawing.Point(391, 7);
     this.gpbPago.Name     = "gpbPago";
     this.gpbPago.Size     = new System.Drawing.Size(244, 113);
     this.gpbPago.TabIndex = 48;
     this.gpbPago.TabStop  = false;
     this.gpbPago.Text     = "Pago";
     //
     // txtEfectivo
     //
     this.txtEfectivo.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEfectivo.Location = new System.Drawing.Point(16, 57);
     this.txtEfectivo.Name     = "txtEfectivo";
     this.txtEfectivo.Size     = new System.Drawing.Size(81, 20);
     this.txtEfectivo.TabIndex = 43;
     //
     // lblCambio
     //
     this.lblCambio.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblCambio.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCambio.Location    = new System.Drawing.Point(122, 57);
     this.lblCambio.Name        = "lblCambio";
     this.lblCambio.Size        = new System.Drawing.Size(79, 20);
     this.lblCambio.TabIndex    = 42;
     //
     // label36
     //
     this.label36.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.Location = new System.Drawing.Point(120, 33);
     this.label36.Name     = "label36";
     this.label36.Size     = new System.Drawing.Size(95, 23);
     this.label36.TabIndex = 41;
     this.label36.Text     = "Cambio";
     //
     // label37
     //
     this.label37.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label37.Location = new System.Drawing.Point(16, 33);
     this.label37.Name     = "label37";
     this.label37.Size     = new System.Drawing.Size(85, 23);
     this.label37.TabIndex = 40;
     this.label37.Text     = "Efectivo";
     //
     // gpbTotales
     //
     this.gpbTotales.Controls.Add(this.lblTotalT);
     this.gpbTotales.Controls.Add(this.label30);
     this.gpbTotales.Controls.Add(this.lblDescuentoT);
     this.gpbTotales.Controls.Add(this.lblSubtotalT);
     this.gpbTotales.Controls.Add(this.label27);
     this.gpbTotales.Controls.Add(this.label26);
     this.gpbTotales.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gpbTotales.Location = new System.Drawing.Point(12, 7);
     this.gpbTotales.Name     = "gpbTotales";
     this.gpbTotales.Size     = new System.Drawing.Size(366, 113);
     this.gpbTotales.TabIndex = 46;
     this.gpbTotales.TabStop  = false;
     this.gpbTotales.Text     = "Totales";
     //
     // lblTotalT
     //
     this.lblTotalT.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblTotalT.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotalT.Location    = new System.Drawing.Point(250, 53);
     this.lblTotalT.Name        = "lblTotalT";
     this.lblTotalT.Size        = new System.Drawing.Size(79, 20);
     this.lblTotalT.TabIndex    = 44;
     //
     // label30
     //
     this.label30.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.Location = new System.Drawing.Point(250, 30);
     this.label30.Name     = "label30";
     this.label30.Size     = new System.Drawing.Size(85, 23);
     this.label30.TabIndex = 43;
     this.label30.Text     = "Total";
     //
     // lblDescuentoT
     //
     this.lblDescuentoT.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDescuentoT.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDescuentoT.Location    = new System.Drawing.Point(110, 75);
     this.lblDescuentoT.Name        = "lblDescuentoT";
     this.lblDescuentoT.Size        = new System.Drawing.Size(79, 20);
     this.lblDescuentoT.TabIndex    = 42;
     //
     // lblSubtotalT
     //
     this.lblSubtotalT.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblSubtotalT.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSubtotalT.Location    = new System.Drawing.Point(110, 33);
     this.lblSubtotalT.Name        = "lblSubtotalT";
     this.lblSubtotalT.Size        = new System.Drawing.Size(79, 20);
     this.lblSubtotalT.TabIndex    = 40;
     //
     // label27
     //
     this.label27.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label27.Location = new System.Drawing.Point(9, 72);
     this.label27.Name     = "label27";
     this.label27.Size     = new System.Drawing.Size(95, 23);
     this.label27.TabIndex = 41;
     this.label27.Text     = "Descuento";
     //
     // label26
     //
     this.label26.Font     = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label26.Location = new System.Drawing.Point(19, 33);
     this.label26.Name     = "label26";
     this.label26.Size     = new System.Drawing.Size(85, 23);
     this.label26.TabIndex = 40;
     this.label26.Text     = "Subtotal";
     //
     // frmVentas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Lavender;
     this.ClientSize          = new System.Drawing.Size(984, 661);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.gpbDetalleVenta);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmVentas";
     this.Text            = "Catálogo de Ventas";
     this.Load           += new System.EventHandler(this.FrmVentasLoad);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.gpbDatosCliente.ResumeLayout(false);
     this.gpbDatosCliente.PerformLayout();
     this.gpbDatosGenerales.ResumeLayout(false);
     this.gpbDetalleVenta.ResumeLayout(false);
     this.gpbDetalleVenta.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvVentas)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.gpbPago.ResumeLayout(false);
     this.gpbPago.PerformLayout();
     this.gpbTotales.ResumeLayout(false);
     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(Frm_CanjeLetras_Cronograma));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     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();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.GroupBox2 = new System.Windows.Forms.GroupBox();
     this.txttotapagarsoles = new System.Windows.Forms.TextBox();
     this.Label3 = new System.Windows.Forms.Label();
     this.txttotapagardolares = new System.Windows.Forms.TextBox();
     this.Label5 = new System.Windows.Forms.Label();
     this.Label6 = new System.Windows.Forms.Label();
     this.txtcambio = new System.Windows.Forms.TextBox();
     this.Label10 = new System.Windows.Forms.Label();
     this.btngenerarletras = new System.Windows.Forms.Button();
     this.GroupBox1 = new System.Windows.Forms.GroupBox();
     this.txtSerie = new System.Windows.Forms.TextBox();
     this.txtnumpagoinicial = new System.Windows.Forms.TextBox();
     this.fechavenc = new System.Windows.Forms.DateTimePicker();
     this.Label4 = new System.Windows.Forms.Label();
     this.Label1 = new System.Windows.Forms.Label();
     this.txttotletras = new System.Windows.Forms.TextBox();
     this.Label2 = new System.Windows.Forms.Label();
     this.btnSalir = new System.Windows.Forms.Button();
     this.btnReporte = new System.Windows.Forms.Button();
     this.Examinar = new System.Windows.Forms.DataGridView();
     this.asientoitems = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ddocuref = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cuentaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cuentaname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.debehaber = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Importe = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ImporteCambio = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.moneda = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.mediopago = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tipdoc = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.serdoc = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.numdoc = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tipcamb = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cencosid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.fechvenc = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nmruc = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bancoid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tipref = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.numref = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ctactename = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.flagd_3a = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.cuend_3a = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dfich_3a = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pedidoid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.num_op = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cuenta_Imputable = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label7 = new System.Windows.Forms.Label();
     this.txtTotaImporte = new System.Windows.Forms.TextBox();
     this.txtTotalImporteCambio = new System.Windows.Forms.TextBox();
     this.txtDif = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.GroupBox2.SuspendLayout();
     this.GroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Examinar)).BeginInit();
     this.SuspendLayout();
     //
     // GroupBox2
     //
     this.GroupBox2.Controls.Add(this.txttotapagarsoles);
     this.GroupBox2.Controls.Add(this.Label3);
     this.GroupBox2.Controls.Add(this.txttotapagardolares);
     this.GroupBox2.Controls.Add(this.Label5);
     this.GroupBox2.Controls.Add(this.Label6);
     this.GroupBox2.Controls.Add(this.txtcambio);
     this.GroupBox2.Controls.Add(this.Label10);
     this.GroupBox2.Location = new System.Drawing.Point(12, 5);
     this.GroupBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.GroupBox2.Name = "GroupBox2";
     this.GroupBox2.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.GroupBox2.Size = new System.Drawing.Size(507, 70);
     this.GroupBox2.TabIndex = 0;
     this.GroupBox2.TabStop = false;
     this.GroupBox2.Text = " Datos Importe Deuda - Canje de Letras";
     //
     // txttotapagarsoles
     //
     this.txttotapagarsoles.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txttotapagarsoles.Location = new System.Drawing.Point(122, 36);
     this.txttotapagarsoles.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txttotapagarsoles.MaxLength = 13;
     this.txttotapagarsoles.Name = "txttotapagarsoles";
     this.txttotapagarsoles.Size = new System.Drawing.Size(136, 23);
     this.txttotapagarsoles.TabIndex = 1;
     this.txttotapagarsoles.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // Label3
     //
     this.Label3.AutoSize = true;
     this.Label3.ForeColor = System.Drawing.Color.RoyalBlue;
     this.Label3.Location = new System.Drawing.Point(22, 41);
     this.Label3.Name = "Label3";
     this.Label3.Size = new System.Drawing.Size(100, 17);
     this.Label3.TabIndex = 0;
     this.Label3.Text = "Total a Canjear";
     //
     // txttotapagardolares
     //
     this.txttotapagardolares.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txttotapagardolares.Location = new System.Drawing.Point(266, 36);
     this.txttotapagardolares.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txttotapagardolares.MaxLength = 13;
     this.txttotapagardolares.Name = "txttotapagardolares";
     this.txttotapagardolares.Size = new System.Drawing.Size(136, 23);
     this.txttotapagardolares.TabIndex = 3;
     this.txttotapagardolares.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // Label5
     //
     this.Label5.AutoSize = true;
     this.Label5.ForeColor = System.Drawing.Color.RoyalBlue;
     this.Label5.Location = new System.Drawing.Point(173, 18);
     this.Label5.Name = "Label5";
     this.Label5.Size = new System.Drawing.Size(25, 17);
     this.Label5.TabIndex = 2;
     this.Label5.Text = "S/.";
     //
     // Label6
     //
     this.Label6.AutoSize = true;
     this.Label6.ForeColor = System.Drawing.Color.RoyalBlue;
     this.Label6.Location = new System.Drawing.Point(303, 18);
     this.Label6.Name = "Label6";
     this.Label6.Size = new System.Drawing.Size(37, 17);
     this.Label6.TabIndex = 4;
     this.Label6.Text = "US $";
     //
     // txtcambio
     //
     this.txtcambio.Enabled = false;
     this.txtcambio.Location = new System.Drawing.Point(409, 36);
     this.txtcambio.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtcambio.Name = "txtcambio";
     this.txtcambio.Size = new System.Drawing.Size(80, 23);
     this.txtcambio.TabIndex = 6;
     this.txtcambio.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // Label10
     //
     this.Label10.AutoSize = true;
     this.Label10.ForeColor = System.Drawing.Color.RoyalBlue;
     this.Label10.Location = new System.Drawing.Point(427, 18);
     this.Label10.Name = "Label10";
     this.Label10.Size = new System.Drawing.Size(33, 17);
     this.Label10.TabIndex = 5;
     this.Label10.Text = "T.C.";
     //
     // btngenerarletras
     //
     this.btngenerarletras.Image = ((System.Drawing.Image)(resources.GetObject("btngenerarletras.Image")));
     this.btngenerarletras.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btngenerarletras.Location = new System.Drawing.Point(332, 154);
     this.btngenerarletras.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btngenerarletras.Name = "btngenerarletras";
     this.btngenerarletras.Size = new System.Drawing.Size(126, 33);
     this.btngenerarletras.TabIndex = 2;
     this.btngenerarletras.Text = "Generar Letras";
     this.btngenerarletras.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btngenerarletras.UseVisualStyleBackColor = true;
     this.btngenerarletras.Click += new System.EventHandler(this.btngenerarletras_Click);
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.txtSerie);
     this.GroupBox1.Controls.Add(this.txtnumpagoinicial);
     this.GroupBox1.Controls.Add(this.fechavenc);
     this.GroupBox1.Controls.Add(this.Label4);
     this.GroupBox1.Controls.Add(this.Label1);
     this.GroupBox1.Controls.Add(this.txttotletras);
     this.GroupBox1.Controls.Add(this.Label2);
     this.GroupBox1.Location = new System.Drawing.Point(12, 78);
     this.GroupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.GroupBox1.Name = "GroupBox1";
     this.GroupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.GroupBox1.Size = new System.Drawing.Size(289, 113);
     this.GroupBox1.TabIndex = 1;
     this.GroupBox1.TabStop = false;
     this.GroupBox1.Text = " Datos Generación Letras ";
     //
     // txtSerie
     //
     this.txtSerie.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtSerie.Location = new System.Drawing.Point(129, 52);
     this.txtSerie.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtSerie.MaxLength = 4;
     this.txtSerie.Name = "txtSerie";
     this.txtSerie.Size = new System.Drawing.Size(39, 23);
     this.txtSerie.TabIndex = 3;
     //
     // txtnumpagoinicial
     //
     this.txtnumpagoinicial.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtnumpagoinicial.Location = new System.Drawing.Point(171, 52);
     this.txtnumpagoinicial.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtnumpagoinicial.MaxLength = 13;
     this.txtnumpagoinicial.Name = "txtnumpagoinicial";
     this.txtnumpagoinicial.Size = new System.Drawing.Size(86, 23);
     this.txtnumpagoinicial.TabIndex = 4;
     //
     // fechavenc
     //
     this.fechavenc.Checked = false;
     this.fechavenc.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechavenc.Location = new System.Drawing.Point(129, 79);
     this.fechavenc.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.fechavenc.Name = "fechavenc";
     this.fechavenc.Size = new System.Drawing.Size(128, 23);
     this.fechavenc.TabIndex = 6;
     //
     // Label4
     //
     this.Label4.AutoSize = true;
     this.Label4.ForeColor = System.Drawing.Color.RoyalBlue;
     this.Label4.Location = new System.Drawing.Point(49, 28);
     this.Label4.Name = "Label4";
     this.Label4.Size = new System.Drawing.Size(79, 17);
     this.Label4.TabIndex = 0;
     this.Label4.Text = "Total Letras";
     //
     // Label1
     //
     this.Label1.AutoSize = true;
     this.Label1.ForeColor = System.Drawing.Color.RoyalBlue;
     this.Label1.Location = new System.Drawing.Point(36, 57);
     this.Label1.Name = "Label1";
     this.Label1.Size = new System.Drawing.Size(93, 17);
     this.Label1.TabIndex = 2;
     this.Label1.Text = "Número Inicial";
     //
     // txttotletras
     //
     this.txttotletras.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txttotletras.Location = new System.Drawing.Point(129, 25);
     this.txttotletras.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txttotletras.MaxLength = 13;
     this.txttotletras.Name = "txttotletras";
     this.txttotletras.Size = new System.Drawing.Size(72, 23);
     this.txttotletras.TabIndex = 1;
     //
     // Label2
     //
     this.Label2.AutoSize = true;
     this.Label2.ForeColor = System.Drawing.Color.RoyalBlue;
     this.Label2.Location = new System.Drawing.Point(40, 82);
     this.Label2.Name = "Label2";
     this.Label2.Size = new System.Drawing.Size(85, 17);
     this.Label2.TabIndex = 5;
     this.Label2.Text = "F.Venc.Inicial";
     //
     // btnSalir
     //
     this.btnSalir.Image = global::BapFormulariosNet.Properties.Resources.Cancela16;
     this.btnSalir.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSalir.Location = new System.Drawing.Point(633, 459);
     this.btnSalir.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnSalir.Name = "btnSalir";
     this.btnSalir.Size = new System.Drawing.Size(103, 34);
     this.btnSalir.TabIndex = 5;
     this.btnSalir.Text = "&Cancelar  ";
     this.btnSalir.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSalir.UseVisualStyleBackColor = true;
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // btnReporte
     //
     this.btnReporte.Image = global::BapFormulariosNet.Properties.Resources.Acepta16;
     this.btnReporte.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnReporte.Location = new System.Drawing.Point(517, 459);
     this.btnReporte.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnReporte.Name = "btnReporte";
     this.btnReporte.Size = new System.Drawing.Size(103, 34);
     this.btnReporte.TabIndex = 4;
     this.btnReporte.Text = "&Seleccionar";
     this.btnReporte.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnReporte.UseVisualStyleBackColor = true;
     this.btnReporte.Click += new System.EventHandler(this.btnReporte_Click);
     //
     // Examinar
     //
     this.Examinar.AllowUserToAddRows = false;
     this.Examinar.AllowUserToDeleteRows = false;
     this.Examinar.AllowUserToResizeColumns = false;
     this.Examinar.AllowUserToResizeRows = false;
     this.Examinar.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.Examinar.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken;
     this.Examinar.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.Examinar.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.asientoitems,
     this.ddocuref,
     this.cuentaid,
     this.cuentaname,
     this.debehaber,
     this.Importe,
     this.ImporteCambio,
     this.moneda,
     this.mediopago,
     this.tipdoc,
     this.serdoc,
     this.numdoc,
     this.tipcamb,
     this.cencosid,
     this.fechvenc,
     this.nmruc,
     this.bancoid,
     this.tipref,
     this.numref,
     this.ctactename,
     this.flagd_3a,
     this.cuend_3a,
     this.dfich_3a,
     this.pedidoid,
     this.num_op,
     this.cuenta_Imputable});
     this.Examinar.Location = new System.Drawing.Point(12, 193);
     this.Examinar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Examinar.MultiSelect = false;
     this.Examinar.Name = "Examinar";
     this.Examinar.RowHeadersWidth = 10;
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Examinar.RowsDefaultCellStyle = dataGridViewCellStyle5;
     this.Examinar.RowTemplate.Height = 20;
     this.Examinar.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.Examinar.Size = new System.Drawing.Size(857, 262);
     this.Examinar.TabIndex = 3;
     this.Examinar.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.Examinar_CellBeginEdit);
     this.Examinar.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.Examinar_CellEndEdit);
     this.Examinar.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.Examinar_CellValueChanged);
     this.Examinar.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.Examinar_EditingControlShowing);
     this.Examinar.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Examinar_KeyDown);
     //
     // asientoitems
     //
     this.asientoitems.DataPropertyName = "asientoitems";
     this.asientoitems.HeaderText = "Nro";
     this.asientoitems.Name = "asientoitems";
     this.asientoitems.ReadOnly = true;
     this.asientoitems.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.asientoitems.Visible = false;
     this.asientoitems.Width = 45;
     //
     // ddocuref
     //
     this.ddocuref.DataPropertyName = "ddocuref";
     this.ddocuref.HeaderText = "ddocuref";
     this.ddocuref.Name = "ddocuref";
     this.ddocuref.Visible = false;
     //
     // cuentaid
     //
     this.cuentaid.DataPropertyName = "cuentaid";
     this.cuentaid.HeaderText = "Cuenta";
     this.cuentaid.Name = "cuentaid";
     this.cuentaid.Visible = false;
     //
     // cuentaname
     //
     this.cuentaname.DataPropertyName = "cuentaname";
     this.cuentaname.HeaderText = "Descripción";
     this.cuentaname.Name = "cuentaname";
     this.cuentaname.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.cuentaname.Visible = false;
     this.cuentaname.Width = 360;
     //
     // debehaber
     //
     this.debehaber.DataPropertyName = "debehaber";
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.debehaber.DefaultCellStyle = dataGridViewCellStyle1;
     this.debehaber.HeaderText = "D/H";
     this.debehaber.MaxInputLength = 1;
     this.debehaber.Name = "debehaber";
     this.debehaber.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.debehaber.Visible = false;
     this.debehaber.Width = 35;
     //
     // Importe
     //
     this.Importe.DataPropertyName = "Importe";
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle2.Format = "N2";
     dataGridViewCellStyle2.NullValue = "0";
     this.Importe.DefaultCellStyle = dataGridViewCellStyle2;
     this.Importe.HeaderText = "Importe";
     this.Importe.Name = "Importe";
     this.Importe.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Importe.Width = 78;
     //
     // ImporteCambio
     //
     this.ImporteCambio.DataPropertyName = "ImporteCambio";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle3.Format = "N2";
     dataGridViewCellStyle3.NullValue = "0";
     this.ImporteCambio.DefaultCellStyle = dataGridViewCellStyle3;
     this.ImporteCambio.HeaderText = "Importe Cambio";
     this.ImporteCambio.Name = "ImporteCambio";
     this.ImporteCambio.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.ImporteCambio.Width = 78;
     //
     // moneda
     //
     this.moneda.DataPropertyName = "moneda";
     this.moneda.HeaderText = "MND";
     this.moneda.Name = "moneda";
     this.moneda.Width = 35;
     //
     // mediopago
     //
     this.mediopago.DataPropertyName = "mediopago";
     this.mediopago.HeaderText = "MPag";
     this.mediopago.Name = "mediopago";
     this.mediopago.Visible = false;
     this.mediopago.Width = 40;
     //
     // tipdoc
     //
     this.tipdoc.DataPropertyName = "tipdoc";
     this.tipdoc.HeaderText = "TD";
     this.tipdoc.Name = "tipdoc";
     this.tipdoc.Width = 28;
     //
     // serdoc
     //
     this.serdoc.DataPropertyName = "serdoc";
     this.serdoc.HeaderText = "Serie";
     this.serdoc.Name = "serdoc";
     this.serdoc.Width = 38;
     //
     // numdoc
     //
     this.numdoc.DataPropertyName = "numdoc";
     this.numdoc.HeaderText = "Número";
     this.numdoc.Name = "numdoc";
     this.numdoc.Width = 74;
     //
     // tipcamb
     //
     this.tipcamb.DataPropertyName = "tipcamb";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle4.Format = "N4";
     dataGridViewCellStyle4.NullValue = "0";
     this.tipcamb.DefaultCellStyle = dataGridViewCellStyle4;
     this.tipcamb.HeaderText = "T.Cambio";
     this.tipcamb.Name = "tipcamb";
     this.tipcamb.Visible = false;
     this.tipcamb.Width = 66;
     //
     // cencosid
     //
     this.cencosid.DataPropertyName = "cencosid";
     this.cencosid.HeaderText = "C.Costo";
     this.cencosid.Name = "cencosid";
     this.cencosid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.cencosid.Visible = false;
     this.cencosid.Width = 65;
     //
     // fechvenc
     //
     this.fechvenc.DataPropertyName = "fechvenc";
     this.fechvenc.HeaderText = "F.Vencimiento";
     this.fechvenc.MaxInputLength = 10;
     this.fechvenc.Name = "fechvenc";
     this.fechvenc.Width = 80;
     //
     // nmruc
     //
     this.nmruc.DataPropertyName = "nmruc";
     this.nmruc.HeaderText = "Nº RUC";
     this.nmruc.Name = "nmruc";
     this.nmruc.Width = 86;
     //
     // bancoid
     //
     this.bancoid.DataPropertyName = "bancoid";
     this.bancoid.HeaderText = "BCO";
     this.bancoid.Name = "bancoid";
     this.bancoid.Visible = false;
     this.bancoid.Width = 55;
     //
     // tipref
     //
     this.tipref.DataPropertyName = "tipref";
     this.tipref.HeaderText = "T.Ref.";
     this.tipref.Name = "tipref";
     this.tipref.Visible = false;
     this.tipref.Width = 40;
     //
     // numref
     //
     this.numref.DataPropertyName = "numref";
     this.numref.HeaderText = "Nº Referencia";
     this.numref.Name = "numref";
     this.numref.Visible = false;
     this.numref.Width = 90;
     //
     // ctactename
     //
     this.ctactename.DataPropertyName = "ctactename";
     this.ctactename.HeaderText = "Apellidos y Nombres/Razón Social";
     this.ctactename.Name = "ctactename";
     this.ctactename.Width = 200;
     //
     // flagd_3a
     //
     this.flagd_3a.DataPropertyName = "flagd_3a";
     this.flagd_3a.HeaderText = "Destino";
     this.flagd_3a.Name = "flagd_3a";
     this.flagd_3a.Visible = false;
     this.flagd_3a.Width = 55;
     //
     // cuend_3a
     //
     this.cuend_3a.DataPropertyName = "cuend_3a";
     this.cuend_3a.HeaderText = "C.Destino";
     this.cuend_3a.Name = "cuend_3a";
     this.cuend_3a.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.cuend_3a.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.cuend_3a.Visible = false;
     //
     // dfich_3a
     //
     this.dfich_3a.DataPropertyName = "dfich_3a";
     this.dfich_3a.HeaderText = "dfich_3a";
     this.dfich_3a.Name = "dfich_3a";
     this.dfich_3a.Visible = false;
     //
     // pedidoid
     //
     this.pedidoid.DataPropertyName = "pedidoid";
     this.pedidoid.HeaderText = "Pedido";
     this.pedidoid.Name = "pedidoid";
     this.pedidoid.Visible = false;
     this.pedidoid.Width = 70;
     //
     // num_op
     //
     this.num_op.DataPropertyName = "num_op";
     this.num_op.HeaderText = "OP";
     this.num_op.Name = "num_op";
     this.num_op.Visible = false;
     this.num_op.Width = 70;
     //
     // cuenta_Imputable
     //
     this.cuenta_Imputable.DataPropertyName = "cuenta_Imputable";
     this.cuenta_Imputable.HeaderText = "cuenta_Imputable";
     this.cuenta_Imputable.Name = "cuenta_Imputable";
     this.cuenta_Imputable.Visible = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label7.Location = new System.Drawing.Point(2, 465);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(89, 17);
     this.label7.TabIndex = 6;
     this.label7.Text = "Total Canjear";
     //
     // txtTotaImporte
     //
     this.txtTotaImporte.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtTotaImporte.Enabled = false;
     this.txtTotaImporte.Location = new System.Drawing.Point(86, 460);
     this.txtTotaImporte.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtTotaImporte.MaxLength = 13;
     this.txtTotaImporte.Name = "txtTotaImporte";
     this.txtTotaImporte.Size = new System.Drawing.Size(104, 23);
     this.txtTotaImporte.TabIndex = 7;
     this.txtTotaImporte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtTotalImporteCambio
     //
     this.txtTotalImporteCambio.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtTotalImporteCambio.Enabled = false;
     this.txtTotalImporteCambio.Location = new System.Drawing.Point(194, 460);
     this.txtTotalImporteCambio.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtTotalImporteCambio.MaxLength = 13;
     this.txtTotalImporteCambio.Name = "txtTotalImporteCambio";
     this.txtTotalImporteCambio.Size = new System.Drawing.Size(104, 23);
     this.txtTotalImporteCambio.TabIndex = 8;
     this.txtTotalImporteCambio.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtDif
     //
     this.txtDif.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtDif.Enabled = false;
     this.txtDif.Location = new System.Drawing.Point(345, 460);
     this.txtDif.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtDif.MaxLength = 13;
     this.txtDif.Name = "txtDif";
     this.txtDif.Size = new System.Drawing.Size(104, 23);
     this.txtDif.TabIndex = 9;
     this.txtDif.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.ForeColor = System.Drawing.Color.RoyalBlue;
     this.label8.Location = new System.Drawing.Point(316, 465);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(28, 17);
     this.label8.TabIndex = 10;
     this.label8.Text = "Dif.";
     //
     // Frm_CanjeLetras_Cronograma
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(876, 501);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.txtDif);
     this.Controls.Add(this.txtTotaImporte);
     this.Controls.Add(this.txtTotalImporteCambio);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.GroupBox2);
     this.Controls.Add(this.btngenerarletras);
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.btnSalir);
     this.Controls.Add(this.btnReporte);
     this.Controls.Add(this.Examinar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_CanjeLetras_Cronograma";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Cronograma de Letras";
     this.Activated += new System.EventHandler(this.Frm_CanjeLetras_Cronograma_Activated);
     this.Load += new System.EventHandler(this.Frm_CanjeLetras_Cronograma_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_CanjeLetras_Cronograma_KeyDown);
     this.GroupBox2.ResumeLayout(false);
     this.GroupBox2.PerformLayout();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Examinar)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 32
0
 /// <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()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.dgvCarregaObj = new System.Windows.Forms.DataGridView();
     this.Column2       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.listBox1      = new System.Windows.Forms.ListBox();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dgvCarregaObj)).BeginInit();
     this.SuspendLayout();
     //
     // dgvCarregaObj
     //
     this.dgvCarregaObj.AllowUserToDeleteRows = false;
     this.dgvCarregaObj.AllowUserToResizeRows = false;
     this.dgvCarregaObj.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.dgvCarregaObj.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgvCarregaObj.BackgroundColor             = System.Drawing.SystemColors.ControlDarkDark;
     this.dgvCarregaObj.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dgvCarregaObj.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column5,
         this.Column6,
         this.Column7,
         this.Column8,
         this.Column10
     });
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Blue;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvCarregaObj.DefaultCellStyle       = dataGridViewCellStyle2;
     this.dgvCarregaObj.EditMode               = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dgvCarregaObj.Location               = new System.Drawing.Point(0, 38);
     this.dgvCarregaObj.Name = "dgvCarregaObj";
     this.dgvCarregaObj.RowHeadersVisible = false;
     this.dgvCarregaObj.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvCarregaObj.Size                   = new System.Drawing.Size(696, 321);
     this.dgvCarregaObj.TabIndex               = 3;
     this.dgvCarregaObj.CellMouseClick        += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DgvCarregaObjCellMouseClick);
     this.dgvCarregaObj.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.DgvCarregaObjEditingControlShowing);
     //
     // Column2
     //
     this.Column2.DataPropertyName    = "objeto";
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.Column2.DefaultCellStyle    = dataGridViewCellStyle1;
     this.Column2.FillWeight          = 40F;
     this.Column2.HeaderText          = "Objeto";
     this.Column2.Name = "Column2";
     //
     // Column3
     //
     this.Column3.DataPropertyName = "ordem";
     this.Column3.FillWeight       = 37F;
     this.Column3.HeaderText       = "Nº de Ordem";
     this.Column3.Name             = "Column3";
     //
     // Column4
     //
     this.Column4.DataPropertyName = "destinatario";
     this.Column4.HeaderText       = "Destinatário";
     this.Column4.Name             = "Column4";
     //
     // Column5
     //
     this.Column5.DataPropertyName = "endereco";
     this.Column5.HeaderText       = "Endereço";
     this.Column5.Name             = "Column5";
     //
     // Column6
     //
     this.Column6.DataPropertyName = "remetente";
     this.Column6.FillWeight       = 70F;
     this.Column6.HeaderText       = "Categoria";
     this.Column6.Name             = "Column6";
     //
     // Column7
     //
     this.Column7.DataPropertyName = "chegada";
     this.Column7.FillWeight       = 35F;
     this.Column7.HeaderText       = "Entrada";
     this.Column7.Name             = "Column7";
     //
     // Column8
     //
     this.Column8.DataPropertyName = "devolver";
     this.Column8.FillWeight       = 35F;
     this.Column8.HeaderText       = "Devolução";
     this.Column8.Name             = "Column8";
     //
     // Column10
     //
     this.Column10.DataPropertyName = "status";
     this.Column10.HeaderText       = "Status";
     this.Column10.Name             = "Column10";
     this.Column10.Visible          = false;
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.AutoCompleteCustomSource.AddRange(new string[] {
         "JANEIRO",
         "FEVEREIRO",
         "MARCO",
         "ABRIL",
         "MAIO",
         "JUNHO",
         "JULHO",
         "AGOSTO",
         "SETEMBRO",
         "OUTRUBRO",
         "NOVEMBRO",
         "DEZEMBRO"
     });
     this.textBox1.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.textBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.textBox1.Location           = new System.Drawing.Point(587, 12);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 20);
     this.textBox1.TabIndex = 4;
     //
     // listBox1
     //
     this.listBox1.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.listBox1.FormattingEnabled = true;
     this.listBox1.Location          = new System.Drawing.Point(22, 75);
     this.listBox1.Name     = "listBox1";
     this.listBox1.Size     = new System.Drawing.Size(133, 147);
     this.listBox1.TabIndex = 5;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 7;
     this.label1.Text     = "label1";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(224, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 23);
     this.label2.TabIndex = 8;
     this.label2.Text     = "label2";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(445, 9);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 23);
     this.label3.TabIndex = 9;
     this.label3.Text     = "label3";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(699, 361);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.dgvCarregaObj);
     this.KeyPreview    = true;
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "VAPO";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.SizeChanged  += new System.EventHandler(this.MainFormSizeChanged);
     ((System.ComponentModel.ISupportInitialize)(this.dgvCarregaObj)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 33
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(frmOcupacion));
     this.tbcOcupacion = new System.Windows.Forms.TabControl();
     this.tbpBuscar = new System.Windows.Forms.TabPage();
     this.btnEliminar = new System.Windows.Forms.Button();
     this.btnActivar = new System.Windows.Forms.Button();
     this.btnSalir = new System.Windows.Forms.Button();
     this.btnVer = new System.Windows.Forms.Button();
     this.btnModificar = new System.Windows.Forms.Button();
     this.btnNuevo = new System.Windows.Forms.Button();
     this.dgvOcupaciones = new System.Windows.Forms.DataGridView();
     this.ColId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColNombre = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colEstado = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gbxCriterios = new System.Windows.Forms.GroupBox();
     this.cboEstadoBuscar = new System.Windows.Forms.ComboBox();
     this.lblEstado = new System.Windows.Forms.Label();
     this.txtNombreBuscar = new SistemaCentroSalud.Controles.cuTextBox();
     this.lblNombreBuscar = new System.Windows.Forms.Label();
     this.tbpDetalle = new System.Windows.Forms.TabPage();
     this.btnGuardar = new System.Windows.Forms.Button();
     this.btnCancelar = new System.Windows.Forms.Button();
     this.gbxInformacion = new System.Windows.Forms.GroupBox();
     this.rtxtDescripcionDetalle = new SistemaCentroSalud.Controles.cuRichTextBox();
     this.lblDescripcionDetalle = new System.Windows.Forms.Label();
     this.txtNombreDetalle = new SistemaCentroSalud.Controles.cuTextBox();
     this.lblNombreDetalle = new System.Windows.Forms.Label();
     this.tbcOcupacion.SuspendLayout();
     this.tbpBuscar.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvOcupaciones)).BeginInit();
     this.gbxCriterios.SuspendLayout();
     this.tbpDetalle.SuspendLayout();
     this.gbxInformacion.SuspendLayout();
     this.SuspendLayout();
     //
     // tbcOcupacion
     //
     this.tbcOcupacion.Controls.Add(this.tbpBuscar);
     this.tbcOcupacion.Controls.Add(this.tbpDetalle);
     this.tbcOcupacion.Location = new System.Drawing.Point(1, 0);
     this.tbcOcupacion.Name = "tbcOcupacion";
     this.tbcOcupacion.SelectedIndex = 0;
     this.tbcOcupacion.Size = new System.Drawing.Size(467, 263);
     this.tbcOcupacion.TabIndex = 3;
     this.tbcOcupacion.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tbcOcupacion_Selecting);
     this.tbcOcupacion.SelectedIndexChanged += new System.EventHandler(this.tbcOcupacion_SelectedIndexChanged);
     //
     // tbpBuscar
     //
     this.tbpBuscar.Controls.Add(this.btnEliminar);
     this.tbpBuscar.Controls.Add(this.btnActivar);
     this.tbpBuscar.Controls.Add(this.btnSalir);
     this.tbpBuscar.Controls.Add(this.btnVer);
     this.tbpBuscar.Controls.Add(this.btnModificar);
     this.tbpBuscar.Controls.Add(this.btnNuevo);
     this.tbpBuscar.Controls.Add(this.dgvOcupaciones);
     this.tbpBuscar.Controls.Add(this.gbxCriterios);
     this.tbpBuscar.Location = new System.Drawing.Point(4, 22);
     this.tbpBuscar.Name = "tbpBuscar";
     this.tbpBuscar.Padding = new System.Windows.Forms.Padding(3);
     this.tbpBuscar.Size = new System.Drawing.Size(459, 237);
     this.tbpBuscar.TabIndex = 0;
     this.tbpBuscar.Text = "Buscar";
     this.tbpBuscar.UseVisualStyleBackColor = true;
     //
     // btnEliminar
     //
     this.btnEliminar.Image = ((System.Drawing.Image)(resources.GetObject("btnEliminar.Image")));
     this.btnEliminar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnEliminar.Location = new System.Drawing.Point(279, 206);
     this.btnEliminar.Name = "btnEliminar";
     this.btnEliminar.Size = new System.Drawing.Size(75, 23);
     this.btnEliminar.TabIndex = 6;
     this.btnEliminar.Text = "Eliminar";
     this.btnEliminar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnEliminar.UseVisualStyleBackColor = true;
     this.btnEliminar.Click += new System.EventHandler(this.btnEliminar_Click);
     //
     // btnActivar
     //
     this.btnActivar.Image = ((System.Drawing.Image)(resources.GetObject("btnActivar.Image")));
     this.btnActivar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnActivar.Location = new System.Drawing.Point(279, 206);
     this.btnActivar.Name = "btnActivar";
     this.btnActivar.Size = new System.Drawing.Size(75, 23);
     this.btnActivar.TabIndex = 6;
     this.btnActivar.Text = "Activar";
     this.btnActivar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnActivar.UseVisualStyleBackColor = true;
     this.btnActivar.Visible = false;
     this.btnActivar.Click += new System.EventHandler(this.btnActivar_Click);
     //
     // btnSalir
     //
     this.btnSalir.Image = ((System.Drawing.Image)(resources.GetObject("btnSalir.Image")));
     this.btnSalir.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSalir.Location = new System.Drawing.Point(376, 206);
     this.btnSalir.Name = "btnSalir";
     this.btnSalir.Size = new System.Drawing.Size(75, 23);
     this.btnSalir.TabIndex = 7;
     this.btnSalir.Text = "Salir";
     this.btnSalir.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSalir.UseVisualStyleBackColor = true;
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // btnVer
     //
     this.btnVer.Image = ((System.Drawing.Image)(resources.GetObject("btnVer.Image")));
     this.btnVer.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnVer.Location = new System.Drawing.Point(99, 206);
     this.btnVer.Name = "btnVer";
     this.btnVer.Size = new System.Drawing.Size(75, 23);
     this.btnVer.TabIndex = 4;
     this.btnVer.Text = "Ver";
     this.btnVer.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnVer.UseVisualStyleBackColor = true;
     this.btnVer.Click += new System.EventHandler(this.btnVer_Click);
     //
     // btnModificar
     //
     this.btnModificar.Image = ((System.Drawing.Image)(resources.GetObject("btnModificar.Image")));
     this.btnModificar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnModificar.Location = new System.Drawing.Point(190, 206);
     this.btnModificar.Name = "btnModificar";
     this.btnModificar.Size = new System.Drawing.Size(75, 23);
     this.btnModificar.TabIndex = 5;
     this.btnModificar.Text = "Modificar";
     this.btnModificar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnModificar.UseVisualStyleBackColor = true;
     this.btnModificar.Click += new System.EventHandler(this.btnModificar_Click);
     //
     // btnNuevo
     //
     this.btnNuevo.Image = ((System.Drawing.Image)(resources.GetObject("btnNuevo.Image")));
     this.btnNuevo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnNuevo.Location = new System.Drawing.Point(8, 206);
     this.btnNuevo.Name = "btnNuevo";
     this.btnNuevo.Size = new System.Drawing.Size(75, 23);
     this.btnNuevo.TabIndex = 3;
     this.btnNuevo.Text = "Nuevo";
     this.btnNuevo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnNuevo.UseVisualStyleBackColor = true;
     this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click);
     //
     // dgvOcupaciones
     //
     this.dgvOcupaciones.AllowUserToAddRows = false;
     this.dgvOcupaciones.AllowUserToDeleteRows = false;
     this.dgvOcupaciones.AllowUserToResizeRows = false;
     this.dgvOcupaciones.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvOcupaciones.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ColId,
     this.ColNombre,
     this.colEstado});
     this.dgvOcupaciones.Location = new System.Drawing.Point(6, 99);
     this.dgvOcupaciones.MultiSelect = false;
     this.dgvOcupaciones.Name = "dgvOcupaciones";
     this.dgvOcupaciones.ReadOnly = true;
     this.dgvOcupaciones.RowHeadersVisible = false;
     this.dgvOcupaciones.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvOcupaciones.Size = new System.Drawing.Size(443, 101);
     this.dgvOcupaciones.TabIndex = 2;
     this.dgvOcupaciones.SelectionChanged += new System.EventHandler(this.dgvOcupaciones_SelectionChanged);
     //
     // ColId
     //
     this.ColId.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColId.HeaderText = "Id";
     this.ColId.Name = "ColId";
     this.ColId.ReadOnly = true;
     this.ColId.Visible = false;
     //
     // ColNombre
     //
     this.ColNombre.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColNombre.HeaderText = "Nombre";
     this.ColNombre.Name = "ColNombre";
     this.ColNombre.ReadOnly = true;
     //
     // colEstado
     //
     this.colEstado.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colEstado.HeaderText = "Estado";
     this.colEstado.Name = "colEstado";
     this.colEstado.ReadOnly = true;
     //
     // gbxCriterios
     //
     this.gbxCriterios.Controls.Add(this.cboEstadoBuscar);
     this.gbxCriterios.Controls.Add(this.lblEstado);
     this.gbxCriterios.Controls.Add(this.txtNombreBuscar);
     this.gbxCriterios.Controls.Add(this.lblNombreBuscar);
     this.gbxCriterios.Location = new System.Drawing.Point(6, 6);
     this.gbxCriterios.Name = "gbxCriterios";
     this.gbxCriterios.Size = new System.Drawing.Size(443, 87);
     this.gbxCriterios.TabIndex = 0;
     this.gbxCriterios.TabStop = false;
     this.gbxCriterios.Text = "Criterios de Búsqueda";
     //
     // cboEstadoBuscar
     //
     this.cboEstadoBuscar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboEstadoBuscar.FormattingEnabled = true;
     this.cboEstadoBuscar.Items.AddRange(new object[] {
     "TODOS",
     "ACTIVO",
     "INACTIVO"});
     this.cboEstadoBuscar.Location = new System.Drawing.Point(298, 22);
     this.cboEstadoBuscar.Name = "cboEstadoBuscar";
     this.cboEstadoBuscar.Size = new System.Drawing.Size(121, 21);
     this.cboEstadoBuscar.TabIndex = 2;
     this.cboEstadoBuscar.SelectedIndexChanged += new System.EventHandler(this.buscarCriterios);
     //
     // lblEstado
     //
     this.lblEstado.AutoSize = true;
     this.lblEstado.Location = new System.Drawing.Point(249, 25);
     this.lblEstado.Name = "lblEstado";
     this.lblEstado.Size = new System.Drawing.Size(43, 13);
     this.lblEstado.TabIndex = 4;
     this.lblEstado.Text = "Estado:";
     //
     // txtNombreBuscar
     //
     this.txtNombreBuscar.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtNombreBuscar.Location = new System.Drawing.Point(84, 22);
     this.txtNombreBuscar.MaxLength = 50;
     this.txtNombreBuscar.Name = "txtNombreBuscar";
     this.txtNombreBuscar.Size = new System.Drawing.Size(133, 20);
     this.txtNombreBuscar.Solo_Lectura = SistemaCentroSalud.Controles.cuTextBox.SoloLectura.falso;
     this.txtNombreBuscar.TabIndex = 1;
     this.txtNombreBuscar.TipoCajaTexto = SistemaCentroSalud.Controles.cuTextBox.TipoTextBox.Letras;
     this.txtNombreBuscar.TextChanged += new System.EventHandler(this.buscarCriterios);
     //
     // lblNombreBuscar
     //
     this.lblNombreBuscar.AutoSize = true;
     this.lblNombreBuscar.Location = new System.Drawing.Point(6, 25);
     this.lblNombreBuscar.Name = "lblNombreBuscar";
     this.lblNombreBuscar.Size = new System.Drawing.Size(47, 13);
     this.lblNombreBuscar.TabIndex = 0;
     this.lblNombreBuscar.Text = "Nombre:";
     //
     // tbpDetalle
     //
     this.tbpDetalle.Controls.Add(this.btnGuardar);
     this.tbpDetalle.Controls.Add(this.btnCancelar);
     this.tbpDetalle.Controls.Add(this.gbxInformacion);
     this.tbpDetalle.Location = new System.Drawing.Point(4, 22);
     this.tbpDetalle.Name = "tbpDetalle";
     this.tbpDetalle.Padding = new System.Windows.Forms.Padding(3);
     this.tbpDetalle.Size = new System.Drawing.Size(459, 237);
     this.tbpDetalle.TabIndex = 1;
     this.tbpDetalle.Text = "Detalle";
     this.tbpDetalle.UseVisualStyleBackColor = true;
     //
     // btnGuardar
     //
     this.btnGuardar.Image = ((System.Drawing.Image)(resources.GetObject("btnGuardar.Image")));
     this.btnGuardar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnGuardar.Location = new System.Drawing.Point(374, 203);
     this.btnGuardar.Name = "btnGuardar";
     this.btnGuardar.Size = new System.Drawing.Size(75, 23);
     this.btnGuardar.TabIndex = 3;
     this.btnGuardar.Text = "Guardar";
     this.btnGuardar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnGuardar.UseVisualStyleBackColor = true;
     this.btnGuardar.Click += new System.EventHandler(this.btnGuardar_Click);
     //
     // btnCancelar
     //
     this.btnCancelar.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelar.Image")));
     this.btnCancelar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancelar.Location = new System.Drawing.Point(287, 203);
     this.btnCancelar.Name = "btnCancelar";
     this.btnCancelar.Size = new System.Drawing.Size(75, 23);
     this.btnCancelar.TabIndex = 4;
     this.btnCancelar.Text = "Cancelar";
     this.btnCancelar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCancelar.UseVisualStyleBackColor = true;
     this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
     //
     // gbxInformacion
     //
     this.gbxInformacion.Controls.Add(this.rtxtDescripcionDetalle);
     this.gbxInformacion.Controls.Add(this.lblDescripcionDetalle);
     this.gbxInformacion.Controls.Add(this.txtNombreDetalle);
     this.gbxInformacion.Controls.Add(this.lblNombreDetalle);
     this.gbxInformacion.Location = new System.Drawing.Point(8, 6);
     this.gbxInformacion.Name = "gbxInformacion";
     this.gbxInformacion.Size = new System.Drawing.Size(441, 187);
     this.gbxInformacion.TabIndex = 0;
     this.gbxInformacion.TabStop = false;
     this.gbxInformacion.Text = "Información";
     //
     // rtxtDescripcionDetalle
     //
     this.rtxtDescripcionDetalle.Location = new System.Drawing.Point(9, 81);
     this.rtxtDescripcionDetalle.MaxLength = 500;
     this.rtxtDescripcionDetalle.Name = "rtxtDescripcionDetalle";
     this.rtxtDescripcionDetalle.Size = new System.Drawing.Size(426, 96);
     this.rtxtDescripcionDetalle.Solo_Lectura = SistemaCentroSalud.Controles.cuRichTextBox.SoloLectura.falso;
     this.rtxtDescripcionDetalle.TabIndex = 2;
     this.rtxtDescripcionDetalle.Text = "";
     //
     // lblDescripcionDetalle
     //
     this.lblDescripcionDetalle.AutoSize = true;
     this.lblDescripcionDetalle.Location = new System.Drawing.Point(6, 65);
     this.lblDescripcionDetalle.Name = "lblDescripcionDetalle";
     this.lblDescripcionDetalle.Size = new System.Drawing.Size(66, 13);
     this.lblDescripcionDetalle.TabIndex = 4;
     this.lblDescripcionDetalle.Text = "Descripción:";
     //
     // txtNombreDetalle
     //
     this.txtNombreDetalle.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtNombreDetalle.Location = new System.Drawing.Point(9, 32);
     this.txtNombreDetalle.MaxLength = 50;
     this.txtNombreDetalle.Name = "txtNombreDetalle";
     this.txtNombreDetalle.Size = new System.Drawing.Size(139, 20);
     this.txtNombreDetalle.Solo_Lectura = SistemaCentroSalud.Controles.cuTextBox.SoloLectura.falso;
     this.txtNombreDetalle.TabIndex = 1;
     this.txtNombreDetalle.TipoCajaTexto = SistemaCentroSalud.Controles.cuTextBox.TipoTextBox.Letras;
     //
     // lblNombreDetalle
     //
     this.lblNombreDetalle.AutoSize = true;
     this.lblNombreDetalle.Location = new System.Drawing.Point(6, 16);
     this.lblNombreDetalle.Name = "lblNombreDetalle";
     this.lblNombreDetalle.Size = new System.Drawing.Size(47, 13);
     this.lblNombreDetalle.TabIndex = 0;
     this.lblNombreDetalle.Text = "Nombre:";
     //
     // frmOcupacion
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(465, 261);
     this.Controls.Add(this.tbcOcupacion);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frmOcupacion";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Ocupación";
     this.Load += new System.EventHandler(this.frmOcupacion_Load);
     this.tbcOcupacion.ResumeLayout(false);
     this.tbpBuscar.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvOcupaciones)).EndInit();
     this.gbxCriterios.ResumeLayout(false);
     this.gbxCriterios.PerformLayout();
     this.tbpDetalle.ResumeLayout(false);
     this.gbxInformacion.ResumeLayout(false);
     this.gbxInformacion.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.m_bnOK = new System.Windows.Forms.Button( );
     this.m_dataGrid = new System.Windows.Forms.DataGridView( );
     this.m_colId = new System.Windows.Forms.DataGridViewTextBoxColumn( );
     this.m_colTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn( );
     this.m_colSupportType = new System.Windows.Forms.DataGridViewTextBoxColumn( );
     this.m_colRemark = new System.Windows.Forms.DataGridViewTextBoxColumn( );
     ((System.ComponentModel.ISupportInitialize)(this.m_dataGrid)).BeginInit( );
     this.SuspendLayout( );
     //
     // m_bnOK
     //
     this.m_bnOK.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.m_bnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.m_bnOK.Location = new System.Drawing.Point(304, 361);
     this.m_bnOK.Margin = new System.Windows.Forms.Padding(2);
     this.m_bnOK.Name = "m_bnOK";
     this.m_bnOK.Size = new System.Drawing.Size(68, 21);
     this.m_bnOK.TabIndex = 0;
     this.m_bnOK.Text = "OK";
     this.m_bnOK.UseVisualStyleBackColor = true;
     //
     // m_dataGrid
     //
     this.m_dataGrid.AllowUserToAddRows = false;
     this.m_dataGrid.AllowUserToDeleteRows = false;
     this.m_dataGrid.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.m_dataGrid.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.m_dataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.m_colId,
     this.m_colTypeName,
     this.m_colSupportType,
     this.m_colRemark});
     this.m_dataGrid.Location = new System.Drawing.Point(11, 11);
     this.m_dataGrid.Margin = new System.Windows.Forms.Padding(2);
     this.m_dataGrid.Name = "m_dataGrid";
     this.m_dataGrid.ReadOnly = true;
     this.m_dataGrid.RowHeadersVisible = false;
     this.m_dataGrid.RowTemplate.Height = 24;
     this.m_dataGrid.Size = new System.Drawing.Size(652, 339);
     this.m_dataGrid.TabIndex = 1;
     //
     // m_colId
     //
     this.m_colId.HeaderText = "Element Id";
     this.m_colId.Name = "m_colId";
     this.m_colId.ReadOnly = true;
     //
     // m_colTypeName
     //
     this.m_colTypeName.HeaderText = "Element Type";
     this.m_colTypeName.Name = "m_colTypeName";
     this.m_colTypeName.ReadOnly = true;
     this.m_colTypeName.Width = 200;
     //
     // m_colSupportType
     //
     this.m_colSupportType.HeaderText = "Support Type";
     this.m_colSupportType.Name = "m_colSupportType";
     this.m_colSupportType.ReadOnly = true;
     this.m_colSupportType.Width = 150;
     //
     // m_colRemark
     //
     this.m_colRemark.HeaderText = "Remark";
     this.m_colRemark.Name = "m_colRemark";
     this.m_colRemark.ReadOnly = true;
     this.m_colRemark.Width = 200;
     //
     // InfoForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.m_bnOK;
     this.ClientSize = new System.Drawing.Size(677, 393);
     this.Controls.Add(this.m_dataGrid);
     this.Controls.Add(this.m_bnOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Margin = new System.Windows.Forms.Padding(2);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "InfoForm";
     this.ShowInTaskbar = false;
     this.Text = "Analytical Support Data";
     ((System.ComponentModel.ISupportInitialize)(this.m_dataGrid)).EndInit( );
     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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_PllaAyutaTrabajadores));
     this.lbltotalregistros = new System.Windows.Forms.Label();
     this.lblanulado = new System.Windows.Forms.Label();
     this.GroupBox4 = new System.Windows.Forms.GroupBox();
     this.btnCerrar = new System.Windows.Forms.Button();
     this.btnSeleccionar = new System.Windows.Forms.Button();
     this.dgProveedor = new System.Windows.Forms.DataGridView();
     this.GroupBox1 = new System.Windows.Forms.GroupBox();
     this.chktipoplanilla = new System.Windows.Forms.CheckBox();
     this.cmbtipoplanilla = new System.Windows.Forms.ComboBox();
     this.GroupBox3 = new System.Windows.Forms.GroupBox();
     this.rbtodos3 = new System.Windows.Forms.RadioButton();
     this.rbtodos2 = new System.Windows.Forms.RadioButton();
     this.rbtodos1 = new System.Windows.Forms.RadioButton();
     this.btnrefrescar = new System.Windows.Forms.Button();
     this.chknombre = new System.Windows.Forms.CheckBox();
     this.txtnombre = new System.Windows.Forms.TextBox();
     this.fichaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nrodni = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nombrelargo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.situtrabname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.activo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tipopllaname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgProveedor)).BeginInit();
     this.GroupBox1.SuspendLayout();
     this.GroupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // lbltotalregistros
     //
     this.lbltotalregistros.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lbltotalregistros.Location = new System.Drawing.Point(567, 478);
     this.lbltotalregistros.Name = "lbltotalregistros";
     this.lbltotalregistros.Size = new System.Drawing.Size(270, 23);
     this.lbltotalregistros.TabIndex = 9;
     //
     // lblanulado
     //
     this.lblanulado.AutoSize = true;
     this.lblanulado.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblanulado.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblanulado.ForeColor = System.Drawing.Color.Red;
     this.lblanulado.Location = new System.Drawing.Point(12, 483);
     this.lblanulado.Name = "lblanulado";
     this.lblanulado.Size = new System.Drawing.Size(72, 13);
     this.lblanulado.TabIndex = 7;
     this.lblanulado.Text = "ANULADOS :";
     this.lblanulado.Visible = false;
     //
     // GroupBox4
     //
     this.GroupBox4.Controls.Add(this.btnCerrar);
     this.GroupBox4.Controls.Add(this.btnSeleccionar);
     this.GroupBox4.Location = new System.Drawing.Point(277, 470);
     this.GroupBox4.Name = "GroupBox4";
     this.GroupBox4.Size = new System.Drawing.Size(188, 42);
     this.GroupBox4.TabIndex = 8;
     this.GroupBox4.TabStop = false;
     //
     // btnCerrar
     //
     this.btnCerrar.Image = global::BapFormulariosNet.Properties.Resources.Cancela16;
     this.btnCerrar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCerrar.Location = new System.Drawing.Point(96, 11);
     this.btnCerrar.Name = "btnCerrar";
     this.btnCerrar.Size = new System.Drawing.Size(86, 25);
     this.btnCerrar.TabIndex = 1;
     this.btnCerrar.Text = "&Cancelar  ";
     this.btnCerrar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCerrar.UseVisualStyleBackColor = true;
     this.btnCerrar.Click += new System.EventHandler(this.btnCerrar_Click);
     //
     // btnSeleccionar
     //
     this.btnSeleccionar.Image = global::BapFormulariosNet.Properties.Resources.Acepta16;
     this.btnSeleccionar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSeleccionar.Location = new System.Drawing.Point(6, 11);
     this.btnSeleccionar.Name = "btnSeleccionar";
     this.btnSeleccionar.Size = new System.Drawing.Size(86, 25);
     this.btnSeleccionar.TabIndex = 0;
     this.btnSeleccionar.Text = "&Seleccionar";
     this.btnSeleccionar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSeleccionar.UseVisualStyleBackColor = true;
     this.btnSeleccionar.Click += new System.EventHandler(this.btnSeleccionar_Click);
     //
     // dgProveedor
     //
     this.dgProveedor.AllowUserToAddRows = false;
     this.dgProveedor.AllowUserToDeleteRows = false;
     this.dgProveedor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.ActiveCaption;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.White;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgProveedor.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgProveedor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgProveedor.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.fichaid,
     this.nrodni,
     this.nombrelargo,
     this.situtrabname,
     this.activo,
     this.tipopllaname});
     this.dgProveedor.Location = new System.Drawing.Point(10, 82);
     this.dgProveedor.MultiSelect = false;
     this.dgProveedor.Name = "dgProveedor";
     this.dgProveedor.ReadOnly = true;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgProveedor.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgProveedor.RowHeadersWidth = 24;
     this.dgProveedor.RowTemplate.Height = 20;
     this.dgProveedor.Size = new System.Drawing.Size(830, 391);
     this.dgProveedor.TabIndex = 6;
     this.dgProveedor.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgProveedor_CellDoubleClick);
     this.dgProveedor.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgProveedor_ColumnHeaderMouseClick);
     this.dgProveedor.DoubleClick += new System.EventHandler(this.dgProveedor_DoubleClick);
     this.dgProveedor.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgProveedor_KeyDown);
     //
     // GroupBox1
     //
     this.GroupBox1.Controls.Add(this.chktipoplanilla);
     this.GroupBox1.Controls.Add(this.cmbtipoplanilla);
     this.GroupBox1.Controls.Add(this.btnrefrescar);
     this.GroupBox1.Controls.Add(this.chknombre);
     this.GroupBox1.Controls.Add(this.txtnombre);
     this.GroupBox1.Controls.Add(this.GroupBox3);
     this.GroupBox1.Location = new System.Drawing.Point(10, 3);
     this.GroupBox1.Name = "GroupBox1";
     this.GroupBox1.Size = new System.Drawing.Size(830, 74);
     this.GroupBox1.TabIndex = 5;
     this.GroupBox1.TabStop = false;
     //
     // chktipoplanilla
     //
     this.chktipoplanilla.AutoSize = true;
     this.chktipoplanilla.ForeColor = System.Drawing.Color.RoyalBlue;
     this.chktipoplanilla.Location = new System.Drawing.Point(334, 16);
     this.chktipoplanilla.Name = "chktipoplanilla";
     this.chktipoplanilla.Size = new System.Drawing.Size(83, 17);
     this.chktipoplanilla.TabIndex = 3;
     this.chktipoplanilla.TabStop = false;
     this.chktipoplanilla.Text = "Tipo Planilla";
     this.chktipoplanilla.UseVisualStyleBackColor = true;
     this.chktipoplanilla.CheckedChanged += new System.EventHandler(this.chktipoplanilla_CheckedChanged);
     //
     // cmbtipoplanilla
     //
     this.cmbtipoplanilla.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbtipoplanilla.Enabled = false;
     this.cmbtipoplanilla.FormattingEnabled = true;
     this.cmbtipoplanilla.Location = new System.Drawing.Point(330, 38);
     this.cmbtipoplanilla.Name = "cmbtipoplanilla";
     this.cmbtipoplanilla.Size = new System.Drawing.Size(226, 21);
     this.cmbtipoplanilla.TabIndex = 4;
     this.cmbtipoplanilla.SelectedIndexChanged += new System.EventHandler(this.cmbtipoplanilla_SelectedIndexChanged);
     //
     // GroupBox3
     //
     this.GroupBox3.Controls.Add(this.rbtodos3);
     this.GroupBox3.Controls.Add(this.rbtodos2);
     this.GroupBox3.Controls.Add(this.rbtodos1);
     this.GroupBox3.Location = new System.Drawing.Point(562, 7);
     this.GroupBox3.Name = "GroupBox3";
     this.GroupBox3.Size = new System.Drawing.Size(257, 32);
     this.GroupBox3.TabIndex = 2;
     this.GroupBox3.TabStop = false;
     //
     // rbtodos3
     //
     this.rbtodos3.AutoSize = true;
     this.rbtodos3.Location = new System.Drawing.Point(181, 10);
     this.rbtodos3.Name = "rbtodos3";
     this.rbtodos3.Size = new System.Drawing.Size(68, 17);
     this.rbtodos3.TabIndex = 2;
     this.rbtodos3.Text = "Inactivos";
     this.rbtodos3.UseVisualStyleBackColor = true;
     this.rbtodos3.CheckedChanged += new System.EventHandler(this.rbtodos3_CheckedChanged);
     //
     // rbtodos2
     //
     this.rbtodos2.AutoSize = true;
     this.rbtodos2.Checked = true;
     this.rbtodos2.Location = new System.Drawing.Point(89, 10);
     this.rbtodos2.Name = "rbtodos2";
     this.rbtodos2.Size = new System.Drawing.Size(84, 17);
     this.rbtodos2.TabIndex = 1;
     this.rbtodos2.TabStop = true;
     this.rbtodos2.Text = "Solo Activos";
     this.rbtodos2.UseVisualStyleBackColor = true;
     this.rbtodos2.CheckedChanged += new System.EventHandler(this.rbtodos2_CheckedChanged);
     //
     // rbtodos1
     //
     this.rbtodos1.AutoSize = true;
     this.rbtodos1.Location = new System.Drawing.Point(7, 10);
     this.rbtodos1.Name = "rbtodos1";
     this.rbtodos1.Size = new System.Drawing.Size(74, 17);
     this.rbtodos1.TabIndex = 0;
     this.rbtodos1.Text = "Ver Todos";
     this.rbtodos1.UseVisualStyleBackColor = true;
     this.rbtodos1.CheckedChanged += new System.EventHandler(this.rbtodos1_CheckedChanged);
     //
     // btnrefrescar
     //
     this.btnrefrescar.Image = global::BapFormulariosNet.Properties.Resources.lupa18;
     this.btnrefrescar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnrefrescar.Location = new System.Drawing.Point(723, 42);
     this.btnrefrescar.Name = "btnrefrescar";
     this.btnrefrescar.Size = new System.Drawing.Size(82, 27);
     this.btnrefrescar.TabIndex = 5;
     this.btnrefrescar.Text = "&Refrescar";
     this.btnrefrescar.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnrefrescar.UseVisualStyleBackColor = true;
     this.btnrefrescar.Click += new System.EventHandler(this.btnrefrescar_Click);
     //
     // chknombre
     //
     this.chknombre.AutoSize = true;
     this.chknombre.ForeColor = System.Drawing.Color.RoyalBlue;
     this.chknombre.Location = new System.Drawing.Point(12, 16);
     this.chknombre.Name = "chknombre";
     this.chknombre.Size = new System.Drawing.Size(159, 17);
     this.chknombre.TabIndex = 0;
     this.chknombre.Text = "Buscar Ocurrencia Nombres";
     this.chknombre.UseVisualStyleBackColor = true;
     this.chknombre.CheckedChanged += new System.EventHandler(this.chknombre_CheckedChanged);
     //
     // txtnombre
     //
     this.txtnombre.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtnombre.Location = new System.Drawing.Point(9, 38);
     this.txtnombre.Name = "txtnombre";
     this.txtnombre.Size = new System.Drawing.Size(300, 20);
     this.txtnombre.TabIndex = 1;
     this.txtnombre.TextChanged += new System.EventHandler(this.txtnombre_TextChanged);
     //
     // fichaid
     //
     this.fichaid.DataPropertyName = "fichaid";
     this.fichaid.HeaderText = "Código";
     this.fichaid.Name = "fichaid";
     this.fichaid.ReadOnly = true;
     //
     // nrodni
     //
     this.nrodni.DataPropertyName = "nrodni";
     this.nrodni.HeaderText = "Nº DNI";
     this.nrodni.Name = "nrodni";
     this.nrodni.ReadOnly = true;
     //
     // nombrelargo
     //
     this.nombrelargo.DataPropertyName = "nombrelargo";
     this.nombrelargo.HeaderText = "Apellidos y Nombres";
     this.nombrelargo.Name = "nombrelargo";
     this.nombrelargo.ReadOnly = true;
     this.nombrelargo.Width = 320;
     //
     // situtrabname
     //
     this.situtrabname.DataPropertyName = "situtrabname";
     this.situtrabname.HeaderText = "Estado";
     this.situtrabname.Name = "situtrabname";
     this.situtrabname.ReadOnly = true;
     this.situtrabname.Width = 80;
     //
     // activo
     //
     this.activo.DataPropertyName = "activo";
     this.activo.HeaderText = "activo";
     this.activo.Name = "activo";
     this.activo.ReadOnly = true;
     this.activo.Visible = false;
     //
     // tipopllaname
     //
     this.tipopllaname.DataPropertyName = "tipopllaname";
     this.tipopllaname.HeaderText = "Tipo Planilla";
     this.tipopllaname.Name = "tipopllaname";
     this.tipopllaname.ReadOnly = true;
     this.tipopllaname.Width = 180;
     //
     // Frm_PllaAyutaTrabajadores
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(848, 513);
     this.Controls.Add(this.lbltotalregistros);
     this.Controls.Add(this.lblanulado);
     this.Controls.Add(this.dgProveedor);
     this.Controls.Add(this.GroupBox1);
     this.Controls.Add(this.GroupBox4);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_PllaAyutaTrabajadores";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "<< Buscar Trabajadores >>";
     this.Activated += new System.EventHandler(this.Frm_PllaAyutaTrabajadores_Activated);
     this.Load += new System.EventHandler(this.Frm_PllaAyutaTrabajadores_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_PllaAyutaTrabajadores_KeyDown);
     this.GroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgProveedor)).EndInit();
     this.GroupBox1.ResumeLayout(false);
     this.GroupBox1.PerformLayout();
     this.GroupBox3.ResumeLayout(false);
     this.GroupBox3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 36
0
        /// <summary>
        /// Initializes a new instance of the <see cref="TestIssue117TablebDataGridViewBase"/> class.
        /// </summary>
        public TestIssue117TablebDataGridViewBase()
        {
            this.components = new System.ComponentModel.Container();

            this.uxTestIssue117TablebDataGridView         = new System.Windows.Forms.DataGridView();
            this.uxTestIssue117TablebBindingSource        = new System.Windows.Forms.BindingSource(this.components);
            this.uxTestIssue117TablebErrorProvider        = new System.Windows.Forms.ErrorProvider(this.components);
            this.uxTestIssue117TableBidDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxDumbFieldDataGridViewColumn            = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.uxTestIssue117TablebDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxTestIssue117TablebBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxTestIssue117TablebErrorProvider)).BeginInit();
            this.SuspendLayout();

            //
            // uxTestIssue117TablebErrorProvider
            //
            this.uxTestIssue117TablebErrorProvider.ContainerControl = this;
            this.uxTestIssue117TablebErrorProvider.DataSource       = this.uxTestIssue117TablebBindingSource;
            //
            // uxTestIssue117TablebDataGridView
            //
            this.uxTestIssue117TablebDataGridView.AutoGenerateColumns         = false;
            this.uxTestIssue117TablebDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uxTestIssue117TablebDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.uxTestIssue117TableBidDataGridViewColumn,
                this.uxDumbFieldDataGridViewColumn
            });
            this.uxTestIssue117TablebDataGridView.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.uxTestIssue117TablebDataGridView.Location                  = new System.Drawing.Point(0, 0);
            this.uxTestIssue117TablebDataGridView.Name                      = "uxTestIssue117TablebDataGridView";
            this.uxTestIssue117TablebDataGridView.Size                      = new System.Drawing.Size(470, 300);
            this.uxTestIssue117TablebDataGridView.TabIndex                  = 0;
            this.uxTestIssue117TablebDataGridView.BackgroundColor           = System.Drawing.Color.WhiteSmoke;
            this.uxTestIssue117TablebDataGridView.EnableHeadersVisualStyles = false;
            this.uxTestIssue117TablebDataGridView.DataError                += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnTestIssue117TablebDataGridViewDataError);
            this.uxTestIssue117TablebDataGridView.CellValueNeeded          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnTestIssue117TablebDataGridViewCellValueNeeded);
            this.uxTestIssue117TablebDataGridView.CellValuePushed          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnTestIssue117TablebDataGridViewCellValuePushed);

            //
            // uxTestIssue117TableBidDataGridViewColumn
            //
            this.uxTestIssue117TableBidDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxTestIssue117TableBidDataGridViewColumn.DataPropertyName = "TestIssue117TableBid";
            this.uxTestIssue117TableBidDataGridViewColumn.HeaderText       = "TestIssue117TableBid";
            this.uxTestIssue117TableBidDataGridViewColumn.Name             = "uxTestIssue117TableBidDataGridViewColumn";
            this.uxTestIssue117TableBidDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxTestIssue117TableBidDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxTestIssue117TableBidDataGridViewColumn.ReadOnly         = true;
            //
            // uxDumbFieldDataGridViewColumn
            //
            this.uxDumbFieldDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxDumbFieldDataGridViewColumn.DataPropertyName = "DumbField";
            this.uxDumbFieldDataGridViewColumn.HeaderText       = "DumbField";
            this.uxDumbFieldDataGridViewColumn.Name             = "uxDumbFieldDataGridViewColumn";
            this.uxDumbFieldDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxDumbFieldDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxDumbFieldDataGridViewColumn.ReadOnly         = false;

            // this
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.uxTestIssue117TablebDataGridView);
            this.Name = "TestIssue117TablebDataGridView";
            this.Size = new System.Drawing.Size(470, 300);
            ((System.ComponentModel.ISupportInitialize)(this.uxTestIssue117TablebErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxTestIssue117TablebDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxTestIssue117TablebBindingSource)).EndInit();
            this.ResumeLayout(false);
        }
Esempio n. 37
0
 /// <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.dgvPerson = new System.Windows.Forms.DataGridView();
     this.number    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ID        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Nama      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Alamat    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnSimpan = new System.Windows.Forms.Button();
     this.label1    = new System.Windows.Forms.Label();
     this.txtNama   = new System.Windows.Forms.TextBox();
     this.label2    = new System.Windows.Forms.Label();
     this.txtAlamat = new System.Windows.Forms.TextBox();
     this.btnHapus  = new System.Windows.Forms.Button();
     this.btnReset  = new System.Windows.Forms.Button();
     this.label3    = new System.Windows.Forms.Label();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.btnSearch = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dgvPerson)).BeginInit();
     this.SuspendLayout();
     //
     // dgvPerson
     //
     this.dgvPerson.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvPerson.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.number,
         this.ID,
         this.Nama,
         this.Alamat
     });
     this.dgvPerson.Location = new System.Drawing.Point(362, 82);
     this.dgvPerson.Name     = "dgvPerson";
     this.dgvPerson.Size     = new System.Drawing.Size(390, 143);
     this.dgvPerson.TabIndex = 6;
     this.dgvPerson.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvPersonCellContentDoubleClick);
     this.dgvPerson.CellMouseDoubleClick   += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DgvPersonCellMouseDoubleClick);
     //
     // number
     //
     this.number.HeaderText = "No.";
     this.number.Name       = "number";
     //
     // ID
     //
     this.ID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.ID.HeaderText   = "ID";
     this.ID.Name         = "ID";
     this.ID.ReadOnly     = true;
     this.ID.Width        = 43;
     //
     // Nama
     //
     this.Nama.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Nama.HeaderText   = "Nama";
     this.Nama.Name         = "Nama";
     this.Nama.ReadOnly     = true;
     //
     // Alamat
     //
     this.Alamat.HeaderText = "Alamat";
     this.Alamat.Name       = "Alamat";
     this.Alamat.ReadOnly   = true;
     //
     // btnSimpan
     //
     this.btnSimpan.BackColor = System.Drawing.Color.SteelBlue;
     this.btnSimpan.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSimpan.Location  = new System.Drawing.Point(86, 219);
     this.btnSimpan.Name      = "btnSimpan";
     this.btnSimpan.Size      = new System.Drawing.Size(80, 36);
     this.btnSimpan.TabIndex  = 3;
     this.btnSimpan.Text      = "Simpan";
     this.btnSimpan.UseVisualStyleBackColor = false;
     this.btnSimpan.Click += new System.EventHandler(this.BtnSimpanClick);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(47, 82);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Nama";
     //
     // txtNama
     //
     this.txtNama.Location = new System.Drawing.Point(113, 82);
     this.txtNama.Name     = "txtNama";
     this.txtNama.Size     = new System.Drawing.Size(225, 20);
     this.txtNama.TabIndex = 1;
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(47, 118);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(60, 23);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Alamat";
     //
     // txtAlamat
     //
     this.txtAlamat.Location  = new System.Drawing.Point(113, 118);
     this.txtAlamat.Multiline = true;
     this.txtAlamat.Name      = "txtAlamat";
     this.txtAlamat.Size      = new System.Drawing.Size(225, 81);
     this.txtAlamat.TabIndex  = 2;
     //
     // btnHapus
     //
     this.btnHapus.BackColor = System.Drawing.Color.LightSalmon;
     this.btnHapus.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnHapus.Location  = new System.Drawing.Point(172, 219);
     this.btnHapus.Name      = "btnHapus";
     this.btnHapus.Size      = new System.Drawing.Size(80, 36);
     this.btnHapus.TabIndex  = 4;
     this.btnHapus.Text      = "Hapus";
     this.btnHapus.UseVisualStyleBackColor = false;
     this.btnHapus.Click += new System.EventHandler(this.BtnHapusClick);
     //
     // btnReset
     //
     this.btnReset.BackColor = System.Drawing.Color.Wheat;
     this.btnReset.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnReset.Location  = new System.Drawing.Point(258, 219);
     this.btnReset.Name      = "btnReset";
     this.btnReset.Size      = new System.Drawing.Size(80, 36);
     this.btnReset.TabIndex  = 5;
     this.btnReset.Text      = "Reset";
     this.btnReset.UseVisualStyleBackColor = false;
     this.btnReset.Click += new System.EventHandler(this.BtnResetClick);
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Arial Unicode MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(56, 13);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(594, 23);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Basic Create, Read, Update and Delete (CRUD) with SQLITE";
     //
     // txtSearch
     //
     this.txtSearch.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSearch.Location = new System.Drawing.Point(362, 235);
     this.txtSearch.Name     = "txtSearch";
     this.txtSearch.Size     = new System.Drawing.Size(288, 22);
     this.txtSearch.TabIndex = 8;
     //
     // btnSearch
     //
     this.btnSearch.BackColor = System.Drawing.Color.Wheat;
     this.btnSearch.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearch.Location  = new System.Drawing.Point(672, 231);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(80, 29);
     this.btnSearch.TabIndex  = 9;
     this.btnSearch.Text      = "Search";
     this.btnSearch.UseVisualStyleBackColor = false;
     this.btnSearch.Click += new System.EventHandler(this.BtnSearchClick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize          = new System.Drawing.Size(798, 334);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.txtSearch);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.btnReset);
     this.Controls.Add(this.btnHapus);
     this.Controls.Add(this.txtAlamat);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtNama);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnSimpan);
     this.Controls.Add(this.dgvPerson);
     this.Name  = "MainForm";
     this.Text  = "BasicSQLiteCRUD";
     this.Load += new System.EventHandler(this.MainFormLoad);
     ((System.ComponentModel.ISupportInitialize)(this.dgvPerson)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDivisionMaster));
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.cMnu_Fresh = new System.Windows.Forms.ToolStripMenuItem();
     this.cMnu_Add = new System.Windows.Forms.ToolStripMenuItem();
     this.cMnu_Delete = new System.Windows.Forms.ToolStripMenuItem();
     this.cMnu_Export = new System.Windows.Forms.ToolStripMenuItem();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.colID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colParent = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colMemo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cMnu_Fresh,
     this.cMnu_Add,
     this.cMnu_Delete,
     this.cMnu_Export});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(110, 92);
     //
     // cMnu_Fresh
     //
     this.cMnu_Fresh.Name = "cMnu_Fresh";
     this.cMnu_Fresh.Size = new System.Drawing.Size(109, 22);
     this.cMnu_Fresh.Text = "刷新";
     //
     // cMnu_Add
     //
     this.cMnu_Add.Name = "cMnu_Add";
     this.cMnu_Add.Size = new System.Drawing.Size(109, 22);
     this.cMnu_Add.Text = "新建";
     //
     // cMnu_Delete
     //
     this.cMnu_Delete.Name = "cMnu_Delete";
     this.cMnu_Delete.Size = new System.Drawing.Size(109, 22);
     this.cMnu_Delete.Text = "删除";
     //
     // cMnu_Export
     //
     this.cMnu_Export.Name = "cMnu_Export";
     this.cMnu_Export.Size = new System.Drawing.Size(109, 22);
     this.cMnu_Export.Text = "导出...";
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToResizeRows = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colID,
     this.colName,
     this.colParent,
     this.colMemo});
     this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowHeadersVisible = false;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size = new System.Drawing.Size(737, 357);
     this.dataGridView1.TabIndex = 60;
     //
     // colID
     //
     this.colID.HeaderText = "编号";
     this.colID.Name = "colID";
     this.colID.ReadOnly = true;
     //
     // colName
     //
     this.colName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.colName.HeaderText = "名称";
     this.colName.MinimumWidth = 100;
     this.colName.Name = "colName";
     this.colName.ReadOnly = true;
     //
     // colParent
     //
     this.colParent.HeaderText = "上级区域";
     this.colParent.Name = "colParent";
     this.colParent.ReadOnly = true;
     this.colParent.Width = 120;
     //
     // colMemo
     //
     this.colMemo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colMemo.HeaderText = "备注";
     this.colMemo.Name = "colMemo";
     this.colMemo.ReadOnly = true;
     //
     // FrmDivisionMaster
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(737, 379);
     this.Controls.Add(this.dataGridView1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FrmDivisionMaster";
     this.Text = "区域管理";
     this.Controls.SetChildIndex(this.dataGridView1, 0);
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 39
0
        void RefreshDataGridView(DataTable DT)
        {
            try
            {
                if (dataGridView1.Rows != null)
                {
                    dataGridView1.Rows.Clear();
                }
                if (dataGridView1.Columns != null)
                {
                    dataGridView1.Columns.Clear();
                }

                if (DT != null)
                {
                    foreach (DataColumn DC in DT.Columns)
                    {
                        System.Windows.Forms.DataGridViewColumn Column = new System.Windows.Forms.DataGridViewTextBoxColumn();
                        if (DC.ColumnName == "Key")
                        {
                            Column.Width = 70;
                        }
                        if (DC.ColumnName == "Product")
                        {
                            Column.Width = 148;
                        }
                        if (DC.ColumnName == "Count")
                        {
                            Column.Width = 65;
                        }
                        if (DC.ColumnName == "StatusChange")
                        {
                            Column.Width = 168;
                        }
                        if (DC.ColumnName == "Status")
                        {
                            Column.Width = 65;
                        }
                        Column.HeaderText = DC.ColumnName;
                        Column.Name       = DC.ColumnName;
                        Column.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
                        Column.Resizable = System.Windows.Forms.DataGridViewTriState.False;
                        dataGridView1.Columns.Add(Column);
                        Column.Dispose();
                        Column = null;
                    }
                    int j = 0;
                    foreach (DataRow DR in DT.Rows)
                    {
                        //var Row = new System.Windows.Forms.DataGridViewRow();
                        dataGridView1.Rows.Add();
                        int i = 0;

                        foreach (var IA in DR.ItemArray)
                        {
                            dataGridView1[i++, j].Value = IA;
                        }
                        j++;
                    }
                    dataGridView1.AllowUserToAddRows       = false;
                    dataGridView1.AllowUserToDeleteRows    = false;
                    dataGridView1.AllowUserToOrderColumns  = false;
                    dataGridView1.AllowUserToResizeColumns = false;
                    dataGridView1.AllowUserToResizeRows    = false;
                    dataGridView1.ReadOnly        = true;
                    dataGridView1.SelectionMode   = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
                    dataGridView1.CellMouseClick -= dataGridView1_CellMouseClick;
                    dataGridView1.CellMouseClick += dataGridView1_CellMouseClick;
                }
            }
            catch { }
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.dgv_Transaction_NQH = new System.Windows.Forms.DataGridView();
     this.NGAY_GD = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.LOAI_GD = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SOTIEN_GD = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.processing_flag = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btn_exit = new System.Windows.Forms.Button();
     this.btn_search = new System.Windows.Forms.Button();
     this.btn_clear = new System.Windows.Forms.Button();
     this.label11 = new System.Windows.Forms.Label();
     this.Txt_accountnumber = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.Txt_cardnumber = new System.Windows.Forms.TextBox();
     this.label37 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.tb_fromdate = new System.Windows.Forms.DateTimePicker();
     this.tb_todate = new System.Windows.Forms.DateTimePicker();
     this.TxtName = new System.Windows.Forms.TextBox();
     this.TxtStatus = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_Transaction_NQH)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.dgv_Transaction_NQH);
     this.groupBox1.Location = new System.Drawing.Point(33, 123);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(631, 298);
     this.groupBox1.TabIndex = 250;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Transaction details:";
     //
     // dgv_Transaction_NQH
     //
     this.dgv_Transaction_NQH.AllowUserToAddRows = false;
     this.dgv_Transaction_NQH.AllowUserToDeleteRows = false;
     this.dgv_Transaction_NQH.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_Transaction_NQH.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.NGAY_GD,
     this.LOAI_GD,
     this.SOTIEN_GD,
     this.processing_flag});
     this.dgv_Transaction_NQH.Location = new System.Drawing.Point(0, 19);
     this.dgv_Transaction_NQH.MultiSelect = false;
     this.dgv_Transaction_NQH.Name = "dgv_Transaction_NQH";
     this.dgv_Transaction_NQH.ReadOnly = true;
     this.dgv_Transaction_NQH.Size = new System.Drawing.Size(614, 273);
     this.dgv_Transaction_NQH.TabIndex = 235;
     //
     // NGAY_GD
     //
     this.NGAY_GD.DataPropertyName = "NGAY_GD";
     this.NGAY_GD.HeaderText = "Ngày giao dịch";
     this.NGAY_GD.Name = "NGAY_GD";
     this.NGAY_GD.ReadOnly = true;
     this.NGAY_GD.Width = 150;
     //
     // LOAI_GD
     //
     this.LOAI_GD.DataPropertyName = "LOAI_GD";
     this.LOAI_GD.HeaderText = "Loại giao dịch";
     this.LOAI_GD.Name = "LOAI_GD";
     this.LOAI_GD.ReadOnly = true;
     this.LOAI_GD.Width = 150;
     //
     // SOTIEN_GD
     //
     this.SOTIEN_GD.DataPropertyName = "SOTIEN_GD";
     this.SOTIEN_GD.HeaderText = "Số tiền giao dịch";
     this.SOTIEN_GD.Name = "SOTIEN_GD";
     this.SOTIEN_GD.ReadOnly = true;
     this.SOTIEN_GD.Width = 140;
     //
     // processing_flag
     //
     this.processing_flag.DataPropertyName = "processing_flag";
     dataGridViewCellStyle7.Format = "dd/MM/YYYY";
     this.processing_flag.DefaultCellStyle = dataGridViewCellStyle7;
     this.processing_flag.HeaderText = "Processing_Flag";
     this.processing_flag.Name = "processing_flag";
     this.processing_flag.ReadOnly = true;
     this.processing_flag.Width = 130;
     //
     // btn_exit
     //
     this.btn_exit.BackColor = System.Drawing.Color.Transparent;
     this.btn_exit.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.btn_exit.Location = new System.Drawing.Point(589, 88);
     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(75, 29);
     this.btn_exit.TabIndex = 249;
     this.btn_exit.Text = "Exit ";
     this.btn_exit.UseVisualStyleBackColor = false;
     this.btn_exit.Click += new System.EventHandler(this.btn_exit_Click);
     //
     // btn_search
     //
     this.btn_search.BackColor = System.Drawing.Color.Transparent;
     this.btn_search.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.btn_search.Location = new System.Drawing.Point(589, 12);
     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(75, 29);
     this.btn_search.TabIndex = 247;
     this.btn_search.Text = "Search";
     this.btn_search.UseVisualStyleBackColor = false;
     this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
     //
     // btn_clear
     //
     this.btn_clear.BackColor = System.Drawing.Color.Transparent;
     this.btn_clear.ForeColor = System.Drawing.SystemColors.InactiveCaptionText;
     this.btn_clear.Location = new System.Drawing.Point(589, 49);
     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(75, 29);
     this.btn_clear.TabIndex = 248;
     this.btn_clear.Text = "Clear";
     this.btn_clear.UseVisualStyleBackColor = false;
     this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(306, 19);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(109, 13);
     this.label11.TabIndex = 243;
     this.label11.Text = "Account Number :";
     //
     // Txt_accountnumber
     //
     this.Txt_accountnumber.Location = new System.Drawing.Point(421, 12);
     this.Txt_accountnumber.Name = "Txt_accountnumber";
     this.Txt_accountnumber.Size = new System.Drawing.Size(133, 20);
     this.Txt_accountnumber.TabIndex = 244;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(74, 22);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(88, 13);
     this.label1.TabIndex = 251;
     this.label1.Text = "Card Number :";
     //
     // Txt_cardnumber
     //
     this.Txt_cardnumber.Location = new System.Drawing.Point(168, 14);
     this.Txt_cardnumber.Name = "Txt_cardnumber";
     this.Txt_cardnumber.ReadOnly = true;
     this.Txt_cardnumber.Size = new System.Drawing.Size(133, 20);
     this.Txt_cardnumber.TabIndex = 252;
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(121, 51);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(41, 13);
     this.label37.TabIndex = 253;
     this.label37.Text = "Name :";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(368, 82);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(47, 13);
     this.label4.TabIndex = 256;
     this.label4.Text = "To date:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(375, 49);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(40, 13);
     this.label5.TabIndex = 257;
     this.label5.Text = "Status:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(105, 83);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(57, 13);
     this.label6.TabIndex = 258;
     this.label6.Text = "From date:";
     //
     // tb_fromdate
     //
     this.tb_fromdate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.tb_fromdate.Location = new System.Drawing.Point(168, 77);
     this.tb_fromdate.Name = "tb_fromdate";
     this.tb_fromdate.Size = new System.Drawing.Size(115, 20);
     this.tb_fromdate.TabIndex = 259;
     //
     // tb_todate
     //
     this.tb_todate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.tb_todate.Location = new System.Drawing.Point(421, 75);
     this.tb_todate.Name = "tb_todate";
     this.tb_todate.Size = new System.Drawing.Size(115, 20);
     this.tb_todate.TabIndex = 260;
     //
     // TxtName
     //
     this.TxtName.Location = new System.Drawing.Point(168, 45);
     this.TxtName.Name = "TxtName";
     this.TxtName.ReadOnly = true;
     this.TxtName.Size = new System.Drawing.Size(133, 20);
     this.TxtName.TabIndex = 261;
     //
     // TxtStatus
     //
     this.TxtStatus.Location = new System.Drawing.Point(421, 43);
     this.TxtStatus.Name = "TxtStatus";
     this.TxtStatus.ReadOnly = true;
     this.TxtStatus.Size = new System.Drawing.Size(133, 20);
     this.TxtStatus.TabIndex = 262;
     //
     // Frm_Transaction_Credit_NQH
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(712, 442);
     this.Controls.Add(this.TxtStatus);
     this.Controls.Add(this.btn_exit);
     this.Controls.Add(this.TxtName);
     this.Controls.Add(this.tb_todate);
     this.Controls.Add(this.tb_fromdate);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label37);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.Txt_cardnumber);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btn_search);
     this.Controls.Add(this.btn_clear);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.Txt_accountnumber);
     this.Name = "Frm_Transaction_Credit_NQH";
     this.Text = "Frm_Transaction_Credit_NQH";
     this.Load += new System.EventHandler(this.Frm_Transaction_Credit_NQH_Load);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgv_Transaction_NQH)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 41
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(frmProsesGiroBrowse));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
     this.cmdClose = new ISA.Controls.CommandButton();
     this.dataGridGiroMasuk = new ISA.Controls.CustomGridView();
     this.RowID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TglInput = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NoGiroMasuk = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BankMasuk = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MataUangMasuk = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NominalMasuk = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NominalGiro = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.StatusGiro = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DueDateGiroMasuk = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NoPenerimaan = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NoBuktiCair = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rgTglGiroMasuk = new ISA.Controls.RangeDateBox();
     this.lblTanggal = new System.Windows.Forms.Label();
     this.btnProses = new ISA.Controls.CommandButton();
     this.tabGiro = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.label3 = new System.Windows.Forms.Label();
     this.cboStatusGiroMasuk = new System.Windows.Forms.ComboBox();
     this.cmdSearchGiroMasuk = new ISA.Controls.CommandButton();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.cmdSearchGiroKeluar = new ISA.Controls.CommandButton();
     this.label1 = new System.Windows.Forms.Label();
     this.dataGridGiroKeluar = new ISA.Controls.CustomGridView();
     this.RowIDK = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TglInputKeluar = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NoCekGiroK = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NamaBankK = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MataUangIDK = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NominalK = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DueDateGiroK = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NoPengeluaran = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rgTglGiroKeluar = new ISA.Controls.RangeDateBox();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.rgTglGiroMasukPiutang = new ISA.Controls.RangeDateBox();
     this.cmdSearchGiroMasukPiutang = new ISA.Controls.CommandButton();
     this.label2 = new System.Windows.Forms.Label();
     this.dataGridGiroMasukPiutang = new ISA.Controls.CustomGridView();
     this.RowIDGMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PenjualanRowIDGMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TanggalInputGMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NoGiroGMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CustomerNameGMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MataUangGMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NominalGMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NominalGiroGMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.StatusGiroGMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.JatuhTempoGMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridGiroMasuk)).BeginInit();
     this.tabGiro.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridGiroKeluar)).BeginInit();
     this.tabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridGiroMasukPiutang)).BeginInit();
     this.SuspendLayout();
     //
     // cmdClose
     //
     this.cmdClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdClose.CommandType = ISA.Controls.CommandButton.enCommandType.Close;
     this.cmdClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
     this.cmdClose.Image = ((System.Drawing.Image)(resources.GetObject("cmdClose.Image")));
     this.cmdClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdClose.Location = new System.Drawing.Point(592, 296);
     this.cmdClose.Name = "cmdClose";
     this.cmdClose.Size = new System.Drawing.Size(100, 40);
     this.cmdClose.TabIndex = 35;
     this.cmdClose.Text = "CLOSE";
     this.cmdClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.cmdClose.UseVisualStyleBackColor = true;
     this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
     //
     // dataGridGiroMasuk
     //
     this.dataGridGiroMasuk.AllowUserToAddRows = false;
     this.dataGridGiroMasuk.AllowUserToDeleteRows = false;
     this.dataGridGiroMasuk.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.dataGridGiroMasuk.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridGiroMasuk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridGiroMasuk.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.RowID,
     this.TglInput,
     this.NoGiroMasuk,
     this.BankMasuk,
     this.MataUangMasuk,
     this.NominalMasuk,
     this.NominalGiro,
     this.StatusGiro,
     this.DueDateGiroMasuk,
     this.NoPenerimaan,
     this.NoBuktiCair});
     this.dataGridGiroMasuk.Location = new System.Drawing.Point(16, 34);
     this.dataGridGiroMasuk.MultiSelect = false;
     this.dataGridGiroMasuk.Name = "dataGridGiroMasuk";
     this.dataGridGiroMasuk.ReadOnly = true;
     this.dataGridGiroMasuk.RowHeadersVisible = false;
     this.dataGridGiroMasuk.RowHeadersWidth = 20;
     this.dataGridGiroMasuk.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dataGridGiroMasuk.Size = new System.Drawing.Size(645, 147);
     this.dataGridGiroMasuk.StandardTab = true;
     this.dataGridGiroMasuk.TabIndex = 47;
     this.dataGridGiroMasuk.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridGiroMasuk_CellFormatting);
     //
     // RowID
     //
     this.RowID.DataPropertyName = "RowID";
     this.RowID.HeaderText = "RowID";
     this.RowID.Name = "RowID";
     this.RowID.ReadOnly = true;
     this.RowID.Visible = false;
     //
     // TglInput
     //
     this.TglInput.DataPropertyName = "Tanggal";
     dataGridViewCellStyle10.Format = "dd/MM/yyyy";
     this.TglInput.DefaultCellStyle = dataGridViewCellStyle10;
     this.TglInput.HeaderText = "Tanggal Input";
     this.TglInput.Name = "TglInput";
     this.TglInput.ReadOnly = true;
     //
     // NoGiroMasuk
     //
     this.NoGiroMasuk.DataPropertyName = "NoCekGiro";
     this.NoGiroMasuk.HeaderText = "No. Giro";
     this.NoGiroMasuk.Name = "NoGiroMasuk";
     this.NoGiroMasuk.ReadOnly = true;
     //
     // BankMasuk
     //
     this.BankMasuk.DataPropertyName = "NamaBank";
     this.BankMasuk.HeaderText = "Bank ";
     this.BankMasuk.Name = "BankMasuk";
     this.BankMasuk.ReadOnly = true;
     this.BankMasuk.Width = 250;
     //
     // MataUangMasuk
     //
     this.MataUangMasuk.DataPropertyName = "MataUangID";
     this.MataUangMasuk.HeaderText = "Mata Uang";
     this.MataUangMasuk.Name = "MataUangMasuk";
     this.MataUangMasuk.ReadOnly = true;
     this.MataUangMasuk.Width = 90;
     //
     // NominalMasuk
     //
     this.NominalMasuk.DataPropertyName = "Nominal";
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle11.Format = "N2";
     dataGridViewCellStyle11.NullValue = null;
     this.NominalMasuk.DefaultCellStyle = dataGridViewCellStyle11;
     this.NominalMasuk.HeaderText = "Nominal";
     this.NominalMasuk.Name = "NominalMasuk";
     this.NominalMasuk.ReadOnly = true;
     //
     // NominalGiro
     //
     this.NominalGiro.DataPropertyName = "NominalGiro";
     dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle12.Format = "N2";
     dataGridViewCellStyle12.NullValue = null;
     this.NominalGiro.DefaultCellStyle = dataGridViewCellStyle12;
     this.NominalGiro.HeaderText = "Nominal Giro";
     this.NominalGiro.Name = "NominalGiro";
     this.NominalGiro.ReadOnly = true;
     //
     // StatusGiro
     //
     this.StatusGiro.DataPropertyName = "StatusGiro";
     this.StatusGiro.HeaderText = "Status Giro";
     this.StatusGiro.Name = "StatusGiro";
     this.StatusGiro.ReadOnly = true;
     //
     // DueDateGiroMasuk
     //
     this.DueDateGiroMasuk.DataPropertyName = "TanggalGiroCair";
     dataGridViewCellStyle13.Format = "dd-MMM-yyyy";
     dataGridViewCellStyle13.NullValue = null;
     this.DueDateGiroMasuk.DefaultCellStyle = dataGridViewCellStyle13;
     this.DueDateGiroMasuk.HeaderText = "Jatuh Tempo";
     this.DueDateGiroMasuk.Name = "DueDateGiroMasuk";
     this.DueDateGiroMasuk.ReadOnly = true;
     //
     // NoPenerimaan
     //
     this.NoPenerimaan.DataPropertyName = "NoBukti";
     this.NoPenerimaan.HeaderText = "No.Bukti";
     this.NoPenerimaan.Name = "NoPenerimaan";
     this.NoPenerimaan.ReadOnly = true;
     //
     // NoBuktiCair
     //
     this.NoBuktiCair.DataPropertyName = "RefIDCair";
     this.NoBuktiCair.HeaderText = "No. Bukti Cair";
     this.NoBuktiCair.Name = "NoBuktiCair";
     this.NoBuktiCair.ReadOnly = true;
     //
     // rgTglGiroMasuk
     //
     this.rgTglGiroMasuk.Font = new System.Drawing.Font("Courier New", 8.25F);
     this.rgTglGiroMasuk.FromDate = null;
     this.rgTglGiroMasuk.Location = new System.Drawing.Point(67, 6);
     this.rgTglGiroMasuk.Name = "rgTglGiroMasuk";
     this.rgTglGiroMasuk.Size = new System.Drawing.Size(257, 22);
     this.rgTglGiroMasuk.TabIndex = 45;
     this.rgTglGiroMasuk.ToDate = null;
     //
     // lblTanggal
     //
     this.lblTanggal.AutoSize = true;
     this.lblTanggal.Location = new System.Drawing.Point(12, 9);
     this.lblTanggal.Name = "lblTanggal";
     this.lblTanggal.Size = new System.Drawing.Size(49, 14);
     this.lblTanggal.TabIndex = 44;
     this.lblTanggal.Text = "Tanggal";
     //
     // btnProses
     //
     this.btnProses.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnProses.CommandType = ISA.Controls.CommandButton.enCommandType.None;
     this.btnProses.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.btnProses.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnProses.Location = new System.Drawing.Point(9, 296);
     this.btnProses.Name = "btnProses";
     this.btnProses.Size = new System.Drawing.Size(100, 40);
     this.btnProses.TabIndex = 48;
     this.btnProses.Text = "Proses";
     this.btnProses.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnProses.UseVisualStyleBackColor = true;
     this.btnProses.Click += new System.EventHandler(this.btnProses_Click);
     //
     // tabGiro
     //
     this.tabGiro.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.tabGiro.Controls.Add(this.tabPage1);
     this.tabGiro.Controls.Add(this.tabPage2);
     this.tabGiro.Controls.Add(this.tabPage3);
     this.tabGiro.Location = new System.Drawing.Point(12, 50);
     this.tabGiro.Name = "tabGiro";
     this.tabGiro.SelectedIndex = 0;
     this.tabGiro.Size = new System.Drawing.Size(684, 240);
     this.tabGiro.TabIndex = 49;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.cboStatusGiroMasuk);
     this.tabPage1.Controls.Add(this.cmdSearchGiroMasuk);
     this.tabPage1.Controls.Add(this.lblTanggal);
     this.tabPage1.Controls.Add(this.dataGridGiroMasuk);
     this.tabPage1.Controls.Add(this.rgTglGiroMasuk);
     this.tabPage1.Location = new System.Drawing.Point(4, 23);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(676, 213);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Giro Masuk";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(330, 9);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(68, 14);
     this.label3.TabIndex = 50;
     this.label3.Text = "Status Giro";
     //
     // cboStatusGiroMasuk
     //
     this.cboStatusGiroMasuk.FormattingEnabled = true;
     this.cboStatusGiroMasuk.Items.AddRange(new object[] {
     "Semua",
     "Diterima",
     "Disetor",
     "BatalSetor",
     "Cair",
     "BatalCair",
     "Ditolak",
     "Batal"});
     this.cboStatusGiroMasuk.Location = new System.Drawing.Point(413, 6);
     this.cboStatusGiroMasuk.Name = "cboStatusGiroMasuk";
     this.cboStatusGiroMasuk.Size = new System.Drawing.Size(121, 22);
     this.cboStatusGiroMasuk.TabIndex = 49;
     //
     // cmdSearchGiroMasuk
     //
     this.cmdSearchGiroMasuk.CommandType = ISA.Controls.CommandButton.enCommandType.SearchS;
     this.cmdSearchGiroMasuk.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.cmdSearchGiroMasuk.Image = ((System.Drawing.Image)(resources.GetObject("cmdSearchGiroMasuk.Image")));
     this.cmdSearchGiroMasuk.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.cmdSearchGiroMasuk.Location = new System.Drawing.Point(540, 4);
     this.cmdSearchGiroMasuk.Name = "cmdSearchGiroMasuk";
     this.cmdSearchGiroMasuk.Size = new System.Drawing.Size(80, 23);
     this.cmdSearchGiroMasuk.TabIndex = 48;
     this.cmdSearchGiroMasuk.Text = "Search";
     this.cmdSearchGiroMasuk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.cmdSearchGiroMasuk.UseVisualStyleBackColor = true;
     this.cmdSearchGiroMasuk.Click += new System.EventHandler(this.cmdSearchGiroMasuk_Click);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.cmdSearchGiroKeluar);
     this.tabPage2.Controls.Add(this.label1);
     this.tabPage2.Controls.Add(this.dataGridGiroKeluar);
     this.tabPage2.Controls.Add(this.rgTglGiroKeluar);
     this.tabPage2.Location = new System.Drawing.Point(4, 23);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(676, 213);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Giro Keluar";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // cmdSearchGiroKeluar
     //
     this.cmdSearchGiroKeluar.CommandType = ISA.Controls.CommandButton.enCommandType.SearchS;
     this.cmdSearchGiroKeluar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.cmdSearchGiroKeluar.Image = ((System.Drawing.Image)(resources.GetObject("cmdSearchGiroKeluar.Image")));
     this.cmdSearchGiroKeluar.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.cmdSearchGiroKeluar.Location = new System.Drawing.Point(316, 4);
     this.cmdSearchGiroKeluar.Name = "cmdSearchGiroKeluar";
     this.cmdSearchGiroKeluar.Size = new System.Drawing.Size(80, 23);
     this.cmdSearchGiroKeluar.TabIndex = 52;
     this.cmdSearchGiroKeluar.Text = "Search";
     this.cmdSearchGiroKeluar.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.cmdSearchGiroKeluar.UseVisualStyleBackColor = true;
     this.cmdSearchGiroKeluar.Click += new System.EventHandler(this.cmdSearchGiroKeluar_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(49, 14);
     this.label1.TabIndex = 48;
     this.label1.Text = "Tanggal";
     //
     // dataGridGiroKeluar
     //
     this.dataGridGiroKeluar.AllowUserToAddRows = false;
     this.dataGridGiroKeluar.AllowUserToDeleteRows = false;
     this.dataGridGiroKeluar.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.dataGridGiroKeluar.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dataGridGiroKeluar.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridGiroKeluar.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.RowIDK,
     this.TglInputKeluar,
     this.NoCekGiroK,
     this.NamaBankK,
     this.MataUangIDK,
     this.NominalK,
     this.DueDateGiroK,
     this.NoPengeluaran});
     this.dataGridGiroKeluar.Location = new System.Drawing.Point(16, 34);
     this.dataGridGiroKeluar.MultiSelect = false;
     this.dataGridGiroKeluar.Name = "dataGridGiroKeluar";
     this.dataGridGiroKeluar.ReadOnly = true;
     this.dataGridGiroKeluar.RowHeadersVisible = false;
     this.dataGridGiroKeluar.RowHeadersWidth = 20;
     this.dataGridGiroKeluar.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dataGridGiroKeluar.Size = new System.Drawing.Size(645, 147);
     this.dataGridGiroKeluar.StandardTab = true;
     this.dataGridGiroKeluar.TabIndex = 51;
     //
     // RowIDK
     //
     this.RowIDK.DataPropertyName = "RowID";
     this.RowIDK.HeaderText = "RowID";
     this.RowIDK.Name = "RowIDK";
     this.RowIDK.ReadOnly = true;
     this.RowIDK.Visible = false;
     //
     // TglInputKeluar
     //
     this.TglInputKeluar.DataPropertyName = "Tanggal";
     dataGridViewCellStyle16.Format = "dd/MM/yyyy";
     this.TglInputKeluar.DefaultCellStyle = dataGridViewCellStyle16;
     this.TglInputKeluar.HeaderText = "Tanggal Input";
     this.TglInputKeluar.Name = "TglInputKeluar";
     this.TglInputKeluar.ReadOnly = true;
     //
     // NoCekGiroK
     //
     this.NoCekGiroK.DataPropertyName = "NoCekGiro";
     this.NoCekGiroK.HeaderText = "No. Giro";
     this.NoCekGiroK.Name = "NoCekGiroK";
     this.NoCekGiroK.ReadOnly = true;
     //
     // NamaBankK
     //
     this.NamaBankK.DataPropertyName = "NamaBank";
     this.NamaBankK.HeaderText = "Bank ";
     this.NamaBankK.Name = "NamaBankK";
     this.NamaBankK.ReadOnly = true;
     this.NamaBankK.Width = 250;
     //
     // MataUangIDK
     //
     this.MataUangIDK.DataPropertyName = "MataUangID";
     this.MataUangIDK.HeaderText = "Mata Uang";
     this.MataUangIDK.Name = "MataUangIDK";
     this.MataUangIDK.ReadOnly = true;
     this.MataUangIDK.Width = 50;
     //
     // NominalK
     //
     this.NominalK.DataPropertyName = "Nominal";
     dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle17.Format = "N2";
     dataGridViewCellStyle17.NullValue = null;
     this.NominalK.DefaultCellStyle = dataGridViewCellStyle17;
     this.NominalK.HeaderText = "Nominal";
     this.NominalK.Name = "NominalK";
     this.NominalK.ReadOnly = true;
     //
     // DueDateGiroK
     //
     this.DueDateGiroK.DataPropertyName = "DueDateGiro";
     dataGridViewCellStyle18.Format = "dd/MM/yyyy";
     dataGridViewCellStyle18.NullValue = null;
     this.DueDateGiroK.DefaultCellStyle = dataGridViewCellStyle18;
     this.DueDateGiroK.HeaderText = "Jatuh Tempo";
     this.DueDateGiroK.Name = "DueDateGiroK";
     this.DueDateGiroK.ReadOnly = true;
     //
     // NoPengeluaran
     //
     this.NoPengeluaran.DataPropertyName = "NoBukti";
     this.NoPengeluaran.HeaderText = "No.Bukti";
     this.NoPengeluaran.Name = "NoPengeluaran";
     this.NoPengeluaran.ReadOnly = true;
     //
     // rgTglGiroKeluar
     //
     this.rgTglGiroKeluar.Font = new System.Drawing.Font("Courier New", 8.25F);
     this.rgTglGiroKeluar.FromDate = null;
     this.rgTglGiroKeluar.Location = new System.Drawing.Point(67, 6);
     this.rgTglGiroKeluar.Name = "rgTglGiroKeluar";
     this.rgTglGiroKeluar.Size = new System.Drawing.Size(257, 22);
     this.rgTglGiroKeluar.TabIndex = 49;
     this.rgTglGiroKeluar.ToDate = null;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.rgTglGiroMasukPiutang);
     this.tabPage3.Controls.Add(this.cmdSearchGiroMasukPiutang);
     this.tabPage3.Controls.Add(this.label2);
     this.tabPage3.Controls.Add(this.dataGridGiroMasukPiutang);
     this.tabPage3.Location = new System.Drawing.Point(4, 23);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Size = new System.Drawing.Size(676, 213);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text = "Giro Masuk (Piutang Usaha)";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // rgTglGiroMasukPiutang
     //
     this.rgTglGiroMasukPiutang.Font = new System.Drawing.Font("Courier New", 8.25F);
     this.rgTglGiroMasukPiutang.FromDate = null;
     this.rgTglGiroMasukPiutang.Location = new System.Drawing.Point(59, 3);
     this.rgTglGiroMasukPiutang.Name = "rgTglGiroMasukPiutang";
     this.rgTglGiroMasukPiutang.Size = new System.Drawing.Size(257, 22);
     this.rgTglGiroMasukPiutang.TabIndex = 0;
     this.rgTglGiroMasukPiutang.ToDate = null;
     //
     // cmdSearchGiroMasukPiutang
     //
     this.cmdSearchGiroMasukPiutang.CommandType = ISA.Controls.CommandButton.enCommandType.SearchS;
     this.cmdSearchGiroMasukPiutang.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.cmdSearchGiroMasukPiutang.Image = ((System.Drawing.Image)(resources.GetObject("cmdSearchGiroMasukPiutang.Image")));
     this.cmdSearchGiroMasukPiutang.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.cmdSearchGiroMasukPiutang.Location = new System.Drawing.Point(322, 3);
     this.cmdSearchGiroMasukPiutang.Name = "cmdSearchGiroMasukPiutang";
     this.cmdSearchGiroMasukPiutang.Size = new System.Drawing.Size(80, 23);
     this.cmdSearchGiroMasukPiutang.TabIndex = 1;
     this.cmdSearchGiroMasukPiutang.Text = "Search";
     this.cmdSearchGiroMasukPiutang.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.cmdSearchGiroMasukPiutang.UseVisualStyleBackColor = true;
     this.cmdSearchGiroMasukPiutang.Click += new System.EventHandler(this.cmdSearchGiroMasukPiutang_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(4, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(49, 14);
     this.label2.TabIndex = 1;
     this.label2.Text = "Tanggal";
     //
     // dataGridGiroMasukPiutang
     //
     this.dataGridGiroMasukPiutang.AllowUserToAddRows = false;
     this.dataGridGiroMasukPiutang.AllowUserToDeleteRows = false;
     this.dataGridGiroMasukPiutang.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.dataGridGiroMasukPiutang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridGiroMasukPiutang.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.RowIDGMP,
     this.PenjualanRowIDGMP,
     this.TanggalInputGMP,
     this.NoGiroGMP,
     this.CustomerNameGMP,
     this.MataUangGMP,
     this.NominalGMP,
     this.NominalGiroGMP,
     this.StatusGiroGMP,
     this.JatuhTempoGMP});
     this.dataGridGiroMasukPiutang.Location = new System.Drawing.Point(7, 32);
     this.dataGridGiroMasukPiutang.Name = "dataGridGiroMasukPiutang";
     this.dataGridGiroMasukPiutang.ReadOnly = true;
     this.dataGridGiroMasukPiutang.RowHeadersVisible = false;
     this.dataGridGiroMasukPiutang.Size = new System.Drawing.Size(670, 150);
     this.dataGridGiroMasukPiutang.StandardTab = true;
     this.dataGridGiroMasukPiutang.TabIndex = 2;
     this.dataGridGiroMasukPiutang.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridGiroMasukPiutang_CellFormatting);
     this.dataGridGiroMasukPiutang.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridGiroMasukPiutang_CellContentClick);
     //
     // RowIDGMP
     //
     this.RowIDGMP.DataPropertyName = "RowID";
     this.RowIDGMP.HeaderText = "RowID";
     this.RowIDGMP.Name = "RowIDGMP";
     this.RowIDGMP.ReadOnly = true;
     this.RowIDGMP.Visible = false;
     //
     // PenjualanRowIDGMP
     //
     this.PenjualanRowIDGMP.DataPropertyName = "PenjualanRowID";
     this.PenjualanRowIDGMP.HeaderText = "PenjualanRowID";
     this.PenjualanRowIDGMP.Name = "PenjualanRowIDGMP";
     this.PenjualanRowIDGMP.ReadOnly = true;
     this.PenjualanRowIDGMP.Visible = false;
     //
     // TanggalInputGMP
     //
     this.TanggalInputGMP.DataPropertyName = "Tanggal";
     this.TanggalInputGMP.HeaderText = "Tanggal Input";
     this.TanggalInputGMP.Name = "TanggalInputGMP";
     this.TanggalInputGMP.ReadOnly = true;
     //
     // NoGiroGMP
     //
     this.NoGiroGMP.DataPropertyName = "NoBGC";
     this.NoGiroGMP.HeaderText = "No. Giro";
     this.NoGiroGMP.Name = "NoGiroGMP";
     this.NoGiroGMP.ReadOnly = true;
     //
     // CustomerNameGMP
     //
     this.CustomerNameGMP.DataPropertyName = "Nama";
     this.CustomerNameGMP.HeaderText = "Nama";
     this.CustomerNameGMP.Name = "CustomerNameGMP";
     this.CustomerNameGMP.ReadOnly = true;
     this.CustomerNameGMP.Width = 250;
     //
     // MataUangGMP
     //
     this.MataUangGMP.DataPropertyName = "MataUangID";
     this.MataUangGMP.HeaderText = "Mata Uang";
     this.MataUangGMP.Name = "MataUangGMP";
     this.MataUangGMP.ReadOnly = true;
     //
     // NominalGMP
     //
     this.NominalGMP.DataPropertyName = "Nominal";
     dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle14.Format = "N2";
     dataGridViewCellStyle14.NullValue = null;
     this.NominalGMP.DefaultCellStyle = dataGridViewCellStyle14;
     this.NominalGMP.HeaderText = "Nominal";
     this.NominalGMP.Name = "NominalGMP";
     this.NominalGMP.ReadOnly = true;
     //
     // NominalGiroGMP
     //
     this.NominalGiroGMP.DataPropertyName = "NominalBGC";
     dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle15.Format = "N2";
     dataGridViewCellStyle15.NullValue = null;
     this.NominalGiroGMP.DefaultCellStyle = dataGridViewCellStyle15;
     this.NominalGiroGMP.HeaderText = "Nominal Giro";
     this.NominalGiroGMP.Name = "NominalGiroGMP";
     this.NominalGiroGMP.ReadOnly = true;
     //
     // StatusGiroGMP
     //
     this.StatusGiroGMP.DataPropertyName = "StatusBGC";
     this.StatusGiroGMP.HeaderText = "Status Giro";
     this.StatusGiroGMP.Name = "StatusGiroGMP";
     this.StatusGiroGMP.ReadOnly = true;
     //
     // JatuhTempoGMP
     //
     this.JatuhTempoGMP.DataPropertyName = "TglJTBGC";
     this.JatuhTempoGMP.HeaderText = "Jatuh Tempo";
     this.JatuhTempoGMP.Name = "JatuhTempoGMP";
     this.JatuhTempoGMP.ReadOnly = true;
     //
     // frmProsesGiroBrowse
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.ClientSize = new System.Drawing.Size(705, 341);
     this.Controls.Add(this.btnProses);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.tabGiro);
     this.Location = new System.Drawing.Point(0, 0);
     this.Name = "frmProsesGiroBrowse";
     this.Text = "Proses Giro";
     this.Title = "Proses Giro";
     this.Load += new System.EventHandler(this.frmProsesGiroBrowse_Load);
     this.Activated += new System.EventHandler(this.frmProsesGiroBrowse_Activated);
     this.Controls.SetChildIndex(this.tabGiro, 0);
     this.Controls.SetChildIndex(this.cmdClose, 0);
     this.Controls.SetChildIndex(this.btnProses, 0);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridGiroMasuk)).EndInit();
     this.tabGiro.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridGiroKeluar)).EndInit();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridGiroMasukPiutang)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 42
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CellQueryForm));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.btnRefresh = new System.Windows.Forms.Button();
     this.btnChart = new System.Windows.Forms.Button();
     this.btnExit = new System.Windows.Forms.Button();
     this.pnlChart = new System.Windows.Forms.Panel();
     this.sbShelf = new System.Windows.Forms.VScrollBar();
     this.pnlData = new System.Windows.Forms.Panel();
     this.pnlProgress = new System.Windows.Forms.Panel();
     this.lblInfo = new System.Windows.Forms.Label();
     this.dgvMain = new System.Windows.Forms.DataGridView();
     this.ShelfName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CellCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CellName = new DataGridViewAutoFilter.DataGridViewAutoFilterTextBoxColumn();
     this.ProductCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ProductName = new DataGridViewAutoFilter.DataGridViewAutoFilterTextBoxColumn();
     this.QUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.WareCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.WareName = new DataGridViewAutoFilter.DataGridViewAutoFilterTextBoxColumn();
     this.IsActive = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsMain = new System.Windows.Forms.BindingSource(this.components);
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.button5 = new System.Windows.Forms.Button();
     this.pnlTool.SuspendLayout();
     this.pnlContent.SuspendLayout();
     this.pnlMain.SuspendLayout();
     this.pnlChart.SuspendLayout();
     this.pnlData.SuspendLayout();
     this.pnlProgress.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     this.SuspendLayout();
     //
     // pnlTool
     //
     this.pnlTool.Controls.Add(this.button5);
     this.pnlTool.Controls.Add(this.button4);
     this.pnlTool.Controls.Add(this.button3);
     this.pnlTool.Controls.Add(this.button1);
     this.pnlTool.Controls.Add(this.button2);
     this.pnlTool.Controls.Add(this.btnExit);
     this.pnlTool.Controls.Add(this.btnChart);
     this.pnlTool.Controls.Add(this.btnRefresh);
     this.pnlTool.Size = new System.Drawing.Size(1020, 46);
     //
     // pnlContent
     //
     this.pnlContent.Controls.Add(this.pnlData);
     this.pnlContent.Controls.Add(this.pnlChart);
     this.pnlContent.Location = new System.Drawing.Point(0, 46);
     this.pnlContent.Size = new System.Drawing.Size(1020, 229);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(1020, 275);
     //
     // btnRefresh
     //
     this.btnRefresh.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnRefresh.Image = global::THOK.WES.Properties.Resources.onebit_02;
     this.btnRefresh.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnRefresh.Location = new System.Drawing.Point(0, 0);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(48, 44);
     this.btnRefresh.TabIndex = 1;
     this.btnRefresh.Text = "查询";
     this.btnRefresh.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnRefresh.UseVisualStyleBackColor = true;
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // btnChart
     //
     this.btnChart.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnChart.Image = ((System.Drawing.Image)(resources.GetObject("btnChart.Image")));
     this.btnChart.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnChart.Location = new System.Drawing.Point(48, 0);
     this.btnChart.Name = "btnChart";
     this.btnChart.Size = new System.Drawing.Size(48, 44);
     this.btnChart.TabIndex = 2;
     this.btnChart.Text = "图形";
     this.btnChart.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnChart.UseVisualStyleBackColor = true;
     this.btnChart.Click += new System.EventHandler(this.btnChart_Click);
     //
     // btnExit
     //
     this.btnExit.Dock = System.Windows.Forms.DockStyle.Left;
     this.btnExit.Image = global::THOK.WES.Properties.Resources.shut_down;
     this.btnExit.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnExit.Location = new System.Drawing.Point(96, 0);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(48, 44);
     this.btnExit.TabIndex = 3;
     this.btnExit.Text = "退出";
     this.btnExit.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // pnlChart
     //
     this.pnlChart.BackColor = System.Drawing.SystemColors.Info;
     this.pnlChart.Controls.Add(this.sbShelf);
     this.pnlChart.Location = new System.Drawing.Point(3, 138);
     this.pnlChart.Name = "pnlChart";
     this.pnlChart.Size = new System.Drawing.Size(1022, 89);
     this.pnlChart.TabIndex = 2;
     this.pnlChart.Paint += new System.Windows.Forms.PaintEventHandler(this.pnlChart_Paint);
     this.pnlChart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pnlChart_MouseClick);
     this.pnlChart.Resize += new System.EventHandler(this.pnlChart_Resize);
     //
     // sbShelf
     //
     this.sbShelf.Dock = System.Windows.Forms.DockStyle.Right;
     this.sbShelf.LargeChange = 30;
     this.sbShelf.Location = new System.Drawing.Point(1003, 0);
     this.sbShelf.Maximum = 60;
     this.sbShelf.Name = "sbShelf";
     this.sbShelf.Size = new System.Drawing.Size(19, 89);
     this.sbShelf.SmallChange = 30;
     this.sbShelf.TabIndex = 0;
     this.sbShelf.Value = 1;
     this.sbShelf.ValueChanged += new System.EventHandler(this.sbShelf_ValueChanged);
     //
     // pnlData
     //
     this.pnlData.Controls.Add(this.pnlProgress);
     this.pnlData.Controls.Add(this.dgvMain);
     this.pnlData.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlData.Location = new System.Drawing.Point(0, 0);
     this.pnlData.Name = "pnlData";
     this.pnlData.Size = new System.Drawing.Size(1020, 132);
     this.pnlData.TabIndex = 3;
     //
     // pnlProgress
     //
     this.pnlProgress.Controls.Add(this.lblInfo);
     this.pnlProgress.Location = new System.Drawing.Point(250, 18);
     this.pnlProgress.Name = "pnlProgress";
     this.pnlProgress.Size = new System.Drawing.Size(238, 79);
     this.pnlProgress.TabIndex = 10;
     this.pnlProgress.Visible = false;
     //
     // lblInfo
     //
     this.lblInfo.AutoSize = true;
     this.lblInfo.Location = new System.Drawing.Point(32, 34);
     this.lblInfo.Name = "lblInfo";
     this.lblInfo.Size = new System.Drawing.Size(167, 12);
     this.lblInfo.TabIndex = 1;
     this.lblInfo.Text = "正在准备货位数据,请稍候...";
     //
     // dgvMain
     //
     this.dgvMain.AllowUserToAddRows = false;
     this.dgvMain.AllowUserToDeleteRows = false;
     this.dgvMain.AllowUserToResizeRows = false;
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.dgvMain.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvMain.AutoGenerateColumns = false;
     this.dgvMain.BackgroundColor = System.Drawing.SystemColors.Info;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvMain.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvMain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ShelfName,
     this.CellCode,
     this.CellName,
     this.ProductCode,
     this.ProductName,
     this.QUANTITY,
     this.WareCode,
     this.WareName,
     this.IsActive});
     this.dgvMain.DataSource = this.bsMain;
     this.dgvMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgvMain.Location = new System.Drawing.Point(0, 0);
     this.dgvMain.MultiSelect = false;
     this.dgvMain.Name = "dgvMain";
     this.dgvMain.ReadOnly = true;
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvMain.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.dgvMain.RowHeadersWidth = 30;
     this.dgvMain.RowTemplate.Height = 23;
     this.dgvMain.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvMain.Size = new System.Drawing.Size(1020, 132);
     this.dgvMain.TabIndex = 10;
     //
     // ShelfName
     //
     this.ShelfName.DataPropertyName = "ShelfName";
     this.ShelfName.HeaderText = "货架名称";
     this.ShelfName.Name = "ShelfName";
     this.ShelfName.ReadOnly = true;
     this.ShelfName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.ShelfName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.ShelfName.Width = 80;
     //
     // CellCode
     //
     this.CellCode.DataPropertyName = "CellCode";
     this.CellCode.HeaderText = "货位编码";
     this.CellCode.Name = "CellCode";
     this.CellCode.ReadOnly = true;
     this.CellCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.CellCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.CellCode.Width = 88;
     //
     // CellName
     //
     this.CellName.DataPropertyName = "CellName";
     this.CellName.FilteringEnabled = false;
     this.CellName.HeaderText = "货位名称";
     this.CellName.Name = "CellName";
     this.CellName.ReadOnly = true;
     this.CellName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     //
     // ProductCode
     //
     this.ProductCode.DataPropertyName = "ProductCode";
     this.ProductCode.HeaderText = "卷烟代码";
     this.ProductCode.Name = "ProductCode";
     this.ProductCode.ReadOnly = true;
     this.ProductCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.ProductCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.ProductCode.Width = 80;
     //
     // ProductName
     //
     this.ProductName.DataPropertyName = "ProductName";
     this.ProductName.FilteringEnabled = false;
     this.ProductName.HeaderText = "卷烟名称";
     this.ProductName.Name = "ProductName";
     this.ProductName.ReadOnly = true;
     this.ProductName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.ProductName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     //
     // QUANTITY
     //
     this.QUANTITY.DataPropertyName = "QuantityJian";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.QUANTITY.DefaultCellStyle = dataGridViewCellStyle3;
     this.QUANTITY.HeaderText = "卷烟数量";
     this.QUANTITY.Name = "QUANTITY";
     this.QUANTITY.ReadOnly = true;
     this.QUANTITY.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.QUANTITY.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.QUANTITY.Width = 95;
     //
     // WareCode
     //
     this.WareCode.DataPropertyName = "WareCode";
     this.WareCode.HeaderText = "仓库编码";
     this.WareCode.Name = "WareCode";
     this.WareCode.ReadOnly = true;
     this.WareCode.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.WareCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.WareCode.Width = 80;
     //
     // WareName
     //
     this.WareName.DataPropertyName = "WareName";
     this.WareName.FilteringEnabled = false;
     this.WareName.HeaderText = "仓库名称";
     this.WareName.Name = "WareName";
     this.WareName.ReadOnly = true;
     this.WareName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     //
     // IsActive
     //
     this.IsActive.DataPropertyName = "IsActive";
     this.IsActive.HeaderText = "是否可用";
     this.IsActive.Name = "IsActive";
     this.IsActive.ReadOnly = true;
     this.IsActive.Width = 80;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Gold;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button1.Location = new System.Drawing.Point(150, 6);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(51, 23);
     this.button1.TabIndex = 11;
     this.button1.Text = "整托盘";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Visible = false;
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.RoyalBlue;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Location = new System.Drawing.Point(207, 6);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(51, 23);
     this.button2.TabIndex = 1;
     this.button2.Text = "半托盘";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Visible = false;
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.SpringGreen;
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button3.Location = new System.Drawing.Point(264, 6);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(51, 23);
     this.button3.TabIndex = 2;
     this.button3.Text = "空货位";
     this.button3.UseVisualStyleBackColor = false;
     this.button3.Visible = false;
     //
     // button4
     //
     this.button4.BackColor = System.Drawing.Color.Red;
     this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button4.Location = new System.Drawing.Point(321, 6);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(51, 23);
     this.button4.TabIndex = 12;
     this.button4.Text = "预警";
     this.button4.UseVisualStyleBackColor = false;
     this.button4.Visible = false;
     //
     // button5
     //
     this.button5.BackColor = System.Drawing.Color.White;
     this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.button5.Location = new System.Drawing.Point(264, 6);
     this.button5.Name = "button5";
     this.button5.Size = new System.Drawing.Size(51, 23);
     this.button5.TabIndex = 13;
     this.button5.Text = "空货位";
     this.button5.UseVisualStyleBackColor = false;
     this.button5.Visible = false;
     //
     // CellQueryForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1020, 275);
     this.Name = "CellQueryForm";
     this.Text = "CellQueryForm";
     this.pnlTool.ResumeLayout(false);
     this.pnlContent.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     this.pnlChart.ResumeLayout(false);
     this.pnlData.ResumeLayout(false);
     this.pnlProgress.ResumeLayout(false);
     this.pnlProgress.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 43
0
 /// <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(ucValidator));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     this.tableLayoutPanel4           = new System.Windows.Forms.TableLayoutPanel();
     this.toolStrip5                  = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel2             = new System.Windows.Forms.ToolStripLabel();
     this.scoreBox                    = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip4                  = new System.Windows.Forms.ToolStrip();
     this.toolStripLabel5             = new System.Windows.Forms.ToolStripLabel();
     this.CorrectBox                  = new System.Windows.Forms.ToolStripTextBox();
     this.toolStrip3                  = new System.Windows.Forms.ToolStrip();
     this.resultlbl                   = new System.Windows.Forms.ToolStripLabel();
     this.verBox                      = new System.Windows.Forms.ToolStripTextBox();
     this.validator                   = new System.Windows.Forms.ToolStripButton();
     this.toolStrip2                  = new System.Windows.Forms.ToolStrip();
     this.carnelbl                    = new System.Windows.Forms.ToolStripLabel();
     this.carneBox                    = new System.Windows.Forms.ToolStripComboBox();
     this.picBox                      = new System.Windows.Forms.PictureBox();
     this.stuListDGV                  = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stuListBS                   = new System.Windows.Forms.BindingSource(this.components);
     this.dB = new Exam.DB();
     this.studentDataGridView = new System.Windows.Forms.DataGridView();
     this.QRCode    = new System.Windows.Forms.DataGridViewImageColumn();
     this.StudentID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Correct = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Error   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn40 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.studentBS           = new System.Windows.Forms.BindingSource(this.components);
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.namelbl             = new System.Windows.Forms.ToolStripLabel();
     this.nameBox             = new System.Windows.Forms.ToolStripTextBox();
     this.surnamelbl          = new System.Windows.Forms.ToolStripLabel();
     this.surnameBox          = new System.Windows.Forms.ToolStripTextBox();
     this.ucScan              = new VTools.ucScanner();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripLabel1     = new System.Windows.Forms.ToolStripLabel();
     this.tableLayoutPanel4.SuspendLayout();
     this.toolStrip5.SuspendLayout();
     this.toolStrip4.SuspendLayout();
     this.toolStrip3.SuspendLayout();
     this.toolStrip2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.stuListDGV)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.stuListBS)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dB)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentBS)).BeginInit();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
     this.tableLayoutPanel4.ColumnCount = 2;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 16.40502F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 83.59498F));
     this.tableLayoutPanel4.Controls.Add(this.toolStrip5, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.toolStrip4, 0, 2);
     this.tableLayoutPanel4.Controls.Add(this.toolStrip3, 1, 2);
     this.tableLayoutPanel4.Controls.Add(this.toolStrip2, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.picBox, 0, 3);
     this.tableLayoutPanel4.Controls.Add(this.stuListDGV, 0, 5);
     this.tableLayoutPanel4.Controls.Add(this.studentDataGridView, 1, 3);
     this.tableLayoutPanel4.Controls.Add(this.toolStrip1, 1, 0);
     this.tableLayoutPanel4.Controls.Add(this.ucScan, 1, 6);
     this.tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel4.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 7;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.302325F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.807309F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.970099F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.60133F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.803987F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 37.04319F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8.305648F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(1294, 740);
     this.tableLayoutPanel4.TabIndex = 0;
     //
     // toolStrip5
     //
     this.toolStrip5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.toolStrip5.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip5.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip5.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel2,
         this.scoreBox
     });
     this.toolStrip5.Location = new System.Drawing.Point(0, 68);
     this.toolStrip5.Name     = "toolStrip5";
     this.toolStrip5.Size     = new System.Drawing.Size(212, 57);
     this.toolStrip5.TabIndex = 7;
     this.toolStrip5.Text     = "toolStrip5";
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripLabel2.ForeColor = System.Drawing.Color.Cyan;
     this.toolStripLabel2.Name      = "toolStripLabel2";
     this.toolStripLabel2.Size      = new System.Drawing.Size(52, 54);
     this.toolStripLabel2.Text      = "NOTA";
     //
     // scoreBox
     //
     this.scoreBox.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     this.scoreBox.Font             = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.scoreBox.ForeColor        = System.Drawing.Color.LemonChiffon;
     this.scoreBox.Margin           = new System.Windows.Forms.Padding(47, 0, 1, 0);
     this.scoreBox.Name             = "scoreBox";
     this.scoreBox.ReadOnly         = true;
     this.scoreBox.Size             = new System.Drawing.Size(70, 57);
     this.scoreBox.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // toolStrip4
     //
     this.toolStrip4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.toolStrip4.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip4.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripLabel5,
         this.CorrectBox
     });
     this.toolStrip4.Location = new System.Drawing.Point(0, 125);
     this.toolStrip4.Name     = "toolStrip4";
     this.toolStrip4.Size     = new System.Drawing.Size(212, 66);
     this.toolStrip4.TabIndex = 6;
     this.toolStrip4.Text     = "toolStrip4";
     //
     // toolStripLabel5
     //
     this.toolStripLabel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.toolStripLabel5.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStripLabel5.ForeColor = System.Drawing.Color.DarkOrange;
     this.toolStripLabel5.Name      = "toolStripLabel5";
     this.toolStripLabel5.Size      = new System.Drawing.Size(98, 63);
     this.toolStripLabel5.Text      = "CORRECTAS";
     //
     // CorrectBox
     //
     this.CorrectBox.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     this.CorrectBox.Font             = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.CorrectBox.ForeColor        = System.Drawing.Color.LemonChiffon;
     this.CorrectBox.Name             = "CorrectBox";
     this.CorrectBox.ReadOnly         = true;
     this.CorrectBox.Size             = new System.Drawing.Size(70, 66);
     this.CorrectBox.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // toolStrip3
     //
     this.toolStrip3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.toolStrip3.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip3.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.resultlbl,
         this.verBox,
         this.validator
     });
     this.toolStrip3.Location = new System.Drawing.Point(212, 125);
     this.toolStrip3.Name     = "toolStrip3";
     this.toolStrip3.Size     = new System.Drawing.Size(1082, 66);
     this.toolStrip3.TabIndex = 4;
     this.toolStrip3.Text     = "toolStrip3";
     //
     // resultlbl
     //
     this.resultlbl.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.resultlbl.ForeColor = System.Drawing.Color.DarkOrange;
     this.resultlbl.Name      = "resultlbl";
     this.resultlbl.Size      = new System.Drawing.Size(93, 63);
     this.resultlbl.Text      = "RESPUESTA";
     //
     // verBox
     //
     this.verBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     this.verBox.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.verBox.ForeColor = System.Drawing.Color.LemonChiffon;
     this.verBox.Name      = "verBox";
     this.verBox.Size      = new System.Drawing.Size(800, 66);
     //
     // validator
     //
     this.validator.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.validator.Font                  = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.validator.ForeColor             = System.Drawing.Color.Gold;
     this.validator.Image                 = ((System.Drawing.Image)(resources.GetObject("validator.Image")));
     this.validator.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.validator.Name                  = "validator";
     this.validator.Size                  = new System.Drawing.Size(79, 63);
     this.validator.Text                  = "VALIDAR";
     this.validator.Click                += new System.EventHandler(this.validator_Click);
     //
     // toolStrip2
     //
     this.toolStrip2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.toolStrip2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.carnelbl,
         this.carneBox
     });
     this.toolStrip2.Location = new System.Drawing.Point(0, 0);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(212, 68);
     this.toolStrip2.TabIndex = 3;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // carnelbl
     //
     this.carnelbl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.carnelbl.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.carnelbl.ForeColor = System.Drawing.Color.GreenYellow;
     this.carnelbl.Name      = "carnelbl";
     this.carnelbl.Size      = new System.Drawing.Size(61, 65);
     this.carnelbl.Text      = "CARNÉ";
     //
     // carneBox
     //
     this.carneBox.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Suggest;
     this.carneBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.carneBox.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     this.carneBox.Font         = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.carneBox.ForeColor    = System.Drawing.Color.LemonChiffon;
     this.carneBox.Name         = "carneBox";
     this.carneBox.Size         = new System.Drawing.Size(130, 68);
     this.carneBox.TextChanged += new System.EventHandler(this.carneBox_TextChanged);
     //
     // picBox
     //
     this.picBox.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.picBox.Location = new System.Drawing.Point(3, 195);
     this.picBox.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.picBox.Name     = "picBox";
     this.tableLayoutPanel4.SetRowSpan(this.picBox, 2);
     this.picBox.Size     = new System.Drawing.Size(206, 202);
     this.picBox.TabIndex = 2;
     this.picBox.TabStop  = false;
     //
     // stuListDGV
     //
     this.stuListDGV.AutoGenerateColumns           = false;
     this.stuListDGV.BackgroundColor               = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     dataGridViewCellStyle1.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     dataGridViewCellStyle1.Font                   = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor              = System.Drawing.Color.LemonChiffon;
     dataGridViewCellStyle1.SelectionBackColor     = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor     = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode               = System.Windows.Forms.DataGridViewTriState.True;
     this.stuListDGV.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.stuListDGV.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.stuListDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn37,
         this.dataGridViewTextBoxColumn36,
         this.dataGridViewTextBoxColumn38,
         this.dataGridViewTextBoxColumn39,
         this.dataGridViewTextBoxColumn32
     });
     this.stuListDGV.DataSource = this.stuListBS;
     this.stuListDGV.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.stuListDGV.EnableHeadersVisualStyles = false;
     this.stuListDGV.Location          = new System.Drawing.Point(3, 405);
     this.stuListDGV.Margin            = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.stuListDGV.Name              = "stuListDGV";
     this.stuListDGV.RowHeadersVisible = false;
     this.tableLayoutPanel4.SetRowSpan(this.stuListDGV, 2);
     this.stuListDGV.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.stuListDGV.Size          = new System.Drawing.Size(206, 331);
     this.stuListDGV.TabIndex      = 0;
     //
     // dataGridViewTextBoxColumn37
     //
     this.dataGridViewTextBoxColumn37.DataPropertyName = "StudentID";
     this.dataGridViewTextBoxColumn37.HeaderText       = "ID";
     this.dataGridViewTextBoxColumn37.Name             = "dataGridViewTextBoxColumn37";
     //
     // dataGridViewTextBoxColumn36
     //
     this.dataGridViewTextBoxColumn36.DataPropertyName = "Section";
     this.dataGridViewTextBoxColumn36.HeaderText       = "S";
     this.dataGridViewTextBoxColumn36.Name             = "dataGridViewTextBoxColumn36";
     //
     // dataGridViewTextBoxColumn38
     //
     this.dataGridViewTextBoxColumn38.DataPropertyName = "LastNames";
     this.dataGridViewTextBoxColumn38.HeaderText       = "Apellidos";
     this.dataGridViewTextBoxColumn38.Name             = "dataGridViewTextBoxColumn38";
     //
     // dataGridViewTextBoxColumn39
     //
     this.dataGridViewTextBoxColumn39.DataPropertyName = "FirstNames";
     this.dataGridViewTextBoxColumn39.HeaderText       = "Nombres";
     this.dataGridViewTextBoxColumn39.Name             = "dataGridViewTextBoxColumn39";
     //
     // dataGridViewTextBoxColumn32
     //
     this.dataGridViewTextBoxColumn32.DataPropertyName = "Class";
     this.dataGridViewTextBoxColumn32.HeaderText       = "Class";
     this.dataGridViewTextBoxColumn32.Name             = "dataGridViewTextBoxColumn32";
     this.dataGridViewTextBoxColumn32.Visible          = false;
     //
     // stuListBS
     //
     this.stuListBS.DataMember = "StuList";
     this.stuListBS.DataSource = this.dB;
     //
     // dB
     //
     this.dB.DataSetName             = "DB";
     this.dB.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // studentDataGridView
     //
     this.studentDataGridView.AllowUserToAddRows    = false;
     this.studentDataGridView.AllowUserToDeleteRows = false;
     this.studentDataGridView.AutoGenerateColumns   = false;
     this.studentDataGridView.BackgroundColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.Color.LemonChiffon;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.studentDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.studentDataGridView.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.studentDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.QRCode,
         this.StudentID,
         this.dataGridViewTextBoxColumn13,
         this.dataGridViewTextBoxColumn14,
         this.dataGridViewTextBoxColumn15,
         this.Correct,
         this.Error,
         this.dataGridViewTextBoxColumn20,
         this.dataGridViewTextBoxColumn17,
         this.dataGridViewTextBoxColumn40,
         this.dataGridViewTextBoxColumn9
     });
     this.studentDataGridView.DataSource                = this.studentBS;
     dataGridViewCellStyle6.Alignment                   = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle6.BackColor                   = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font                        = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor                   = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle6.SelectionBackColor          = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor          = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle6.WrapMode                    = System.Windows.Forms.DataGridViewTriState.False;
     this.studentDataGridView.DefaultCellStyle          = dataGridViewCellStyle6;
     this.studentDataGridView.Dock                      = System.Windows.Forms.DockStyle.Fill;
     this.studentDataGridView.EnableHeadersVisualStyles = false;
     this.studentDataGridView.Location                  = new System.Drawing.Point(215, 195);
     this.studentDataGridView.Margin                    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.studentDataGridView.MultiSelect               = false;
     this.studentDataGridView.Name                      = "studentDataGridView";
     this.studentDataGridView.ReadOnly                  = true;
     this.tableLayoutPanel4.SetRowSpan(this.studentDataGridView, 3);
     this.studentDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.studentDataGridView.Size          = new System.Drawing.Size(1076, 476);
     this.studentDataGridView.TabIndex      = 0;
     //
     // QRCode
     //
     this.QRCode.DataPropertyName = "QRCode";
     this.QRCode.HeaderText       = "QRCode";
     this.QRCode.Name             = "QRCode";
     this.QRCode.ReadOnly         = true;
     //
     // StudentID
     //
     this.StudentID.DataPropertyName  = "StudentID";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.StudentID.DefaultCellStyle  = dataGridViewCellStyle3;
     this.StudentID.HeaderText        = "Carné";
     this.StudentID.Name     = "StudentID";
     this.StudentID.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn13
     //
     this.dataGridViewTextBoxColumn13.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn13.DataPropertyName = "Name";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn13.DefaultCellStyle = dataGridViewCellStyle4;
     this.dataGridViewTextBoxColumn13.HeaderText       = "Nombres";
     this.dataGridViewTextBoxColumn13.Name             = "dataGridViewTextBoxColumn13";
     this.dataGridViewTextBoxColumn13.ReadOnly         = true;
     this.dataGridViewTextBoxColumn13.Width            = 88;
     //
     // dataGridViewTextBoxColumn14
     //
     this.dataGridViewTextBoxColumn14.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dataGridViewTextBoxColumn14.DataPropertyName = "Surname";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn14.DefaultCellStyle = dataGridViewCellStyle5;
     this.dataGridViewTextBoxColumn14.HeaderText       = "Apellidos";
     this.dataGridViewTextBoxColumn14.Name             = "dataGridViewTextBoxColumn14";
     this.dataGridViewTextBoxColumn14.ReadOnly         = true;
     this.dataGridViewTextBoxColumn14.Width            = 87;
     //
     // dataGridViewTextBoxColumn15
     //
     this.dataGridViewTextBoxColumn15.DataPropertyName = "Score";
     this.dataGridViewTextBoxColumn15.HeaderText       = "Nota";
     this.dataGridViewTextBoxColumn15.Name             = "dataGridViewTextBoxColumn15";
     this.dataGridViewTextBoxColumn15.ReadOnly         = true;
     //
     // Correct
     //
     this.Correct.DataPropertyName = "Correct";
     this.Correct.HeaderText       = "Correctas";
     this.Correct.Name             = "Correct";
     this.Correct.ReadOnly         = true;
     //
     // Error
     //
     this.Error.DataPropertyName = "Error";
     this.Error.HeaderText       = "Error en";
     this.Error.Name             = "Error";
     this.Error.ReadOnly         = true;
     //
     // dataGridViewTextBoxColumn20
     //
     this.dataGridViewTextBoxColumn20.DataPropertyName = "LProvided";
     this.dataGridViewTextBoxColumn20.HeaderText       = "Respuesta";
     this.dataGridViewTextBoxColumn20.Name             = "dataGridViewTextBoxColumn20";
     this.dataGridViewTextBoxColumn20.ReadOnly         = true;
     //
     // dataGridViewTextBoxColumn17
     //
     this.dataGridViewTextBoxColumn17.DataPropertyName = "Obs";
     this.dataGridViewTextBoxColumn17.HeaderText       = "Obs";
     this.dataGridViewTextBoxColumn17.Name             = "dataGridViewTextBoxColumn17";
     this.dataGridViewTextBoxColumn17.ReadOnly         = true;
     //
     // dataGridViewTextBoxColumn40
     //
     this.dataGridViewTextBoxColumn40.DataPropertyName = "GUID";
     this.dataGridViewTextBoxColumn40.HeaderText       = "GUID";
     this.dataGridViewTextBoxColumn40.Name             = "dataGridViewTextBoxColumn40";
     this.dataGridViewTextBoxColumn40.ReadOnly         = true;
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.DataPropertyName = "EID";
     this.dataGridViewTextBoxColumn9.HeaderText       = "EID";
     this.dataGridViewTextBoxColumn9.Name             = "dataGridViewTextBoxColumn9";
     this.dataGridViewTextBoxColumn9.ReadOnly         = true;
     //
     // studentBS
     //
     this.studentBS.DataMember = "Student";
     this.studentBS.DataSource = this.dB;
     this.studentBS.Filter     = "";
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.toolStrip1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.namelbl,
         this.nameBox,
         this.surnamelbl,
         this.surnameBox
     });
     this.toolStrip1.Location = new System.Drawing.Point(212, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(1082, 68);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // namelbl
     //
     this.namelbl.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.namelbl.ForeColor = System.Drawing.Color.GreenYellow;
     this.namelbl.Name      = "namelbl";
     this.namelbl.Size      = new System.Drawing.Size(86, 65);
     this.namelbl.Text      = "NOMBRES";
     //
     // nameBox
     //
     this.nameBox.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     this.nameBox.Font             = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nameBox.ForeColor        = System.Drawing.Color.LemonChiffon;
     this.nameBox.Name             = "nameBox";
     this.nameBox.ReadOnly         = true;
     this.nameBox.Size             = new System.Drawing.Size(400, 68);
     this.nameBox.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // surnamelbl
     //
     this.surnamelbl.Font      = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.surnamelbl.ForeColor = System.Drawing.Color.GreenYellow;
     this.surnamelbl.Name      = "surnamelbl";
     this.surnamelbl.Size      = new System.Drawing.Size(91, 65);
     this.surnamelbl.Text      = "APELLIDOS";
     //
     // surnameBox
     //
     this.surnameBox.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
     this.surnameBox.Font             = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.surnameBox.ForeColor        = System.Drawing.Color.LemonChiffon;
     this.surnameBox.Name             = "surnameBox";
     this.surnameBox.ReadOnly         = true;
     this.surnameBox.Size             = new System.Drawing.Size(400, 68);
     this.surnameBox.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // ucScan
     //
     this.ucScan.BaudRate      = 9600;
     this.ucScan.ComPort       = "4";
     this.ucScan.DataBits      = 8;
     this.ucScan.DelayTimeFile = 500;
     this.ucScan.DelayTimeMsg  = 50;
     this.ucScan.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ucScan.Location      = new System.Drawing.Point(216, 680);
     this.ucScan.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ucScan.MaxLength     = 8;
     this.ucScan.Name          = "ucScan";
     this.ucScan.Result        = "";
     this.ucScan.SendContent   = null;
     this.ucScan.Size          = new System.Drawing.Size(1074, 55);
     this.ucScan.Status        = "";
     this.ucScan.TabIndex      = 5;
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 39);
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(86, 56);
     this.toolStripLabel1.Text = "toolStripLabel1";
     //
     // ucValidator
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Gray;
     this.Controls.Add(this.tableLayoutPanel4);
     this.Font   = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name   = "ucValidator";
     this.Size   = new System.Drawing.Size(1294, 740);
     //this.Load += new System.EventHandler(this.form_Load);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     this.toolStrip5.ResumeLayout(false);
     this.toolStrip5.PerformLayout();
     this.toolStrip4.ResumeLayout(false);
     this.toolStrip4.PerformLayout();
     this.toolStrip3.ResumeLayout(false);
     this.toolStrip3.PerformLayout();
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.stuListDGV)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.stuListBS)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dB)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.studentBS)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 44
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.textBoxNom = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.textBoxEmail = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.buttonSubmit = new System.Windows.Forms.Button();
     this.buttonOk = new System.Windows.Forms.Button();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.Product = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Key = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Expiration = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.labelGUID = new System.Windows.Forms.Label();
     this.buttonRegisterApp = new System.Windows.Forms.Button();
     this.labelProductName = new System.Windows.Forms.Label();
     this.labelProductVersion = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // textBoxNom
     //
     this.textBoxNom.Location = new System.Drawing.Point(12, 25);
     this.textBoxNom.Name = "textBoxNom";
     this.textBoxNom.Size = new System.Drawing.Size(407, 20);
     this.textBoxNom.TabIndex = 0;
     this.textBoxNom.TextChanged += new System.EventHandler(this.TextBoxNomTextChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(58, 13);
     this.label1.TabIndex = 1;
     this.label1.Text = "Votre nom:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 48);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(102, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Votre adresse email:";
     //
     // textBoxEmail
     //
     this.textBoxEmail.Location = new System.Drawing.Point(12, 64);
     this.textBoxEmail.Name = "textBoxEmail";
     this.textBoxEmail.Size = new System.Drawing.Size(407, 20);
     this.textBoxEmail.TabIndex = 2;
     this.textBoxEmail.TextChanged += new System.EventHandler(this.TextBoxNomTextChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 194);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(374, 43);
     this.label3.TabIndex = 4;
     this.label3.Text = "Attention, votre adresse email doit être valide, car le ou les numéros de licence" +
                        " que vous demandez seront envoyés à cette adrese. Cette adresse ne sera en aucun" +
                        " cas cédée à des tiers.";
     //
     // buttonSubmit
     //
     this.buttonSubmit.Enabled = false;
     this.buttonSubmit.Location = new System.Drawing.Point(12, 463);
     this.buttonSubmit.Name = "buttonSubmit";
     this.buttonSubmit.Size = new System.Drawing.Size(75, 23);
     this.buttonSubmit.TabIndex = 5;
     this.buttonSubmit.Text = "Envoyer";
     this.buttonSubmit.UseVisualStyleBackColor = true;
     this.buttonSubmit.Click += new System.EventHandler(this.buttonSubmit_Click);
     //
     // buttonOk
     //
     this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.buttonOk.Enabled = false;
     this.buttonOk.Location = new System.Drawing.Point(263, 464);
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.Size = new System.Drawing.Size(75, 23);
     this.buttonOk.TabIndex = 7;
     this.buttonOk.Text = "Ok";
     this.buttonOk.UseVisualStyleBackColor = true;
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                                                                                           this.Product,
                                                                                           this.Key,
                                                                                           this.Expiration});
     this.dataGridView1.Location = new System.Drawing.Point(12, 240);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(407, 217);
     this.dataGridView1.TabIndex = 8;
     this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
     //
     // Product
     //
     this.Product.HeaderText = "Plugin";
     this.Product.Name = "Product";
     this.Product.ReadOnly = true;
     //
     // Key
     //
     this.Key.HeaderText = "Key";
     this.Key.Name = "Key";
     //
     // Expiration
     //
     this.Expiration.HeaderText = "Expiration";
     this.Expiration.Name = "Expiration";
     this.Expiration.ReadOnly = true;
     //
     // labelGUID
     //
     this.labelGUID.Location = new System.Drawing.Point(12, 91);
     this.labelGUID.Name = "labelGUID";
     this.labelGUID.Size = new System.Drawing.Size(407, 33);
     this.labelGUID.TabIndex = 9;
     this.labelGUID.Text = "Unregister";
     //
     // buttonRegisterApp
     //
     this.buttonRegisterApp.Enabled = false;
     this.buttonRegisterApp.Location = new System.Drawing.Point(344, 139);
     this.buttonRegisterApp.Name = "buttonRegisterApp";
     this.buttonRegisterApp.Size = new System.Drawing.Size(75, 23);
     this.buttonRegisterApp.TabIndex = 10;
     this.buttonRegisterApp.Text = "Register";
     this.buttonRegisterApp.UseVisualStyleBackColor = true;
     this.buttonRegisterApp.Click += new System.EventHandler(this.buttonRegisterApp_Click);
     //
     // labelProductName
     //
     this.labelProductName.Location = new System.Drawing.Point(13, 144);
     this.labelProductName.Name = "labelProductName";
     this.labelProductName.Size = new System.Drawing.Size(325, 23);
     this.labelProductName.TabIndex = 11;
     //
     // labelProductVersion
     //
     this.labelProductVersion.Location = new System.Drawing.Point(13, 171);
     this.labelProductVersion.Name = "labelProductVersion";
     this.labelProductVersion.Size = new System.Drawing.Size(325, 23);
     this.labelProductVersion.TabIndex = 12;
     //
     // button2
     //
     this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button2.Location = new System.Drawing.Point(344, 464);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 13;
     this.button2.Text = "Annuler";
     this.button2.UseVisualStyleBackColor = true;
     //
     // FormRegister
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(431, 499);
     this.ControlBox = false;
     this.Controls.Add(this.button2);
     this.Controls.Add(this.labelProductVersion);
     this.Controls.Add(this.labelProductName);
     this.Controls.Add(this.buttonRegisterApp);
     this.Controls.Add(this.labelGUID);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.buttonOk);
     this.Controls.Add(this.buttonSubmit);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.textBoxEmail);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.textBoxNom);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name = "FormRegister";
     this.Text = "Licences";
     this.Load += new System.EventHandler(this.FormRegister_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditaAdmin));
     this.button4       = new System.Windows.Forms.Button();
     this.button3       = new System.Windows.Forms.Button();
     this.button2       = new System.Windows.Forms.Button();
     this.button1       = new System.Windows.Forms.Button();
     this.label1        = new System.Windows.Forms.Label();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.Imagen        = new System.Windows.Forms.DataGridViewImageColumn();
     this.Teléfono      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Dirección     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.sueldo        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Nombre        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ID            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // button4
     //
     this.button4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.Location = new System.Drawing.Point(665, 24);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(120, 30);
     this.button4.TabIndex = 13;
     this.button4.Text     = "Regresar";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.Button4Click);
     //
     // button3
     //
     this.button3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.Location = new System.Drawing.Point(665, 69);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(120, 30);
     this.button3.TabIndex = 12;
     this.button3.Text     = "Editar";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.Button3Click);
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.Location = new System.Drawing.Point(665, 114);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(120, 30);
     this.button2.TabIndex = 11;
     this.button2.Text     = "Eliminar";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(445, 24);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(209, 30);
     this.button1.TabIndex = 10;
     this.button1.Text     = "Mostrar Administradores";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(242, 29);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(153, 23);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "Administradores";
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.GradientActiveCaption;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ID,
         this.Nombre,
         this.sueldo,
         this.Dirección,
         this.Teléfono,
         this.Imagen
     });
     this.dataGridView1.Location      = new System.Drawing.Point(12, 69);
     this.dataGridView1.Name          = "dataGridView1";
     this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size          = new System.Drawing.Size(642, 191);
     this.dataGridView1.TabIndex      = 15;
     //
     // Imagen
     //
     this.Imagen.HeaderText  = "Imagen";
     this.Imagen.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch;
     this.Imagen.Name        = "Imagen";
     //
     // Teléfono
     //
     this.Teléfono.HeaderText = "Teléfono";
     this.Teléfono.Name       = "Teléfono";
     //
     // Dirección
     //
     this.Dirección.HeaderText = "Dirección";
     this.Dirección.Name       = "Dirección";
     //
     // sueldo
     //
     this.sueldo.HeaderText = "sueldo";
     this.sueldo.Name       = "sueldo";
     //
     // Nombre
     //
     this.Nombre.HeaderText = "Nombre";
     this.Nombre.Name       = "Nombre";
     //
     // ID
     //
     this.ID.HeaderText = "ID";
     this.ID.Name       = "ID";
     //
     // EditaAdmin
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(794, 271);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(810, 310);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(810, 310);
     this.Name          = "EditaAdmin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Mostrar Administradores";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     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()
 {
     this.proxymodel = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.proxytxt = new System.Windows.Forms.TextBox();
     this.proxyadd = new System.Windows.Forms.Button();
     this.proxyimport = new System.Windows.Forms.Button();
     this.proxydelete = new System.Windows.Forms.Button();
     this.proxyclear = new System.Windows.Forms.Button();
     this.proxycheck = new System.Windows.Forms.Button();
     this.proxylistbox = new System.Windows.Forms.ListBox();
     this.proxytimeoutseconds = new System.Windows.Forms.TextBox();
     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.label6 = new System.Windows.Forms.Label();
     this.proxylistdata = new System.Windows.Forms.DataGridView();
     this.proxyip = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.proxyport = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.proxytimelimit = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.Cancel = new System.Windows.Forms.Button();
     this.Save = new System.Windows.Forms.Button();
     this.Saveastxt = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.proxylistdata)).BeginInit();
     this.SuspendLayout();
     //
     // proxymodel
     //
     this.proxymodel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.proxymodel.FormattingEnabled = true;
     this.proxymodel.Items.AddRange(new object[] {
     "不使用代理",
     "循环使用代理(列表全部)",
     "随机使用代理(列表全部)",
     "循环使用代理(列表多选)",
     "随机使用代理(列表多选)"});
     this.proxymodel.Location = new System.Drawing.Point(139, 28);
     this.proxymodel.Name = "proxymodel";
     this.proxymodel.Size = new System.Drawing.Size(170, 20);
     this.proxymodel.TabIndex = 0;
     this.proxymodel.SelectedIndexChanged += new System.EventHandler(this.proxymodel_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(34, 31);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 3;
     this.label1.Text = "代理模式";
     //
     // proxytxt
     //
     this.proxytxt.Location = new System.Drawing.Point(27, 148);
     this.proxytxt.Name = "proxytxt";
     this.proxytxt.Size = new System.Drawing.Size(100, 21);
     this.proxytxt.TabIndex = 4;
     this.proxytxt.Visible = false;
     this.proxytxt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.proxytxt_KeyDown);
     //
     // proxyadd
     //
     this.proxyadd.Location = new System.Drawing.Point(159, 146);
     this.proxyadd.Name = "proxyadd";
     this.proxyadd.Size = new System.Drawing.Size(92, 23);
     this.proxyadd.TabIndex = 5;
     this.proxyadd.Text = "添加代理  →";
     this.proxyadd.UseVisualStyleBackColor = true;
     this.proxyadd.Visible = false;
     this.proxyadd.Click += new System.EventHandler(this.addproxy_Click);
     //
     // proxyimport
     //
     this.proxyimport.Location = new System.Drawing.Point(440, 70);
     this.proxyimport.Name = "proxyimport";
     this.proxyimport.Size = new System.Drawing.Size(75, 23);
     this.proxyimport.TabIndex = 6;
     this.proxyimport.Text = "导入代理";
     this.proxyimport.UseVisualStyleBackColor = true;
     this.proxyimport.Click += new System.EventHandler(this.proxyimport_Click);
     //
     // proxydelete
     //
     this.proxydelete.Location = new System.Drawing.Point(440, 190);
     this.proxydelete.Name = "proxydelete";
     this.proxydelete.Size = new System.Drawing.Size(75, 23);
     this.proxydelete.TabIndex = 6;
     this.proxydelete.Text = "删除选中";
     this.proxydelete.UseVisualStyleBackColor = true;
     this.proxydelete.Click += new System.EventHandler(this.proxydelete_Click);
     //
     // proxyclear
     //
     this.proxyclear.Location = new System.Drawing.Point(440, 250);
     this.proxyclear.Name = "proxyclear";
     this.proxyclear.Size = new System.Drawing.Size(75, 23);
     this.proxyclear.TabIndex = 6;
     this.proxyclear.Text = "清空列表";
     this.proxyclear.UseVisualStyleBackColor = true;
     this.proxyclear.Click += new System.EventHandler(this.proxyclear_Click);
     //
     // proxycheck
     //
     this.proxycheck.Location = new System.Drawing.Point(440, 130);
     this.proxycheck.Name = "proxycheck";
     this.proxycheck.Size = new System.Drawing.Size(75, 23);
     this.proxycheck.TabIndex = 7;
     this.proxycheck.Text = "代理检查";
     this.proxycheck.UseVisualStyleBackColor = true;
     this.proxycheck.Click += new System.EventHandler(this.proxycheck_Click);
     //
     // proxylistbox
     //
     this.proxylistbox.FormattingEnabled = true;
     this.proxylistbox.ItemHeight = 12;
     this.proxylistbox.Location = new System.Drawing.Point(289, 94);
     this.proxylistbox.Name = "proxylistbox";
     this.proxylistbox.Size = new System.Drawing.Size(128, 208);
     this.proxylistbox.TabIndex = 8;
     this.proxylistbox.Visible = false;
     this.proxylistbox.SelectedIndexChanged += new System.EventHandler(this.proxylist_SelectedIndexChanged);
     this.proxylistbox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.proxylist_KeyDown);
     //
     // proxytimeoutseconds
     //
     this.proxytimeoutseconds.Location = new System.Drawing.Point(440, 28);
     this.proxytimeoutseconds.MaxLength = 9;
     this.proxytimeoutseconds.Name = "proxytimeoutseconds";
     this.proxytimeoutseconds.Size = new System.Drawing.Size(54, 21);
     this.proxytimeoutseconds.TabIndex = 9;
     this.proxytimeoutseconds.Text = "2000";
     this.proxytimeoutseconds.TextChanged += new System.EventHandler(this.proxytimeoutseconds_TextChanged);
     this.proxytimeoutseconds.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.numbers_check_input_KeyPress);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(502, 31);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(29, 12);
     this.label2.TabIndex = 10;
     this.label2.Text = "毫秒";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(390, 31);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 11;
     this.label3.Text = "超时:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(25, 124);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(137, 12);
     this.label4.TabIndex = 12;
     this.label4.Text = "例:192.168.10.10:8080";
     this.label4.Visible = false;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(46, 321);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(41, 12);
     this.label5.TabIndex = 13;
     this.label5.Text = "label5";
     this.label5.Visible = false;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(289, 72);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(65, 12);
     this.label6.TabIndex = 15;
     this.label6.Text = "代理列表:";
     this.label6.Visible = false;
     //
     // proxylistdata
     //
     this.proxylistdata.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.proxylistdata.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.proxyip,
     this.proxyport,
     this.proxytimelimit});
     this.proxylistdata.Location = new System.Drawing.Point(27, 70);
     this.proxylistdata.Name = "proxylistdata";
     this.proxylistdata.RowTemplate.Height = 23;
     this.proxylistdata.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.proxylistdata.Size = new System.Drawing.Size(398, 232);
     this.proxylistdata.TabIndex = 16;
     this.proxylistdata.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.proxylistdata_CellValidating);
     this.proxylistdata.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.proxylistdata_EditingControlShowing);
     //
     // proxyip
     //
     this.proxyip.HeaderText = "代理IP";
     this.proxyip.MaxInputLength = 21;
     this.proxyip.Name = "proxyip";
     this.proxyip.ToolTipText = "代理IP地址:例 192.168.5.1";
     this.proxyip.Width = 120;
     //
     // proxyport
     //
     this.proxyport.HeaderText = "代理端口";
     this.proxyport.MaxInputLength = 5;
     this.proxyport.Name = "proxyport";
     this.proxyport.ToolTipText = "代理IP端口(1~65535)";
     this.proxyport.Width = 80;
     //
     // proxytimelimit
     //
     this.proxytimelimit.HeaderText = "响应时间(ms)";
     this.proxytimelimit.MaxInputLength = 10;
     this.proxytimelimit.Name = "proxytimelimit";
     this.proxytimelimit.ReadOnly = true;
     this.proxytimelimit.ToolTipText = "代理的连接响应时间(毫秒),超过10秒自动放弃";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(557, 129);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 17;
     this.button1.Text = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(557, 190);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 17;
     this.button2.Text = "button1";
     this.button2.UseVisualStyleBackColor = true;
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(557, 129);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 17;
     this.button3.Text = "button1";
     this.button3.UseVisualStyleBackColor = true;
     //
     // Cancel
     //
     this.Cancel.Location = new System.Drawing.Point(557, 190);
     this.Cancel.Name = "Cancel";
     this.Cancel.Size = new System.Drawing.Size(75, 23);
     this.Cancel.TabIndex = 17;
     this.Cancel.Text = "取消";
     this.Cancel.UseVisualStyleBackColor = true;
     this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
     //
     // Save
     //
     this.Save.Location = new System.Drawing.Point(557, 130);
     this.Save.Name = "Save";
     this.Save.Size = new System.Drawing.Size(75, 23);
     this.Save.TabIndex = 17;
     this.Save.Text = "保存";
     this.Save.UseVisualStyleBackColor = true;
     this.Save.Click += new System.EventHandler(this.Save_Click);
     //
     // Saveastxt
     //
     this.Saveastxt.Location = new System.Drawing.Point(557, 250);
     this.Saveastxt.Name = "Saveastxt";
     this.Saveastxt.Size = new System.Drawing.Size(75, 23);
     this.Saveastxt.TabIndex = 17;
     this.Saveastxt.Text = "另存为文本";
     this.Saveastxt.UseVisualStyleBackColor = true;
     this.Saveastxt.Visible = false;
     //
     // proxy
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(668, 362);
     this.Controls.Add(this.Cancel);
     this.Controls.Add(this.Saveastxt);
     this.Controls.Add(this.Save);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.proxylistdata);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.proxytimeoutseconds);
     this.Controls.Add(this.proxylistbox);
     this.Controls.Add(this.proxycheck);
     this.Controls.Add(this.proxyclear);
     this.Controls.Add(this.proxydelete);
     this.Controls.Add(this.proxyimport);
     this.Controls.Add(this.proxyadd);
     this.Controls.Add(this.proxytxt);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.proxymodel);
     this.Name = "proxy";
     this.Text = "proxy";
     this.Load += new System.EventHandler(this.proxy_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.proxy_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.proxylistdata)).EndInit();
     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.groupBox1         = new System.Windows.Forms.GroupBox();
     this.label12           = new System.Windows.Forms.Label();
     this.label11           = new System.Windows.Forms.Label();
     this.button2           = new System.Windows.Forms.Button();
     this.panel1            = new System.Windows.Forms.Panel();
     this.label2            = new System.Windows.Forms.Label();
     this.button1           = new System.Windows.Forms.Button();
     this.textBox5          = new System.Windows.Forms.TextBox();
     this.textBox6          = new System.Windows.Forms.TextBox();
     this.textBox3          = new System.Windows.Forms.TextBox();
     this.textBox4          = new System.Windows.Forms.TextBox();
     this.textBox2          = new System.Windows.Forms.TextBox();
     this.textBox1          = new System.Windows.Forms.TextBox();
     this.label10           = new System.Windows.Forms.Label();
     this.label9            = new System.Windows.Forms.Label();
     this.label7            = new System.Windows.Forms.Label();
     this.label8            = 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.label1            = new System.Windows.Forms.Label();
     this.splitContainer1   = new System.Windows.Forms.SplitContainer();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.button5           = new System.Windows.Forms.Button();
     this.button3           = new System.Windows.Forms.Button();
     this.label14           = new System.Windows.Forms.Label();
     this.button4           = new System.Windows.Forms.Button();
     this.textBox7          = new System.Windows.Forms.TextBox();
     this.label13           = new System.Windows.Forms.Label();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.dataGridView1     = new System.Windows.Forms.DataGridView();
     this.BUENO             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.REGULAR           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MALO              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox4         = new System.Windows.Forms.GroupBox();
     this.dataGridView2     = new System.Windows.Forms.DataGridView();
     this.Nombre            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Corriente         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Profundidad       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Temperatura       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NumeroDeEspecies  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.EstadoHidrologico = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Controls.Add(this.panel1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.textBox5);
     this.groupBox1.Controls.Add(this.textBox6);
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.textBox4);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label8);
     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.label1);
     this.groupBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(603, 290);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = " Clasificación de un río con Naive Bayes";
     //
     // label12
     //
     this.label12.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.DarkGray;
     this.label12.Location  = new System.Drawing.Point(415, 144);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(150, 20);
     this.label12.TabIndex  = 23;
     this.label12.Text      = "SIN CLASIFICAR";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location  = new System.Drawing.Point(402, 77);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(177, 40);
     this.label11.TabIndex  = 22;
     this.label11.Text      = "El estado hidrológico\r\n del río es:\r\n";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // button2
     //
     this.button2.AutoSize  = true;
     this.button2.BackColor = System.Drawing.SystemColors.Control;
     this.button2.Enabled   = false;
     this.button2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.Location  = new System.Drawing.Point(403, 194);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(175, 40);
     this.button2.TabIndex  = 21;
     this.button2.Text      = "Guardar instancia clasificada\r\nen la base de datos";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Location    = new System.Drawing.Point(374, 38);
     this.panel1.Name        = "panel1";
     this.panel1.Size        = new System.Drawing.Size(1, 220);
     this.panel1.TabIndex    = 20;
     //
     // 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.Location = new System.Drawing.Point(6, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(55, 15);
     this.label2.TabIndex = 19;
     this.label2.Text     = "Nombre:";
     //
     // button1
     //
     this.button1.AutoSize  = true;
     this.button1.BackColor = System.Drawing.SystemColors.Control;
     this.button1.Enabled   = false;
     this.button1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location  = new System.Drawing.Point(83, 240);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(169, 25);
     this.button1.TabIndex  = 18;
     this.button1.Text      = "Calcular Estado Hidrológico";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // textBox5
     //
     this.textBox5.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox5.Location     = new System.Drawing.Point(157, 177);
     this.textBox5.Name         = "textBox5";
     this.textBox5.Size         = new System.Drawing.Size(149, 21);
     this.textBox5.TabIndex     = 14;
     this.textBox5.TextChanged += new System.EventHandler(this.TextBox5TextChanged);
     //
     // textBox6
     //
     this.textBox6.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox6.Location     = new System.Drawing.Point(157, 204);
     this.textBox6.Name         = "textBox6";
     this.textBox6.Size         = new System.Drawing.Size(149, 21);
     this.textBox6.TabIndex     = 15;
     this.textBox6.TextChanged += new System.EventHandler(this.TextBox6TextChanged);
     //
     // textBox3
     //
     this.textBox3.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox3.Location     = new System.Drawing.Point(157, 123);
     this.textBox3.Name         = "textBox3";
     this.textBox3.Size         = new System.Drawing.Size(149, 21);
     this.textBox3.TabIndex     = 12;
     this.textBox3.TextChanged += new System.EventHandler(this.TextBox3TextChanged);
     //
     // textBox4
     //
     this.textBox4.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox4.Location     = new System.Drawing.Point(157, 150);
     this.textBox4.Name         = "textBox4";
     this.textBox4.Size         = new System.Drawing.Size(149, 21);
     this.textBox4.TabIndex     = 13;
     this.textBox4.TextChanged += new System.EventHandler(this.TextBox4TextChanged);
     //
     // textBox2
     //
     this.textBox2.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location     = new System.Drawing.Point(157, 96);
     this.textBox2.Name         = "textBox2";
     this.textBox2.Size         = new System.Drawing.Size(149, 21);
     this.textBox2.TabIndex     = 11;
     this.textBox2.TextChanged += new System.EventHandler(this.TextBox2TextChanged);
     //
     // textBox1
     //
     this.textBox1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location     = new System.Drawing.Point(157, 70);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(149, 21);
     this.textBox1.TabIndex     = 10;
     this.textBox1.TextChanged += new System.EventHandler(this.TextBox1TextChanged);
     //
     // 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.Location = new System.Drawing.Point(6, 207);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(145, 15);
     this.label10.TabIndex = 9;
     this.label10.Text     = "Grado de contaminación:";
     //
     // 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.Location = new System.Drawing.Point(6, 180);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(124, 15);
     this.label9.TabIndex = 8;
     this.label9.Text     = "Número de especies:";
     //
     // 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.Location = new System.Drawing.Point(6, 153);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(81, 15);
     this.label7.TabIndex = 7;
     this.label7.Text     = "Temperatura:";
     //
     // 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.Location = new System.Drawing.Point(312, 153);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(20, 15);
     this.label8.TabIndex = 6;
     this.label8.Text     = "°C";
     //
     // 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.Location = new System.Drawing.Point(312, 126);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(45, 15);
     this.label6.TabIndex = 5;
     this.label6.Text     = "metros";
     //
     // 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.Location = new System.Drawing.Point(6, 126);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(77, 15);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Profundidad:";
     //
     // 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.Location = new System.Drawing.Point(312, 99);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(40, 15);
     this.label4.TabIndex = 0;
     this.label4.Text     = "km / h";
     //
     // 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.Location = new System.Drawing.Point(6, 99);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(60, 15);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Corriente:";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(95, 38);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(143, 15);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Ingrese datos del río:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // splitContainer1
     //
     this.splitContainer1.Location = new System.Drawing.Point(482, 176);
     this.splitContainer1.Name     = "splitContainer1";
     this.splitContainer1.Size     = new System.Drawing.Size(150, 100);
     this.splitContainer1.TabIndex = 19;
     //
     // groupBox2
     //
     this.groupBox2.AutoSize = true;
     this.groupBox2.Controls.Add(this.button5);
     this.groupBox2.Controls.Add(this.button3);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.button4);
     this.groupBox2.Controls.Add(this.textBox7);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(641, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(447, 290);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = " Clasificación de múltiples ríos con Naive Bayes";
     //
     // button5
     //
     this.button5.AutoSize  = true;
     this.button5.BackColor = System.Drawing.SystemColors.Control;
     this.button5.Enabled   = false;
     this.button5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button5.Location  = new System.Drawing.Point(114, 177);
     this.button5.Name      = "button5";
     this.button5.Size      = new System.Drawing.Size(187, 40);
     this.button5.TabIndex  = 22;
     this.button5.Text      = "Guardar instancias clasificadas\r\nen la base de datos";
     this.button5.UseVisualStyleBackColor = false;
     //
     // button3
     //
     this.button3.AutoSize  = true;
     this.button3.BackColor = System.Drawing.SystemColors.Control;
     this.button3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.Location  = new System.Drawing.Point(317, 67);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(96, 25);
     this.button3.TabIndex  = 21;
     this.button3.Text      = "Cargar archivo";
     this.button3.UseVisualStyleBackColor = false;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(6, 72);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(115, 15);
     this.label14.TabIndex = 19;
     this.label14.Text     = "Cargar archivo CSV:";
     //
     // button4
     //
     this.button4.AutoSize  = true;
     this.button4.BackColor = System.Drawing.SystemColors.Control;
     this.button4.Enabled   = false;
     this.button4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.Location  = new System.Drawing.Point(143, 113);
     this.button4.Name      = "button4";
     this.button4.Size      = new System.Drawing.Size(133, 40);
     this.button4.TabIndex  = 18;
     this.button4.Text      = "Realizar clasificación\r\nmúltiple";
     this.button4.UseVisualStyleBackColor = false;
     //
     // textBox7
     //
     this.textBox7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox7.Location = new System.Drawing.Point(127, 69);
     this.textBox7.Name     = "textBox7";
     this.textBox7.Size     = new System.Drawing.Size(164, 21);
     this.textBox7.TabIndex = 17;
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location  = new System.Drawing.Point(23, 38);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(390, 15);
     this.label13.TabIndex  = 0;
     this.label13.Text      = "Cargar archivo CSV con datos hidrológicos de múltiples ríos";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox3.AutoSize = true;
     this.groupBox3.Controls.Add(this.dataGridView1);
     this.groupBox3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox3.Location = new System.Drawing.Point(12, 318);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(375, 256);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Ríos listados por estado hidrológico";
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.AllowUserToDeleteRows       = false;
     this.dataGridView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.BUENO,
         this.REGULAR,
         this.MALO
     });
     this.dataGridView1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(3, 22);
     this.dataGridView1.Name     = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.Size     = new System.Drawing.Size(369, 231);
     this.dataGridView1.TabIndex = 0;
     //
     // BUENO
     //
     this.BUENO.HeaderText = "BUENO";
     this.BUENO.Name       = "BUENO";
     this.BUENO.ReadOnly   = true;
     //
     // REGULAR
     //
     this.REGULAR.HeaderText = "REGULAR";
     this.REGULAR.Name       = "REGULAR";
     this.REGULAR.ReadOnly   = true;
     //
     // MALO
     //
     this.MALO.HeaderText = "MALO";
     this.MALO.Name       = "MALO";
     this.MALO.ReadOnly   = true;
     //
     // groupBox4
     //
     this.groupBox4.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.groupBox4.AutoSize = true;
     this.groupBox4.Controls.Add(this.dataGridView2);
     this.groupBox4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox4.Location = new System.Drawing.Point(404, 318);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(684, 256);
     this.groupBox4.TabIndex = 3;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Datos hidrológicos de todos los ríos";
     //
     // dataGridView2
     //
     this.dataGridView2.AllowUserToAddRows          = false;
     this.dataGridView2.AllowUserToDeleteRows       = false;
     this.dataGridView2.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView2.AutoSizeRowsMode            = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Nombre,
         this.Corriente,
         this.Profundidad,
         this.Temperatura,
         this.NumeroDeEspecies,
         this.EstadoHidrologico
     });
     this.dataGridView2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView2.Location = new System.Drawing.Point(3, 22);
     this.dataGridView2.Name     = "dataGridView2";
     this.dataGridView2.ReadOnly = true;
     this.dataGridView2.Size     = new System.Drawing.Size(678, 231);
     this.dataGridView2.TabIndex = 0;
     //
     // Nombre
     //
     this.Nombre.HeaderText = "Nombre";
     this.Nombre.Name       = "Nombre";
     this.Nombre.ReadOnly   = true;
     //
     // Corriente
     //
     this.Corriente.HeaderText = "Corriente";
     this.Corriente.Name       = "Corriente";
     this.Corriente.ReadOnly   = true;
     //
     // Profundidad
     //
     this.Profundidad.HeaderText = "Profundidad";
     this.Profundidad.Name       = "Profundidad";
     this.Profundidad.ReadOnly   = true;
     //
     // Temperatura
     //
     this.Temperatura.HeaderText = "Temperatura";
     this.Temperatura.Name       = "Temperatura";
     this.Temperatura.ReadOnly   = true;
     //
     // NumeroDeEspecies
     //
     this.NumeroDeEspecies.HeaderText = "Número de especies";
     this.NumeroDeEspecies.Name       = "NumeroDeEspecies";
     this.NumeroDeEspecies.ReadOnly   = true;
     //
     // EstadoHidrologico
     //
     this.EstadoHidrologico.HeaderText = "Estado Hidrológico";
     this.EstadoHidrologico.Name       = "EstadoHidrologico";
     this.EstadoHidrologico.ReadOnly   = true;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(1102, 588);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.MinimumSize   = new System.Drawing.Size(1000, 530);
     this.Name          = "MainForm";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Sistema clasificador de ríos en base a su estado hidrológico utilizando Naīve " +
                          "Bayes como algoritmo de clasificación";
     this.Load += new System.EventHandler(this.MainFormLoad);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_ventas));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.btn_del = new System.Windows.Forms.Button();
     this.btn_add = new System.Windows.Forms.Button();
     this.label12 = new System.Windows.Forms.Label();
     this.telef = new System.Windows.Forms.TextBox();
     this.vendpername = new System.Windows.Forms.TextBox();
     this.vendperid = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.ctacte = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.txtvuelto = new System.Windows.Forms.TextBox();
     this.txtefectivo = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.valventa = new System.Windows.Forms.TextBox();
     this.dctoTda = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.lbl_valor = new System.Windows.Forms.Label();
     this.totimporte = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.totimpto = new System.Windows.Forms.TextBox();
     this.txt_valor = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.dctoTotal = new System.Windows.Forms.TextBox();
     this.label39 = new System.Windows.Forms.Label();
     this.dctoTarj = new System.Windows.Forms.TextBox();
     this.totdscto1 = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.bruto = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.totpzas = new System.Windows.Forms.TextBox();
     this.txt_stock = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.itemsT = new System.Windows.Forms.TextBox();
     this.shapeContainer3 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape4 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.lineShape3 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.griddetallemov = new System.Windows.Forms.DataGridView();
     this.nostock = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.item = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.productname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rollo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.unmed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Ubicacion = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stock_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stock = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precventa = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.costoultimo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.costopromed = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidad_old = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precioanterior = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precunit = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtotimpto = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.importe = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.importfac = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dalmacaccionid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cantidadcta = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.direc = new System.Windows.Forms.TextBox();
     this.ctactename = new System.Windows.Forms.TextBox();
     this.nmruc = new System.Windows.Forms.TextBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.btn_refresh_tcamb = new DevExpress.XtraEditors.SimpleButton();
     this.chkfijar = new DevExpress.XtraEditors.CheckEdit();
     this.cbo_incprec = new System.Windows.Forms.ComboBox();
     this.label20 = new System.Windows.Forms.Label();
     this.lbltitulo = new System.Windows.Forms.Label();
     this.label41 = new System.Windows.Forms.Label();
     this.tipimptotasa = new System.Windows.Forms.ComboBox();
     this.fechdoc = new System.Windows.Forms.DateTimePicker();
     this.moneda = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.numdoc = new System.Windows.Forms.TextBox();
     this.tcamb = new System.Windows.Forms.TextBox();
     this.tipodoc = new System.Windows.Forms.ComboBox();
     this.serdoc = new System.Windows.Forms.TextBox();
     this.label21 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_editar = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.btn_grabar = new System.Windows.Forms.ToolStripButton();
     this.btn_eliminar = new System.Windows.Forms.ToolStripButton();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.btnImprimirNoval = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_primero = new System.Windows.Forms.ToolStripButton();
     this.btn_anterior = new System.Windows.Forms.ToolStripButton();
     this.btn_siguiente = new System.Windows.Forms.ToolStripButton();
     this.btn_ultimo = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_detanadir = new System.Windows.Forms.ToolStripButton();
     this.btn_deteliminar = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_Calculadora = new System.Windows.Forms.ToolStripButton();
     this.btn_clave = new System.Windows.Forms.ToolStripButton();
     this.btn_log = new System.Windows.Forms.ToolStripButton();
     this.btn_upload = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.btn_information = new System.Windows.Forms.ToolStripButton();
     this.tipoclieprov = new System.Windows.Forms.Label();
     this.lblruc = new System.Windows.Forms.Label();
     this.label24 = new System.Windows.Forms.Label();
     this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
     this.lineShape2 = new Microsoft.VisualBasic.PowerPacks.LineShape();
     this.pdtimagen = new System.Windows.Forms.PictureBox();
     this.lstListaprec = new System.Windows.Forms.ComboBox();
     this.label22 = new System.Windows.Forms.Label();
     this.btnextraersunat = new DevExpress.XtraEditors.SimpleButton();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.canticombo = new DevExpress.XtraEditors.SpinEdit();
     this.label26 = new System.Windows.Forms.Label();
     this.label25 = new System.Windows.Forms.Label();
     this.preccombo = new System.Windows.Forms.TextBox();
     this.princombo = new System.Windows.Forms.CheckBox();
     this.glosa = new System.Windows.Forms.TextBox();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.label23 = new System.Windows.Forms.Label();
     this.importtarj = new System.Windows.Forms.TextBox();
     this.lstTarjGroup = new System.Windows.Forms.ListBox();
     this.dgbtarjetas = new System.Windows.Forms.DataGridView();
     this._tarjetalogo = new System.Windows.Forms.DataGridViewImageColumn();
     this._tarjetaid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetaname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetanum = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._tarjetaimpo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this._ddnni = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.numnotac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.sernotac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipnotac = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.numguia = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.serguia = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipguia = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.numfac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.serfac = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.tipfac = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.recep_fecha = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.recep_dni = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.recep_name = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.chkNC = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkGR = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.chkFA = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.fechnotac = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.fechguia = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.fechfac = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.label29 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.griddetallemov)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkfijar.Properties)).BeginInit();
     this.Botonera.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pdtimagen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.canticombo.Properties)).BeginInit();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgbtarjetas)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.recep_fecha)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechnotac)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechguia)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechfac)).BeginInit();
     this.SuspendLayout();
     //
     // btn_del
     //
     this.btn_del.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_del.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_del.Image = global::BapFormulariosNet.Properties.Resources.go_remove1;
     this.btn_del.Location = new System.Drawing.Point(226, 34);
     this.btn_del.Name = "btn_del";
     this.btn_del.Size = new System.Drawing.Size(21, 21);
     this.btn_del.TabIndex = 99;
     this.toolTip1.SetToolTip(this.btn_del, "Quitar");
     this.btn_del.UseVisualStyleBackColor = true;
     this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
     //
     // btn_add
     //
     this.btn_add.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_add.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btn_add.Image = global::BapFormulariosNet.Properties.Resources.go_add1;
     this.btn_add.Location = new System.Drawing.Point(226, 12);
     this.btn_add.Name = "btn_add";
     this.btn_add.Size = new System.Drawing.Size(21, 21);
     this.btn_add.TabIndex = 98;
     this.toolTip1.SetToolTip(this.btn_add, "Agregar");
     this.btn_add.UseVisualStyleBackColor = true;
     this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(302, 128);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(34, 13);
     this.label12.TabIndex = 92;
     this.label12.Text = "Telef:";
     //
     // telef
     //
     this.telef.Location = new System.Drawing.Point(338, 125);
     this.telef.MaxLength = 100;
     this.telef.Name = "telef";
     this.telef.Size = new System.Drawing.Size(86, 21);
     this.telef.TabIndex = 83;
     //
     // vendpername
     //
     this.vendpername.Location = new System.Drawing.Point(100, 183);
     this.vendpername.Name = "vendpername";
     this.vendpername.Size = new System.Drawing.Size(351, 21);
     this.vendpername.TabIndex = 81;
     //
     // vendperid
     //
     this.vendperid.Location = new System.Drawing.Point(64, 183);
     this.vendperid.MaxLength = 8;
     this.vendperid.Name = "vendperid";
     this.vendperid.Size = new System.Drawing.Size(35, 21);
     this.vendperid.TabIndex = 80;
     this.vendperid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.vendperid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.vendperid_KeyDown);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(3, 186);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(56, 13);
     this.label11.TabIndex = 78;
     this.label11.Text = "Vendedor:";
     //
     // ctacte
     //
     this.ctacte.Location = new System.Drawing.Point(64, 83);
     this.ctacte.MaxLength = 7;
     this.ctacte.Name = "ctacte";
     this.ctacte.Size = new System.Drawing.Size(53, 21);
     this.ctacte.TabIndex = 11;
     this.ctacte.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ctacte_KeyDown);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Teal;
     this.panel2.Controls.Add(this.txtvuelto);
     this.panel2.Controls.Add(this.txtefectivo);
     this.panel2.Controls.Add(this.label19);
     this.panel2.Controls.Add(this.label18);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.valventa);
     this.panel2.Controls.Add(this.dctoTda);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.lbl_valor);
     this.panel2.Controls.Add(this.totimporte);
     this.panel2.Controls.Add(this.label14);
     this.panel2.Controls.Add(this.totimpto);
     this.panel2.Controls.Add(this.txt_valor);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.dctoTotal);
     this.panel2.Controls.Add(this.label39);
     this.panel2.Controls.Add(this.dctoTarj);
     this.panel2.Controls.Add(this.totdscto1);
     this.panel2.Controls.Add(this.label17);
     this.panel2.Controls.Add(this.label10);
     this.panel2.Controls.Add(this.bruto);
     this.panel2.Controls.Add(this.label40);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.totpzas);
     this.panel2.Controls.Add(this.txt_stock);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.itemsT);
     this.panel2.Controls.Add(this.shapeContainer3);
     this.panel2.Location = new System.Drawing.Point(0, 480);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(989, 80);
     this.panel2.TabIndex = 73;
     //
     // txtvuelto
     //
     this.txtvuelto.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.txtvuelto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtvuelto.Location = new System.Drawing.Point(905, 52);
     this.txtvuelto.Name = "txtvuelto";
     this.txtvuelto.Size = new System.Drawing.Size(75, 20);
     this.txtvuelto.TabIndex = 101;
     this.txtvuelto.Text = "00.00";
     this.txtvuelto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtefectivo
     //
     this.txtefectivo.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.txtefectivo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtefectivo.Location = new System.Drawing.Point(904, 29);
     this.txtefectivo.Name = "txtefectivo";
     this.txtefectivo.Size = new System.Drawing.Size(75, 20);
     this.txtefectivo.TabIndex = 100;
     this.txtefectivo.Text = "00.00";
     this.txtefectivo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtefectivo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtefectivo_KeyDown);
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.Transparent;
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.ForeColor = System.Drawing.Color.White;
     this.label19.Location = new System.Drawing.Point(849, 56);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(51, 13);
     this.label19.TabIndex = 99;
     this.label19.Text = "Vuelto :";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.BackColor = System.Drawing.Color.Transparent;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.ForeColor = System.Drawing.Color.White;
     this.label18.Location = new System.Drawing.Point(838, 33);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(62, 13);
     this.label18.TabIndex = 98;
     this.label18.Text = "Efectivo :";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.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(669, 13);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(74, 13);
     this.label5.TabIndex = 81;
     this.label5.Text = "Val. Venta :";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.White;
     this.label9.Location = new System.Drawing.Point(508, 12);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(68, 13);
     this.label9.TabIndex = 92;
     this.label9.Text = "Dcto.Tda :";
     //
     // valventa
     //
     this.valventa.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.valventa.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.valventa.Location = new System.Drawing.Point(747, 8);
     this.valventa.Name = "valventa";
     this.valventa.Size = new System.Drawing.Size(75, 20);
     this.valventa.TabIndex = 80;
     this.valventa.Text = "100,000.00";
     this.valventa.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // dctoTda
     //
     this.dctoTda.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTda.Location = new System.Drawing.Point(577, 8);
     this.dctoTda.Name = "dctoTda";
     this.dctoTda.Size = new System.Drawing.Size(75, 20);
     this.dctoTda.TabIndex = 91;
     this.dctoTda.Text = "00.00";
     this.dctoTda.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.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(677, 33);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(66, 13);
     this.label4.TabIndex = 83;
     this.label4.Text = "Impuesto :";
     //
     // lbl_valor
     //
     this.lbl_valor.AutoSize = true;
     this.lbl_valor.BackColor = System.Drawing.Color.Transparent;
     this.lbl_valor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_valor.ForeColor = System.Drawing.Color.White;
     this.lbl_valor.Location = new System.Drawing.Point(173, 53);
     this.lbl_valor.Name = "lbl_valor";
     this.lbl_valor.Size = new System.Drawing.Size(72, 13);
     this.lbl_valor.TabIndex = 87;
     this.lbl_valor.Text = "Cost.Prom :";
     //
     // totimporte
     //
     this.totimporte.BackColor = System.Drawing.Color.YellowGreen;
     this.totimporte.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.totimporte.Location = new System.Drawing.Point(747, 50);
     this.totimporte.Name = "totimporte";
     this.totimporte.Size = new System.Drawing.Size(75, 21);
     this.totimporte.TabIndex = 84;
     this.totimporte.Text = "100,000.00";
     this.totimporte.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.Transparent;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.White;
     this.label14.Location = new System.Drawing.Point(508, 32);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(68, 13);
     this.label14.TabIndex = 94;
     this.label14.Text = "Dcto.Tarj :";
     //
     // totimpto
     //
     this.totimpto.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.totimpto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.totimpto.Location = new System.Drawing.Point(747, 29);
     this.totimpto.Name = "totimpto";
     this.totimpto.Size = new System.Drawing.Size(75, 20);
     this.totimpto.TabIndex = 82;
     this.totimpto.Text = "100,000.00";
     this.totimpto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_valor
     //
     this.txt_valor.Enabled = false;
     this.txt_valor.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_valor.Location = new System.Drawing.Point(246, 49);
     this.txt_valor.Name = "txt_valor";
     this.txt_valor.Size = new System.Drawing.Size(75, 21);
     this.txt_valor.TabIndex = 86;
     this.txt_valor.Text = "100,000.00";
     this.txt_valor.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.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(699, 54);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 85;
     this.label3.Text = "Total :";
     //
     // dctoTotal
     //
     this.dctoTotal.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTotal.Location = new System.Drawing.Point(577, 50);
     this.dctoTotal.Name = "dctoTotal";
     this.dctoTotal.Size = new System.Drawing.Size(75, 21);
     this.dctoTotal.TabIndex = 95;
     this.dctoTotal.Text = "00.00";
     this.dctoTotal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.BackColor = System.Drawing.Color.Transparent;
     this.label39.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.ForeColor = System.Drawing.Color.White;
     this.label39.Location = new System.Drawing.Point(170, 31);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(76, 13);
     this.label39.TabIndex = 79;
     this.label39.Text = "Descuento :";
     //
     // dctoTarj
     //
     this.dctoTarj.BackColor = System.Drawing.SystemColors.ScrollBar;
     this.dctoTarj.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dctoTarj.Location = new System.Drawing.Point(577, 29);
     this.dctoTarj.Name = "dctoTarj";
     this.dctoTarj.Size = new System.Drawing.Size(75, 20);
     this.dctoTarj.TabIndex = 93;
     this.dctoTarj.Text = "00.00";
     this.dctoTarj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // totdscto1
     //
     this.totdscto1.Location = new System.Drawing.Point(246, 28);
     this.totdscto1.Name = "totdscto1";
     this.totdscto1.Size = new System.Drawing.Size(75, 21);
     this.totdscto1.TabIndex = 78;
     this.totdscto1.Text = "100,000.00";
     this.totdscto1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.BackColor = System.Drawing.Color.Transparent;
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.ForeColor = System.Drawing.Color.White;
     this.label17.Location = new System.Drawing.Point(501, 53);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(75, 13);
     this.label17.TabIndex = 96;
     this.label17.Text = "Descto.TT :";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.White;
     this.label10.Location = new System.Drawing.Point(3, 51);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(71, 13);
     this.label10.TabIndex = 77;
     this.label10.Text = "Val. Bruto :";
     //
     // bruto
     //
     this.bruto.Location = new System.Drawing.Point(76, 48);
     this.bruto.Name = "bruto";
     this.bruto.Size = new System.Drawing.Size(75, 21);
     this.bruto.TabIndex = 76;
     this.bruto.Text = "100,000.00";
     this.bruto.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.BackColor = System.Drawing.Color.Transparent;
     this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.ForeColor = System.Drawing.Color.White;
     this.label40.Location = new System.Drawing.Point(344, 52);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(48, 13);
     this.label40.TabIndex = 89;
     this.label40.Text = "Stock :";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.BackColor = System.Drawing.Color.Transparent;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.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(6, 29);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(68, 13);
     this.label7.TabIndex = 75;
     this.label7.Text = "T. Piezas :";
     //
     // totpzas
     //
     this.totpzas.Location = new System.Drawing.Point(76, 26);
     this.totpzas.Name = "totpzas";
     this.totpzas.Size = new System.Drawing.Size(75, 21);
     this.totpzas.TabIndex = 74;
     this.totpzas.Text = "10,000";
     this.totpzas.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txt_stock
     //
     this.txt_stock.Enabled = false;
     this.txt_stock.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_stock.Location = new System.Drawing.Point(392, 48);
     this.txt_stock.Name = "txt_stock";
     this.txt_stock.Size = new System.Drawing.Size(75, 21);
     this.txt_stock.TabIndex = 88;
     this.txt_stock.Text = "100,000.00";
     this.txt_stock.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(29, 7);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(45, 13);
     this.label1.TabIndex = 73;
     this.label1.Text = "Items :";
     //
     // itemsT
     //
     this.itemsT.Location = new System.Drawing.Point(77, 4);
     this.itemsT.Name = "itemsT";
     this.itemsT.Size = new System.Drawing.Size(51, 21);
     this.itemsT.TabIndex = 72;
     this.itemsT.Text = "999";
     this.itemsT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // shapeContainer3
     //
     this.shapeContainer3.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer3.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer3.Name = "shapeContainer3";
     this.shapeContainer3.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape4,
     this.lineShape3});
     this.shapeContainer3.Size = new System.Drawing.Size(989, 80);
     this.shapeContainer3.TabIndex = 97;
     this.shapeContainer3.TabStop = false;
     //
     // lineShape4
     //
     this.lineShape4.BorderWidth = 2;
     this.lineShape4.Name = "lineShape4";
     this.lineShape4.X1 = 482;
     this.lineShape4.X2 = 482;
     this.lineShape4.Y1 = 10;
     this.lineShape4.Y2 = 71;
     //
     // lineShape3
     //
     this.lineShape3.BorderWidth = 2;
     this.lineShape3.Name = "lineShape3";
     this.lineShape3.X1 = 665;
     this.lineShape3.X2 = 665;
     this.lineShape3.Y1 = 10;
     this.lineShape3.Y2 = 71;
     //
     // griddetallemov
     //
     this.griddetallemov.AllowUserToAddRows = false;
     this.griddetallemov.AllowUserToDeleteRows = false;
     this.griddetallemov.AllowUserToResizeColumns = false;
     this.griddetallemov.AllowUserToResizeRows = false;
     this.griddetallemov.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.griddetallemov.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.griddetallemov.ColumnHeadersHeight = 20;
     this.griddetallemov.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.nostock,
     this.item,
     this.productid,
     this.productname,
     this.rollo,
     this.unmed,
     this.Ubicacion,
     this.stock_old,
     this.stock,
     this.precventa,
     this.costoultimo,
     this.costopromed,
     this.cantidad,
     this.cantidad_old,
     this.precioanterior,
     this.precunit,
     this.valor,
     this.dtotimpto,
     this.importe,
     this.importfac,
     this.dalmacaccionid,
     this.cantidadcta});
     dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle8.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(31)))), ((int)(((byte)(53)))));
     dataGridViewCellStyle8.NullValue = null;
     dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.griddetallemov.DefaultCellStyle = dataGridViewCellStyle8;
     this.griddetallemov.Location = new System.Drawing.Point(1, 214);
     this.griddetallemov.MultiSelect = false;
     this.griddetallemov.Name = "griddetallemov";
     this.griddetallemov.RowHeadersVisible = false;
     this.griddetallemov.RowHeadersWidth = 10;
     dataGridViewCellStyle9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle9.NullValue = null;
     this.griddetallemov.RowsDefaultCellStyle = dataGridViewCellStyle9;
     this.griddetallemov.RowTemplate.DefaultCellStyle.NullValue = null;
     this.griddetallemov.RowTemplate.Height = 20;
     this.griddetallemov.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.griddetallemov.Size = new System.Drawing.Size(989, 266);
     this.griddetallemov.TabIndex = 71;
     this.griddetallemov.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellValueChanged);
     this.griddetallemov.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellEndEdit);
     this.griddetallemov.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellEnter);
     this.griddetallemov.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellLeave);
     this.griddetallemov.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.griddetallemov_CellValueChanged);
     this.griddetallemov.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.griddetallemov_EditingControlShowing);
     this.griddetallemov.KeyDown += new System.Windows.Forms.KeyEventHandler(this.griddetallemov_KeyDown);
     this.griddetallemov.KeyUp += new System.Windows.Forms.KeyEventHandler(this.griddetallemov_KeyUp);
     //
     // nostock
     //
     this.nostock.DataPropertyName = "nostock";
     this.nostock.FalseValue = "false";
     this.nostock.Frozen = true;
     this.nostock.HeaderText = "Aft";
     this.nostock.Name = "nostock";
     this.nostock.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.nostock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.nostock.TrueValue = "true";
     this.nostock.Width = 20;
     //
     // item
     //
     this.item.DataPropertyName = "items";
     this.item.Frozen = true;
     this.item.HeaderText = "Items";
     this.item.Name = "item";
     this.item.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.item.Width = 40;
     //
     // productid
     //
     this.productid.DataPropertyName = "productid";
     this.productid.Frozen = true;
     this.productid.HeaderText = "Codigo";
     this.productid.Name = "productid";
     this.productid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // productname
     //
     this.productname.DataPropertyName = "productname";
     this.productname.Frozen = true;
     this.productname.HeaderText = "Producto";
     this.productname.Name = "productname";
     this.productname.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.productname.Width = 400;
     //
     // rollo
     //
     this.rollo.DataPropertyName = "rollo";
     this.rollo.Frozen = true;
     this.rollo.HeaderText = "Rollo";
     this.rollo.MaxInputLength = 10;
     this.rollo.Name = "rollo";
     this.rollo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.rollo.Visible = false;
     this.rollo.Width = 80;
     //
     // unmed
     //
     this.unmed.DataPropertyName = "unmed";
     this.unmed.Frozen = true;
     this.unmed.HeaderText = "UnMed";
     this.unmed.Name = "unmed";
     this.unmed.Width = 48;
     //
     // Ubicacion
     //
     this.Ubicacion.DataPropertyName = "ubicacion";
     dataGridViewCellStyle2.NullValue = null;
     this.Ubicacion.DefaultCellStyle = dataGridViewCellStyle2;
     this.Ubicacion.Frozen = true;
     this.Ubicacion.HeaderText = "Ubicacion";
     this.Ubicacion.MaxInputLength = 4;
     this.Ubicacion.Name = "Ubicacion";
     this.Ubicacion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Ubicacion.Visible = false;
     //
     // stock_old
     //
     this.stock_old.DataPropertyName = "stock_old";
     this.stock_old.Frozen = true;
     this.stock_old.HeaderText = "stock_old";
     this.stock_old.Name = "stock_old";
     this.stock_old.Visible = false;
     //
     // stock
     //
     this.stock.DataPropertyName = "stock";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
     dataGridViewCellStyle3.NullValue = null;
     this.stock.DefaultCellStyle = dataGridViewCellStyle3;
     this.stock.Frozen = true;
     this.stock.HeaderText = "Stock";
     this.stock.Name = "stock";
     this.stock.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // precventa
     //
     this.precventa.DataPropertyName = "precventa";
     this.precventa.Frozen = true;
     this.precventa.HeaderText = "precventa";
     this.precventa.Name = "precventa";
     this.precventa.Visible = false;
     //
     // costoultimo
     //
     this.costoultimo.DataPropertyName = "costoultimo";
     this.costoultimo.Frozen = true;
     this.costoultimo.HeaderText = "costoultimo";
     this.costoultimo.Name = "costoultimo";
     this.costoultimo.Visible = false;
     //
     // costopromed
     //
     this.costopromed.DataPropertyName = "costopromed";
     this.costopromed.Frozen = true;
     this.costopromed.HeaderText = "costopromed";
     this.costopromed.Name = "costopromed";
     this.costopromed.Visible = false;
     //
     // cantidad
     //
     this.cantidad.DataPropertyName = "cantidad";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle4.NullValue = null;
     this.cantidad.DefaultCellStyle = dataGridViewCellStyle4;
     this.cantidad.Frozen = true;
     this.cantidad.HeaderText = "Cantidad";
     this.cantidad.Name = "cantidad";
     this.cantidad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.cantidad.Width = 80;
     //
     // cantidad_old
     //
     this.cantidad_old.DataPropertyName = "cantidad_old";
     this.cantidad_old.Frozen = true;
     this.cantidad_old.HeaderText = "cantidad_old";
     this.cantidad_old.Name = "cantidad_old";
     this.cantidad_old.Visible = false;
     //
     // precioanterior
     //
     this.precioanterior.DataPropertyName = "precioanterior";
     this.precioanterior.Frozen = true;
     this.precioanterior.HeaderText = "precioanterior";
     this.precioanterior.Name = "precioanterior";
     this.precioanterior.Visible = false;
     //
     // precunit
     //
     this.precunit.DataPropertyName = "precunit";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle5.Format = "N2";
     dataGridViewCellStyle5.NullValue = null;
     this.precunit.DefaultCellStyle = dataGridViewCellStyle5;
     this.precunit.Frozen = true;
     this.precunit.HeaderText = "Precio";
     this.precunit.Name = "precunit";
     this.precunit.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.precunit.Width = 90;
     //
     // valor
     //
     this.valor.DataPropertyName = "valor";
     this.valor.HeaderText = "valor";
     this.valor.Name = "valor";
     this.valor.Visible = false;
     //
     // dtotimpto
     //
     this.dtotimpto.DataPropertyName = "totimpto";
     this.dtotimpto.HeaderText = "totimpto";
     this.dtotimpto.Name = "dtotimpto";
     this.dtotimpto.Visible = false;
     //
     // importe
     //
     this.importe.DataPropertyName = "importe";
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle6.Format = "N4";
     dataGridViewCellStyle6.NullValue = null;
     this.importe.DefaultCellStyle = dataGridViewCellStyle6;
     this.importe.HeaderText = "Importe";
     this.importe.Name = "importe";
     this.importe.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.importe.Visible = false;
     //
     // importfac
     //
     this.importfac.DataPropertyName = "importfac";
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
     dataGridViewCellStyle7.Format = "N2";
     dataGridViewCellStyle7.NullValue = null;
     this.importfac.DefaultCellStyle = dataGridViewCellStyle7;
     this.importfac.HeaderText = "Importe";
     this.importfac.Name = "importfac";
     this.importfac.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // dalmacaccionid
     //
     this.dalmacaccionid.DataPropertyName = "almacaccionid";
     this.dalmacaccionid.HeaderText = "almacaccionid";
     this.dalmacaccionid.Name = "dalmacaccionid";
     this.dalmacaccionid.Visible = false;
     //
     // cantidadcta
     //
     this.cantidadcta.DataPropertyName = "cantidadcta";
     this.cantidadcta.HeaderText = "cantidadcta";
     this.cantidadcta.Name = "cantidadcta";
     this.cantidadcta.Visible = false;
     //
     // direc
     //
     this.direc.Location = new System.Drawing.Point(64, 125);
     this.direc.Name = "direc";
     this.direc.Size = new System.Drawing.Size(233, 21);
     this.direc.TabIndex = 23;
     //
     // ctactename
     //
     this.ctactename.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.ctactename.Location = new System.Drawing.Point(64, 104);
     this.ctactename.Name = "ctactename";
     this.ctactename.Size = new System.Drawing.Size(387, 21);
     this.ctactename.TabIndex = 21;
     //
     // nmruc
     //
     this.nmruc.Location = new System.Drawing.Point(160, 82);
     this.nmruc.MaxLength = 11;
     this.nmruc.Name = "nmruc";
     this.nmruc.Size = new System.Drawing.Size(90, 21);
     this.nmruc.TabIndex = 12;
     this.nmruc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.nmruc_KeyDown);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.btn_refresh_tcamb);
     this.panel1.Controls.Add(this.chkfijar);
     this.panel1.Controls.Add(this.cbo_incprec);
     this.panel1.Controls.Add(this.label20);
     this.panel1.Controls.Add(this.lbltitulo);
     this.panel1.Controls.Add(this.label41);
     this.panel1.Controls.Add(this.tipimptotasa);
     this.panel1.Controls.Add(this.fechdoc);
     this.panel1.Controls.Add(this.moneda);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.numdoc);
     this.panel1.Controls.Add(this.tcamb);
     this.panel1.Controls.Add(this.tipodoc);
     this.panel1.Controls.Add(this.serdoc);
     this.panel1.Controls.Add(this.label21);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.label8);
     this.panel1.Controls.Add(this.label15);
     this.panel1.Controls.Add(this.label16);
     this.panel1.Location = new System.Drawing.Point(0, 29);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(993, 45);
     this.panel1.TabIndex = 2;
     //
     // btn_refresh_tcamb
     //
     this.btn_refresh_tcamb.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_refresh_tcamb.Image = ((System.Drawing.Image)(resources.GetObject("btn_refresh_tcamb.Image")));
     this.btn_refresh_tcamb.Location = new System.Drawing.Point(643, 19);
     this.btn_refresh_tcamb.Name = "btn_refresh_tcamb";
     this.btn_refresh_tcamb.Size = new System.Drawing.Size(22, 22);
     this.btn_refresh_tcamb.TabIndex = 23;
     this.btn_refresh_tcamb.ToolTip = "Refrescar Tipo de Cambio";
     this.btn_refresh_tcamb.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btn_refresh_tcamb.Click += new System.EventHandler(this.btn_refresh_tcamb_Click);
     //
     // chkfijar
     //
     this.chkfijar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.chkfijar.Location = new System.Drawing.Point(137, 21);
     this.chkfijar.Name = "chkfijar";
     this.chkfijar.Properties.Caption = "Fijar";
     this.chkfijar.Size = new System.Drawing.Size(51, 19);
     this.chkfijar.TabIndex = 22;
     this.chkfijar.CheckedChanged += new System.EventHandler(this.chkfijar_CheckedChanged);
     //
     // cbo_incprec
     //
     this.cbo_incprec.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.cbo_incprec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbo_incprec.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbo_incprec.FormattingEnabled = true;
     this.cbo_incprec.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.cbo_incprec.Items.AddRange(new object[] {
     "SI",
     "NO"});
     this.cbo_incprec.Location = new System.Drawing.Point(946, 20);
     this.cbo_incprec.Name = "cbo_incprec";
     this.cbo_incprec.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.cbo_incprec.Size = new System.Drawing.Size(40, 21);
     this.cbo_incprec.TabIndex = 21;
     this.cbo_incprec.SelectedIndexChanged += new System.EventHandler(this.cbo_incprec_SelectedIndexChanged);
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.BackColor = System.Drawing.Color.Transparent;
     this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.ForeColor = System.Drawing.Color.White;
     this.label20.Location = new System.Drawing.Point(947, 5);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(39, 13);
     this.label20.TabIndex = 20;
     this.label20.Text = "Inclu.";
     //
     // lbltitulo
     //
     this.lbltitulo.AutoSize = true;
     this.lbltitulo.BackColor = System.Drawing.Color.Transparent;
     this.lbltitulo.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltitulo.ForeColor = System.Drawing.Color.White;
     this.lbltitulo.Location = new System.Drawing.Point(422, 9);
     this.lbltitulo.Name = "lbltitulo";
     this.lbltitulo.Size = new System.Drawing.Size(151, 31);
     this.lbltitulo.TabIndex = 19;
     this.lbltitulo.Text = "FACTURA";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.BackColor = System.Drawing.Color.Transparent;
     this.label41.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.ForeColor = System.Drawing.Color.White;
     this.label41.Location = new System.Drawing.Point(928, 22);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(21, 17);
     this.label41.TabIndex = 18;
     this.label41.Text = "%";
     //
     // tipimptotasa
     //
     this.tipimptotasa.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.tipimptotasa.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipimptotasa.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.tipimptotasa.FormattingEnabled = true;
     this.tipimptotasa.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.tipimptotasa.Location = new System.Drawing.Point(887, 20);
     this.tipimptotasa.Name = "tipimptotasa";
     this.tipimptotasa.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.tipimptotasa.Size = new System.Drawing.Size(40, 21);
     this.tipimptotasa.TabIndex = 17;
     this.tipimptotasa.SelectedIndexChanged += new System.EventHandler(this.tipimptotasa_SelectedIndexChanged);
     //
     // fechdoc
     //
     this.fechdoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fechdoc.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.fechdoc.Location = new System.Drawing.Point(669, 21);
     this.fechdoc.Name = "fechdoc";
     this.fechdoc.Size = new System.Drawing.Size(84, 20);
     this.fechdoc.TabIndex = 7;
     this.fechdoc.Value = new System.DateTime(2014, 4, 14, 0, 0, 0, 0);
     this.fechdoc.ValueChanged += new System.EventHandler(this.fechdoc_ValueChanged);
     //
     // moneda
     //
     this.moneda.AutoCompleteCustomSource.AddRange(new string[] {
     "FA"});
     this.moneda.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.moneda.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.moneda.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.moneda.FormattingEnabled = true;
     this.moneda.Location = new System.Drawing.Point(756, 20);
     this.moneda.Name = "moneda";
     this.moneda.Size = new System.Drawing.Size(70, 21);
     this.moneda.TabIndex = 8;
     this.moneda.SelectedIndexChanged += new System.EventHandler(this.moneda_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.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(16, 6);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(100, 13);
     this.label2.TabIndex = 3;
     this.label2.Text = "Tipo Documento";
     //
     // numdoc
     //
     this.numdoc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.numdoc.Location = new System.Drawing.Point(231, 20);
     this.numdoc.MaxLength = 10;
     this.numdoc.Name = "numdoc";
     this.numdoc.Size = new System.Drawing.Size(87, 21);
     this.numdoc.TabIndex = 8;
     this.numdoc.Text = "000000001";
     this.numdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.numdoc.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numdoc_KeyDown);
     this.numdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.numdoc_KeyPress);
     //
     // tcamb
     //
     this.tcamb.Location = new System.Drawing.Point(828, 20);
     this.tcamb.Name = "tcamb";
     this.tcamb.Size = new System.Drawing.Size(56, 21);
     this.tcamb.TabIndex = 9;
     this.tcamb.Text = "3.420";
     this.tcamb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // tipodoc
     //
     this.tipodoc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tipodoc.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)), true);
     this.tipodoc.FormattingEnabled = true;
     this.tipodoc.Location = new System.Drawing.Point(7, 20);
     this.tipodoc.Name = "tipodoc";
     this.tipodoc.Size = new System.Drawing.Size(128, 20);
     this.tipodoc.TabIndex = 4;
     this.tipodoc.SelectedIndexChanged += new System.EventHandler(this.tipodoc_SelectedIndexChanged);
     //
     // serdoc
     //
     this.serdoc.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.serdoc.Location = new System.Drawing.Point(189, 20);
     this.serdoc.MaxLength = 5;
     this.serdoc.Name = "serdoc";
     this.serdoc.Size = new System.Drawing.Size(40, 21);
     this.serdoc.TabIndex = 4;
     this.serdoc.Text = "2014";
     this.serdoc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.serdoc.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.serdoc_KeyPress);
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.BackColor = System.Drawing.Color.Transparent;
     this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.ForeColor = System.Drawing.Color.White;
     this.label21.Location = new System.Drawing.Point(761, 5);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(52, 13);
     this.label21.TabIndex = 12;
     this.label21.Text = "Moneda";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.BackColor = System.Drawing.Color.Transparent;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.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(193, 5);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(36, 13);
     this.label6.TabIndex = 5;
     this.label6.Text = "Serie";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.White;
     this.label13.Location = new System.Drawing.Point(883, 5);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(58, 13);
     this.label13.TabIndex = 16;
     this.label13.Text = "Impuesto";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.BackColor = System.Drawing.Color.Transparent;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.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(247, 5);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(50, 13);
     this.label8.TabIndex = 7;
     this.label8.Text = "Número";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.BackColor = System.Drawing.Color.Transparent;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.White;
     this.label15.Location = new System.Drawing.Point(826, 5);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(60, 13);
     this.label15.TabIndex = 14;
     this.label15.Text = "T Cambio";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.BackColor = System.Drawing.Color.Transparent;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.White;
     this.label16.Location = new System.Drawing.Point(688, 5);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(42, 13);
     this.label16.TabIndex = 10;
     this.label16.Text = "Fecha";
     //
     // Botonera
     //
     this.Botonera.BackColor = System.Drawing.SystemColors.Control;
     this.Botonera.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btn_nuevo,
     this.btn_editar,
     this.btn_cancelar,
     this.btn_grabar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.btnImprimirNoval,
     this.toolStripSeparator1,
     this.btn_primero,
     this.btn_anterior,
     this.btn_siguiente,
     this.btn_ultimo,
     this.toolStripSeparator2,
     this.btn_detanadir,
     this.btn_deteliminar,
     this.toolStripSeparator3,
     this.btn_Calculadora,
     this.btn_clave,
     this.btn_log,
     this.btn_upload,
     this.btn_salir,
     this.btn_information});
     this.Botonera.Location = new System.Drawing.Point(0, 0);
     this.Botonera.Name = "Botonera";
     this.Botonera.Size = new System.Drawing.Size(993, 29);
     this.Botonera.TabIndex = 1;
     this.Botonera.Text = "ToolStrip1";
     this.Botonera.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.Botonera_ItemClicked);
     //
     // btn_nuevo
     //
     this.btn_nuevo.BackColor = System.Drawing.Color.Transparent;
     this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_nuevo.Image = ((System.Drawing.Image)(resources.GetObject("btn_nuevo.Image")));
     this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_nuevo.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.btn_nuevo.Name = "btn_nuevo";
     this.btn_nuevo.Size = new System.Drawing.Size(23, 26);
     this.btn_nuevo.Text = "Nuevo";
     this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)";
     this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
     //
     // btn_editar
     //
     this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit;
     this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_editar.Name = "btn_editar";
     this.btn_editar.Size = new System.Drawing.Size(26, 26);
     this.btn_editar.Text = "Editar";
     this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click);
     //
     // btn_cancelar
     //
     this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo;
     this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_cancelar.Name = "btn_cancelar";
     this.btn_cancelar.Size = new System.Drawing.Size(24, 26);
     this.btn_cancelar.Text = "Cancelar";
     this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click);
     //
     // btn_grabar
     //
     this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image")));
     this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_grabar.Name = "btn_grabar";
     this.btn_grabar.Size = new System.Drawing.Size(26, 26);
     this.btn_grabar.Text = "Grabar";
     this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)";
     this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click);
     //
     // btn_eliminar
     //
     this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_eliminar.Image = global::BapFormulariosNet.Properties.Resources.btn_eliminar20;
     this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_eliminar.Name = "btn_eliminar";
     this.btn_eliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_eliminar.Text = "Eliminar";
     this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click);
     //
     // btn_imprimir
     //
     this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir.Image = ((System.Drawing.Image)(resources.GetObject("btn_imprimir.Image")));
     this.btn_imprimir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir.Name = "btn_imprimir";
     this.btn_imprimir.Size = new System.Drawing.Size(24, 26);
     this.btn_imprimir.Text = "Imprimir";
     this.btn_imprimir.ToolTipText = "Impresion Valorizada";
     this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click);
     //
     // btnImprimirNoval
     //
     this.btnImprimirNoval.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnImprimirNoval.Image = global::BapFormulariosNet.Properties.Resources.agt_print;
     this.btnImprimirNoval.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnImprimirNoval.Name = "btnImprimirNoval";
     this.btnImprimirNoval.Size = new System.Drawing.Size(26, 26);
     this.btnImprimirNoval.ToolTipText = "Impresion No Valorizada";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
     //
     // btn_primero
     //
     this.btn_primero.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_primero.Image = global::BapFormulariosNet.Properties.Resources.go_first_g;
     this.btn_primero.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_primero.Name = "btn_primero";
     this.btn_primero.Size = new System.Drawing.Size(26, 26);
     this.btn_primero.Text = "Primero";
     this.btn_primero.Click += new System.EventHandler(this.btn_primero_Click);
     //
     // btn_anterior
     //
     this.btn_anterior.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_anterior.Image = global::BapFormulariosNet.Properties.Resources.go_previous_g;
     this.btn_anterior.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_anterior.Name = "btn_anterior";
     this.btn_anterior.Size = new System.Drawing.Size(26, 26);
     this.btn_anterior.Text = "Anterior";
     this.btn_anterior.Click += new System.EventHandler(this.btn_anterior_Click);
     //
     // btn_siguiente
     //
     this.btn_siguiente.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_siguiente.Image = global::BapFormulariosNet.Properties.Resources.go_next_g;
     this.btn_siguiente.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_siguiente.Name = "btn_siguiente";
     this.btn_siguiente.Size = new System.Drawing.Size(26, 26);
     this.btn_siguiente.Text = "Siguiente";
     this.btn_siguiente.Click += new System.EventHandler(this.btn_siguiente_Click);
     //
     // btn_ultimo
     //
     this.btn_ultimo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_ultimo.Image = global::BapFormulariosNet.Properties.Resources.go_last_g;
     this.btn_ultimo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_ultimo.Name = "btn_ultimo";
     this.btn_ultimo.Size = new System.Drawing.Size(26, 26);
     this.btn_ultimo.Text = "Ultimo";
     this.btn_ultimo.Click += new System.EventHandler(this.btn_ultimo_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 29);
     //
     // btn_detanadir
     //
     this.btn_detanadir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_detanadir.Image = global::BapFormulariosNet.Properties.Resources.go_add;
     this.btn_detanadir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_detanadir.Name = "btn_detanadir";
     this.btn_detanadir.Size = new System.Drawing.Size(26, 26);
     this.btn_detanadir.Text = "Añadir";
     this.btn_detanadir.Click += new System.EventHandler(this.btn_detanadir_Click);
     //
     // btn_deteliminar
     //
     this.btn_deteliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_deteliminar.Image = global::BapFormulariosNet.Properties.Resources.go_remove1;
     this.btn_deteliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_deteliminar.Name = "btn_deteliminar";
     this.btn_deteliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_deteliminar.Text = "Quitar";
     this.btn_deteliminar.Click += new System.EventHandler(this.btn_deteliminar_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 29);
     //
     // btn_Calculadora
     //
     this.btn_Calculadora.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_Calculadora.Image = global::BapFormulariosNet.Properties.Resources.go_calc2;
     this.btn_Calculadora.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_Calculadora.Name = "btn_Calculadora";
     this.btn_Calculadora.Size = new System.Drawing.Size(26, 26);
     this.btn_Calculadora.Text = "Calculadora";
     this.btn_Calculadora.Click += new System.EventHandler(this.btn_Calculadora_Click);
     //
     // btn_clave
     //
     this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.Size = new System.Drawing.Size(26, 26);
     this.btn_clave.Text = "Clave Administrador";
     this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click);
     //
     // btn_log
     //
     this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image")));
     this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_log.Name = "btn_log";
     this.btn_log.Size = new System.Drawing.Size(26, 26);
     this.btn_log.Text = "Auditoria";
     this.btn_log.ToolTipText = "Auditoria";
     this.btn_log.Click += new System.EventHandler(this.btn_log_Click);
     //
     // btn_upload
     //
     this.btn_upload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_upload.Image = global::BapFormulariosNet.Properties.Resources.btn_barcode;
     this.btn_upload.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_upload.Name = "btn_upload";
     this.btn_upload.Size = new System.Drawing.Size(26, 26);
     this.btn_upload.Text = "Leer Codigo Barras";
     this.btn_upload.ToolTipText = "Cargar";
     this.btn_upload.Click += new System.EventHandler(this.btn_upload_Click);
     //
     // btn_salir
     //
     this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2;
     this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_salir.Name = "btn_salir";
     this.btn_salir.Size = new System.Drawing.Size(24, 26);
     this.btn_salir.Text = "Salir";
     this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
     //
     // btn_information
     //
     this.btn_information.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_information.Image = global::BapFormulariosNet.Properties.Resources.go_information;
     this.btn_information.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_information.Name = "btn_information";
     this.btn_information.Size = new System.Drawing.Size(26, 26);
     this.btn_information.Text = "Informacion";
     this.btn_information.Click += new System.EventHandler(this.btn_information_Click);
     //
     // tipoclieprov
     //
     this.tipoclieprov.AutoSize = true;
     this.tipoclieprov.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tipoclieprov.Location = new System.Drawing.Point(6, 86);
     this.tipoclieprov.Name = "tipoclieprov";
     this.tipoclieprov.Size = new System.Drawing.Size(42, 13);
     this.tipoclieprov.TabIndex = 18;
     this.tipoclieprov.Text = "Cliente:";
     //
     // lblruc
     //
     this.lblruc.AutoSize = true;
     this.lblruc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblruc.Location = new System.Drawing.Point(123, 85);
     this.lblruc.Name = "lblruc";
     this.lblruc.Size = new System.Drawing.Size(33, 13);
     this.lblruc.TabIndex = 75;
     this.lblruc.Text = "RUC:";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(6, 128);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(55, 13);
     this.label24.TabIndex = 22;
     this.label24.Text = "Dirección:";
     //
     // shapeContainer1
     //
     this.shapeContainer1.Location = new System.Drawing.Point(0, 0);
     this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0);
     this.shapeContainer1.Name = "shapeContainer1";
     this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
     this.lineShape2});
     this.shapeContainer1.Size = new System.Drawing.Size(993, 560);
     this.shapeContainer1.TabIndex = 82;
     this.shapeContainer1.TabStop = false;
     //
     // lineShape2
     //
     this.lineShape2.BorderWidth = 2;
     this.lineShape2.Name = "lineShape2";
     this.lineShape2.SelectionColor = System.Drawing.SystemColors.HotTrack;
     this.lineShape2.X1 = 2;
     this.lineShape2.X2 = 453;
     this.lineShape2.Y1 = 176;
     this.lineShape2.Y2 = 176;
     //
     // pdtimagen
     //
     this.pdtimagen.BackColor = System.Drawing.Color.Transparent;
     this.pdtimagen.Image = global::BapFormulariosNet.Properties.Resources.anulado;
     this.pdtimagen.Location = new System.Drawing.Point(378, 286);
     this.pdtimagen.Name = "pdtimagen";
     this.pdtimagen.Size = new System.Drawing.Size(262, 135);
     this.pdtimagen.TabIndex = 96;
     this.pdtimagen.TabStop = false;
     //
     // lstListaprec
     //
     this.lstListaprec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lstListaprec.FormattingEnabled = true;
     this.lstListaprec.Location = new System.Drawing.Point(873, 99);
     this.lstListaprec.Name = "lstListaprec";
     this.lstListaprec.Size = new System.Drawing.Size(113, 21);
     this.lstListaprec.TabIndex = 98;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(870, 78);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(85, 13);
     this.label22.TabIndex = 99;
     this.label22.Text = "Lista de Precios:";
     //
     // btnextraersunat
     //
     this.btnextraersunat.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnextraersunat.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.btnextraersunat.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnextraersunat.Image = global::BapFormulariosNet.Properties.Resources.go_sunat1;
     this.btnextraersunat.Location = new System.Drawing.Point(256, 80);
     this.btnextraersunat.Name = "btnextraersunat";
     this.btnextraersunat.Size = new System.Drawing.Size(90, 23);
     this.btnextraersunat.TabIndex = 100;
     this.btnextraersunat.ToolTip = "Extrae Datos";
     this.btnextraersunat.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     this.btnextraersunat.Click += new System.EventHandler(this.btnextraersunat_Click);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Location = new System.Drawing.Point(466, 76);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage3;
     this.xtraTabControl1.Size = new System.Drawing.Size(401, 137);
     this.xtraTabControl1.TabIndex = 101;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2,
     this.xtraTabPage3});
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.canticombo);
     this.xtraTabPage3.Controls.Add(this.label26);
     this.xtraTabPage3.Controls.Add(this.label25);
     this.xtraTabPage3.Controls.Add(this.preccombo);
     this.xtraTabPage3.Controls.Add(this.princombo);
     this.xtraTabPage3.Controls.Add(this.glosa);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage3.Text = "Observaciones";
     //
     // canticombo
     //
     this.canticombo.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.canticombo.Location = new System.Drawing.Point(295, 30);
     this.canticombo.Name = "canticombo";
     this.canticombo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.canticombo.Properties.MaxValue = new decimal(new int[] {
     100,
     0,
     0,
     0});
     this.canticombo.Size = new System.Drawing.Size(67, 20);
     this.canticombo.TabIndex = 87;
     this.canticombo.EditValueChanged += new System.EventHandler(this.canticombo_EditValueChanged);
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(239, 64);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(55, 13);
     this.label26.TabIndex = 86;
     this.label26.Text = "Prec/Unit:";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Location = new System.Drawing.Point(210, 34);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(84, 13);
     this.label25.TabIndex = 85;
     this.label25.Text = "Nro de Combos:";
     //
     // preccombo
     //
     this.preccombo.Location = new System.Drawing.Point(295, 60);
     this.preccombo.Name = "preccombo";
     this.preccombo.ReadOnly = true;
     this.preccombo.Size = new System.Drawing.Size(67, 21);
     this.preccombo.TabIndex = 83;
     this.preccombo.Text = "0.00";
     this.preccombo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // princombo
     //
     this.princombo.AutoSize = true;
     this.princombo.Location = new System.Drawing.Point(219, 9);
     this.princombo.Name = "princombo";
     this.princombo.Size = new System.Drawing.Size(151, 17);
     this.princombo.TabIndex = 81;
     this.princombo.Text = "Imprimir en Detalle Combo";
     this.princombo.UseVisualStyleBackColor = true;
     this.princombo.CheckedChanged += new System.EventHandler(this.princombo_CheckedChanged);
     //
     // glosa
     //
     this.glosa.Location = new System.Drawing.Point(18, 9);
     this.glosa.Multiline = true;
     this.glosa.Name = "glosa";
     this.glosa.Size = new System.Drawing.Size(186, 72);
     this.glosa.TabIndex = 80;
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.label23);
     this.xtraTabPage1.Controls.Add(this.importtarj);
     this.xtraTabPage1.Controls.Add(this.btn_del);
     this.xtraTabPage1.Controls.Add(this.btn_add);
     this.xtraTabPage1.Controls.Add(this.lstTarjGroup);
     this.xtraTabPage1.Controls.Add(this.dgbtarjetas);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage1.Text = "Pago con Tarjeta";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(73, 83);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(50, 13);
     this.label23.TabIndex = 101;
     this.label23.Text = "Total >>";
     //
     // importtarj
     //
     this.importtarj.Location = new System.Drawing.Point(129, 80);
     this.importtarj.MaxLength = 8;
     this.importtarj.Name = "importtarj";
     this.importtarj.Size = new System.Drawing.Size(69, 21);
     this.importtarj.TabIndex = 100;
     this.importtarj.Text = "0.00";
     this.importtarj.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // lstTarjGroup
     //
     this.lstTarjGroup.FormattingEnabled = true;
     this.lstTarjGroup.Location = new System.Drawing.Point(253, 12);
     this.lstTarjGroup.Name = "lstTarjGroup";
     this.lstTarjGroup.Size = new System.Drawing.Size(116, 56);
     this.lstTarjGroup.TabIndex = 97;
     //
     // dgbtarjetas
     //
     this.dgbtarjetas.AllowUserToAddRows = false;
     this.dgbtarjetas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgbtarjetas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this._tarjetalogo,
     this._tarjetaid,
     this._tarjetaname,
     this._tarjetanum,
     this._tarjetaimpo,
     this._ddnni});
     this.dgbtarjetas.Location = new System.Drawing.Point(5, 12);
     this.dgbtarjetas.Name = "dgbtarjetas";
     this.dgbtarjetas.ReadOnly = true;
     this.dgbtarjetas.RowHeadersVisible = false;
     this.dgbtarjetas.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgbtarjetas.Size = new System.Drawing.Size(214, 68);
     this.dgbtarjetas.TabIndex = 96;
     //
     // _tarjetalogo
     //
     this._tarjetalogo.DataPropertyName = "tarjetalogo";
     this._tarjetalogo.HeaderText = "TarJ";
     this._tarjetalogo.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
     this._tarjetalogo.Name = "_tarjetalogo";
     this._tarjetalogo.ReadOnly = true;
     this._tarjetalogo.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this._tarjetalogo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this._tarjetalogo.Width = 40;
     //
     // _tarjetaid
     //
     this._tarjetaid.DataPropertyName = "tarjetaid";
     dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this._tarjetaid.DefaultCellStyle = dataGridViewCellStyle10;
     this._tarjetaid.HeaderText = "Cod";
     this._tarjetaid.Name = "_tarjetaid";
     this._tarjetaid.ReadOnly = true;
     this._tarjetaid.Visible = false;
     this._tarjetaid.Width = 30;
     //
     // _tarjetaname
     //
     this._tarjetaname.DataPropertyName = "tarjetaname";
     this._tarjetaname.HeaderText = "Nom";
     this._tarjetaname.Name = "_tarjetaname";
     this._tarjetaname.ReadOnly = true;
     this._tarjetaname.Visible = false;
     //
     // _tarjetanum
     //
     this._tarjetanum.DataPropertyName = "tarjetanume";
     dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this._tarjetanum.DefaultCellStyle = dataGridViewCellStyle11;
     this._tarjetanum.HeaderText = "Aprob.";
     this._tarjetanum.Name = "_tarjetanum";
     this._tarjetanum.ReadOnly = true;
     this._tarjetanum.Width = 80;
     //
     // _tarjetaimpo
     //
     this._tarjetaimpo.DataPropertyName = "tarjetaimpo";
     dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle12.Format = "N2";
     dataGridViewCellStyle12.NullValue = null;
     this._tarjetaimpo.DefaultCellStyle = dataGridViewCellStyle12;
     this._tarjetaimpo.HeaderText = "Importe";
     this._tarjetaimpo.Name = "_tarjetaimpo";
     this._tarjetaimpo.ReadOnly = true;
     this._tarjetaimpo.Width = 80;
     //
     // _ddnni
     //
     this._ddnni.DataPropertyName = "ddnni";
     this._ddnni.HeaderText = "Dni";
     this._ddnni.Name = "_ddnni";
     this._ddnni.ReadOnly = true;
     this._ddnni.Visible = false;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.numnotac);
     this.xtraTabPage2.Controls.Add(this.sernotac);
     this.xtraTabPage2.Controls.Add(this.tipnotac);
     this.xtraTabPage2.Controls.Add(this.numguia);
     this.xtraTabPage2.Controls.Add(this.serguia);
     this.xtraTabPage2.Controls.Add(this.tipguia);
     this.xtraTabPage2.Controls.Add(this.numfac);
     this.xtraTabPage2.Controls.Add(this.serfac);
     this.xtraTabPage2.Controls.Add(this.tipfac);
     this.xtraTabPage2.Controls.Add(this.recep_fecha);
     this.xtraTabPage2.Controls.Add(this.recep_dni);
     this.xtraTabPage2.Controls.Add(this.recep_name);
     this.xtraTabPage2.Controls.Add(this.chkNC);
     this.xtraTabPage2.Controls.Add(this.chkGR);
     this.xtraTabPage2.Controls.Add(this.chkFA);
     this.xtraTabPage2.Controls.Add(this.fechnotac);
     this.xtraTabPage2.Controls.Add(this.fechguia);
     this.xtraTabPage2.Controls.Add(this.fechfac);
     this.xtraTabPage2.Controls.Add(this.label29);
     this.xtraTabPage2.Controls.Add(this.label28);
     this.xtraTabPage2.Controls.Add(this.label27);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(395, 109);
     this.xtraTabPage2.Text = "Docs Referencia";
     //
     // numnotac
     //
     //
     //
     //
     this.numnotac.Border.Class = "TextBoxBorder";
     this.numnotac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numnotac.ButtonCustom.Tooltip = "";
     this.numnotac.ButtonCustom2.Tooltip = "";
     this.numnotac.Location = new System.Drawing.Point(88, 60);
     this.numnotac.MaxLength = 10;
     this.numnotac.Name = "numnotac";
     this.numnotac.PreventEnterBeep = true;
     this.numnotac.Size = new System.Drawing.Size(79, 21);
     this.numnotac.TabIndex = 94;
     //
     // sernotac
     //
     //
     //
     //
     this.sernotac.Border.Class = "TextBoxBorder";
     this.sernotac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.sernotac.ButtonCustom.Tooltip = "";
     this.sernotac.ButtonCustom2.Tooltip = "";
     this.sernotac.Location = new System.Drawing.Point(49, 60);
     this.sernotac.MaxLength = 4;
     this.sernotac.Name = "sernotac";
     this.sernotac.PreventEnterBeep = true;
     this.sernotac.Size = new System.Drawing.Size(37, 21);
     this.sernotac.TabIndex = 93;
     //
     // tipnotac
     //
     this.tipnotac.DisplayMember = "Text";
     this.tipnotac.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipnotac.FormattingEnabled = true;
     this.tipnotac.ItemHeight = 15;
     this.tipnotac.Items.AddRange(new object[] {
     this.comboItem5});
     this.tipnotac.Location = new System.Drawing.Point(6, 60);
     this.tipnotac.Name = "tipnotac";
     this.tipnotac.Size = new System.Drawing.Size(40, 21);
     this.tipnotac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipnotac.TabIndex = 92;
     this.tipnotac.Text = "NC";
     //
     // comboItem5
     //
     this.comboItem5.Text = "NC";
     //
     // numguia
     //
     //
     //
     //
     this.numguia.Border.Class = "TextBoxBorder";
     this.numguia.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numguia.ButtonCustom.Tooltip = "";
     this.numguia.ButtonCustom2.Tooltip = "";
     this.numguia.Location = new System.Drawing.Point(88, 36);
     this.numguia.MaxLength = 10;
     this.numguia.Name = "numguia";
     this.numguia.PreventEnterBeep = true;
     this.numguia.Size = new System.Drawing.Size(79, 21);
     this.numguia.TabIndex = 91;
     //
     // serguia
     //
     //
     //
     //
     this.serguia.Border.Class = "TextBoxBorder";
     this.serguia.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.serguia.ButtonCustom.Tooltip = "";
     this.serguia.ButtonCustom2.Tooltip = "";
     this.serguia.Location = new System.Drawing.Point(49, 36);
     this.serguia.MaxLength = 4;
     this.serguia.Name = "serguia";
     this.serguia.PreventEnterBeep = true;
     this.serguia.Size = new System.Drawing.Size(37, 21);
     this.serguia.TabIndex = 90;
     //
     // tipguia
     //
     this.tipguia.DisplayMember = "Text";
     this.tipguia.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipguia.FormattingEnabled = true;
     this.tipguia.ItemHeight = 15;
     this.tipguia.Items.AddRange(new object[] {
     this.comboItem3});
     this.tipguia.Location = new System.Drawing.Point(6, 36);
     this.tipguia.Name = "tipguia";
     this.tipguia.Size = new System.Drawing.Size(40, 21);
     this.tipguia.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipguia.TabIndex = 89;
     this.tipguia.Text = "GR";
     //
     // comboItem3
     //
     this.comboItem3.Text = "GR";
     //
     // numfac
     //
     //
     //
     //
     this.numfac.Border.Class = "TextBoxBorder";
     this.numfac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.numfac.ButtonCustom.Tooltip = "";
     this.numfac.ButtonCustom2.Tooltip = "";
     this.numfac.Location = new System.Drawing.Point(88, 12);
     this.numfac.MaxLength = 10;
     this.numfac.Name = "numfac";
     this.numfac.PreventEnterBeep = true;
     this.numfac.Size = new System.Drawing.Size(79, 21);
     this.numfac.TabIndex = 88;
     this.numfac.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numfac_KeyDown);
     //
     // serfac
     //
     //
     //
     //
     this.serfac.Border.Class = "TextBoxBorder";
     this.serfac.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.serfac.ButtonCustom.Tooltip = "";
     this.serfac.ButtonCustom2.Tooltip = "";
     this.serfac.Location = new System.Drawing.Point(49, 12);
     this.serfac.MaxLength = 4;
     this.serfac.Name = "serfac";
     this.serfac.PreventEnterBeep = true;
     this.serfac.Size = new System.Drawing.Size(37, 21);
     this.serfac.TabIndex = 87;
     this.serfac.KeyDown += new System.Windows.Forms.KeyEventHandler(this.serfac_KeyDown);
     //
     // tipfac
     //
     this.tipfac.DisplayMember = "Text";
     this.tipfac.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.tipfac.FormattingEnabled = true;
     this.tipfac.ItemHeight = 15;
     this.tipfac.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2});
     this.tipfac.Location = new System.Drawing.Point(6, 12);
     this.tipfac.Name = "tipfac";
     this.tipfac.Size = new System.Drawing.Size(40, 21);
     this.tipfac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.tipfac.TabIndex = 86;
     //
     // comboItem1
     //
     this.comboItem1.Text = "FA";
     //
     // comboItem2
     //
     this.comboItem2.Text = "BV";
     //
     // recep_fecha
     //
     //
     //
     //
     this.recep_fecha.BackgroundStyle.Class = "DateTimeInputBackground";
     this.recep_fecha.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.ButtonClear.Tooltip = "";
     this.recep_fecha.ButtonCustom.Tooltip = "";
     this.recep_fecha.ButtonCustom2.Tooltip = "";
     this.recep_fecha.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.recep_fecha.ButtonDropDown.Tooltip = "";
     this.recep_fecha.ButtonDropDown.Visible = true;
     this.recep_fecha.ButtonFreeText.Tooltip = "";
     this.recep_fecha.IsPopupCalendarOpen = false;
     this.recep_fecha.Location = new System.Drawing.Point(297, 79);
     //
     //
     //
     this.recep_fecha.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.recep_fecha.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.recep_fecha.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.recep_fecha.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.recep_fecha.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.recep_fecha.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.recep_fecha.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_fecha.MonthCalendar.TodayButtonVisible = true;
     this.recep_fecha.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.recep_fecha.Name = "recep_fecha";
     this.recep_fecha.Size = new System.Drawing.Size(82, 21);
     this.recep_fecha.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.recep_fecha.TabIndex = 85;
     //
     // recep_dni
     //
     //
     //
     //
     this.recep_dni.Border.Class = "TextBoxBorder";
     this.recep_dni.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_dni.ButtonCustom.Tooltip = "";
     this.recep_dni.ButtonCustom2.Tooltip = "";
     this.recep_dni.Location = new System.Drawing.Point(297, 58);
     this.recep_dni.MaxLength = 8;
     this.recep_dni.Name = "recep_dni";
     this.recep_dni.PreventEnterBeep = true;
     this.recep_dni.Size = new System.Drawing.Size(83, 21);
     this.recep_dni.TabIndex = 84;
     //
     // recep_name
     //
     //
     //
     //
     this.recep_name.Border.Class = "TextBoxBorder";
     this.recep_name.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.recep_name.ButtonCustom.Tooltip = "";
     this.recep_name.ButtonCustom2.Tooltip = "";
     this.recep_name.Location = new System.Drawing.Point(269, 21);
     this.recep_name.MaxLength = 100;
     this.recep_name.Multiline = true;
     this.recep_name.Name = "recep_name";
     this.recep_name.PreventEnterBeep = true;
     this.recep_name.Size = new System.Drawing.Size(111, 36);
     this.recep_name.TabIndex = 83;
     //
     // chkNC
     //
     //
     //
     //
     this.chkNC.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkNC.Location = new System.Drawing.Point(247, 58);
     this.chkNC.Name = "chkNC";
     this.chkNC.Size = new System.Drawing.Size(16, 23);
     this.chkNC.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkNC.TabIndex = 82;
     this.chkNC.CheckedChanged += new System.EventHandler(this.chkNC_CheckedChanged);
     //
     // chkGR
     //
     //
     //
     //
     this.chkGR.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkGR.Location = new System.Drawing.Point(247, 36);
     this.chkGR.Name = "chkGR";
     this.chkGR.Size = new System.Drawing.Size(16, 23);
     this.chkGR.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkGR.TabIndex = 81;
     this.chkGR.CheckedChanged += new System.EventHandler(this.chkGR_CheckedChanged);
     //
     // chkFA
     //
     //
     //
     //
     this.chkFA.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.chkFA.Location = new System.Drawing.Point(247, 12);
     this.chkFA.Name = "chkFA";
     this.chkFA.Size = new System.Drawing.Size(16, 23);
     this.chkFA.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.chkFA.TabIndex = 80;
     this.chkFA.CheckedChanged += new System.EventHandler(this.chkFA_CheckedChanged);
     //
     // fechnotac
     //
     //
     //
     //
     this.fechnotac.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechnotac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.ButtonClear.Tooltip = "";
     this.fechnotac.ButtonCustom.Tooltip = "";
     this.fechnotac.ButtonCustom2.Tooltip = "";
     this.fechnotac.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechnotac.ButtonDropDown.Tooltip = "";
     this.fechnotac.ButtonDropDown.Visible = true;
     this.fechnotac.ButtonFreeText.Tooltip = "";
     this.fechnotac.IsPopupCalendarOpen = false;
     this.fechnotac.Location = new System.Drawing.Point(168, 59);
     //
     //
     //
     this.fechnotac.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechnotac.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechnotac.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechnotac.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechnotac.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechnotac.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechnotac.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechnotac.MonthCalendar.TodayButtonVisible = true;
     this.fechnotac.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechnotac.Name = "fechnotac";
     this.fechnotac.Size = new System.Drawing.Size(82, 21);
     this.fechnotac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechnotac.TabIndex = 79;
     //
     // fechguia
     //
     //
     //
     //
     this.fechguia.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechguia.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.ButtonClear.Tooltip = "";
     this.fechguia.ButtonCustom.Tooltip = "";
     this.fechguia.ButtonCustom2.Tooltip = "";
     this.fechguia.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechguia.ButtonDropDown.Tooltip = "";
     this.fechguia.ButtonDropDown.Visible = true;
     this.fechguia.ButtonFreeText.Tooltip = "";
     this.fechguia.IsPopupCalendarOpen = false;
     this.fechguia.Location = new System.Drawing.Point(168, 36);
     //
     //
     //
     this.fechguia.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechguia.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechguia.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechguia.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechguia.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechguia.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechguia.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechguia.MonthCalendar.TodayButtonVisible = true;
     this.fechguia.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechguia.Name = "fechguia";
     this.fechguia.Size = new System.Drawing.Size(82, 21);
     this.fechguia.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechguia.TabIndex = 78;
     //
     // fechfac
     //
     //
     //
     //
     this.fechfac.BackgroundStyle.Class = "DateTimeInputBackground";
     this.fechfac.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.ButtonClear.Tooltip = "";
     this.fechfac.ButtonCustom.Tooltip = "";
     this.fechfac.ButtonCustom2.Tooltip = "";
     this.fechfac.ButtonDropDown.Shortcut = DevComponents.DotNetBar.eShortcut.AltDown;
     this.fechfac.ButtonDropDown.Tooltip = "";
     this.fechfac.ButtonDropDown.Visible = true;
     this.fechfac.ButtonFreeText.Tooltip = "";
     this.fechfac.IsPopupCalendarOpen = false;
     this.fechfac.Location = new System.Drawing.Point(168, 12);
     //
     //
     //
     this.fechfac.MonthCalendar.AnnuallyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechfac.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     this.fechfac.MonthCalendar.ClearButtonVisible = true;
     //
     //
     //
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth = 1;
     this.fechfac.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.DisplayMonth = new System.DateTime(2015, 3, 1, 0, 0, 0, 0);
     this.fechfac.MonthCalendar.MarkedDates = new System.DateTime[0];
     this.fechfac.MonthCalendar.MonthlyMarkedDates = new System.DateTime[0];
     //
     //
     //
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.fechfac.MonthCalendar.NavigationBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fechfac.MonthCalendar.TodayButtonVisible = true;
     this.fechfac.MonthCalendar.WeeklyMarkedDays = new System.DayOfWeek[0];
     this.fechfac.Name = "fechfac";
     this.fechfac.Size = new System.Drawing.Size(82, 21);
     this.fechfac.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.fechfac.TabIndex = 77;
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(225, 84);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(73, 13);
     this.label29.TabIndex = 72;
     this.label29.Text = "Fecha Recep:";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(269, 58);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(29, 13);
     this.label28.TabIndex = 69;
     this.label28.Text = "DNI:";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(271, 9);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(55, 13);
     this.label27.TabIndex = 67;
     this.label27.Text = "Receptor:";
     //
     // Frm_ventas
     //
     this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(218)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(993, 560);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.btnextraersunat);
     this.Controls.Add(this.label22);
     this.Controls.Add(this.lstListaprec);
     this.Controls.Add(this.pdtimagen);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.telef);
     this.Controls.Add(this.vendpername);
     this.Controls.Add(this.vendperid);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.ctacte);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.griddetallemov);
     this.Controls.Add(this.direc);
     this.Controls.Add(this.ctactename);
     this.Controls.Add(this.nmruc);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.Botonera);
     this.Controls.Add(this.tipoclieprov);
     this.Controls.Add(this.lblruc);
     this.Controls.Add(this.label24);
     this.Controls.Add(this.shapeContainer1);
     this.DoubleBuffered = true;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_ventas";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Modulo de Ventas";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_movimiento_FormClosing);
     this.Load += new System.EventHandler(this.Frm_ventas_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_movimiento_KeyDown);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.griddetallemov)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chkfijar.Properties)).EndInit();
     this.Botonera.ResumeLayout(false);
     this.Botonera.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pdtimagen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage3.ResumeLayout(false);
     this.xtraTabPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.canticombo.Properties)).EndInit();
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgbtarjetas)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     this.xtraTabPage2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.recep_fecha)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechnotac)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechguia)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fechfac)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="ProductVendorDataGridViewBase"/> class.
        /// </summary>
        public ProductVendorDataGridViewBase()
        {
            this.components = new System.ComponentModel.Container();

            this.uxProductVendorDataGridView         = new System.Windows.Forms.DataGridView();
            this.uxProductVendorBindingSource        = new System.Windows.Forms.BindingSource(this.components);
            this.uxProductVendorErrorProvider        = new System.Windows.Forms.ErrorProvider(this.components);
            this.uxProductIdDataGridViewColumn       = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxVendorIdDataGridViewColumn        = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxAverageLeadTimeDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxStandardPriceDataGridViewColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxLastReceiptCostDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxLastReceiptDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxMinOrderQtyDataGridViewColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxMaxOrderQtyDataGridViewColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxOnOrderQtyDataGridViewColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxUnitMeasureCodeDataGridViewColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxModifiedDateDataGridViewColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            //this.uxProductIdBindingSource = new ProductBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxProductIdBindingSource)).BeginInit();
            //this.uxUnitMeasureCodeBindingSource = new UnitMeasureBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxUnitMeasureCodeBindingSource)).BeginInit();
            //this.uxVendorIdBindingSource = new VendorBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxVendorIdBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxProductVendorDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxProductVendorBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxProductVendorErrorProvider)).BeginInit();
            this.SuspendLayout();

            //
            // uxProductVendorErrorProvider
            //
            this.uxProductVendorErrorProvider.ContainerControl = this;
            this.uxProductVendorErrorProvider.DataSource       = this.uxProductVendorBindingSource;
            //
            // uxProductVendorDataGridView
            //
            this.uxProductVendorDataGridView.AutoGenerateColumns         = false;
            this.uxProductVendorDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uxProductVendorDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.uxProductIdDataGridViewColumn,
                this.uxVendorIdDataGridViewColumn,
                this.uxAverageLeadTimeDataGridViewColumn,
                this.uxStandardPriceDataGridViewColumn,
                this.uxLastReceiptCostDataGridViewColumn,
                this.uxLastReceiptDateDataGridViewColumn,
                this.uxMinOrderQtyDataGridViewColumn,
                this.uxMaxOrderQtyDataGridViewColumn,
                this.uxOnOrderQtyDataGridViewColumn,
                this.uxUnitMeasureCodeDataGridViewColumn,
                this.uxModifiedDateDataGridViewColumn
            });
            this.uxProductVendorDataGridView.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.uxProductVendorDataGridView.Location                  = new System.Drawing.Point(0, 0);
            this.uxProductVendorDataGridView.Name                      = "uxProductVendorDataGridView";
            this.uxProductVendorDataGridView.Size                      = new System.Drawing.Size(470, 300);
            this.uxProductVendorDataGridView.TabIndex                  = 0;
            this.uxProductVendorDataGridView.BackgroundColor           = System.Drawing.Color.WhiteSmoke;
            this.uxProductVendorDataGridView.EnableHeadersVisualStyles = false;
            this.uxProductVendorDataGridView.DataError                += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnProductVendorDataGridViewDataError);
            this.uxProductVendorDataGridView.CellValueNeeded          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnProductVendorDataGridViewCellValueNeeded);
            this.uxProductVendorDataGridView.CellValuePushed          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnProductVendorDataGridViewCellValuePushed);

            //
            // uxProductIdDataGridViewColumn
            //
            this.uxProductIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxProductIdDataGridViewColumn.DataPropertyName = "ProductId";
            this.uxProductIdDataGridViewColumn.HeaderText       = "ProductId";
            this.uxProductIdDataGridViewColumn.Name             = "uxProductIdDataGridViewColumn";
            this.uxProductIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxProductIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxProductIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxVendorIdDataGridViewColumn
            //
            this.uxVendorIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxVendorIdDataGridViewColumn.DataPropertyName = "VendorId";
            this.uxVendorIdDataGridViewColumn.HeaderText       = "VendorId";
            this.uxVendorIdDataGridViewColumn.Name             = "uxVendorIdDataGridViewColumn";
            this.uxVendorIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxVendorIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxVendorIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxAverageLeadTimeDataGridViewColumn
            //
            this.uxAverageLeadTimeDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxAverageLeadTimeDataGridViewColumn.DataPropertyName = "AverageLeadTime";
            this.uxAverageLeadTimeDataGridViewColumn.HeaderText       = "AverageLeadTime";
            this.uxAverageLeadTimeDataGridViewColumn.Name             = "uxAverageLeadTimeDataGridViewColumn";
            this.uxAverageLeadTimeDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxAverageLeadTimeDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxAverageLeadTimeDataGridViewColumn.ReadOnly         = false;
            //
            // uxStandardPriceDataGridViewColumn
            //
            this.uxStandardPriceDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxStandardPriceDataGridViewColumn.DataPropertyName = "StandardPrice";
            this.uxStandardPriceDataGridViewColumn.HeaderText       = "StandardPrice";
            this.uxStandardPriceDataGridViewColumn.Name             = "uxStandardPriceDataGridViewColumn";
            this.uxStandardPriceDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxStandardPriceDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxStandardPriceDataGridViewColumn.ReadOnly         = false;
            //
            // uxLastReceiptCostDataGridViewColumn
            //
            this.uxLastReceiptCostDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxLastReceiptCostDataGridViewColumn.DataPropertyName = "LastReceiptCost";
            this.uxLastReceiptCostDataGridViewColumn.HeaderText       = "LastReceiptCost";
            this.uxLastReceiptCostDataGridViewColumn.Name             = "uxLastReceiptCostDataGridViewColumn";
            this.uxLastReceiptCostDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxLastReceiptCostDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxLastReceiptCostDataGridViewColumn.ReadOnly         = false;
            //
            // uxLastReceiptDateDataGridViewColumn
            //
            this.uxLastReceiptDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxLastReceiptDateDataGridViewColumn.DataPropertyName = "LastReceiptDate";
            this.uxLastReceiptDateDataGridViewColumn.HeaderText       = "LastReceiptDate";
            this.uxLastReceiptDateDataGridViewColumn.Name             = "uxLastReceiptDateDataGridViewColumn";
            this.uxLastReceiptDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxLastReceiptDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxLastReceiptDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxMinOrderQtyDataGridViewColumn
            //
            this.uxMinOrderQtyDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxMinOrderQtyDataGridViewColumn.DataPropertyName = "MinOrderQty";
            this.uxMinOrderQtyDataGridViewColumn.HeaderText       = "MinOrderQty";
            this.uxMinOrderQtyDataGridViewColumn.Name             = "uxMinOrderQtyDataGridViewColumn";
            this.uxMinOrderQtyDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxMinOrderQtyDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxMinOrderQtyDataGridViewColumn.ReadOnly         = false;
            //
            // uxMaxOrderQtyDataGridViewColumn
            //
            this.uxMaxOrderQtyDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxMaxOrderQtyDataGridViewColumn.DataPropertyName = "MaxOrderQty";
            this.uxMaxOrderQtyDataGridViewColumn.HeaderText       = "MaxOrderQty";
            this.uxMaxOrderQtyDataGridViewColumn.Name             = "uxMaxOrderQtyDataGridViewColumn";
            this.uxMaxOrderQtyDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxMaxOrderQtyDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxMaxOrderQtyDataGridViewColumn.ReadOnly         = false;
            //
            // uxOnOrderQtyDataGridViewColumn
            //
            this.uxOnOrderQtyDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxOnOrderQtyDataGridViewColumn.DataPropertyName = "OnOrderQty";
            this.uxOnOrderQtyDataGridViewColumn.HeaderText       = "OnOrderQty";
            this.uxOnOrderQtyDataGridViewColumn.Name             = "uxOnOrderQtyDataGridViewColumn";
            this.uxOnOrderQtyDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxOnOrderQtyDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxOnOrderQtyDataGridViewColumn.ReadOnly         = false;
            //
            // uxUnitMeasureCodeDataGridViewColumn
            //
            this.uxUnitMeasureCodeDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxUnitMeasureCodeDataGridViewColumn.DataPropertyName = "UnitMeasureCode";
            this.uxUnitMeasureCodeDataGridViewColumn.HeaderText       = "UnitMeasureCode";
            this.uxUnitMeasureCodeDataGridViewColumn.Name             = "uxUnitMeasureCodeDataGridViewColumn";
            this.uxUnitMeasureCodeDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxUnitMeasureCodeDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxUnitMeasureCodeDataGridViewColumn.ReadOnly         = false;
            //
            // uxModifiedDateDataGridViewColumn
            //
            this.uxModifiedDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxModifiedDateDataGridViewColumn.DataPropertyName = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.HeaderText       = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.Name             = "uxModifiedDateDataGridViewColumn";
            this.uxModifiedDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxModifiedDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxModifiedDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxProductIdDataGridViewColumn
            //
            this.uxProductIdDataGridViewColumn.DisplayMember = "Name";
            this.uxProductIdDataGridViewColumn.ValueMember   = "ProductId";
            this.uxProductIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxProductIdDataGridViewColumn.DataSource = uxProductIdBindingSource;

            //
            // uxUnitMeasureCodeDataGridViewColumn
            //
            this.uxUnitMeasureCodeDataGridViewColumn.DisplayMember = "Name";
            this.uxUnitMeasureCodeDataGridViewColumn.ValueMember   = "UnitMeasureCode";
            this.uxUnitMeasureCodeDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxUnitMeasureCodeDataGridViewColumn.DataSource = uxUnitMeasureCodeBindingSource;

            //
            // uxVendorIdDataGridViewColumn
            //
            this.uxVendorIdDataGridViewColumn.DisplayMember = "AccountNumber";
            this.uxVendorIdDataGridViewColumn.ValueMember   = "VendorId";
            this.uxVendorIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxVendorIdDataGridViewColumn.DataSource = uxVendorIdBindingSource;


            // this
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.uxProductVendorDataGridView);
            this.Name = "ProductVendorDataGridView";
            this.Size = new System.Drawing.Size(470, 300);
            //((System.ComponentModel.ISupportInitialize)(this.uxProductIdBindingSource)).EndInit();
            //((System.ComponentModel.ISupportInitialize)(this.uxUnitMeasureCodeBindingSource)).EndInit();
            //((System.ComponentModel.ISupportInitialize)(this.uxVendorIdBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxProductVendorErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxProductVendorDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxProductVendorBindingSource)).EndInit();
            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(Frm_catplanilla));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btn_busqueda = new DevExpress.XtraEditors.SimpleButton();
     this.dgb_catplanilla = new System.Windows.Forms.DataGridView();
     this.label5 = new System.Windows.Forms.Label();
     this.txtbusqueda = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.txtcatplanillaid = new System.Windows.Forms.TextBox();
     this.txtcatplanillaname = new System.Windows.Forms.TextBox();
     this.Botonera = new System.Windows.Forms.ToolStrip();
     this.btn_nuevo = new System.Windows.Forms.ToolStripButton();
     this.btn_editar = new System.Windows.Forms.ToolStripButton();
     this.btn_cancelar = new System.Windows.Forms.ToolStripButton();
     this.btn_grabar = new System.Windows.Forms.ToolStripButton();
     this.btn_eliminar = new System.Windows.Forms.ToolStripButton();
     this.btn_imprimir = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btn_clave = new System.Windows.Forms.ToolStripButton();
     this.btn_log = new System.Windows.Forms.ToolStripButton();
     this.btn_salir = new System.Windows.Forms.ToolStripButton();
     this.cateplanid = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cateplanname = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_catplanilla)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.Botonera.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btn_busqueda);
     this.groupBox2.Controls.Add(this.dgb_catplanilla);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.txtbusqueda);
     this.groupBox2.Location = new System.Drawing.Point(5, 122);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(445, 254);
     this.groupBox2.TabIndex = 115;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "»» Busqueda";
     //
     // btn_busqueda
     //
     this.btn_busqueda.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btn_busqueda.Appearance.Options.UseFont = true;
     this.btn_busqueda.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_busqueda.Image = ((System.Drawing.Image)(resources.GetObject("btn_busqueda.Image")));
     this.btn_busqueda.Location = new System.Drawing.Point(357, 18);
     this.btn_busqueda.Name = "btn_busqueda";
     this.btn_busqueda.Size = new System.Drawing.Size(73, 22);
     this.btn_busqueda.TabIndex = 115;
     this.btn_busqueda.Text = "&Buscar";
     this.btn_busqueda.Click += new System.EventHandler(this.btn_busqueda_Click);
     //
     // dgb_catplanilla
     //
     this.dgb_catplanilla.AllowUserToAddRows = false;
     this.dgb_catplanilla.AllowUserToDeleteRows = false;
     this.dgb_catplanilla.AllowUserToResizeColumns = false;
     this.dgb_catplanilla.AllowUserToResizeRows = false;
     this.dgb_catplanilla.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle7.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dgb_catplanilla.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
     this.dgb_catplanilla.ColumnHeadersHeight = 20;
     this.dgb_catplanilla.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.cateplanid,
     this.cateplanname});
     this.dgb_catplanilla.Location = new System.Drawing.Point(10, 46);
     this.dgb_catplanilla.MultiSelect = false;
     this.dgb_catplanilla.Name = "dgb_catplanilla";
     this.dgb_catplanilla.RowHeadersVisible = false;
     this.dgb_catplanilla.RowHeadersWidth = 10;
     dataGridViewCellStyle9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgb_catplanilla.RowsDefaultCellStyle = dataGridViewCellStyle9;
     this.dgb_catplanilla.RowTemplate.Height = 20;
     this.dgb_catplanilla.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dgb_catplanilla.Size = new System.Drawing.Size(422, 202);
     this.dgb_catplanilla.TabIndex = 19;
     this.dgb_catplanilla.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellClick);
     this.dgb_catplanilla.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellEnter);
     this.dgb_catplanilla.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgb_catplanilla_CellLeave);
     this.dgb_catplanilla.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgb_catplanilla_KeyUp);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location = new System.Drawing.Point(16, 22);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(66, 13);
     this.label5.TabIndex = 114;
     this.label5.Text = "Descripción:";
     //
     // txtbusqueda
     //
     this.txtbusqueda.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtbusqueda.Location = new System.Drawing.Point(88, 19);
     this.txtbusqueda.MaxLength = 0;
     this.txtbusqueda.Name = "txtbusqueda";
     this.txtbusqueda.Size = new System.Drawing.Size(261, 21);
     this.txtbusqueda.TabIndex = 17;
     this.txtbusqueda.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_criterio_KeyDown);
     this.txtbusqueda.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtbusqueda_KeyUp);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Teal;
     this.label11.Location = new System.Drawing.Point(130, 29);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(172, 24);
     this.label11.TabIndex = 5;
     this.label11.Text = "Categoria Planilla";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Controls.Add(this.txtcatplanillaid);
     this.groupBox1.Controls.Add(this.txtcatplanillaname);
     this.groupBox1.Location = new System.Drawing.Point(5, 47);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(445, 75);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "»» Datos";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location = new System.Drawing.Point(18, 43);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(60, 13);
     this.label1.TabIndex = 36;
     this.label1.Text = "Cat.Planilla";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.ForeColor = System.Drawing.Color.Black;
     this.label16.Location = new System.Drawing.Point(38, 20);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(40, 13);
     this.label16.TabIndex = 35;
     this.label16.Text = "Codigo";
     //
     // txtcatplanillaid
     //
     this.txtcatplanillaid.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtcatplanillaid.Location = new System.Drawing.Point(86, 19);
     this.txtcatplanillaid.MaxLength = 3;
     this.txtcatplanillaid.Name = "txtcatplanillaid";
     this.txtcatplanillaid.Size = new System.Drawing.Size(24, 20);
     this.txtcatplanillaid.TabIndex = 11;
     this.txtcatplanillaid.Text = "0";
     this.txtcatplanillaid.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // txtcatplanillaname
     //
     this.txtcatplanillaname.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtcatplanillaname.Location = new System.Drawing.Point(86, 40);
     this.txtcatplanillaname.Name = "txtcatplanillaname";
     this.txtcatplanillaname.Size = new System.Drawing.Size(286, 21);
     this.txtcatplanillaname.TabIndex = 12;
     //
     // Botonera
     //
     this.Botonera.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.Botonera.ImageScalingSize = new System.Drawing.Size(22, 22);
     this.Botonera.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.btn_nuevo,
     this.btn_editar,
     this.btn_cancelar,
     this.btn_grabar,
     this.btn_eliminar,
     this.btn_imprimir,
     this.toolStripSeparator1,
     this.btn_clave,
     this.btn_log,
     this.btn_salir});
     this.Botonera.Location = new System.Drawing.Point(0, 0);
     this.Botonera.Name = "Botonera";
     this.Botonera.Size = new System.Drawing.Size(460, 29);
     this.Botonera.TabIndex = 1;
     this.Botonera.Text = "ToolStrip1";
     //
     // btn_nuevo
     //
     this.btn_nuevo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_nuevo.Image = global::BapFormulariosNet.Properties.Resources.go_new3;
     this.btn_nuevo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_nuevo.ImageTransparentColor = System.Drawing.SystemColors.ButtonFace;
     this.btn_nuevo.Name = "btn_nuevo";
     this.btn_nuevo.Size = new System.Drawing.Size(23, 26);
     this.btn_nuevo.Text = "Nuevo";
     this.btn_nuevo.ToolTipText = "Nuevo (Ctrl + N)";
     this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
     //
     // btn_editar
     //
     this.btn_editar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_editar.Image = global::BapFormulariosNet.Properties.Resources.Edit;
     this.btn_editar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_editar.Name = "btn_editar";
     this.btn_editar.Size = new System.Drawing.Size(26, 26);
     this.btn_editar.Text = "Editar";
     this.btn_editar.Click += new System.EventHandler(this.btn_editar_Click);
     //
     // btn_cancelar
     //
     this.btn_cancelar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_cancelar.Image = global::BapFormulariosNet.Properties.Resources.go_undo2;
     this.btn_cancelar.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_cancelar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_cancelar.Name = "btn_cancelar";
     this.btn_cancelar.Size = new System.Drawing.Size(24, 26);
     this.btn_cancelar.Text = "Cancelar";
     this.btn_cancelar.Click += new System.EventHandler(this.btn_cancelar_Click);
     //
     // btn_grabar
     //
     this.btn_grabar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_grabar.Image = ((System.Drawing.Image)(resources.GetObject("btn_grabar.Image")));
     this.btn_grabar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_grabar.Name = "btn_grabar";
     this.btn_grabar.Size = new System.Drawing.Size(26, 26);
     this.btn_grabar.Text = "Grabar";
     this.btn_grabar.ToolTipText = "Grabar (Ctrl + G)";
     this.btn_grabar.Click += new System.EventHandler(this.btn_grabar_Click);
     //
     // btn_eliminar
     //
     this.btn_eliminar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_eliminar.Image = ((System.Drawing.Image)(resources.GetObject("btn_eliminar.Image")));
     this.btn_eliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_eliminar.Name = "btn_eliminar";
     this.btn_eliminar.Size = new System.Drawing.Size(26, 26);
     this.btn_eliminar.Text = "Eliminar";
     this.btn_eliminar.Click += new System.EventHandler(this.btn_eliminar_Click);
     //
     // btn_imprimir
     //
     this.btn_imprimir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_imprimir.Image = global::BapFormulariosNet.Properties.Resources.dev_printer;
     this.btn_imprimir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_imprimir.Name = "btn_imprimir";
     this.btn_imprimir.Size = new System.Drawing.Size(26, 26);
     this.btn_imprimir.Text = "Imprimir";
     this.btn_imprimir.Click += new System.EventHandler(this.btn_imprimir_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 29);
     //
     // btn_clave
     //
     this.btn_clave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_clave.Image = global::BapFormulariosNet.Properties.Resources.btn_Lock20;
     this.btn_clave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_clave.Name = "btn_clave";
     this.btn_clave.Size = new System.Drawing.Size(26, 26);
     this.btn_clave.Text = "toolStripButton1";
     this.btn_clave.ToolTipText = "Clave Administrador";
     this.btn_clave.Click += new System.EventHandler(this.btn_clave_Click);
     //
     // btn_log
     //
     this.btn_log.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_log.Image = ((System.Drawing.Image)(resources.GetObject("btn_log.Image")));
     this.btn_log.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_log.Name = "btn_log";
     this.btn_log.Size = new System.Drawing.Size(26, 26);
     this.btn_log.Text = "toolStripButton16";
     this.btn_log.ToolTipText = "Auditoria";
     this.btn_log.Click += new System.EventHandler(this.btn_log_Click);
     //
     // btn_salir
     //
     this.btn_salir.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btn_salir.Image = global::BapFormulariosNet.Properties.Resources.go_out2;
     this.btn_salir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btn_salir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btn_salir.Name = "btn_salir";
     this.btn_salir.Size = new System.Drawing.Size(24, 26);
     this.btn_salir.Text = "Salir";
     this.btn_salir.Click += new System.EventHandler(this.btn_salir_Click);
     //
     // cateplanid
     //
     this.cateplanid.DataPropertyName = "cateplanid";
     dataGridViewCellStyle8.NullValue = null;
     this.cateplanid.DefaultCellStyle = dataGridViewCellStyle8;
     this.cateplanid.HeaderText = "Codigo";
     this.cateplanid.Name = "cateplanid";
     this.cateplanid.Width = 50;
     //
     // cateplanname
     //
     this.cateplanname.DataPropertyName = "cateplanname";
     this.cateplanname.HeaderText = "Cat.Planilla";
     this.cateplanname.Name = "cateplanname";
     this.cateplanname.Width = 150;
     //
     // Frm_catplanilla
     //
     this.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ClientSize = new System.Drawing.Size(460, 381);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.Botonera);
     this.DoubleBuffered = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_catplanilla";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Mantenimiento de Categoria Planilla";
     this.Load += new System.EventHandler(this.Frm_cargos_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_cargos_KeyDown);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgb_catplanilla)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.Botonera.ResumeLayout(false);
     this.Botonera.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 51
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     this.resultsDataGridView = new System.Windows.Forms.DataGridView();
     this.item          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.quality       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.containerName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.level         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.containerType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.resultsDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // resultsDataGridView
     //
     this.resultsDataGridView.AllowUserToAddRows       = false;
     this.resultsDataGridView.AllowUserToDeleteRows    = false;
     this.resultsDataGridView.AllowUserToResizeRows    = false;
     this.resultsDataGridView.AutoSizeColumnsMode      = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.resultsDataGridView.AutoSizeRowsMode         = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders;
     this.resultsDataGridView.BackgroundColor          = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21)))));
     this.resultsDataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.Color.Black;
     dataGridViewCellStyle1.Font               = Program.GetFontAlbertusMT(9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.Color.White;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Gold;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.resultsDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.resultsDataGridView.ColumnHeadersHeight           = 24;
     this.resultsDataGridView.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.resultsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.item,
         this.quality,
         this.containerName,
         this.containerType,
         this.level
     });
     this.resultsDataGridView.GridColor         = System.Drawing.Color.Khaki;
     this.resultsDataGridView.Location          = new System.Drawing.Point(8, 28);
     this.resultsDataGridView.MultiSelect       = false;
     this.resultsDataGridView.Name              = "resultsDataGridView";
     this.resultsDataGridView.ReadOnly          = true;
     this.resultsDataGridView.RowHeadersVisible = false;
     this.resultsDataGridView.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.resultsDataGridView.ShowCellToolTips  = false;
     this.resultsDataGridView.ShowEditingIcon   = false;
     this.resultsDataGridView.Size              = new System.Drawing.Size(821, 451);
     this.resultsDataGridView.TabIndex          = 1;
     this.resultsDataGridView.CellDoubleClick  += new System.Windows.Forms.DataGridViewCellEventHandler(this.ResultsDataGridViewCellDoubleClick);
     this.resultsDataGridView.CellMouseEnter   += new System.Windows.Forms.DataGridViewCellEventHandler(this.ResultsDataGridViewCellMouseEnter);
     this.resultsDataGridView.CellMouseLeave   += new System.Windows.Forms.DataGridViewCellEventHandler(this.ResultsDataGridViewCellMouseLeave);
     this.resultsDataGridView.RowEnter         += new System.Windows.Forms.DataGridViewCellEventHandler(this.ResultsDataGridViewRowEnter);
     this.resultsDataGridView.RowLeave         += new System.Windows.Forms.DataGridViewCellEventHandler(this.ResultsDataGridViewRowLeave);
     this.resultsDataGridView.KeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.ResultsDataGridViewKeyPress);
     this.resultsDataGridView.MouseLeave       += new System.EventHandler(this.ResultsDataGridViewMouseLeave);
     //
     // item
     //
     this.item.AutoSizeMode                    = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle2.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21)))));
     dataGridViewCellStyle2.Font               = Program.GetFontAlbertusMT(9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.Color.White;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Gold;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
     this.item.DefaultCellStyle                = dataGridViewCellStyle2;
     this.item.HeaderText = "Item";
     this.item.Name       = "item";
     this.item.ReadOnly   = true;
     this.item.Width      = 54;
     //
     // quality
     //
     this.quality.AutoSizeMode                 = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle3.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21)))));
     dataGridViewCellStyle3.Font               = Program.GetFontAlbertusMT(9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor          = System.Drawing.Color.White;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Gold;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
     this.quality.DefaultCellStyle             = dataGridViewCellStyle3;
     this.quality.HeaderText = "Quality";
     this.quality.Name       = "quality";
     this.quality.ReadOnly   = true;
     this.quality.Width      = 73;
     //
     // containerName
     //
     this.containerName.AutoSizeMode           = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle4.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21)))));
     dataGridViewCellStyle4.Font               = Program.GetFontAlbertusMT(9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor          = System.Drawing.Color.White;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.Gold;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black;
     this.containerName.DefaultCellStyle       = dataGridViewCellStyle4;
     this.containerName.HeaderText             = "Container";
     this.containerName.Name     = "containerName";
     this.containerName.ReadOnly = true;
     this.containerName.Width    = 84;
     //
     // containerType
     //
     this.containerType.AutoSizeMode           = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle5.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21)))));
     dataGridViewCellStyle5.Font               = Program.GetFontAlbertusMT(9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor          = System.Drawing.Color.White;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.Gold;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black;
     this.containerType.DefaultCellStyle       = dataGridViewCellStyle5;
     this.containerType.HeaderText             = "ContainerType";
     this.containerType.Name     = "containerType";
     this.containerType.ReadOnly = true;
     this.containerType.Width    = 111;
     //
     // level
     //
     this.level.AutoSizeMode                   = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     dataGridViewCellStyle6.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21)))));
     dataGridViewCellStyle6.Font               = Program.GetFontAlbertusMT(9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor          = System.Drawing.Color.White;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.Gold;
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.Black;
     this.level.DefaultCellStyle               = dataGridViewCellStyle6;
     this.level.HeaderText = "Level";
     this.level.Name       = "level";
     this.level.ReadOnly   = true;
     this.level.Width      = 45;
     //
     // ResultsDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(31)))), ((int)(((byte)(21)))));
     this.ClientSize          = new System.Drawing.Size(837, 497);
     this.Controls.Add(this.resultsDataGridView);
     this.DrawCustomBorder    = true;
     this.Font                = Program.GetFontAlbertusMT(9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ForeColor           = System.Drawing.Color.White;
     this.FormBorderStyle     = System.Windows.Forms.FormBorderStyle.None;
     this.Margin              = new System.Windows.Forms.Padding(4);
     this.MaximizeBox         = false;
     this.MinimizeBox         = false;
     this.Name                = "ResultsDialog";
     this.OriginalFormSize    = new System.Drawing.Size(837, 497);
     this.Padding             = new System.Windows.Forms.Padding(8, 28, 8, 18);
     this.ResizeCustomAllowed = true;
     this.ShowIcon            = false;
     this.StartPosition       = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text                = "Results";
     this.Shown              += new System.EventHandler(this.ResultsDialogShown);
     this.Resize             += new System.EventHandler(this.ResultsDialog_Resize);
     this.Controls.SetChildIndex(this.resultsDataGridView, 0);
     ((System.ComponentModel.ISupportInitialize)(this.resultsDataGridView)).EndInit();
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Initializes a new instance of the <see cref="CurrencyDataGridViewBase"/> class.
		/// </summary>
		public CurrencyDataGridViewBase()
		{			
			this.components = new System.ComponentModel.Container();			
			
			this.uxCurrencyDataGridView = new System.Windows.Forms.DataGridView();
			this.uxCurrencyBindingSource = new System.Windows.Forms.BindingSource(this.components);
			this.uxCurrencyErrorProvider = new System.Windows.Forms.ErrorProvider(this.components);
			this.uxCurrencyCodeDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxNameDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.uxModifiedDateDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			((System.ComponentModel.ISupportInitialize)(this.uxCurrencyDataGridView)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.uxCurrencyBindingSource)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.uxCurrencyErrorProvider)).BeginInit();
			this.SuspendLayout();
						
			// 
			// uxCurrencyErrorProvider
			// 
			this.uxCurrencyErrorProvider.ContainerControl = this;
			this.uxCurrencyErrorProvider.DataSource = this.uxCurrencyBindingSource;						
			// 
			// uxCurrencyDataGridView
			// 
			this.uxCurrencyDataGridView.AutoGenerateColumns = false;
			this.uxCurrencyDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.uxCurrencyDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
		this.uxCurrencyCodeDataGridViewColumn,
		this.uxNameDataGridViewColumn,
		this.uxModifiedDateDataGridViewColumn			});
			this.uxCurrencyDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.uxCurrencyDataGridView.Location = new System.Drawing.Point(0, 0);
			this.uxCurrencyDataGridView.Name = "uxCurrencyDataGridView";
			this.uxCurrencyDataGridView.Size = new System.Drawing.Size(470, 300);
			this.uxCurrencyDataGridView.TabIndex = 0;	
			this.uxCurrencyDataGridView.BackgroundColor = System.Drawing.Color.WhiteSmoke;
			this.uxCurrencyDataGridView.EnableHeadersVisualStyles = false;
			this.uxCurrencyDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnCurrencyDataGridViewDataError);
			this.uxCurrencyDataGridView.CellValueNeeded += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnCurrencyDataGridViewCellValueNeeded);
			this.uxCurrencyDataGridView.CellValuePushed += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnCurrencyDataGridViewCellValuePushed);
			
			//
			// uxCurrencyCodeDataGridViewColumn
			//
			this.uxCurrencyCodeDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxCurrencyCodeDataGridViewColumn.DataPropertyName = "CurrencyCode";
			this.uxCurrencyCodeDataGridViewColumn.HeaderText = "CurrencyCode";
			this.uxCurrencyCodeDataGridViewColumn.Name = "uxCurrencyCodeDataGridViewColumn";
			this.uxCurrencyCodeDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxCurrencyCodeDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxCurrencyCodeDataGridViewColumn.ReadOnly = false;		
			//
			// uxNameDataGridViewColumn
			//
			this.uxNameDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxNameDataGridViewColumn.DataPropertyName = "Name";
			this.uxNameDataGridViewColumn.HeaderText = "Name";
			this.uxNameDataGridViewColumn.Name = "uxNameDataGridViewColumn";
			this.uxNameDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxNameDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxNameDataGridViewColumn.ReadOnly = false;		
			//
			// uxModifiedDateDataGridViewColumn
			//
			this.uxModifiedDateDataGridViewColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
			this.uxModifiedDateDataGridViewColumn.DataPropertyName = "ModifiedDate";
			this.uxModifiedDateDataGridViewColumn.HeaderText = "ModifiedDate";
			this.uxModifiedDateDataGridViewColumn.Name = "uxModifiedDateDataGridViewColumn";
			this.uxModifiedDateDataGridViewColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.uxModifiedDateDataGridViewColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
			this.uxModifiedDateDataGridViewColumn.ReadOnly = false;		
			
			// this
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.uxCurrencyDataGridView);
			this.Name = "CurrencyDataGridView";
			this.Size = new System.Drawing.Size(470, 300);
			((System.ComponentModel.ISupportInitialize)(this.uxCurrencyErrorProvider)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.uxCurrencyDataGridView)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.uxCurrencyBindingSource)).EndInit();
			this.ResumeLayout(false);
		}
Esempio n. 53
0
 /// <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(SubjectsForm));
     this.educationalDepartmentDataSet     = new DepartmentManager.EducationalDepartmentDataSet();
     this.subjectsBindingSource            = new System.Windows.Forms.BindingSource(this.components);
     this.subjectsTableAdapter             = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.SubjectsTableAdapter();
     this.tableAdapterManager              = new DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager();
     this.subjectsBindingNavigator         = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorAddNewItem       = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorDeleteItem       = new System.Windows.Forms.ToolStripButton();
     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.subjectsBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
     this.subjectsDataGridView             = new System.Windows.Forms.DataGridView();
     this.dataGridViewTextBoxColumn2       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn1       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.subjectsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.subjectsBindingNavigator)).BeginInit();
     this.subjectsBindingNavigator.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.subjectsDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // educationalDepartmentDataSet
     //
     this.educationalDepartmentDataSet.DataSetName             = "EducationalDepartmentDataSet";
     this.educationalDepartmentDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // subjectsBindingSource
     //
     this.subjectsBindingSource.DataMember = "Subjects";
     this.subjectsBindingSource.DataSource = this.educationalDepartmentDataSet;
     //
     // subjectsTableAdapter
     //
     this.subjectsTableAdapter.ClearBeforeFill = true;
     //
     // tableAdapterManager
     //
     this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
     this.tableAdapterManager.GroupsTableAdapter        = null;
     this.tableAdapterManager.MarkRecordsTableAdapter   = null;
     this.tableAdapterManager.PlanContentTableAdapter   = null;
     this.tableAdapterManager.PlansTableAdapter         = null;
     this.tableAdapterManager.StudentsTableAdapter      = null;
     this.tableAdapterManager.SubjectsTableAdapter      = this.subjectsTableAdapter;
     this.tableAdapterManager.UpdateOrder = DepartmentManager.EducationalDepartmentDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
     //
     // subjectsBindingNavigator
     //
     this.subjectsBindingNavigator.AddNewItem    = this.bindingNavigatorAddNewItem;
     this.subjectsBindingNavigator.BindingSource = this.subjectsBindingSource;
     this.subjectsBindingNavigator.CountItem     = this.bindingNavigatorCountItem;
     this.subjectsBindingNavigator.DeleteItem    = this.bindingNavigatorDeleteItem;
     this.subjectsBindingNavigator.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.bindingNavigatorAddNewItem,
         this.bindingNavigatorDeleteItem,
         this.subjectsBindingNavigatorSaveItem
     });
     this.subjectsBindingNavigator.Location         = new System.Drawing.Point(0, 0);
     this.subjectsBindingNavigator.MoveFirstItem    = this.bindingNavigatorMoveFirstItem;
     this.subjectsBindingNavigator.MoveLastItem     = this.bindingNavigatorMoveLastItem;
     this.subjectsBindingNavigator.MoveNextItem     = this.bindingNavigatorMoveNextItem;
     this.subjectsBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
     this.subjectsBindingNavigator.Name             = "subjectsBindingNavigator";
     this.subjectsBindingNavigator.PositionItem     = this.bindingNavigatorPositionItem;
     this.subjectsBindingNavigator.Size             = new System.Drawing.Size(409, 25);
     this.subjectsBindingNavigator.TabIndex         = 0;
     this.subjectsBindingNavigator.Text             = "bindingNavigator1";
     //
     // bindingNavigatorAddNewItem
     //
     this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorAddNewItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
     this.bindingNavigatorAddNewItem.Name         = "bindingNavigatorAddNewItem";
     this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorAddNewItem.Text = "Add new";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(35, 22);
     this.bindingNavigatorCountItem.Text        = "of {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
     //
     // bindingNavigatorDeleteItem
     //
     this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.bindingNavigatorDeleteItem.Image        = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
     this.bindingNavigatorDeleteItem.Name         = "bindingNavigatorDeleteItem";
     this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
     this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
     this.bindingNavigatorDeleteItem.Text = "Delete";
     //
     // 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 = "Move first";
     //
     // 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 = "Move previous";
     //
     // bindingNavigatorSeparator
     //
     this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
     this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // bindingNavigatorPositionItem
     //
     this.bindingNavigatorPositionItem.AccessibleName = "Position";
     this.bindingNavigatorPositionItem.AutoSize       = false;
     this.bindingNavigatorPositionItem.Name           = "bindingNavigatorPositionItem";
     this.bindingNavigatorPositionItem.Size           = new System.Drawing.Size(50, 23);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Current position";
     //
     // 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 = "Move next";
     //
     // 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 = "Move last";
     //
     // bindingNavigatorSeparator2
     //
     this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
     this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // subjectsBindingNavigatorSaveItem
     //
     this.subjectsBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.subjectsBindingNavigatorSaveItem.Image        = ((System.Drawing.Image)(resources.GetObject("subjectsBindingNavigatorSaveItem.Image")));
     this.subjectsBindingNavigatorSaveItem.Name         = "subjectsBindingNavigatorSaveItem";
     this.subjectsBindingNavigatorSaveItem.Size         = new System.Drawing.Size(23, 22);
     this.subjectsBindingNavigatorSaveItem.Text         = "Save Data";
     this.subjectsBindingNavigatorSaveItem.Click       += new System.EventHandler(this.SubjectsBindingNavigatorSaveItem_Click);
     //
     // subjectsDataGridView
     //
     this.subjectsDataGridView.AutoGenerateColumns         = false;
     this.subjectsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.subjectsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn2,
         this.dataGridViewTextBoxColumn1
     });
     this.subjectsDataGridView.DataSource = this.subjectsBindingSource;
     this.subjectsDataGridView.Location   = new System.Drawing.Point(12, 28);
     this.subjectsDataGridView.Name       = "subjectsDataGridView";
     this.subjectsDataGridView.Size       = new System.Drawing.Size(385, 262);
     this.subjectsDataGridView.TabIndex   = 1;
     this.subjectsDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.SubjectsDataGridView_DataError);
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn2.DataPropertyName = "Name";
     this.dataGridViewTextBoxColumn2.HeaderText       = "Название дисциплины";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "Id";
     this.dataGridViewTextBoxColumn1.HeaderText       = "Id";
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly         = true;
     this.dataGridViewTextBoxColumn1.Visible          = false;
     //
     // SubjectsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(409, 302);
     this.Controls.Add(this.subjectsDataGridView);
     this.Controls.Add(this.subjectsBindingNavigator);
     this.Name  = "SubjectsForm";
     this.Text  = "Дисциплины";
     this.Load += new System.EventHandler(this.SubjectsForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.educationalDepartmentDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.subjectsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.subjectsBindingNavigator)).EndInit();
     this.subjectsBindingNavigator.ResumeLayout(false);
     this.subjectsBindingNavigator.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.subjectsDataGridView)).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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.labelX1 = new DevComponents.DotNetBar.LabelX();
     this.btnClose = new DevComponents.DotNetBar.ButtonX();
     this.btnCopy = new DevComponents.DotNetBar.ButtonX();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.grdProgramPlanList = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.colID = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colGrade_year = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.grdProgramPlanList)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.HeaderText = "系統編號";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     this.dataGridViewTextBoxColumn1.Visible = false;
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     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(9, 396);
     this.labelX1.Name = "labelX1";
     this.labelX1.Size = new System.Drawing.Size(194, 56);
     this.labelX1.TabIndex = 7;
     this.labelX1.Text = "黃色為重覆班級\r\n請選擇所要複製班級\r\n複製時,您可選擇覆蓋或略過。";
     //
     // btnClose
     //
     this.btnClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnClose.BackColor = System.Drawing.Color.Transparent;
     this.btnClose.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Location = new System.Drawing.Point(309, 423);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 25);
     this.btnClose.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnClose.TabIndex = 6;
     this.btnClose.Text = "關閉";
     //
     // btnCopy
     //
     this.btnCopy.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnCopy.BackColor = System.Drawing.Color.Transparent;
     this.btnCopy.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnCopy.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnCopy.Location = new System.Drawing.Point(196, 423);
     this.btnCopy.Name = "btnCopy";
     this.btnCopy.Size = new System.Drawing.Size(107, 25);
     this.btnCopy.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnCopy.TabIndex = 5;
     this.btnCopy.Text = "複製所選(0)";
     this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewTextBoxColumn2.HeaderText = "課程規劃名稱";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     //
     // grdProgramPlanList
     //
     this.grdProgramPlanList.AllowUserToAddRows = false;
     this.grdProgramPlanList.AllowUserToDeleteRows = false;
     this.grdProgramPlanList.AllowUserToResizeRows = false;
     this.grdProgramPlanList.BackgroundColor = System.Drawing.Color.White;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.grdProgramPlanList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.grdProgramPlanList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdProgramPlanList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.colID,
     this.colName,
     this.colGrade_year});
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle4.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.grdProgramPlanList.DefaultCellStyle = dataGridViewCellStyle4;
     this.grdProgramPlanList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.grdProgramPlanList.Location = new System.Drawing.Point(9, 9);
     this.grdProgramPlanList.Name = "grdProgramPlanList";
     this.grdProgramPlanList.ReadOnly = true;
     this.grdProgramPlanList.RowTemplate.Height = 24;
     this.grdProgramPlanList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grdProgramPlanList.Size = new System.Drawing.Size(375, 381);
     this.grdProgramPlanList.TabIndex = 4;
     this.grdProgramPlanList.SelectionChanged += new System.EventHandler(this.grdProgramPlanList_SelectionChanged);
     //
     // colID
     //
     this.colID.HeaderText = "系統編號";
     this.colID.Name = "colID";
     this.colID.ReadOnly = true;
     this.colID.Visible = false;
     //
     // colName
     //
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     this.colName.DefaultCellStyle = dataGridViewCellStyle3;
     this.colName.HeaderText = "班級名稱";
     this.colName.Name = "colName";
     this.colName.ReadOnly = true;
     this.colName.Width = 220;
     //
     // colGrade_year
     //
     this.colGrade_year.HeaderText = "年級";
     this.colGrade_year.Name = "colGrade_year";
     this.colGrade_year.ReadOnly = true;
     //
     // GetClassListForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(393, 461);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnCopy);
     this.Controls.Add(this.labelX1);
     this.Controls.Add(this.grdProgramPlanList);
     this.Name = "GetClassListForm";
     this.Text = "複製班級清單";
     this.Load += new System.EventHandler(this.GetClassListForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.grdProgramPlanList)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="SpecialOfferDataGridViewBase"/> class.
        /// </summary>
        public SpecialOfferDataGridViewBase()
        {
            this.components = new System.ComponentModel.Container();

            this.uxSpecialOfferDataGridView         = new System.Windows.Forms.DataGridView();
            this.uxSpecialOfferBindingSource        = new System.Windows.Forms.BindingSource(this.components);
            this.uxSpecialOfferErrorProvider        = new System.Windows.Forms.ErrorProvider(this.components);
            this.uxSpecialOfferIdDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxDescriptionDataGridViewColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxDiscountPctDataGridViewColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxTypeDataGridViewColumn           = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxCategoryDataGridViewColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxStartDateDataGridViewColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxEndDateDataGridViewColumn        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxMinQtyDataGridViewColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxMaxQtyDataGridViewColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxRowguidDataGridViewColumn        = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxModifiedDateDataGridViewColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.uxSpecialOfferDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxSpecialOfferBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxSpecialOfferErrorProvider)).BeginInit();
            this.SuspendLayout();

            //
            // uxSpecialOfferErrorProvider
            //
            this.uxSpecialOfferErrorProvider.ContainerControl = this;
            this.uxSpecialOfferErrorProvider.DataSource       = this.uxSpecialOfferBindingSource;
            //
            // uxSpecialOfferDataGridView
            //
            this.uxSpecialOfferDataGridView.AutoGenerateColumns         = false;
            this.uxSpecialOfferDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uxSpecialOfferDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.uxSpecialOfferIdDataGridViewColumn,
                this.uxDescriptionDataGridViewColumn,
                this.uxDiscountPctDataGridViewColumn,
                this.uxTypeDataGridViewColumn,
                this.uxCategoryDataGridViewColumn,
                this.uxStartDateDataGridViewColumn,
                this.uxEndDateDataGridViewColumn,
                this.uxMinQtyDataGridViewColumn,
                this.uxMaxQtyDataGridViewColumn,
                this.uxRowguidDataGridViewColumn,
                this.uxModifiedDateDataGridViewColumn
            });
            this.uxSpecialOfferDataGridView.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.uxSpecialOfferDataGridView.Location                  = new System.Drawing.Point(0, 0);
            this.uxSpecialOfferDataGridView.Name                      = "uxSpecialOfferDataGridView";
            this.uxSpecialOfferDataGridView.Size                      = new System.Drawing.Size(470, 300);
            this.uxSpecialOfferDataGridView.TabIndex                  = 0;
            this.uxSpecialOfferDataGridView.BackgroundColor           = System.Drawing.Color.WhiteSmoke;
            this.uxSpecialOfferDataGridView.EnableHeadersVisualStyles = false;
            this.uxSpecialOfferDataGridView.DataError                += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnSpecialOfferDataGridViewDataError);
            this.uxSpecialOfferDataGridView.CellValueNeeded          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnSpecialOfferDataGridViewCellValueNeeded);
            this.uxSpecialOfferDataGridView.CellValuePushed          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnSpecialOfferDataGridViewCellValuePushed);

            //
            // uxSpecialOfferIdDataGridViewColumn
            //
            this.uxSpecialOfferIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxSpecialOfferIdDataGridViewColumn.DataPropertyName = "SpecialOfferId";
            this.uxSpecialOfferIdDataGridViewColumn.HeaderText       = "SpecialOfferId";
            this.uxSpecialOfferIdDataGridViewColumn.Name             = "uxSpecialOfferIdDataGridViewColumn";
            this.uxSpecialOfferIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxSpecialOfferIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxSpecialOfferIdDataGridViewColumn.ReadOnly         = true;
            //
            // uxDescriptionDataGridViewColumn
            //
            this.uxDescriptionDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxDescriptionDataGridViewColumn.DataPropertyName = "Description";
            this.uxDescriptionDataGridViewColumn.HeaderText       = "Description";
            this.uxDescriptionDataGridViewColumn.Name             = "uxDescriptionDataGridViewColumn";
            this.uxDescriptionDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxDescriptionDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxDescriptionDataGridViewColumn.ReadOnly         = false;
            //
            // uxDiscountPctDataGridViewColumn
            //
            this.uxDiscountPctDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxDiscountPctDataGridViewColumn.DataPropertyName = "DiscountPct";
            this.uxDiscountPctDataGridViewColumn.HeaderText       = "DiscountPct";
            this.uxDiscountPctDataGridViewColumn.Name             = "uxDiscountPctDataGridViewColumn";
            this.uxDiscountPctDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxDiscountPctDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxDiscountPctDataGridViewColumn.ReadOnly         = false;
            //
            // uxTypeDataGridViewColumn
            //
            this.uxTypeDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxTypeDataGridViewColumn.DataPropertyName = "Type";
            this.uxTypeDataGridViewColumn.HeaderText       = "Type";
            this.uxTypeDataGridViewColumn.Name             = "uxTypeDataGridViewColumn";
            this.uxTypeDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxTypeDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxTypeDataGridViewColumn.ReadOnly         = false;
            //
            // uxCategoryDataGridViewColumn
            //
            this.uxCategoryDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxCategoryDataGridViewColumn.DataPropertyName = "Category";
            this.uxCategoryDataGridViewColumn.HeaderText       = "Category";
            this.uxCategoryDataGridViewColumn.Name             = "uxCategoryDataGridViewColumn";
            this.uxCategoryDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxCategoryDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxCategoryDataGridViewColumn.ReadOnly         = false;
            //
            // uxStartDateDataGridViewColumn
            //
            this.uxStartDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxStartDateDataGridViewColumn.DataPropertyName = "StartDate";
            this.uxStartDateDataGridViewColumn.HeaderText       = "StartDate";
            this.uxStartDateDataGridViewColumn.Name             = "uxStartDateDataGridViewColumn";
            this.uxStartDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxStartDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxStartDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxEndDateDataGridViewColumn
            //
            this.uxEndDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxEndDateDataGridViewColumn.DataPropertyName = "EndDate";
            this.uxEndDateDataGridViewColumn.HeaderText       = "EndDate";
            this.uxEndDateDataGridViewColumn.Name             = "uxEndDateDataGridViewColumn";
            this.uxEndDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxEndDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxEndDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxMinQtyDataGridViewColumn
            //
            this.uxMinQtyDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxMinQtyDataGridViewColumn.DataPropertyName = "MinQty";
            this.uxMinQtyDataGridViewColumn.HeaderText       = "MinQty";
            this.uxMinQtyDataGridViewColumn.Name             = "uxMinQtyDataGridViewColumn";
            this.uxMinQtyDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxMinQtyDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxMinQtyDataGridViewColumn.ReadOnly         = false;
            //
            // uxMaxQtyDataGridViewColumn
            //
            this.uxMaxQtyDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxMaxQtyDataGridViewColumn.DataPropertyName = "MaxQty";
            this.uxMaxQtyDataGridViewColumn.HeaderText       = "MaxQty";
            this.uxMaxQtyDataGridViewColumn.Name             = "uxMaxQtyDataGridViewColumn";
            this.uxMaxQtyDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxMaxQtyDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxMaxQtyDataGridViewColumn.ReadOnly         = false;
            //
            // uxRowguidDataGridViewColumn
            //
            this.uxRowguidDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxRowguidDataGridViewColumn.DataPropertyName = "Rowguid";
            this.uxRowguidDataGridViewColumn.HeaderText       = "Rowguid";
            this.uxRowguidDataGridViewColumn.Name             = "uxRowguidDataGridViewColumn";
            this.uxRowguidDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxRowguidDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxRowguidDataGridViewColumn.ReadOnly         = true;
            //
            // uxModifiedDateDataGridViewColumn
            //
            this.uxModifiedDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxModifiedDateDataGridViewColumn.DataPropertyName = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.HeaderText       = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.Name             = "uxModifiedDateDataGridViewColumn";
            this.uxModifiedDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxModifiedDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxModifiedDateDataGridViewColumn.ReadOnly         = false;

            // this
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.uxSpecialOfferDataGridView);
            this.Name = "SpecialOfferDataGridView";
            this.Size = new System.Drawing.Size(470, 300);
            ((System.ComponentModel.ISupportInitialize)(this.uxSpecialOfferErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxSpecialOfferDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxSpecialOfferBindingSource)).EndInit();
            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(frmBuscarCuenta));
     this.gbParametros = new System.Windows.Forms.GroupBox();
     this.lblnombretxtbuscar = new System.Windows.Forms.Label();
     this.txtBuscarCampo = new System.Windows.Forms.TextBox();
     this.cbbuscarCampo = new System.Windows.Forms.ComboBox();
     this.lblnombreCampo = new System.Windows.Forms.Label();
     this.gbPlandeCuentas = new System.Windows.Forms.GroupBox();
     this.dgPlandeCuentas = new System.Windows.Forms.DataGridView();
     this.idcuenta = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.descripcion = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnNuevo = new System.Windows.Forms.Button();
     this.btnBuscar = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btnSalir = new System.Windows.Forms.Button();
     this.btnOkey = new System.Windows.Forms.Button();
     this.gbParametros.SuspendLayout();
     this.gbPlandeCuentas.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgPlandeCuentas)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // gbParametros
     //
     this.gbParametros.Controls.Add(this.lblnombretxtbuscar);
     this.gbParametros.Controls.Add(this.txtBuscarCampo);
     this.gbParametros.Controls.Add(this.cbbuscarCampo);
     this.gbParametros.Controls.Add(this.lblnombreCampo);
     this.gbParametros.Location = new System.Drawing.Point(26, 12);
     this.gbParametros.Name = "gbParametros";
     this.gbParametros.Size = new System.Drawing.Size(476, 79);
     this.gbParametros.TabIndex = 0;
     this.gbParametros.TabStop = false;
     this.gbParametros.Text = "Parámetros";
     //
     // lblnombretxtbuscar
     //
     this.lblnombretxtbuscar.AutoSize = true;
     this.lblnombretxtbuscar.Location = new System.Drawing.Point(206, 24);
     this.lblnombretxtbuscar.Name = "lblnombretxtbuscar";
     this.lblnombretxtbuscar.Size = new System.Drawing.Size(108, 13);
     this.lblnombretxtbuscar.TabIndex = 3;
     this.lblnombretxtbuscar.Text = "Descripción / Cuenta";
     //
     // txtBuscarCampo
     //
     this.txtBuscarCampo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtBuscarCampo.Location = new System.Drawing.Point(163, 42);
     this.txtBuscarCampo.Name = "txtBuscarCampo";
     this.txtBuscarCampo.Size = new System.Drawing.Size(307, 20);
     this.txtBuscarCampo.TabIndex = 2;
     //
     // cbbuscarCampo
     //
     this.cbbuscarCampo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbbuscarCampo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cbbuscarCampo.FormattingEnabled = true;
     this.cbbuscarCampo.Location = new System.Drawing.Point(14, 41);
     this.cbbuscarCampo.Name = "cbbuscarCampo";
     this.cbbuscarCampo.Size = new System.Drawing.Size(126, 21);
     this.cbbuscarCampo.TabIndex = 1;
     //
     // lblnombreCampo
     //
     this.lblnombreCampo.AutoSize = true;
     this.lblnombreCampo.Location = new System.Drawing.Point(54, 24);
     this.lblnombreCampo.Name = "lblnombreCampo";
     this.lblnombreCampo.Size = new System.Drawing.Size(40, 13);
     this.lblnombreCampo.TabIndex = 0;
     this.lblnombreCampo.Text = "Campo";
     //
     // gbPlandeCuentas
     //
     this.gbPlandeCuentas.Controls.Add(this.dgPlandeCuentas);
     this.gbPlandeCuentas.Location = new System.Drawing.Point(26, 97);
     this.gbPlandeCuentas.Name = "gbPlandeCuentas";
     this.gbPlandeCuentas.Size = new System.Drawing.Size(661, 248);
     this.gbPlandeCuentas.TabIndex = 1;
     this.gbPlandeCuentas.TabStop = false;
     this.gbPlandeCuentas.Text = "Plan de cuentas";
     //
     // dgPlandeCuentas
     //
     this.dgPlandeCuentas.AllowUserToAddRows = false;
     this.dgPlandeCuentas.AllowUserToDeleteRows = false;
     this.dgPlandeCuentas.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgPlandeCuentas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.idcuenta,
     this.descripcion});
     this.dgPlandeCuentas.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgPlandeCuentas.Location = new System.Drawing.Point(3, 16);
     this.dgPlandeCuentas.Name = "dgPlandeCuentas";
     this.dgPlandeCuentas.ReadOnly = true;
     this.dgPlandeCuentas.Size = new System.Drawing.Size(655, 229);
     this.dgPlandeCuentas.TabIndex = 0;
     //
     // idcuenta
     //
     this.idcuenta.DataPropertyName = "cuenta";
     this.idcuenta.HeaderText = "Cuenta";
     this.idcuenta.Name = "idcuenta";
     this.idcuenta.ReadOnly = true;
     this.idcuenta.Width = 80;
     //
     // descripcion
     //
     this.descripcion.DataPropertyName = "descripcion";
     this.descripcion.HeaderText = "Descripción";
     this.descripcion.Name = "descripcion";
     this.descripcion.ReadOnly = true;
     this.descripcion.Width = 500;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnNuevo);
     this.groupBox1.Controls.Add(this.btnBuscar);
     this.groupBox1.Location = new System.Drawing.Point(509, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(175, 79);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Consulta";
     //
     // btnNuevo
     //
     this.btnNuevo.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnNuevo.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.btnNuevo.Image = ((System.Drawing.Image)(resources.GetObject("btnNuevo.Image")));
     this.btnNuevo.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnNuevo.Location = new System.Drawing.Point(97, 19);
     this.btnNuevo.Name = "btnNuevo";
     this.btnNuevo.Size = new System.Drawing.Size(62, 56);
     this.btnNuevo.TabIndex = 5;
     this.btnNuevo.Text = "Nuevo";
     this.btnNuevo.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnNuevo.UseVisualStyleBackColor = true;
     this.btnNuevo.Click += new System.EventHandler(this.btnNuevo_Click);
     //
     // btnBuscar
     //
     this.btnBuscar.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnBuscar.Image = ((System.Drawing.Image)(resources.GetObject("btnBuscar.Image")));
     this.btnBuscar.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnBuscar.Location = new System.Drawing.Point(29, 19);
     this.btnBuscar.Name = "btnBuscar";
     this.btnBuscar.Size = new System.Drawing.Size(62, 56);
     this.btnBuscar.TabIndex = 4;
     this.btnBuscar.Text = "Consultar";
     this.btnBuscar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnBuscar.UseVisualStyleBackColor = true;
     this.btnBuscar.Click += new System.EventHandler(this.btnBuscar_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnSalir);
     this.groupBox2.Controls.Add(this.btnOkey);
     this.groupBox2.Location = new System.Drawing.Point(123, 351);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(507, 78);
     this.groupBox2.TabIndex = 6;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Opción";
     //
     // btnSalir
     //
     this.btnSalir.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnSalir.Image = ((System.Drawing.Image)(resources.GetObject("btnSalir.Image")));
     this.btnSalir.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnSalir.Location = new System.Drawing.Point(318, 13);
     this.btnSalir.Name = "btnSalir";
     this.btnSalir.Size = new System.Drawing.Size(70, 59);
     this.btnSalir.TabIndex = 6;
     this.btnSalir.Text = "Salir";
     this.btnSalir.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnSalir.UseVisualStyleBackColor = true;
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // btnOkey
     //
     this.btnOkey.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnOkey.Image = ((System.Drawing.Image)(resources.GetObject("btnOkey.Image")));
     this.btnOkey.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnOkey.Location = new System.Drawing.Point(93, 13);
     this.btnOkey.Name = "btnOkey";
     this.btnOkey.Size = new System.Drawing.Size(70, 59);
     this.btnOkey.TabIndex = 5;
     this.btnOkey.Text = "Consultar";
     this.btnOkey.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnOkey.UseVisualStyleBackColor = true;
     this.btnOkey.Click += new System.EventHandler(this.btnConsultar_Click);
     //
     // frmBuscarCuenta
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(699, 435);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.gbPlandeCuentas);
     this.Controls.Add(this.gbParametros);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmBuscarCuenta";
     this.Text = "... Buscar Cuenta";
     this.Load += new System.EventHandler(this.frmBuscarCuenta_Load);
     this.gbParametros.ResumeLayout(false);
     this.gbParametros.PerformLayout();
     this.gbPlandeCuentas.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgPlandeCuentas)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 57
0
 /// <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.components                = new System.ComponentModel.Container();
     this.button1                   = new System.Windows.Forms.Button();
     this.treeView1                 = new System.Windows.Forms.TreeView();
     this.contextMenuStrip1         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.增加类别ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.修改类别ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.除类别ToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.dataGridView1             = new System.Windows.Forms.DataGridView();
     this.Column1                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.contextMenuStrip2         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.新增货品ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.修改货品ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.除货品ToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1        = new System.Windows.Forms.ToolStripSeparator();
     this.批量改变货品类别ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.货品合并ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.button2                   = new System.Windows.Forms.Button();
     this.button3                   = new System.Windows.Forms.Button();
     this.butOutPutExcel            = new System.Windows.Forms.Button();
     this.button5                   = new System.Windows.Forms.Button();
     this.panel2           = new System.Windows.Forms.Panel();
     this.textBoxFindGoods = new System.Windows.Forms.TextBox();
     this.label10          = new System.Windows.Forms.Label();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.contextMenuStrip2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(582, 12);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 4;
     this.button1.Text     = "关闭";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // treeView1
     //
     this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.treeView1.ContextMenuStrip = this.contextMenuStrip1;
     this.treeView1.Location         = new System.Drawing.Point(13, 3);
     this.treeView1.Name             = "treeView1";
     this.treeView1.Size             = new System.Drawing.Size(153, 100);
     this.treeView1.TabIndex         = 1;
     this.treeView1.AfterSelect     += new System.Windows.Forms.TreeViewEventHandler(this.TreeView1AfterSelect);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.增加类别ToolStripMenuItem,
         this.修改类别ToolStripMenuItem,
         this.除类别ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(125, 70);
     //
     // 增加类别ToolStripMenuItem
     //
     this.增加类别ToolStripMenuItem.Name   = "增加类别ToolStripMenuItem";
     this.增加类别ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.增加类别ToolStripMenuItem.Text   = "增加类别";
     this.增加类别ToolStripMenuItem.Click += new System.EventHandler(this.增加类别ToolStripMenuItemClick);
     //
     // 修改类别ToolStripMenuItem
     //
     this.修改类别ToolStripMenuItem.Name   = "修改类别ToolStripMenuItem";
     this.修改类别ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.修改类别ToolStripMenuItem.Text   = "修改类别";
     this.修改类别ToolStripMenuItem.Click += new System.EventHandler(this.修改类别ToolStripMenuItemClick);
     //
     // 删除类别ToolStripMenuItem
     //
     this.除类别ToolStripMenuItem.Name   = "删除类别ToolStripMenuItem";
     this.除类别ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.除类别ToolStripMenuItem.Text   = "删除类别";
     this.除类别ToolStripMenuItem.Click += new System.EventHandler(this.除类别ToolStripMenuItemClick);
     //
     // dataGridView1
     //
     this.dataGridView1.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.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1
     });
     this.dataGridView1.ContextMenuStrip   = this.contextMenuStrip2;
     this.dataGridView1.Location           = new System.Drawing.Point(172, 3);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size               = new System.Drawing.Size(461, 100);
     this.dataGridView1.TabIndex           = 2;
     this.dataGridView1.DoubleClick       += new System.EventHandler(this.DataGridView1DoubleClick);
     //
     // Column1
     //
     this.Column1.HeaderText = "Column1";
     this.Column1.Name       = "Column1";
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.新增货品ToolStripMenuItem,
         this.修改货品ToolStripMenuItem,
         this.除货品ToolStripMenuItem,
         this.toolStripMenuItem1,
         this.批量改变货品类别ToolStripMenuItem,
         this.货品合并ToolStripMenuItem
     });
     this.contextMenuStrip2.Name = "contextMenuStrip2";
     this.contextMenuStrip2.Size = new System.Drawing.Size(173, 120);
     //
     // 新增货品ToolStripMenuItem
     //
     this.新增货品ToolStripMenuItem.Name   = "新增货品ToolStripMenuItem";
     this.新增货品ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.新增货品ToolStripMenuItem.Text   = "新增货品";
     this.新增货品ToolStripMenuItem.Click += new System.EventHandler(this.新增货品ToolStripMenuItemClick);
     //
     // 修改货品ToolStripMenuItem
     //
     this.修改货品ToolStripMenuItem.Name   = "修改货品ToolStripMenuItem";
     this.修改货品ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.修改货品ToolStripMenuItem.Text   = "修改货品";
     this.修改货品ToolStripMenuItem.Click += new System.EventHandler(this.修改货品ToolStripMenuItemClick);
     //
     // 删除货品ToolStripMenuItem
     //
     this.除货品ToolStripMenuItem.Name   = "删除货品ToolStripMenuItem";
     this.除货品ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.除货品ToolStripMenuItem.Text   = "删除货品";
     this.除货品ToolStripMenuItem.Click += new System.EventHandler(this.除货品ToolStripMenuItemClick);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(169, 6);
     //
     // 批量改变货品类别ToolStripMenuItem
     //
     this.批量改变货品类别ToolStripMenuItem.Name   = "批量改变货品类别ToolStripMenuItem";
     this.批量改变货品类别ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.批量改变货品类别ToolStripMenuItem.Text   = "批量改变货品类别";
     this.批量改变货品类别ToolStripMenuItem.Click += new System.EventHandler(this.批量改变货品类别ToolStripMenuItemClick);
     //
     // 货品合并ToolStripMenuItem
     //
     this.货品合并ToolStripMenuItem.Name   = "货品合并ToolStripMenuItem";
     this.货品合并ToolStripMenuItem.Size   = new System.Drawing.Size(172, 22);
     this.货品合并ToolStripMenuItem.Text   = "货品合并到";
     this.货品合并ToolStripMenuItem.Click += new System.EventHandler(this.货品合并ToolStripMenuItemClick);
     //
     // button2
     //
     this.button2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button2.Location = new System.Drawing.Point(14, 121);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(152, 23);
     this.button2.TabIndex = 3;
     this.button2.Text     = "新增类别";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(12, 12);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(75, 23);
     this.button3.TabIndex = 0;
     this.button3.Text     = "新增货品";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.Button3Click);
     //
     // butOutPutExcel
     //
     this.butOutPutExcel.Location = new System.Drawing.Point(93, 12);
     this.butOutPutExcel.Name     = "butOutPutExcel";
     this.butOutPutExcel.Size     = new System.Drawing.Size(75, 23);
     this.butOutPutExcel.TabIndex = 1;
     this.butOutPutExcel.Text     = "货品导出";
     this.butOutPutExcel.UseVisualStyleBackColor = true;
     this.butOutPutExcel.Click += new System.EventHandler(this.ButOutPutExcelClick);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(174, 12);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(75, 23);
     this.button5.TabIndex = 2;
     this.button5.Text     = "打印";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.Button5Click);
     //
     // panel2
     //
     this.panel2.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.panel2.Controls.Add(this.treeView1);
     this.panel2.Controls.Add(this.dataGridView1);
     this.panel2.Controls.Add(this.button2);
     this.panel2.Location = new System.Drawing.Point(12, 44);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(645, 161);
     this.panel2.TabIndex = 6;
     //
     // textBoxFindGoods
     //
     this.textBoxFindGoods.Location     = new System.Drawing.Point(326, 13);
     this.textBoxFindGoods.Name         = "textBoxFindGoods";
     this.textBoxFindGoods.Size         = new System.Drawing.Size(157, 21);
     this.textBoxFindGoods.TabIndex     = 7;
     this.textBoxFindGoods.TextChanged += new System.EventHandler(this.TextBoxFindGoodsTextChanged);
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(255, 12);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(67, 23);
     this.label10.TabIndex  = 8;
     this.label10.Text      = "限定货品:";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // FormStock
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(669, 217);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.textBoxFindGoods);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.butOutPutExcel);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button1);
     this.Name  = "FormStock";
     this.Text  = "材料信息";
     this.Load += new System.EventHandler(this.FormStockLoad);
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.contextMenuStrip2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 58
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(SDKUsers));
     this.cmdFilter = new System.Windows.Forms.Button();
     this.gpFilters = new System.Windows.Forms.GroupBox();
     this.txtEmail = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtDesc = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.lblStoreCode = new System.Windows.Forms.Label();
     this.dgvSDKUsers = new System.Windows.Forms.DataGridView();
     this.clUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clEmail = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gpFilters.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSDKUsers)).BeginInit();
     this.SuspendLayout();
     //
     // cmdFilter
     //
     this.cmdFilter.BackColor = System.Drawing.Color.White;
     this.cmdFilter.Cursor = System.Windows.Forms.Cursors.Hand;
     this.cmdFilter.Image = ((System.Drawing.Image)(resources.GetObject("cmdFilter.Image")));
     this.cmdFilter.Location = new System.Drawing.Point(516, 22);
     this.cmdFilter.Name = "cmdFilter";
     this.cmdFilter.Size = new System.Drawing.Size(25, 23);
     this.cmdFilter.TabIndex = 44;
     this.cmdFilter.UseVisualStyleBackColor = false;
     this.cmdFilter.Click += new System.EventHandler(this.cmdFilter_Click);
     //
     // gpFilters
     //
     this.gpFilters.Controls.Add(this.txtEmail);
     this.gpFilters.Controls.Add(this.label2);
     this.gpFilters.Controls.Add(this.txtDesc);
     this.gpFilters.Controls.Add(this.label1);
     this.gpFilters.Controls.Add(this.txtCode);
     this.gpFilters.Controls.Add(this.cmdFilter);
     this.gpFilters.Controls.Add(this.lblStoreCode);
     this.gpFilters.Location = new System.Drawing.Point(12, 12);
     this.gpFilters.Name = "gpFilters";
     this.gpFilters.Size = new System.Drawing.Size(554, 60);
     this.gpFilters.TabIndex = 8;
     this.gpFilters.TabStop = false;
     this.gpFilters.Text = "Filter Results By";
     //
     // txtEmail
     //
     this.txtEmail.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtEmail.Location = new System.Drawing.Point(410, 23);
     this.txtEmail.MaxLength = 6;
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Size = new System.Drawing.Size(100, 20);
     this.txtEmail.TabIndex = 48;
     this.txtEmail.TextChanged += new System.EventHandler(this.txtCode_TextChanged);
     this.txtEmail.Enter += new System.EventHandler(this.txtCode_Enter);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(372, 26);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(32, 13);
     this.label2.TabIndex = 47;
     this.label2.Text = "Email";
     //
     // txtDesc
     //
     this.txtDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDesc.Location = new System.Drawing.Point(251, 23);
     this.txtDesc.MaxLength = 6;
     this.txtDesc.Name = "txtDesc";
     this.txtDesc.Size = new System.Drawing.Size(100, 20);
     this.txtDesc.TabIndex = 46;
     this.txtDesc.TextChanged += new System.EventHandler(this.txtCode_TextChanged);
     this.txtDesc.Enter += new System.EventHandler(this.txtCode_Enter);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(188, 25);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(60, 13);
     this.label1.TabIndex = 45;
     this.label1.Text = "Description";
     //
     // txtCode
     //
     this.txtCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtCode.Location = new System.Drawing.Point(69, 23);
     this.txtCode.MaxLength = 6;
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(100, 20);
     this.txtCode.TabIndex = 1;
     this.txtCode.TextChanged += new System.EventHandler(this.txtCode_TextChanged);
     this.txtCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCode_KeyDown);
     this.txtCode.Enter += new System.EventHandler(this.txtCode_Enter);
     //
     // lblStoreCode
     //
     this.lblStoreCode.AutoSize = true;
     this.lblStoreCode.Location = new System.Drawing.Point(6, 26);
     this.lblStoreCode.Name = "lblStoreCode";
     this.lblStoreCode.Size = new System.Drawing.Size(57, 13);
     this.lblStoreCode.TabIndex = 0;
     this.lblStoreCode.Text = "User Code";
     //
     // dgvSDKUsers
     //
     this.dgvSDKUsers.AllowUserToAddRows = false;
     this.dgvSDKUsers.AllowUserToDeleteRows = false;
     this.dgvSDKUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvSDKUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.clUserCode,
     this.clDescription,
     this.clEmail});
     this.dgvSDKUsers.Location = new System.Drawing.Point(12, 78);
     this.dgvSDKUsers.Name = "dgvSDKUsers";
     this.dgvSDKUsers.ReadOnly = true;
     this.dgvSDKUsers.RowHeadersVisible = false;
     this.dgvSDKUsers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvSDKUsers.Size = new System.Drawing.Size(554, 284);
     this.dgvSDKUsers.TabIndex = 9;
     this.dgvSDKUsers.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSDKUsers_CellDoubleClick);
     this.dgvSDKUsers.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvSDKUsers_KeyDown);
     this.dgvSDKUsers.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.dgvSDKUsers_KeyPress);
     //
     // clUserCode
     //
     this.clUserCode.DataPropertyName = "ID";
     this.clUserCode.HeaderText = "User Code";
     this.clUserCode.Name = "clUserCode";
     this.clUserCode.ReadOnly = true;
     //
     // clDescription
     //
     this.clDescription.DataPropertyName = "Description";
     this.clDescription.HeaderText = "Description";
     this.clDescription.Name = "clDescription";
     this.clDescription.ReadOnly = true;
     this.clDescription.Width = 200;
     //
     // clEmail
     //
     this.clEmail.DataPropertyName = "EmailAddress";
     this.clEmail.HeaderText = "Email";
     this.clEmail.Name = "clEmail";
     this.clEmail.ReadOnly = true;
     this.clEmail.Width = 200;
     //
     // SDKUsers
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(580, 374);
     this.Controls.Add(this.dgvSDKUsers);
     this.Controls.Add(this.gpFilters);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "SDKUsers";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "SDKUsers";
     this.Load += new System.EventHandler(this.SDKUsers_Load);
     this.gpFilters.ResumeLayout(false);
     this.gpFilters.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSDKUsers)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 59
0
 /// <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.dataGridView1  = new System.Windows.Forms.DataGridView();
     this.A              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.B              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.C              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.D              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.E              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.F              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.G              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.DemoButton     = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.AllowUserToDeleteRows       = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.A,
         this.B,
         this.C,
         this.D,
         this.E,
         this.F,
         this.G
     });
     this.dataGridView1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location           = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RightToLeft        = System.Windows.Forms.RightToLeft.No;
     this.dataGridView1.RowTemplate.Height = 33;
     this.dataGridView1.Size               = new System.Drawing.Size(1395, 805);
     this.dataGridView1.TabIndex           = 0;
     this.dataGridView1.CellContentClick  += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
     //
     // A
     //
     this.A.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.A.HeaderText   = "A";
     this.A.Name         = "A";
     this.A.Width        = 71;
     //
     // B
     //
     this.B.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.B.HeaderText   = "B";
     this.B.Name         = "B";
     this.B.Width        = 71;
     //
     // C
     //
     this.C.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.C.HeaderText   = "C";
     this.C.Name         = "C";
     this.C.Width        = 72;
     //
     // D
     //
     this.D.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.D.HeaderText   = "D";
     this.D.Name         = "D";
     this.D.Width        = 72;
     //
     // E
     //
     this.E.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.E.HeaderText   = "E";
     this.E.Name         = "E";
     this.E.Width        = 71;
     //
     // F
     //
     this.F.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.F.HeaderText   = "F";
     this.F.Name         = "F";
     this.F.Width        = 70;
     //
     // G
     //
     this.G.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.G.HeaderText   = "G";
     this.G.Name         = "G";
     this.G.Width        = 73;
     //
     // bindingSource1
     //
     this.bindingSource1.CurrentChanged += new System.EventHandler(this.bindingSource1_CurrentChanged);
     //
     // DemoButton
     //
     this.DemoButton.AutoSize = true;
     this.DemoButton.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.DemoButton.Location = new System.Drawing.Point(0, 748);
     this.DemoButton.Name     = "DemoButton";
     this.DemoButton.Size     = new System.Drawing.Size(1395, 57);
     this.DemoButton.TabIndex = 1;
     this.DemoButton.Text     = "Start Demo";
     this.DemoButton.UseVisualStyleBackColor = true;
     this.DemoButton.Click += new System.EventHandler(this.DemoButton_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1395, 805);
     this.Controls.Add(this.DemoButton);
     this.Controls.Add(this.dataGridView1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }