/// <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.dataGridView1 = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
            this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(-2, 36);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.Size = new System.Drawing.Size(596, 338);
            this.dataGridView1.TabIndex = 0;
            // 
            // frmLista
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.ClientSize = new System.Drawing.Size(591, 412);
            this.Controls.Add(this.dataGridView1);
            this.Name = "frmLista";
            this.Text = "frmLista";
            this.Load += new System.EventHandler(this.frmLista_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()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToResizeColumns = false;
            this.dataGridView1.AllowUserToResizeRows = false;
            this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders;
            this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
            this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.RoyalBlue;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Cursor = System.Windows.Forms.Cursors.Hand;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Calibri", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.RoyalBlue;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.dataGridView1.Location = new System.Drawing.Point(12, 12);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(392, 225);
            this.dataGridView1.TabIndex = 22;
            this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
            // 
            // show_accList
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(415, 247);
            this.Controls.Add(this.dataGridView1);
            this.Name = "show_accList";
            this.Text = "show_accList";
            this.Load += new System.EventHandler(this.show_accList_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }
 private void CreateDataGridView()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this._gridResult2 = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this._gridResult2)).BeginInit();
     this.tab_result2.Controls.Add(this._gridResult2);
     this._gridResult2.AllowUserToAddRows = false;
     this._gridResult2.AllowUserToDeleteRows = false;
     this._gridResult2.AllowUserToOrderColumns = true;
     this._gridResult2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     dataGridViewCellStyle1.NullValue = "(null)";
     this._gridResult2.DefaultCellStyle = dataGridViewCellStyle1;
     this._gridResult2.Dock = System.Windows.Forms.DockStyle.Fill;
     this._gridResult2.Location = new System.Drawing.Point(0, 0);
     this._gridResult2.Name = "grid_result2";
     this._gridResult2.ReadOnly = true;
     this._gridResult2.Size = new System.Drawing.Size(1048, 364);
     this._gridResult2.TabIndex = 0;
     this._gridResult2.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.grid_result2_RowPostPaint);
     ((System.ComponentModel.ISupportInitialize)(this._gridResult2)).EndInit();
 }
        /// <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.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.button1 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.dataGridView1.BackgroundColor = System.Drawing.Color.BurlyWood;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.BurlyWood;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Times New Roman", 9.75F, 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.False;
            this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.GridColor = System.Drawing.Color.Chocolate;
            this.dataGridView1.Location = new System.Drawing.Point(230, 34);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.Size = new System.Drawing.Size(480, 354);
            this.dataGridView1.TabIndex = 0;
            // 
            // button1
            // 
            this.button1.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.button1.BackColor = System.Drawing.Color.BurlyWood;
            this.button1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button1.ForeColor = System.Drawing.Color.White;
            this.button1.Location = new System.Drawing.Point(431, 408);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(100, 27);
            this.button1.TabIndex = 1;
            this.button1.Text = "Exit";
            this.button1.UseVisualStyleBackColor = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::Quiz.Properties.Resources.p4;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new System.Drawing.Size(934, 452);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.dataGridView1);
            this.Name = "Form1";
            this.Text = "Result";
            this.Load += new System.EventHandler(this.Form1_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()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.button1 = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.ControlLightLight;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(12, 12);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
            this.dataGridView1.Size = new System.Drawing.Size(984, 538);
            this.dataGridView1.TabIndex = 0;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(921, 556);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "Print Report";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // ClientLog
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1008, 585);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.dataGridView1);
            this.Name = "ClientLog";
            this.Text = "Client Log";
            ((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();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(12, 15);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersWidth = 20;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
            this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(500, 200);
            this.dataGridView1.TabIndex = 0;
            // 
            // Neighbor_Zone
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(524, 242);
            this.Controls.Add(this.dataGridView1);
            this.Name = "Neighbor_Zone";
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "Neighbor_Zone";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // DataGridViewEX
            // 
            this.AllowUserToAddRows = false;
            this.AllowUserToDeleteRows = false;
            this.AllowUserToOrderColumns = true;
            this.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.BackgroundColor = System.Drawing.SystemColors.Window;
            this.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.DefaultCellStyle = dataGridViewCellStyle1;
            this.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.ReadOnly = true;
            this.RowTemplate.Height = 23;
            this.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            ((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()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.resDataGridView = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.resDataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // resDataGridView
            // 
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightSteelBlue;
            this.resDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.resDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.resDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.resDataGridView.Location = new System.Drawing.Point(0, 0);
            this.resDataGridView.Name = "resDataGridView";
            this.resDataGridView.RowTemplate.Height = 23;
            this.resDataGridView.Size = new System.Drawing.Size(1132, 688);
            this.resDataGridView.TabIndex = 3;
            // 
            // FrmDataGridView
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1132, 688);
            this.Controls.Add(this.resDataGridView);
            this.Name = "FrmDataGridView";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Query Result";
            ((System.ComponentModel.ISupportInitialize)(this.resDataGridView)).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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            this.show_transaction_grid = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.show_transaction_grid)).BeginInit();
            this.SuspendLayout();
            // 
            // show_transaction_grid
            // 
            this.show_transaction_grid.AllowUserToAddRows = false;
            this.show_transaction_grid.AllowUserToDeleteRows = false;
            this.show_transaction_grid.AllowUserToResizeColumns = false;
            this.show_transaction_grid.AllowUserToResizeRows = false;
            this.show_transaction_grid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.show_transaction_grid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCellsExceptHeaders;
            this.show_transaction_grid.BackgroundColor = System.Drawing.Color.White;
            this.show_transaction_grid.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.Color.RoyalBlue;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.show_transaction_grid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
            this.show_transaction_grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.show_transaction_grid.Cursor = System.Windows.Forms.Cursors.Hand;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.Color.RoyalBlue;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.show_transaction_grid.DefaultCellStyle = dataGridViewCellStyle4;
            this.show_transaction_grid.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.show_transaction_grid.Location = new System.Drawing.Point(12, 26);
            this.show_transaction_grid.Name = "show_transaction_grid";
            this.show_transaction_grid.ReadOnly = true;
            this.show_transaction_grid.RowHeadersVisible = false;
            this.show_transaction_grid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
            this.show_transaction_grid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.show_transaction_grid.Size = new System.Drawing.Size(900, 348);
            this.show_transaction_grid.TabIndex = 1;
            // 
            // show_trasaction_yrwise
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(967, 398);
            this.Controls.Add(this.show_transaction_grid);
            this.Name = "show_trasaction_yrwise";
            this.Text = "show_trasaction_yrwise";
            this.Load += new System.EventHandler(this.show_trasaction_yrwise_Load);
            ((System.ComponentModel.ISupportInitialize)(this.show_transaction_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()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dgWeeklyCompass = new System.Windows.Forms.DataGridView();
            this.RowID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.RowData = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.dgWeeklyCompass)).BeginInit();
            this.SuspendLayout();
            // 
            // dgWeeklyCompass
            // 
            this.dgWeeklyCompass.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgWeeklyCompass.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.RowID,
            this.RowData});
            this.dgWeeklyCompass.Location = new System.Drawing.Point(4, 4);
            this.dgWeeklyCompass.Name = "dgWeeklyCompass";
            this.dgWeeklyCompass.ReadOnly = true;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
            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.dgWeeklyCompass.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.dgWeeklyCompass.RowHeadersVisible = false;
            this.dgWeeklyCompass.Size = new System.Drawing.Size(481, 433);
            this.dgWeeklyCompass.TabIndex = 0;
            this.dgWeeklyCompass.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgWeeklyCompass_CellFormatting);
            // 
            // RowID
            // 
            this.RowID.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.RowID.DataPropertyName = "CompassItemID";
            this.RowID.HeaderText = "RowID";
            this.RowID.Name = "RowID";
            this.RowID.ReadOnly = true;
            this.RowID.Visible = false;
            // 
            // RowData
            // 
            this.RowData.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.RowData.DataPropertyName = "CompassItemName";
            this.RowData.HeaderText = "Roles And Big Rocks";
            this.RowData.Name = "RowData";
            this.RowData.ReadOnly = true;
            // 
            // CtrlViewWeeklyCompass
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.dgWeeklyCompass);
            this.Name = "CtrlViewWeeklyCompass";
            this.Size = new System.Drawing.Size(488, 449);
            ((System.ComponentModel.ISupportInitialize)(this.dgWeeklyCompass)).EndInit();
            this.ResumeLayout(false);

        }
        /// <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();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // DataGridViewReport
            // 
            this.AllowUserToAddRows = false;
            this.AllowUserToDeleteRows = false;
            this.AllowUserToResizeRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.AutoGenerateColumns = false;
            this.BackgroundColor = System.Drawing.Color.White;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(241)))), ((int)(((byte)(243)))));
            dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(233)))), ((int)(((byte)(156)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.ColumnHeadersHeight = 25;
            this.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(233)))), ((int)(((byte)(156)))));
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.DefaultCellStyle = dataGridViewCellStyle3;
            this.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(233)))), ((int)(((byte)(156)))));
            this.MultiSelect = false;
            this.ReadOnly = true;
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.RowHeadersVisible = false;
            dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(233)))), ((int)(((byte)(156)))));
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
            this.RowsDefaultCellStyle = dataGridViewCellStyle5;
            this.RowTemplate.Height = 23;
            this.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            ((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()
		{
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
			this.button1 = new System.Windows.Forms.Button();
			this.dataGridView1 = new System.Windows.Forms.DataGridView();
			this.buttonRaiseCallback = new System.Windows.Forms.Button();
			((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
			this.SuspendLayout();
			// 
			// button1
			// 
			this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
			this.button1.Location = new System.Drawing.Point(546, 12);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(96, 28);
			this.button1.TabIndex = 1;
			this.button1.Text = "Close";
			this.button1.UseVisualStyleBackColor = true;
			// 
			// dataGridView1
			// 
			this.dataGridView1.AllowUserToAddRows = false;
			this.dataGridView1.AllowUserToDeleteRows = false;
			this.dataGridView1.AllowUserToOrderColumns = true;
			dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
			this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
			this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
			this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridView1.Location = new System.Drawing.Point(8, 8);
			this.dataGridView1.MultiSelect = false;
			this.dataGridView1.Name = "dataGridView1";
			this.dataGridView1.ReadOnly = true;
			this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
			this.dataGridView1.Size = new System.Drawing.Size(532, 244);
			this.dataGridView1.TabIndex = 2;
			// 
			// buttonRaiseCallback
			// 
			this.buttonRaiseCallback.Location = new System.Drawing.Point(546, 46);
			this.buttonRaiseCallback.Name = "buttonRaiseCallback";
			this.buttonRaiseCallback.Size = new System.Drawing.Size(96, 28);
			this.buttonRaiseCallback.TabIndex = 3;
			this.buttonRaiseCallback.Text = "Raise Callback";
			this.buttonRaiseCallback.UseVisualStyleBackColor = true;
			this.buttonRaiseCallback.Click += new System.EventHandler(this.buttonRaiseCallback_Click);
			// 
			// Form1
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.ClientSize = new System.Drawing.Size(647, 264);
			this.Controls.Add(this.buttonRaiseCallback);
			this.Controls.Add(this.dataGridView1);
			this.Controls.Add(this.button1);
			this.Name = "Form1";
			this.Load += new System.EventHandler(this.Form1_Load);
			((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
			this.ResumeLayout(false);

		}
Beispiel #13
0
        /// <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();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            this.listMusics = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.listMusics)).BeginInit();
            this.SuspendLayout();
            // 
            // listMusics
            // 
            this.listMusics.AllowUserToAddRows = false;
            this.listMusics.AllowUserToDeleteRows = false;
            this.listMusics.AllowUserToOrderColumns = true;
            this.listMusics.AllowUserToResizeRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightGray;
            this.listMusics.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.listMusics.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.listMusics.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCellsExceptHeaders;
            this.listMusics.CausesValidation = false;
            this.listMusics.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.listMusics.Cursor = System.Windows.Forms.Cursors.Hand;
            this.listMusics.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listMusics.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.listMusics.EnableHeadersVisualStyles = false;
            this.listMusics.Location = new System.Drawing.Point(0, 0);
            this.listMusics.MultiSelect = false;
            this.listMusics.Name = "listMusics";
            this.listMusics.ReadOnly = true;
            this.listMusics.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            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.Color.Red;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.listMusics.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.listMusics.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.WindowText;
            this.listMusics.RowsDefaultCellStyle = dataGridViewCellStyle3;
            this.listMusics.RowTemplate.Height = 23;
            this.listMusics.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.listMusics.Size = new System.Drawing.Size(388, 327);
            this.listMusics.TabIndex = 1;
            this.listMusics.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.listMusics_CellClick);
            // 
            // CtlMusicList
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.listMusics);
            this.Name = "CtlMusicList";
            this.Size = new System.Drawing.Size(388, 327);
            ((System.ComponentModel.ISupportInitialize)(this.listMusics)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.textdataGrid = new EFWCoreLib.WinformFrame.CustomControl.DataGrid();
            this.textpager = new EFWCoreLib.WinformFrame.CustomControl.Pager();
            this.textpanel = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.textdataGrid)).BeginInit();
            this.textpanel.SuspendLayout();
            this.SuspendLayout();
            // 
            // textdataGrid
            // 
            this.textdataGrid.AllowSortWhenClickColumnHeader = false;
            this.textdataGrid.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.textdataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.textdataGrid.DefaultCellStyle = dataGridViewCellStyle1;
            this.textdataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textdataGrid.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.textdataGrid.Location = new System.Drawing.Point(0, 0);
            this.textdataGrid.Name = "textdataGrid";
            this.textdataGrid.RowTemplate.Height = 23;
            this.textdataGrid.Size = new System.Drawing.Size(339, 217);
            this.textdataGrid.TabIndex = 3;
            // 
            // textpager
            // 
            this.textpager.BindDataControl = this.textdataGrid;
            this.textpager.DataSource = null;
            this.textpager.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.textpager.IsPage = false;
            this.textpager.Location = new System.Drawing.Point(0, 217);
            this.textpager.Name = "textpager";
            this.textpager.pageNo = 1;
            this.textpager.pageSize = 10;
            this.textpager.PageSizeType = EFWCoreLib.WinformFrame.CustomControl.pageSizeType.Size10;
            this.textpager.Size = new System.Drawing.Size(339, 28);
            this.textpager.TabIndex = 0;
            this.textpager.totalRecord = 100;
            // 
            // textpanel
            // 
            this.textpanel.Controls.Add(this.textdataGrid);
            this.textpanel.Controls.Add(this.textpager);
            this.textpanel.Location = new System.Drawing.Point(189, 69);
            this.textpanel.Name = "textpanel";
            this.textpanel.Size = new System.Drawing.Size(339, 245);
            this.textpanel.TabIndex = 4;
            ((System.ComponentModel.ISupportInitialize)(this.textdataGrid)).EndInit();
            this.textpanel.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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.clienteComboBox = new System.Windows.Forms.ComboBox();
            this.dgv = new System.Windows.Forms.DataGridView();
            this.nPedidosLabel = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
            this.SuspendLayout();
            // 
            // clienteComboBox
            // 
            this.clienteComboBox.FormattingEnabled = true;
            this.clienteComboBox.Location = new System.Drawing.Point(12, 12);
            this.clienteComboBox.Name = "clienteComboBox";
            this.clienteComboBox.Size = new System.Drawing.Size(381, 21);
            this.clienteComboBox.TabIndex = 0;
            this.clienteComboBox.SelectedIndexChanged += new System.EventHandler(this.clienteComboBox_SelectedIndexChanged);
            // 
            // dgv
            // 
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dgv.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.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgv.Location = new System.Drawing.Point(12, 39);
            this.dgv.Name = "dgv";
            this.dgv.Size = new System.Drawing.Size(657, 411);
            this.dgv.TabIndex = 1;
            // 
            // nPedidosLabel
            // 
            this.nPedidosLabel.AutoSize = true;
            this.nPedidosLabel.Location = new System.Drawing.Point(418, 15);
            this.nPedidosLabel.Name = "nPedidosLabel";
            this.nPedidosLabel.Size = new System.Drawing.Size(87, 13);
            this.nPedidosLabel.TabIndex = 2;
            this.nPedidosLabel.Text = "Nº de Pedidos: 0";
            this.nPedidosLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
            // 
            // cap07_Lab01Form
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(681, 462);
            this.Controls.Add(this.nPedidosLabel);
            this.Controls.Add(this.dgv);
            this.Controls.Add(this.clienteComboBox);
            this.Name = "cap07_Lab01Form";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Capítulo 7 – Laboratório 1";
            this.Load += new System.EventHandler(this.cap07_Lab01Form_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgv)).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();
            this.dataGridViewX1 = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridViewX1
            // 
            this.dataGridViewX1.AllowUserToAddRows = false;
            this.dataGridViewX1.AllowUserToDeleteRows = false;
            this.dataGridViewX1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2});
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewX1.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridViewX1.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.dataGridViewX1.Location = new System.Drawing.Point(0, 0);
            this.dataGridViewX1.Name = "dataGridViewX1";
            this.dataGridViewX1.ReadOnly = true;
            this.dataGridViewX1.RowTemplate.Height = 23;
            this.dataGridViewX1.Size = new System.Drawing.Size(343, 291);
            this.dataGridViewX1.TabIndex = 0;
            // 
            // Column1
            // 
            this.Column1.HeaderText = "字段名";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            // 
            // Column2
            // 
            this.Column2.HeaderText = "属性值";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            this.Column2.Width = 200;
            // 
            // PropertyForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(343, 291);
            this.Controls.Add(this.dataGridViewX1);
            this.Name = "PropertyForm";
            this.Text = "属性值";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).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();
      this.dataGridView = new System.Windows.Forms.DataGridView();
      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
      this.SuspendLayout();
      // 
      // dataGridView
      // 
      this.dataGridView.AllowUserToOrderColumns = true;
      this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
      this.dataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
      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.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
      this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
      dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
      dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
      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.ControlText;
      dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
      dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
      dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
      this.dataGridView.DefaultCellStyle = dataGridViewCellStyle2;
      this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
      this.dataGridView.Location = new System.Drawing.Point(0, 0);
      this.dataGridView.Name = "dataGridView";
      dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
      dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
      dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
      dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
      dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
      dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
      this.dataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
      this.dataGridView.Size = new System.Drawing.Size(1014, 618);
      this.dataGridView.TabIndex = 2;
      // 
      // ShowTable
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.AutoSize = true;
      this.ClientSize = new System.Drawing.Size(1014, 618);
      this.Controls.Add(this.dataGridView);
      this.Name = "ShowTable";
      this.Text = "ShowTable";
      ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).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();
      this.dataGridViewConvert = new System.Windows.Forms.DataGridView();
      this.leftAdjustmentPanel = new MPTagThat.Core.WinControls.MPTPanel();
      ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConvert)).BeginInit();
      this.SuspendLayout();
      // 
      // dataGridViewConvert
      // 
      this.dataGridViewConvert.AllowDrop = true;
      this.dataGridViewConvert.AllowUserToAddRows = false;
      this.dataGridViewConvert.AllowUserToDeleteRows = false;
      this.dataGridViewConvert.AllowUserToResizeRows = false;
      dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(225)))), ((int)(((byte)(245)))));
      this.dataGridViewConvert.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
      this.dataGridViewConvert.BackgroundColor = System.Drawing.Color.White;
      this.dataGridViewConvert.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
      dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
      dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
      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.dataGridViewConvert.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
      this.dataGridViewConvert.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
      this.dataGridViewConvert.Dock = System.Windows.Forms.DockStyle.Fill;
      this.dataGridViewConvert.Location = new System.Drawing.Point(0, 0);
      this.dataGridViewConvert.Name = "dataGridViewConvert";
      this.dataGridViewConvert.ReadOnly = true;
      this.dataGridViewConvert.RowHeadersVisible = false;
      this.dataGridViewConvert.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
      this.dataGridViewConvert.Size = new System.Drawing.Size(540, 447);
      this.dataGridViewConvert.TabIndex = 1;
      this.dataGridViewConvert.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridViewConvert_MouseClick);
      // 
      // leftAdjustmentPanel
      // 
      this.leftAdjustmentPanel.Dock = System.Windows.Forms.DockStyle.Left;
      this.leftAdjustmentPanel.Location = new System.Drawing.Point(0, 0);
      this.leftAdjustmentPanel.Name = "leftAdjustmentPanel";
      this.leftAdjustmentPanel.Size = new System.Drawing.Size(10, 447);
      this.leftAdjustmentPanel.TabIndex = 2;
      // 
      // GridViewConvert
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.dataGridViewConvert);
      this.Controls.Add(this.leftAdjustmentPanel);
      this.Name = "GridViewConvert";
      this.Size = new System.Drawing.Size(540, 447);
      ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConvert)).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.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(每日出貨排程包裝數查看));
            this.dgvData = new System.Windows.Forms.DataGridView();
            this.tmrRefresh = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
            this.SuspendLayout();
            // 
            // dgvData
            // 
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            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.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvData.DefaultCellStyle = dataGridViewCellStyle2;
            this.dgvData.Location = new System.Drawing.Point(3, 2);
            this.dgvData.Name = "dgvData";
            this.dgvData.RowHeadersVisible = false;
            this.dgvData.RowTemplate.Height = 24;
            this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvData.Size = new System.Drawing.Size(500, 406);
            this.dgvData.TabIndex = 0;
            // 
            // tmrRefresh
            // 
            this.tmrRefresh.Tick += new System.EventHandler(this.tmrRefresh_Tick);
            // 
            // 每日出貨排程包裝數查看
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(506, 411);
            this.Controls.Add(this.dgvData);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "每日出貨排程包裝數查看";
            this.Text = "每日出貨排程包裝數查看(180)";
            ((System.ComponentModel.ISupportInitialize)(this.dgvData)).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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.colVariableName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colVariableValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToResizeRows = false;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colVariableName,
            this.colVariableValue});
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(0, 0);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.Size = new System.Drawing.Size(462, 503);
            this.dataGridView1.TabIndex = 0;
            // 
            // colVariableName
            // 
            this.colVariableName.HeaderText = "Variable Name";
            this.colVariableName.Name = "colVariableName";
            this.colVariableName.ReadOnly = true;
            this.colVariableName.Width = 250;
            // 
            // colVariableValue
            // 
            this.colVariableValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.colVariableValue.HeaderText = "Value";
            this.colVariableValue.Name = "colVariableValue";
            this.colVariableValue.ReadOnly = true;
            // 
            // frmVariables
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(462, 503);
            this.Controls.Add(this.dataGridView1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Name = "frmVariables";
            this.ShowIcon = false;
            this.Text = "Variables";
            this.Load += new System.EventHandler(this.frmVariables_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() {
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
			this.grid = new Szotar.WindowsForms.Controls.MouseFixDataGridView();
			((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
			this.SuspendLayout();
			// 
			// grid
			// 
			this.grid.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.grid.BackgroundColor = System.Drawing.SystemColors.Window;
			this.grid.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.grid.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
			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.grid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
			this.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle2.Font = new System.Drawing.Font("Verdana", 8.25F);
			dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
			dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.grid.DefaultCellStyle = dataGridViewCellStyle2;
			this.grid.Location = new System.Drawing.Point(0, 0);
			this.grid.Name = "grid";
			dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
			dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
			dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
			dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
			this.grid.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
			this.grid.Size = new System.Drawing.Size(504, 463);
			this.grid.TabIndex = 2;
			// 
			// DictionaryGrid
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.grid);
			this.Name = "DictionaryGrid";
			this.Size = new System.Drawing.Size(504, 463);
			((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
			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()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dataGrid = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGrid
            // 
            this.dataGrid.AllowUserToAddRows = false;
            this.dataGrid.AllowUserToDeleteRows = false;
            this.dataGrid.AllowUserToResizeColumns = false;
            this.dataGrid.AllowUserToResizeRows = false;
            this.dataGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
            this.dataGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
            this.dataGrid.BackgroundColor = System.Drawing.Color.White;
            this.dataGrid.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.dataGrid.ColumnHeadersHeight = 25;
            this.dataGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Green;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGrid.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGrid.GridColor = System.Drawing.Color.Black;
            this.dataGrid.Location = new System.Drawing.Point(5, 5);
            this.dataGrid.Name = "dataGrid";
            this.dataGrid.ReadOnly = true;
            this.dataGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGrid.Size = new System.Drawing.Size(716, 287);
            this.dataGrid.TabIndex = 0;
            this.dataGrid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGrid_KeyDown);
            this.dataGrid.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.dataGrid_KeyPress);
            this.dataGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGrid_CellContentClick);
            // 
            // seleccionarArticulo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(802, 382);
            this.Controls.Add(this.dataGrid);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "seleccionarArticulo";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Articulos";
            this.Load += new System.EventHandler(this.seleccionarArticulo_Load);
            ((System.ComponentModel.ISupportInitialize)(this.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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dtgProjects = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.dtgProjects)).BeginInit();
            this.SuspendLayout();
            // 
            // dtgProjects
            // 
            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.dtgProjects.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dtgProjects.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            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.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dtgProjects.DefaultCellStyle = dataGridViewCellStyle2;
            this.dtgProjects.Location = new System.Drawing.Point(12, 12);
            this.dtgProjects.Name = "dtgProjects";
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dtgProjects.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
            this.dtgProjects.Size = new System.Drawing.Size(530, 295);
            this.dtgProjects.TabIndex = 0;
            // 
            // FrmActivateMemoryContracts
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(554, 317);
            this.Controls.Add(this.dtgProjects);
            this.Name = "FrmActivateMemoryContracts";
            this.ShowIcon = false;
            this.Text = "Memory Contracts";
            this.Load += new System.EventHandler(this.FrmActivateMemoryContracts_Load);
            this.Resize += new System.EventHandler(this.FrmActivateMemoryContracts_Resize);
            ((System.ComponentModel.ISupportInitialize)(this.dtgProjects)).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.MatrixDataGridView = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.MatrixDataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // MatrixDataGridView
            // 
            this.MatrixDataGridView.AllowUserToAddRows = false;
            this.MatrixDataGridView.AllowUserToDeleteRows = false;
            this.MatrixDataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
            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)(204)));
            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.MatrixDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.MatrixDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.MatrixDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2});
            this.MatrixDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MatrixDataGridView.Location = new System.Drawing.Point(0, 0);
            this.MatrixDataGridView.Name = "MatrixDataGridView";
            this.MatrixDataGridView.ReadOnly = true;
            this.MatrixDataGridView.Size = new System.Drawing.Size(320, 320);
            this.MatrixDataGridView.TabIndex = 1;
            // 
            // Column1
            // 
            this.Column1.HeaderText = "Column1";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            // 
            // Column2
            // 
            this.Column2.HeaderText = "Column2";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            // 
            // ProjectsDepMatrix
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.MatrixDataGridView);
            this.Name = "ProjectsDepMatrix";
            this.Size = new System.Drawing.Size(320, 320);
            ((System.ComponentModel.ISupportInitialize)(this.MatrixDataGridView)).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.label1 = new System.Windows.Forms.Label();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold);
            this.label1.Location = new System.Drawing.Point(289, 34);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(298, 22);
            this.label1.TabIndex = 0;
            this.label1.Text = "入境2小时内未出境车辆信息";
            // 
            // dataGridView1
            // 
            this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            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.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Location = new System.Drawing.Point(12, 86);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(866, 313);
            this.dataGridView1.TabIndex = 1;
            // 
            // Frm_AlarmOutWeightInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(890, 411);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.label1);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Frm_AlarmOutWeightInfo";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "过境煤车辆报警信息";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_AlarmOutWeightInfo_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.textBox1 = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.Location = new System.Drawing.Point(12, 12);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(878, 280);
            this.dataGridView1.TabIndex = 0;
            this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
            // 
            // textBox1
            // 
            this.textBox1.BackColor = System.Drawing.SystemColors.Control;
            this.textBox1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBox1.Location = new System.Drawing.Point(12, 319);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size = new System.Drawing.Size(878, 279);
            this.textBox1.TabIndex = 1;
            // 
            // Form2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size(916, 610);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.dataGridView1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "Form2";
            this.Text = "国泰君安嘉兴营业部-产品查询结果";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            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.dgv = new System.Windows.Forms.DataGridView();
            this.StatusInfo = new DotNet.WinForm.Controls.StausInfoShow();
            ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
            this.SuspendLayout();
            // 
            // dgv
            // 
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            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.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgv.DefaultCellStyle = dataGridViewCellStyle2;
            this.dgv.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgv.Location = new System.Drawing.Point(0, 0);
            this.dgv.Name = "dgv";
            this.dgv.RowTemplate.Height = 23;
            this.dgv.Size = new System.Drawing.Size(397, 308);
            this.dgv.TabIndex = 43;
            // 
            // StatusInfo
            // 
            this.StatusInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.StatusInfo.Location = new System.Drawing.Point(0, 284);
            this.StatusInfo.Name = "StatusInfo";
            this.StatusInfo.Size = new System.Drawing.Size(397, 24);
            this.StatusInfo.TabIndex = 44;
            // 
            // ConfigSetting
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.StatusInfo);
            this.Controls.Add(this.dgv);
            this.Name = "ConfigSetting";
            this.Size = new System.Drawing.Size(397, 308);
            ((System.ComponentModel.ISupportInitialize)(this.dgv)).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.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.ucSelectCondition1 = new FNGRQRC.UCSelectCondition();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
            this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            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.Location = new System.Drawing.Point(186, 12);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(405, 339);
            this.dataGridView1.TabIndex = 3;
            // 
            // ucSelectCondition1
            // 
            this.ucSelectCondition1.Begin = new System.DateTime(2012, 10, 18, 11, 34, 28, 586);
            this.ucSelectCondition1.DeviceTypes = new string[] {
        "Xd100e"};
            this.ucSelectCondition1.End = new System.DateTime(2012, 10, 18, 11, 34, 28, 586);
            this.ucSelectCondition1.IsAddAll = true;
            this.ucSelectCondition1.Location = new System.Drawing.Point(12, 12);
            this.ucSelectCondition1.Name = "ucSelectCondition1";
            this.ucSelectCondition1.ShowExport = true;
            this.ucSelectCondition1.Size = new System.Drawing.Size(168, 253);
            this.ucSelectCondition1.StationName = "";
            this.ucSelectCondition1.TabIndex = 4;
            this.ucSelectCondition1.OKEvent += new System.EventHandler(this.ucSelectCondition1_OKEvent);
            this.ucSelectCondition1.ExportEvent += new System.EventHandler(this.ucSelectCondition1_ExportEvent);
            // 
            // frmFirstStationDataHistory
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(603, 363);
            this.Controls.Add(this.ucSelectCondition1);
            this.Controls.Add(this.dataGridView1);
            this.Name = "frmFirstStationDataHistory";
            this.Text = "首站历史数据";
            this.Load += new System.EventHandler(this.frmFirstStationDataHistory_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()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.accountGrid = new System.Windows.Forms.DataGridView();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.accountGrid)).BeginInit();
            this.SuspendLayout();
            // 
            // accountGrid
            // 
            this.accountGrid.AllowUserToAddRows = false;
            this.accountGrid.AllowUserToDeleteRows = false;
            this.accountGrid.AllowUserToResizeRows = false;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.accountGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.accountGrid.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.accountGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
            this.accountGrid.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
            this.accountGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.accountGrid.Location = new System.Drawing.Point(4, 26);
            this.accountGrid.MultiSelect = false;
            this.accountGrid.Name = "accountGrid";
            this.accountGrid.RowHeadersVisible = false;
            this.accountGrid.RowTemplate.Height = 24;
            this.accountGrid.Size = new System.Drawing.Size(721, 509);
            this.accountGrid.TabIndex = 1;
            this.accountGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.accountGrid_CellFormatting);
            // 
            // label1
            // 
            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(731, 23);
            this.label1.TabIndex = 2;
            this.label1.Text = "Row count";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // grid_form
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(731, 547);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.accountGrid);
            this.Name = "grid_form";
            this.ShowIcon = false;
            this.Text = "Таблица аккаунтов";
            this.Load += new System.EventHandler(this.grid_form_Load);
            ((System.ComponentModel.ISupportInitialize)(this.accountGrid)).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.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.ddlSpecFolders = new System.Windows.Forms.ComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToResizeColumns = false;
            this.dataGridView1.AllowUserToResizeRows = false;
            this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
            this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.ColumnHeadersVisible = false;
            this.dataGridView1.Location = new System.Drawing.Point(0, 30);
            this.dataGridView1.MultiSelect = false;
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowHeadersVisible = false;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridView1.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.dataGridView1.RowTemplate.Height = 16;
            this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(257, 464);
            this.dataGridView1.TabIndex = 3;
            // 
            // ddlSpecFolders
            // 
            this.ddlSpecFolders.FormattingEnabled = true;
            this.ddlSpecFolders.Location = new System.Drawing.Point(3, 3);
            this.ddlSpecFolders.Name = "ddlSpecFolders";
            this.ddlSpecFolders.Size = new System.Drawing.Size(252, 21);
            this.ddlSpecFolders.TabIndex = 4;
            this.ddlSpecFolders.SelectedIndexChanged += new System.EventHandler(this.ddlSpecFolders_SelectedIndexChanged);
            // 
            // ReportSelector
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.ddlSpecFolders);
            this.Controls.Add(this.dataGridView1);
            this.Name = "ReportSelector";
            this.Size = new System.Drawing.Size(871, 497);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.ReportSelector_Paint);
            this.Resize += new System.EventHandler(this.ReportSelector_Resize);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

		}
Beispiel #31
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(FrmClienteFuncionario));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.cbFuncionario    = new System.Windows.Forms.ComboBox();
     this.label10          = new System.Windows.Forms.Label();
     this.btnConsultar     = new System.Windows.Forms.Button();
     this.btnImprimir      = new System.Windows.Forms.Button();
     this.btnSair          = new System.Windows.Forms.Button();
     this.DataGriewDados   = new System.Windows.Forms.DataGridView();
     this.NOMECLIENTE      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IDCLIENTE        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     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.lblTotalPesquisa = new System.Windows.Forms.Label();
     this.label45          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.DataGriewDados)).BeginInit();
     this.SuspendLayout();
     //
     // cbFuncionario
     //
     this.cbFuncionario.FormattingEnabled = true;
     this.cbFuncionario.Location          = new System.Drawing.Point(15, 25);
     this.cbFuncionario.Name     = "cbFuncionario";
     this.cbFuncionario.Size     = new System.Drawing.Size(349, 21);
     this.cbFuncionario.TabIndex = 83;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(12, 9);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(65, 13);
     this.label10.TabIndex = 84;
     this.label10.Text     = "Funcionário:";
     //
     // btnConsultar
     //
     this.btnConsultar.Image      = ((System.Drawing.Image)(resources.GetObject("btnConsultar.Image")));
     this.btnConsultar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnConsultar.Location   = new System.Drawing.Point(383, 25);
     this.btnConsultar.Name       = "btnConsultar";
     this.btnConsultar.Size       = new System.Drawing.Size(75, 23);
     this.btnConsultar.TabIndex   = 85;
     this.btnConsultar.Text       = "&Consultar";
     this.btnConsultar.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnConsultar.UseVisualStyleBackColor = true;
     this.btnConsultar.Click += new System.EventHandler(this.btnConsultar_Click);
     //
     // btnImprimir
     //
     this.btnImprimir.Image      = ((System.Drawing.Image)(resources.GetObject("btnImprimir.Image")));
     this.btnImprimir.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnImprimir.Location   = new System.Drawing.Point(464, 25);
     this.btnImprimir.Name       = "btnImprimir";
     this.btnImprimir.Size       = new System.Drawing.Size(75, 23);
     this.btnImprimir.TabIndex   = 86;
     this.btnImprimir.Text       = "&Imprimir";
     this.btnImprimir.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnImprimir.UseVisualStyleBackColor = true;
     this.btnImprimir.Click += new System.EventHandler(this.btnImprimir_Click);
     //
     // btnSair
     //
     this.btnSair.Image      = ((System.Drawing.Image)(resources.GetObject("btnSair.Image")));
     this.btnSair.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSair.Location   = new System.Drawing.Point(545, 25);
     this.btnSair.Name       = "btnSair";
     this.btnSair.Size       = new System.Drawing.Size(75, 23);
     this.btnSair.TabIndex   = 87;
     this.btnSair.Text       = "&Sair";
     this.btnSair.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSair.UseVisualStyleBackColor = true;
     this.btnSair.Click += new System.EventHandler(this.btnSair_Click);
     //
     // DataGriewDados
     //
     this.DataGriewDados.CellBorderStyle             = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.DataGriewDados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DataGriewDados.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.NOMECLIENTE,
         this.IDCLIENTE,
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4
     });
     this.DataGriewDados.Location = new System.Drawing.Point(15, 52);
     this.DataGriewDados.Name     = "DataGriewDados";
     this.DataGriewDados.Size     = new System.Drawing.Size(826, 320);
     this.DataGriewDados.TabIndex = 88;
     //
     // NOMECLIENTE
     //
     this.NOMECLIENTE.HeaderText = "Nome do Cliente";
     this.NOMECLIENTE.Name       = "NOMECLIENTE";
     this.NOMECLIENTE.Width      = 400;
     //
     // IDCLIENTE
     //
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight;
     this.IDCLIENTE.DefaultCellStyle  = dataGridViewCellStyle1;
     this.IDCLIENTE.HeaderText        = "Código";
     this.IDCLIENTE.Name  = "IDCLIENTE";
     this.IDCLIENTE.Width = 50;
     //
     // Column1
     //
     this.Column1.HeaderText = "Telefone 1";
     this.Column1.Name       = "Column1";
     //
     // Column2
     //
     this.Column2.HeaderText = "Telefone 2";
     this.Column2.Name       = "Column2";
     //
     // Column3
     //
     this.Column3.HeaderText = "Cidade";
     this.Column3.Name       = "Column3";
     this.Column3.Width      = 200;
     //
     // Column4
     //
     this.Column4.HeaderText = "UF";
     this.Column4.Name       = "Column4";
     //
     // lblTotalPesquisa
     //
     this.lblTotalPesquisa.AutoSize = true;
     this.lblTotalPesquisa.Location = new System.Drawing.Point(110, 380);
     this.lblTotalPesquisa.Name     = "lblTotalPesquisa";
     this.lblTotalPesquisa.Size     = new System.Drawing.Size(13, 13);
     this.lblTotalPesquisa.TabIndex = 90;
     this.lblTotalPesquisa.Text     = "0";
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Location = new System.Drawing.Point(12, 380);
     this.label45.Name     = "label45";
     this.label45.Size     = new System.Drawing.Size(94, 13);
     this.label45.TabIndex = 89;
     this.label45.Text     = "Total da pesquisa:";
     //
     // FrmClienteFuncionario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(862, 414);
     this.Controls.Add(this.lblTotalPesquisa);
     this.Controls.Add(this.label45);
     this.Controls.Add(this.DataGriewDados);
     this.Controls.Add(this.btnSair);
     this.Controls.Add(this.btnImprimir);
     this.Controls.Add(this.btnConsultar);
     this.Controls.Add(this.cbFuncionario);
     this.Controls.Add(this.label10);
     this.Name          = "FrmClienteFuncionario";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Cliente por Funcionário";
     this.Load         += new System.EventHandler(this.FrmProdutoGrupoCategoria_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DataGriewDados)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.btnNbreClients   = new System.Windows.Forms.Button();
     this.btnMoyenneSolde  = new System.Windows.Forms.Button();
     this.btnSoldeMin      = new System.Windows.Forms.Button();
     this.btnSoldeMax      = new System.Windows.Forms.Button();
     this.btnSommeSoldes   = new System.Windows.Forms.Button();
     this.txtCountClients  = new System.Windows.Forms.TextBox();
     this.txtMoyenneSoldes = new System.Windows.Forms.TextBox();
     this.txtSoldeMin      = new System.Windows.Forms.TextBox();
     this.txtSoldeMax      = new System.Windows.Forms.TextBox();
     this.txtSommeSoldes   = new System.Windows.Forms.TextBox();
     this.dgvClients       = new System.Windows.Forms.DataGridView();
     this.id                       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nom                      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.adresse                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.solde                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label1                   = new System.Windows.Forms.Label();
     this.btnNouveauClient         = new System.Windows.Forms.Button();
     this.imageList1               = new System.Windows.Forms.ImageList(this.components);
     this.btnSupprimerClient       = new System.Windows.Forms.Button();
     this.groupBox1                = new System.Windows.Forms.GroupBox();
     this.groupBox2                = new System.Windows.Forms.GroupBox();
     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.txtIdClient              = new System.Windows.Forms.TextBox();
     this.txtNom                   = new System.Windows.Forms.TextBox();
     this.txtAdresse               = new System.Windows.Forms.TextBox();
     this.txtSolde                 = new System.Windows.Forms.TextBox();
     this.btnRechercherInfosClient = new System.Windows.Forms.Button();
     this.btnUpdatePrimaire        = new System.Windows.Forms.Button();
     this.btnUpdateParamsNonNomes  = new System.Windows.Forms.Button();
     this.btnUpdateParamsNomes     = new System.Windows.Forms.Button();
     this.label6                   = new System.Windows.Forms.Label();
     this.txtIdDebiteur            = new System.Windows.Forms.TextBox();
     this.txtIdCrediteur           = new System.Windows.Forms.TextBox();
     this.label7                   = new System.Windows.Forms.Label();
     this.txtMontantTransfert      = new System.Windows.Forms.TextBox();
     this.label8                   = new System.Windows.Forms.Label();
     this.btnTransfertSimple       = new System.Windows.Forms.Button();
     this.cmbDebiteur              = new System.Windows.Forms.ComboBox();
     this.label9                   = new System.Windows.Forms.Label();
     this.label10                  = new System.Windows.Forms.Label();
     this.cmbCrediteur             = new System.Windows.Forms.ComboBox();
     this.txtMontantTransfertCmb   = new System.Windows.Forms.TextBox();
     this.label11                  = new System.Windows.Forms.Label();
     this.btnTransfertAvance       = new System.Windows.Forms.Button();
     this.groupBox3                = new System.Windows.Forms.GroupBox();
     this.txtDetailIdClient        = new System.Windows.Forms.TextBox();
     this.label12                  = new System.Windows.Forms.Label();
     this.txtDetailNomClient       = new System.Windows.Forms.TextBox();
     this.label13                  = new System.Windows.Forms.Label();
     this.txtDetailAdresseClient   = new System.Windows.Forms.TextBox();
     this.label14                  = new System.Windows.Forms.Label();
     this.txtDetailSoldeClient     = new System.Windows.Forms.TextBox();
     this.label15                  = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dgvClients)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // btnNbreClients
     //
     this.btnNbreClients.Location = new System.Drawing.Point(10, 36);
     this.btnNbreClients.Name     = "btnNbreClients";
     this.btnNbreClients.Size     = new System.Drawing.Size(124, 23);
     this.btnNbreClients.TabIndex = 0;
     this.btnNbreClients.Text     = "Nombre de clients";
     this.btnNbreClients.UseVisualStyleBackColor = true;
     this.btnNbreClients.Click += new System.EventHandler(this.btnNbreClients_Click);
     //
     // btnMoyenneSolde
     //
     this.btnMoyenneSolde.Location = new System.Drawing.Point(10, 79);
     this.btnMoyenneSolde.Name     = "btnMoyenneSolde";
     this.btnMoyenneSolde.Size     = new System.Drawing.Size(124, 23);
     this.btnMoyenneSolde.TabIndex = 1;
     this.btnMoyenneSolde.Text     = "Moyenne des soldes";
     this.btnMoyenneSolde.UseVisualStyleBackColor = true;
     this.btnMoyenneSolde.Click += new System.EventHandler(this.btnMoyenneSolde_Click);
     //
     // btnSoldeMin
     //
     this.btnSoldeMin.Location = new System.Drawing.Point(10, 125);
     this.btnSoldeMin.Name     = "btnSoldeMin";
     this.btnSoldeMin.Size     = new System.Drawing.Size(124, 23);
     this.btnSoldeMin.TabIndex = 2;
     this.btnSoldeMin.Text     = "Solde Minimum";
     this.btnSoldeMin.UseVisualStyleBackColor = true;
     this.btnSoldeMin.Click += new System.EventHandler(this.btnSoldeMin_Click);
     //
     // btnSoldeMax
     //
     this.btnSoldeMax.Location = new System.Drawing.Point(10, 175);
     this.btnSoldeMax.Name     = "btnSoldeMax";
     this.btnSoldeMax.Size     = new System.Drawing.Size(124, 23);
     this.btnSoldeMax.TabIndex = 3;
     this.btnSoldeMax.Text     = "Solde Maximum";
     this.btnSoldeMax.UseVisualStyleBackColor = true;
     this.btnSoldeMax.Click += new System.EventHandler(this.btnSoldeMax_Click);
     //
     // btnSommeSoldes
     //
     this.btnSommeSoldes.Location = new System.Drawing.Point(10, 214);
     this.btnSommeSoldes.Name     = "btnSommeSoldes";
     this.btnSommeSoldes.Size     = new System.Drawing.Size(124, 23);
     this.btnSommeSoldes.TabIndex = 4;
     this.btnSommeSoldes.Text     = "Somme des soldes";
     this.btnSommeSoldes.UseVisualStyleBackColor = true;
     this.btnSommeSoldes.Click += new System.EventHandler(this.btnSommeSoldes_Click);
     //
     // txtCountClients
     //
     this.txtCountClients.Location = new System.Drawing.Point(140, 38);
     this.txtCountClients.Name     = "txtCountClients";
     this.txtCountClients.Size     = new System.Drawing.Size(100, 20);
     this.txtCountClients.TabIndex = 5;
     //
     // txtMoyenneSoldes
     //
     this.txtMoyenneSoldes.Location = new System.Drawing.Point(140, 80);
     this.txtMoyenneSoldes.Name     = "txtMoyenneSoldes";
     this.txtMoyenneSoldes.Size     = new System.Drawing.Size(100, 20);
     this.txtMoyenneSoldes.TabIndex = 6;
     //
     // txtSoldeMin
     //
     this.txtSoldeMin.Location = new System.Drawing.Point(140, 128);
     this.txtSoldeMin.Name     = "txtSoldeMin";
     this.txtSoldeMin.Size     = new System.Drawing.Size(100, 20);
     this.txtSoldeMin.TabIndex = 7;
     //
     // txtSoldeMax
     //
     this.txtSoldeMax.Location = new System.Drawing.Point(140, 177);
     this.txtSoldeMax.Name     = "txtSoldeMax";
     this.txtSoldeMax.Size     = new System.Drawing.Size(100, 20);
     this.txtSoldeMax.TabIndex = 8;
     //
     // txtSommeSoldes
     //
     this.txtSommeSoldes.Location = new System.Drawing.Point(140, 218);
     this.txtSommeSoldes.Name     = "txtSommeSoldes";
     this.txtSommeSoldes.Size     = new System.Drawing.Size(100, 20);
     this.txtSommeSoldes.TabIndex = 9;
     //
     // dgvClients
     //
     this.dgvClients.AllowUserToAddRows              = false;
     this.dgvClients.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor                = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.dgvClients.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvClients.ColumnHeadersHeightSizeMode     = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvClients.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.id,
         this.nom,
         this.adresse,
         this.solde
     });
     this.dgvClients.Location          = new System.Drawing.Point(260, 40);
     this.dgvClients.MultiSelect       = false;
     this.dgvClients.Name              = "dgvClients";
     this.dgvClients.ReadOnly          = true;
     this.dgvClients.RowHeadersWidth   = 51;
     this.dgvClients.Size              = new System.Drawing.Size(508, 199);
     this.dgvClients.TabIndex          = 10;
     this.dgvClients.SelectionChanged += new System.EventHandler(this.dgvClients_SelectionChanged);
     //
     // id
     //
     this.id.HeaderText   = "id";
     this.id.MinimumWidth = 6;
     this.id.Name         = "id";
     this.id.ReadOnly     = true;
     this.id.Width        = 60;
     //
     // nom
     //
     this.nom.HeaderText   = "nom";
     this.nom.MinimumWidth = 6;
     this.nom.Name         = "nom";
     this.nom.ReadOnly     = true;
     this.nom.Width        = 125;
     //
     // adresse
     //
     this.adresse.HeaderText   = "Adresse";
     this.adresse.MinimumWidth = 6;
     this.adresse.Name         = "adresse";
     this.adresse.ReadOnly     = true;
     this.adresse.Width        = 125;
     //
     // solde
     //
     this.solde.HeaderText   = "Solde";
     this.solde.MinimumWidth = 6;
     this.solde.Name         = "solde";
     this.solde.ReadOnly     = true;
     this.solde.Width        = 125;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(260, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(507, 23);
     this.label1.TabIndex  = 11;
     this.label1.Text      = "Table \"clients\"";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnNouveauClient
     //
     this.btnNouveauClient.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnNouveauClient.ImageKey   = "add.png";
     this.btnNouveauClient.ImageList  = this.imageList1;
     this.btnNouveauClient.Location   = new System.Drawing.Point(490, 246);
     this.btnNouveauClient.Name       = "btnNouveauClient";
     this.btnNouveauClient.Size       = new System.Drawing.Size(124, 45);
     this.btnNouveauClient.TabIndex   = 12;
     this.btnNouveauClient.Text       = "Nouveau Client";
     this.btnNouveauClient.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnNouveauClient.UseVisualStyleBackColor = true;
     this.btnNouveauClient.Click += new System.EventHandler(this.btnNouveauClient_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "add.png");
     this.imageList1.Images.SetKeyName(1, "delete.png");
     //
     // btnSupprimerClient
     //
     this.btnSupprimerClient.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.btnSupprimerClient.ImageKey   = "delete.png";
     this.btnSupprimerClient.ImageList  = this.imageList1;
     this.btnSupprimerClient.Location   = new System.Drawing.Point(634, 246);
     this.btnSupprimerClient.Name       = "btnSupprimerClient";
     this.btnSupprimerClient.Size       = new System.Drawing.Size(133, 45);
     this.btnSupprimerClient.TabIndex   = 13;
     this.btnSupprimerClient.Text       = "Supprimer Client";
     this.btnSupprimerClient.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSupprimerClient.UseVisualStyleBackColor = true;
     this.btnSupprimerClient.Click += new System.EventHandler(this.btnSupprimerClient_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnUpdateParamsNomes);
     this.groupBox1.Controls.Add(this.btnUpdateParamsNonNomes);
     this.groupBox1.Controls.Add(this.btnUpdatePrimaire);
     this.groupBox1.Controls.Add(this.btnRechercherInfosClient);
     this.groupBox1.Controls.Add(this.txtSolde);
     this.groupBox1.Controls.Add(this.txtAdresse);
     this.groupBox1.Controls.Add(this.txtNom);
     this.groupBox1.Controls.Add(this.txtIdClient);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(20, 341);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(332, 247);
     this.groupBox1.TabIndex = 14;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Mise à jour";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnTransfertAvance);
     this.groupBox2.Controls.Add(this.txtMontantTransfertCmb);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.cmbCrediteur);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.cmbDebiteur);
     this.groupBox2.Controls.Add(this.btnTransfertSimple);
     this.groupBox2.Controls.Add(this.txtMontantTransfert);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.txtIdCrediteur);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.txtIdDebiteur);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Location = new System.Drawing.Point(372, 345);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(394, 243);
     this.groupBox2.TabIndex = 15;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Transaction";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(42, 56);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(45, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Id Client";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(42, 87);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(27, 13);
     this.label3.TabIndex = 1;
     this.label3.Text     = "nom";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(42, 112);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(44, 13);
     this.label4.TabIndex = 2;
     this.label4.Text     = "adresse";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(42, 140);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(32, 13);
     this.label5.TabIndex = 3;
     this.label5.Text     = "solde";
     //
     // txtIdClient
     //
     this.txtIdClient.Location = new System.Drawing.Point(97, 53);
     this.txtIdClient.Name     = "txtIdClient";
     this.txtIdClient.Size     = new System.Drawing.Size(100, 20);
     this.txtIdClient.TabIndex = 4;
     //
     // txtNom
     //
     this.txtNom.Location = new System.Drawing.Point(97, 84);
     this.txtNom.Name     = "txtNom";
     this.txtNom.Size     = new System.Drawing.Size(100, 20);
     this.txtNom.TabIndex = 5;
     //
     // txtAdresse
     //
     this.txtAdresse.Location = new System.Drawing.Point(97, 110);
     this.txtAdresse.Name     = "txtAdresse";
     this.txtAdresse.Size     = new System.Drawing.Size(100, 20);
     this.txtAdresse.TabIndex = 6;
     //
     // txtSolde
     //
     this.txtSolde.Location = new System.Drawing.Point(97, 136);
     this.txtSolde.Name     = "txtSolde";
     this.txtSolde.Size     = new System.Drawing.Size(100, 20);
     this.txtSolde.TabIndex = 7;
     //
     // btnRechercherInfosClient
     //
     this.btnRechercherInfosClient.Location = new System.Drawing.Point(203, 52);
     this.btnRechercherInfosClient.Name     = "btnRechercherInfosClient";
     this.btnRechercherInfosClient.Size     = new System.Drawing.Size(117, 23);
     this.btnRechercherInfosClient.TabIndex = 8;
     this.btnRechercherInfosClient.Text     = "Rechercher";
     this.btnRechercherInfosClient.UseVisualStyleBackColor = true;
     this.btnRechercherInfosClient.Click += new System.EventHandler(this.btnRechercherInfosClient_Click);
     //
     // btnUpdatePrimaire
     //
     this.btnUpdatePrimaire.Location = new System.Drawing.Point(12, 182);
     this.btnUpdatePrimaire.Name     = "btnUpdatePrimaire";
     this.btnUpdatePrimaire.Size     = new System.Drawing.Size(97, 52);
     this.btnUpdatePrimaire.TabIndex = 9;
     this.btnUpdatePrimaire.Text     = "Enregistrer (méthode simple)";
     this.btnUpdatePrimaire.UseVisualStyleBackColor = true;
     this.btnUpdatePrimaire.Click += new System.EventHandler(this.btnUpdatePrimaire_Click);
     //
     // btnUpdateParamsNonNomes
     //
     this.btnUpdateParamsNonNomes.Location = new System.Drawing.Point(120, 182);
     this.btnUpdateParamsNonNomes.Name     = "btnUpdateParamsNonNomes";
     this.btnUpdateParamsNonNomes.Size     = new System.Drawing.Size(97, 52);
     this.btnUpdateParamsNonNomes.TabIndex = 10;
     this.btnUpdateParamsNonNomes.Text     = "Enregistrer (avec paramètres non només)";
     this.btnUpdateParamsNonNomes.UseVisualStyleBackColor = true;
     this.btnUpdateParamsNonNomes.Click += new System.EventHandler(this.btnUpdateParamsNonNomes_Click);
     //
     // btnUpdateParamsNomes
     //
     this.btnUpdateParamsNomes.Location = new System.Drawing.Point(223, 182);
     this.btnUpdateParamsNomes.Name     = "btnUpdateParamsNomes";
     this.btnUpdateParamsNomes.Size     = new System.Drawing.Size(97, 52);
     this.btnUpdateParamsNomes.TabIndex = 11;
     this.btnUpdateParamsNomes.Text     = "Enregistrer (avec paramètres només)";
     this.btnUpdateParamsNomes.UseVisualStyleBackColor = true;
     this.btnUpdateParamsNomes.Click += new System.EventHandler(this.btnUpdateParamsNomes_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(32, 28);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(84, 13);
     this.label6.TabIndex = 0;
     this.label6.Text     = "id client débiteur";
     //
     // txtIdDebiteur
     //
     this.txtIdDebiteur.Location = new System.Drawing.Point(26, 51);
     this.txtIdDebiteur.Name     = "txtIdDebiteur";
     this.txtIdDebiteur.Size     = new System.Drawing.Size(100, 20);
     this.txtIdDebiteur.TabIndex = 1;
     //
     // txtIdCrediteur
     //
     this.txtIdCrediteur.Location = new System.Drawing.Point(135, 51);
     this.txtIdCrediteur.Name     = "txtIdCrediteur";
     this.txtIdCrediteur.Size     = new System.Drawing.Size(100, 20);
     this.txtIdCrediteur.TabIndex = 3;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(141, 28);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(87, 13);
     this.label7.TabIndex = 2;
     this.label7.Text     = "id client créditeur";
     //
     // txtMontantTransfert
     //
     this.txtMontantTransfert.Location = new System.Drawing.Point(267, 49);
     this.txtMontantTransfert.Name     = "txtMontantTransfert";
     this.txtMontantTransfert.Size     = new System.Drawing.Size(100, 20);
     this.txtMontantTransfert.TabIndex = 5;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(273, 26);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(86, 13);
     this.label8.TabIndex = 4;
     this.label8.Text     = "montant transfert";
     //
     // btnTransfertSimple
     //
     this.btnTransfertSimple.Location = new System.Drawing.Point(267, 75);
     this.btnTransfertSimple.Name     = "btnTransfertSimple";
     this.btnTransfertSimple.Size     = new System.Drawing.Size(100, 44);
     this.btnTransfertSimple.TabIndex = 6;
     this.btnTransfertSimple.Text     = "Transfert simple";
     this.btnTransfertSimple.UseVisualStyleBackColor = true;
     this.btnTransfertSimple.Click += new System.EventHandler(this.btnTransfertSimple_Click);
     //
     // cmbDebiteur
     //
     this.cmbDebiteur.FormattingEnabled = true;
     this.cmbDebiteur.Location          = new System.Drawing.Point(12, 161);
     this.cmbDebiteur.Name     = "cmbDebiteur";
     this.cmbDebiteur.Size     = new System.Drawing.Size(121, 21);
     this.cmbDebiteur.TabIndex = 7;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(30, 145);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(47, 13);
     this.label9.TabIndex = 8;
     this.label9.Text     = "Débiteur";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(179, 145);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(49, 13);
     this.label10.TabIndex = 10;
     this.label10.Text     = "Créditeur";
     //
     // cmbCrediteur
     //
     this.cmbCrediteur.FormattingEnabled = true;
     this.cmbCrediteur.Location          = new System.Drawing.Point(139, 161);
     this.cmbCrediteur.Name     = "cmbCrediteur";
     this.cmbCrediteur.Size     = new System.Drawing.Size(121, 21);
     this.cmbCrediteur.TabIndex = 9;
     //
     // txtMontantTransfertCmb
     //
     this.txtMontantTransfertCmb.Location = new System.Drawing.Point(267, 161);
     this.txtMontantTransfertCmb.Name     = "txtMontantTransfertCmb";
     this.txtMontantTransfertCmb.Size     = new System.Drawing.Size(100, 20);
     this.txtMontantTransfertCmb.TabIndex = 12;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(273, 145);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(86, 13);
     this.label11.TabIndex = 11;
     this.label11.Text     = "montant transfert";
     //
     // btnTransfertAvance
     //
     this.btnTransfertAvance.Location = new System.Drawing.Point(267, 186);
     this.btnTransfertAvance.Name     = "btnTransfertAvance";
     this.btnTransfertAvance.Size     = new System.Drawing.Size(100, 44);
     this.btnTransfertAvance.TabIndex = 13;
     this.btnTransfertAvance.Text     = "Transfert avancé";
     this.btnTransfertAvance.UseVisualStyleBackColor = true;
     this.btnTransfertAvance.Click += new System.EventHandler(this.btnTransfertAvance_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.txtDetailSoldeClient);
     this.groupBox3.Controls.Add(this.label15);
     this.groupBox3.Controls.Add(this.txtDetailAdresseClient);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.txtDetailNomClient);
     this.groupBox3.Controls.Add(this.label13);
     this.groupBox3.Controls.Add(this.txtDetailIdClient);
     this.groupBox3.Controls.Add(this.label12);
     this.groupBox3.Location = new System.Drawing.Point(20, 594);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(746, 61);
     this.groupBox3.TabIndex = 16;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Détails clients";
     //
     // txtDetailIdClient
     //
     this.txtDetailIdClient.Location = new System.Drawing.Point(67, 22);
     this.txtDetailIdClient.Name     = "txtDetailIdClient";
     this.txtDetailIdClient.Size     = new System.Drawing.Size(47, 20);
     this.txtDetailIdClient.TabIndex = 6;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(12, 26);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(45, 13);
     this.label12.TabIndex = 5;
     this.label12.Text     = "Id Client";
     //
     // txtDetailNomClient
     //
     this.txtDetailNomClient.Location = new System.Drawing.Point(153, 22);
     this.txtDetailNomClient.Name     = "txtDetailNomClient";
     this.txtDetailNomClient.Size     = new System.Drawing.Size(167, 20);
     this.txtDetailNomClient.TabIndex = 8;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(120, 26);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(27, 13);
     this.label13.TabIndex = 7;
     this.label13.Text     = "nom";
     //
     // txtDetailAdresseClient
     //
     this.txtDetailAdresseClient.Location = new System.Drawing.Point(378, 22);
     this.txtDetailAdresseClient.Name     = "txtDetailAdresseClient";
     this.txtDetailAdresseClient.Size     = new System.Drawing.Size(180, 20);
     this.txtDetailAdresseClient.TabIndex = 10;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(326, 26);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(44, 13);
     this.label14.TabIndex = 9;
     this.label14.Text     = "adresse";
     //
     // txtDetailSoldeClient
     //
     this.txtDetailSoldeClient.Location = new System.Drawing.Point(604, 22);
     this.txtDetailSoldeClient.Name     = "txtDetailSoldeClient";
     this.txtDetailSoldeClient.Size     = new System.Drawing.Size(115, 20);
     this.txtDetailSoldeClient.TabIndex = 12;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(564, 26);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(34, 13);
     this.label15.TabIndex = 11;
     this.label15.Text     = "Solde";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(782, 665);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnSupprimerClient);
     this.Controls.Add(this.btnNouveauClient);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dgvClients);
     this.Controls.Add(this.txtSommeSoldes);
     this.Controls.Add(this.txtSoldeMax);
     this.Controls.Add(this.txtSoldeMin);
     this.Controls.Add(this.txtMoyenneSoldes);
     this.Controls.Add(this.txtCountClients);
     this.Controls.Add(this.btnSommeSoldes);
     this.Controls.Add(this.btnSoldeMax);
     this.Controls.Add(this.btnSoldeMin);
     this.Controls.Add(this.btnMoyenneSolde);
     this.Controls.Add(this.btnNbreClients);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Les fonctions d\'agrégation";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvClients)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.DuplicateDGV      = new System.Windows.Forms.DataGridView();
     this.id                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.AreaName          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.medOrgName        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.eventDate         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DOOName           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DOOAddress        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clientFIO         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clientBirthDate   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clientAge         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clientAddress     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.relaxName         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TreatmentDate     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.HelpName          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FullName          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DiagName          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DiagID            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Speciality        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Department        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TransfertedDepart = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TransfertedDate   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.HealthStatus      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.EventMenuStrip    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.deleteEvent       = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.DuplicateDGV)).BeginInit();
     this.EventMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // DuplicateDGV
     //
     this.DuplicateDGV.AllowUserToAddRows              = false;
     this.DuplicateDGV.AllowUserToDeleteRows           = false;
     this.DuplicateDGV.AllowUserToResizeRows           = false;
     dataGridViewCellStyle1.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.DuplicateDGV.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.DuplicateDGV.AutoSizeColumnsMode             = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     dataGridViewCellStyle2.Alignment                  = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor                  = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font                     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     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.DuplicateDGV.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.DuplicateDGV.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DuplicateDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.id,
         this.AreaName,
         this.medOrgName,
         this.eventDate,
         this.DOOName,
         this.DOOAddress,
         this.clientFIO,
         this.clientBirthDate,
         this.clientAge,
         this.clientAddress,
         this.relaxName,
         this.TreatmentDate,
         this.HelpName,
         this.FullName,
         this.DiagName,
         this.DiagID,
         this.Speciality,
         this.Department,
         this.TransfertedDepart,
         this.TransfertedDate,
         this.HealthStatus
     });
     this.DuplicateDGV.ContextMenuStrip        = this.EventMenuStrip;
     dataGridViewCellStyle3.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle3.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     dataGridViewCellStyle3.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.DuplicateDGV.DefaultCellStyle        = dataGridViewCellStyle3;
     this.DuplicateDGV.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.DuplicateDGV.Location          = new System.Drawing.Point(0, 0);
     this.DuplicateDGV.Name              = "DuplicateDGV";
     this.DuplicateDGV.ReadOnly          = true;
     this.DuplicateDGV.RowHeadersVisible = false;
     this.DuplicateDGV.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.DuplicateDGV.Size              = new System.Drawing.Size(800, 450);
     this.DuplicateDGV.TabIndex          = 0;
     //
     // id
     //
     this.id.DataPropertyName = "id";
     this.id.HeaderText       = "id";
     this.id.Name             = "id";
     this.id.ReadOnly         = true;
     this.id.Visible          = false;
     //
     // AreaName
     //
     this.AreaName.DataPropertyName = "AreaName";
     this.AreaName.HeaderText       = "Район";
     this.AreaName.Name             = "AreaName";
     this.AreaName.ReadOnly         = true;
     //
     // medOrgName
     //
     this.medOrgName.DataPropertyName = "medOrgName";
     this.medOrgName.HeaderText       = "Медицинская организация";
     this.medOrgName.Name             = "medOrgName";
     this.medOrgName.ReadOnly         = true;
     //
     // eventDate
     //
     this.eventDate.DataPropertyName = "eventDate";
     this.eventDate.HeaderText       = "Дата подачи информации";
     this.eventDate.Name             = "eventDate";
     this.eventDate.ReadOnly         = true;
     //
     // DOOName
     //
     this.DOOName.DataPropertyName = "DOOName";
     this.DOOName.HeaderText       = "Название ДОО";
     this.DOOName.Name             = "DOOName";
     this.DOOName.ReadOnly         = true;
     //
     // DOOAddress
     //
     this.DOOAddress.DataPropertyName = "DOOAddress";
     this.DOOAddress.HeaderText       = "Адрес ДОО";
     this.DOOAddress.Name             = "DOOAddress";
     this.DOOAddress.ReadOnly         = true;
     //
     // clientFIO
     //
     this.clientFIO.DataPropertyName = "clientFIO";
     this.clientFIO.HeaderText       = "ФИО ребенка";
     this.clientFIO.Name             = "clientFIO";
     this.clientFIO.ReadOnly         = true;
     //
     // clientBirthDate
     //
     this.clientBirthDate.DataPropertyName = "clientBirthDate";
     this.clientBirthDate.HeaderText       = "Дата рождения";
     this.clientBirthDate.Name             = "clientBirthDate";
     this.clientBirthDate.ReadOnly         = true;
     //
     // clientAge
     //
     this.clientAge.DataPropertyName = "clientAge";
     this.clientAge.HeaderText       = "Возраст";
     this.clientAge.Name             = "clientAge";
     this.clientAge.ReadOnly         = true;
     //
     // clientAddress
     //
     this.clientAddress.DataPropertyName = "clientAddress";
     this.clientAddress.HeaderText       = "Адрес постоянного проживания";
     this.clientAddress.Name             = "clientAddress";
     this.clientAddress.ReadOnly         = true;
     //
     // relaxName
     //
     this.relaxName.DataPropertyName = "relaxName";
     this.relaxName.HeaderText       = "Тип отдыха";
     this.relaxName.Name             = "relaxName";
     this.relaxName.ReadOnly         = true;
     //
     // TreatmentDate
     //
     this.TreatmentDate.DataPropertyName = "TreatmentDate";
     this.TreatmentDate.HeaderText       = "Дата обращения";
     this.TreatmentDate.Name             = "TreatmentDate";
     this.TreatmentDate.ReadOnly         = true;
     //
     // HelpName
     //
     this.HelpName.DataPropertyName = "HelpName";
     this.HelpName.HeaderText       = "HelpName";
     this.HelpName.Name             = "HelpName";
     this.HelpName.ReadOnly         = true;
     this.HelpName.Visible          = false;
     //
     // FullName
     //
     this.FullName.DataPropertyName = "FullName";
     this.FullName.HeaderText       = "Вид оказанной помощи";
     this.FullName.Name             = "FullName";
     this.FullName.ReadOnly         = true;
     //
     // DiagName
     //
     this.DiagName.DataPropertyName = "DiagName";
     this.DiagName.HeaderText       = "Диагноз";
     this.DiagName.Name             = "DiagName";
     this.DiagName.ReadOnly         = true;
     //
     // DiagID
     //
     this.DiagID.DataPropertyName = "DiagID";
     this.DiagID.HeaderText       = "МКБ10";
     this.DiagID.Name             = "DiagID";
     this.DiagID.ReadOnly         = true;
     //
     // Speciality
     //
     this.Speciality.DataPropertyName = "Speciality";
     this.Speciality.HeaderText       = "Врач-специалист";
     this.Speciality.Name             = "Speciality";
     this.Speciality.ReadOnly         = true;
     //
     // Department
     //
     this.Department.DataPropertyName = "Department";
     this.Department.HeaderText       = "Отделение";
     this.Department.Name             = "Department";
     this.Department.ReadOnly         = true;
     //
     // TransfertedDepart
     //
     this.TransfertedDepart.DataPropertyName = "TransfertedDepart";
     this.TransfertedDepart.HeaderText       = "Направлен(переведен)";
     this.TransfertedDepart.Name             = "TransfertedDepart";
     this.TransfertedDepart.ReadOnly         = true;
     //
     // TransfertedDate
     //
     this.TransfertedDate.DataPropertyName = "TransfertedDate";
     this.TransfertedDate.HeaderText       = "Дата перевода";
     this.TransfertedDate.Name             = "TransfertedDate";
     this.TransfertedDate.ReadOnly         = true;
     //
     // HealthStatus
     //
     this.HealthStatus.DataPropertyName = "HealthStatus";
     this.HealthStatus.HeaderText       = "Состояние ребенка по степени тяжести";
     this.HealthStatus.Name             = "HealthStatus";
     this.HealthStatus.ReadOnly         = true;
     //
     // EventMenuStrip
     //
     this.EventMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.deleteEvent
     });
     this.EventMenuStrip.Name = "EventMenuStrip";
     this.EventMenuStrip.Size = new System.Drawing.Size(156, 26);
     //
     // deleteEvent
     //
     this.deleteEvent.Name   = "deleteEvent";
     this.deleteEvent.Size   = new System.Drawing.Size(155, 22);
     this.deleteEvent.Text   = "Удалить запись";
     this.deleteEvent.Click += new System.EventHandler(this.deleteEvent_Click);
     //
     // DuplicateForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.DuplicateDGV);
     this.Name          = "DuplicateForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Дубли";
     this.Load         += new System.EventHandler(this.DuplicateForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DuplicateDGV)).EndInit();
     this.EventMenuStrip.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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.txtcatalogo   = new System.Windows.Forms.TextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // txtcatalogo
     //
     this.txtcatalogo.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtcatalogo.Location = new System.Drawing.Point(17, 49);
     this.txtcatalogo.Name     = "txtcatalogo";
     this.txtcatalogo.ReadOnly = true;
     this.txtcatalogo.Size     = new System.Drawing.Size(604, 31);
     this.txtcatalogo.TabIndex = 0;
     //
     // 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(12, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(257, 25);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Documentos del producto";
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows    = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     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.AutoSizeColumnsMode           = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BackgroundColor               = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor                 = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, 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.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor                 = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font                      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor                 = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                  = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle              = dataGridViewCellStyle2;
     this.dataGridView1.Location                      = new System.Drawing.Point(0, 94);
     this.dataGridView1.Name     = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.dataGridView1.RowTemplate.Height    = 30;
     this.dataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.Size            = new System.Drawing.Size(633, 421);
     this.dataGridView1.TabIndex        = 327;
     this.dataGridView1.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
     //
     // FormDocumentos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(633, 515);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtcatalogo);
     this.Name          = "FormDocumentos";
     this.ShowIcon      = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Documentos";
     this.Load         += new System.EventHandler(this.FormDocumentos_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).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 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();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.groupBox2              = new System.Windows.Forms.GroupBox();
     this.cbGrupos               = new System.Windows.Forms.ComboBox();
     this.gruposBindingSource    = new System.Windows.Forms.BindingSource(this.components);
     this.jardinDataSet1         = new Formularios.JardinDataSet1();
     this.label2                 = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.button1                = new System.Windows.Forms.Button();
     this.label4                 = new System.Windows.Forms.Label();
     this.cbAlumnos              = new System.Windows.Forms.ComboBox();
     this.cbPeriodo              = new System.Windows.Forms.ComboBox();
     this.periodoBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.setListarPeriodoActivo = new Formularios.SetListarPeriodoActivo();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.label6                 = new System.Windows.Forms.Label();
     this.btnConsultarPeriodo    = new System.Windows.Forms.Button();
     this.cbTodosPeriodos        = new System.Windows.Forms.ComboBox();
     this.periodoBindingSource1  = new System.Windows.Forms.BindingSource(this.components);
     this.dTSetTodosPeriodos     = new Formularios.DTSetTodosPeriodos();
     this.tableNotas             = new System.Windows.Forms.DataGridView();
     this.btnVolver              = new System.Windows.Forms.Button();
     this.label1                 = new System.Windows.Forms.Label();
     this.periodoTableAdapter    = new Formularios.SetListarPeriodoActivoTableAdapters.periodoTableAdapter();
     this.periodoTableAdapter1   = new Formularios.DTSetTodosPeriodosTableAdapters.periodoTableAdapter();
     this.gruposTableAdapter     = new Formularios.JardinDataSet1TableAdapters.gruposTableAdapter();
     this.Column4                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gruposBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.jardinDataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.periodoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.setListarPeriodoActivo)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.periodoBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dTSetTodosPeriodos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tableNotas)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Location = new System.Drawing.Point(1, 1);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(899, 551);
     this.panel1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.White;
     this.panel2.Controls.Add(this.groupBox2);
     this.panel2.Controls.Add(this.groupBox1);
     this.panel2.Controls.Add(this.tableNotas);
     this.panel2.Controls.Add(this.btnVolver);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Location = new System.Drawing.Point(0, 4);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(899, 547);
     this.panel2.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cbGrupos);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.button1);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.cbAlumnos);
     this.groupBox2.Controls.Add(this.cbPeriodo);
     this.groupBox2.Location = new System.Drawing.Point(76, 78);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(544, 136);
     this.groupBox2.TabIndex = 21;
     this.groupBox2.TabStop  = false;
     //
     // cbGrupos
     //
     this.cbGrupos.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.gruposBindingSource, "id_grupo", true));
     this.cbGrupos.DataSource        = this.gruposBindingSource;
     this.cbGrupos.DisplayMember     = "nombre_grupo";
     this.cbGrupos.FormattingEnabled = true;
     this.cbGrupos.Location          = new System.Drawing.Point(93, 36);
     this.cbGrupos.Name                  = "cbGrupos";
     this.cbGrupos.Size                  = new System.Drawing.Size(263, 21);
     this.cbGrupos.TabIndex              = 6;
     this.cbGrupos.ValueMember           = "id_grupo";
     this.cbGrupos.SelectedIndexChanged += new System.EventHandler(this.cbGrupos_SelectedIndexChanged);
     //
     // gruposBindingSource
     //
     this.gruposBindingSource.DataMember = "grupos";
     this.gruposBindingSource.DataSource = this.jardinDataSet1;
     //
     // jardinDataSet1
     //
     this.jardinDataSet1.DataSetName             = "JardinDataSet1";
     this.jardinDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(10, 73);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(55, 15);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Alumno";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(10, 36);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(46, 15);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Grupo";
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.button1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor = System.Drawing.Color.White;
     this.button1.Location  = new System.Drawing.Point(275, 96);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(81, 30);
     this.button1.TabIndex  = 15;
     this.button1.Text      = "Guardar";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(10, 109);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(57, 15);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Periodo";
     //
     // cbAlumnos
     //
     this.cbAlumnos.FormattingEnabled = true;
     this.cbAlumnos.Location          = new System.Drawing.Point(93, 67);
     this.cbAlumnos.Name     = "cbAlumnos";
     this.cbAlumnos.Size     = new System.Drawing.Size(263, 21);
     this.cbAlumnos.TabIndex = 7;
     //
     // cbPeriodo
     //
     this.cbPeriodo.DataSource        = this.periodoBindingSource;
     this.cbPeriodo.DisplayMember     = "descripcion_periodo";
     this.cbPeriodo.FormattingEnabled = true;
     this.cbPeriodo.Location          = new System.Drawing.Point(93, 103);
     this.cbPeriodo.Name        = "cbPeriodo";
     this.cbPeriodo.Size        = new System.Drawing.Size(140, 21);
     this.cbPeriodo.TabIndex    = 10;
     this.cbPeriodo.ValueMember = "id_periodo";
     //
     // periodoBindingSource
     //
     this.periodoBindingSource.DataMember = "periodo";
     this.periodoBindingSource.DataSource = this.setListarPeriodoActivo;
     //
     // setListarPeriodoActivo
     //
     this.setListarPeriodoActivo.DataSetName             = "SetListarPeriodoActivo";
     this.setListarPeriodoActivo.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.btnConsultarPeriodo);
     this.groupBox1.Controls.Add(this.cbTodosPeriodos);
     this.groupBox1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.groupBox1.Location  = new System.Drawing.Point(646, 78);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(200, 171);
     this.groupBox1.TabIndex  = 20;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Consultar Periodo";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(17, 33);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(57, 15);
     this.label6.TabIndex = 22;
     this.label6.Text     = "Periodo";
     //
     // btnConsultarPeriodo
     //
     this.btnConsultarPeriodo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.btnConsultarPeriodo.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnConsultarPeriodo.ForeColor = System.Drawing.Color.White;
     this.btnConsultarPeriodo.Location  = new System.Drawing.Point(20, 109);
     this.btnConsultarPeriodo.Name      = "btnConsultarPeriodo";
     this.btnConsultarPeriodo.Size      = new System.Drawing.Size(159, 30);
     this.btnConsultarPeriodo.TabIndex  = 17;
     this.btnConsultarPeriodo.Text      = "Consultar";
     this.btnConsultarPeriodo.UseVisualStyleBackColor = false;
     this.btnConsultarPeriodo.Click += new System.EventHandler(this.button2_Click);
     //
     // cbTodosPeriodos
     //
     this.cbTodosPeriodos.DataSource        = this.periodoBindingSource1;
     this.cbTodosPeriodos.DisplayMember     = "descripcion_periodo";
     this.cbTodosPeriodos.FormattingEnabled = true;
     this.cbTodosPeriodos.Location          = new System.Drawing.Point(20, 65);
     this.cbTodosPeriodos.Name        = "cbTodosPeriodos";
     this.cbTodosPeriodos.Size        = new System.Drawing.Size(159, 24);
     this.cbTodosPeriodos.TabIndex    = 21;
     this.cbTodosPeriodos.ValueMember = "id_periodo";
     //
     // periodoBindingSource1
     //
     this.periodoBindingSource1.DataMember = "periodo";
     this.periodoBindingSource1.DataSource = this.dTSetTodosPeriodos;
     //
     // dTSetTodosPeriodos
     //
     this.dTSetTodosPeriodos.DataSetName             = "DTSetTodosPeriodos";
     this.dTSetTodosPeriodos.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // tableNotas
     //
     this.tableNotas.AllowUserToAddRows            = false;
     dataGridViewCellStyle1.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor              = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                   = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, 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.tableNotas.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.tableNotas.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.tableNotas.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column4,
         this.Column1,
         this.Column2,
         this.Column3
     });
     this.tableNotas.Location = new System.Drawing.Point(76, 235);
     this.tableNotas.Name     = "tableNotas";
     this.tableNotas.Size     = new System.Drawing.Size(544, 290);
     this.tableNotas.TabIndex = 16;
     //
     // btnVolver
     //
     this.btnVolver.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.btnVolver.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnVolver.ForeColor = System.Drawing.Color.White;
     this.btnVolver.Location  = new System.Drawing.Point(765, 26);
     this.btnVolver.Name      = "btnVolver";
     this.btnVolver.Size      = new System.Drawing.Size(81, 30);
     this.btnVolver.TabIndex  = 14;
     this.btnVolver.Text      = "Volver";
     this.btnVolver.UseVisualStyleBackColor = false;
     this.btnVolver.Click += new System.EventHandler(this.btnVolver_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.label1.Location  = new System.Drawing.Point(43, 32);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(173, 24);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Registro de notas";
     //
     // periodoTableAdapter
     //
     this.periodoTableAdapter.ClearBeforeFill = true;
     //
     // periodoTableAdapter1
     //
     this.periodoTableAdapter1.ClearBeforeFill = true;
     //
     // gruposTableAdapter
     //
     this.gruposTableAdapter.ClearBeforeFill = true;
     //
     // Column4
     //
     dataGridViewCellStyle2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.Column4.DefaultCellStyle    = dataGridViewCellStyle2;
     this.Column4.HeaderText          = "Id Materia";
     this.Column4.Name    = "Column4";
     this.Column4.Visible = false;
     //
     // Column1
     //
     dataGridViewCellStyle3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.Column1.DefaultCellStyle    = dataGridViewCellStyle3;
     this.Column1.HeaderText          = "Materia";
     this.Column1.Name     = "Column1";
     this.Column1.ReadOnly = true;
     this.Column1.Width    = 200;
     //
     // Column2
     //
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Gray;
     dataGridViewCellStyle4.Format    = "N1";
     dataGridViewCellStyle4.NullValue = "0";
     this.Column2.DefaultCellStyle    = dataGridViewCellStyle4;
     this.Column2.HeaderText          = "Nota";
     this.Column2.Name     = "Column2";
     this.Column2.ReadOnly = true;
     //
     // Column3
     //
     dataGridViewCellStyle5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Red;
     this.Column3.DefaultCellStyle    = dataGridViewCellStyle5;
     this.Column3.HeaderText          = "Valoración";
     this.Column3.Name     = "Column3";
     this.Column3.ReadOnly = true;
     this.Column3.Width    = 200;
     //
     // NotasFormulario
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(899, 552);
     this.ControlBox          = false;
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "NotasFormulario";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "NotasFormulario";
     this.Load           += new System.EventHandler(this.NotasFormulario_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gruposBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.jardinDataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.periodoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.setListarPeriodoActivo)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.periodoBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dTSetTodosPeriodos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tableNotas)).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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDMTaiKhoan));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.BindingNavigatorDMTaiKhoan = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCloseItem = new System.Windows.Forms.ToolStripButton();
            this.DGVDMTaiKhoan = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.colSoHieuTaiKhoan = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colTenTaiKhoan = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colTinhChatSoDu = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ContextMenuBar = new DevComponents.DotNetBar.ContextMenuBar();
            this.btnMenu = new DevComponents.DotNetBar.ButtonItem();
            this.btnSave = new DevComponents.DotNetBar.ButtonItem();
            this.btnAdd = new DevComponents.DotNetBar.ButtonItem();
            this.btnDelete = new DevComponents.DotNetBar.ButtonItem();
            this.btnclose = new DevComponents.DotNetBar.ButtonItem();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.BindingNavigatorDMTaiKhoan)).BeginInit();
            this.BindingNavigatorDMTaiKhoan.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DGVDMTaiKhoan)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ContextMenuBar)).BeginInit();
            this.SuspendLayout();
            // 
            // BindingNavigatorDMTaiKhoan
            // 
            this.BindingNavigatorDMTaiKhoan.AddNewItem = null;
            this.BindingNavigatorDMTaiKhoan.AutoSize = false;
            this.BindingNavigatorDMTaiKhoan.CountItem = this.bindingNavigatorCountItem;
            this.BindingNavigatorDMTaiKhoan.DeleteItem = null;
            this.BindingNavigatorDMTaiKhoan.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.bindingNavigatorSaveItem,
            this.bindingNavigatorCloseItem});
            this.BindingNavigatorDMTaiKhoan.Location = new System.Drawing.Point(0, 0);
            this.BindingNavigatorDMTaiKhoan.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.BindingNavigatorDMTaiKhoan.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.BindingNavigatorDMTaiKhoan.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.BindingNavigatorDMTaiKhoan.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.BindingNavigatorDMTaiKhoan.Name = "BindingNavigatorDMTaiKhoan";
            this.BindingNavigatorDMTaiKhoan.PositionItem = this.bindingNavigatorPositionItem;
            this.BindingNavigatorDMTaiKhoan.Size = new System.Drawing.Size(488, 38);
            this.BindingNavigatorDMTaiKhoan.TabIndex = 0;
            this.BindingNavigatorDMTaiKhoan.Text = "bindingNavigator1";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(36, 35);
            this.bindingNavigatorCountItem.Text = "of {0}";
            this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
            // 
            // 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, 35);
            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, 35);
            this.bindingNavigatorMovePreviousItem.Text = "Move previous";
            // 
            // bindingNavigatorSeparator
            // 
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 38);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.AccessibleName = "Position";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "Current position";
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 38);
            // 
            // 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, 35);
            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, 35);
            this.bindingNavigatorMoveLastItem.Text = "Move last";
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 38);
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.Image = global::QuanLyTienGuiTietKiem.Properties.Resources.Add;
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(37, 35);
            this.bindingNavigatorAddNewItem.Text = "Thêm";
            this.bindingNavigatorAddNewItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.bindingNavigatorAddNewItem.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
            // 
            // bindingNavigatorDeleteItem
            // 
            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(37, 35);
            this.bindingNavigatorDeleteItem.Text = "Thêm";
            this.bindingNavigatorDeleteItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.bindingNavigatorDeleteItem.Click += new System.EventHandler(this.bindingNavigatorDeleteItem_Click);
            // 
            // bindingNavigatorSaveItem
            // 
            this.bindingNavigatorSaveItem.Image = global::QuanLyTienGuiTietKiem.Properties.Resources.save;
            this.bindingNavigatorSaveItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.bindingNavigatorSaveItem.Name = "bindingNavigatorSaveItem";
            this.bindingNavigatorSaveItem.Size = new System.Drawing.Size(28, 35);
            this.bindingNavigatorSaveItem.Text = "Luu";
            this.bindingNavigatorSaveItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.bindingNavigatorSaveItem.Click += new System.EventHandler(this.bindingNavigatorSaveItem_Click);
            // 
            // bindingNavigatorCloseItem
            // 
            this.bindingNavigatorCloseItem.Image = global::QuanLyTienGuiTietKiem.Properties.Resources.Exit;
            this.bindingNavigatorCloseItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.bindingNavigatorCloseItem.Name = "bindingNavigatorCloseItem";
            this.bindingNavigatorCloseItem.Size = new System.Drawing.Size(39, 35);
            this.bindingNavigatorCloseItem.Text = "Thoat";
            this.bindingNavigatorCloseItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.bindingNavigatorCloseItem.Click += new System.EventHandler(this.bindingNavigatorCloseItem_Click);
            // 
            // DGVDMTaiKhoan
            // 
            this.DGVDMTaiKhoan.AllowUserToAddRows = false;
            this.DGVDMTaiKhoan.BackgroundColor = System.Drawing.SystemColors.InactiveCaptionText;
            this.DGVDMTaiKhoan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.DGVDMTaiKhoan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colSoHieuTaiKhoan,
            this.colTenTaiKhoan,
            this.colTinhChatSoDu});
            this.ContextMenuBar.SetContextMenuEx(this.DGVDMTaiKhoan, this.btnMenu);
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
            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.ControlText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.DGVDMTaiKhoan.DefaultCellStyle = dataGridViewCellStyle1;
            this.DGVDMTaiKhoan.Dock = System.Windows.Forms.DockStyle.Fill;
            this.DGVDMTaiKhoan.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.DGVDMTaiKhoan.Location = new System.Drawing.Point(0, 38);
            this.DGVDMTaiKhoan.Name = "DGVDMTaiKhoan";
            this.DGVDMTaiKhoan.Size = new System.Drawing.Size(488, 281);
            this.DGVDMTaiKhoan.TabIndex = 1;
            // 
            // colSoHieuTaiKhoan
            // 
            this.colSoHieuTaiKhoan.DataPropertyName = "SoHieuTaiKhoan";
            this.colSoHieuTaiKhoan.HeaderText = "Số hiệu tài khoản";
            this.colSoHieuTaiKhoan.Name = "colSoHieuTaiKhoan";
            this.colSoHieuTaiKhoan.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.colSoHieuTaiKhoan.Width = 120;
            // 
            // colTenTaiKhoan
            // 
            this.colTenTaiKhoan.DataPropertyName = "TenTaiKhoan";
            this.colTenTaiKhoan.HeaderText = "Tên tài khoản";
            this.colTenTaiKhoan.Name = "colTenTaiKhoan";
            this.colTenTaiKhoan.Width = 200;
            // 
            // colTinhChatSoDu
            // 
            this.colTinhChatSoDu.DataPropertyName = "TinhChatSoDu";
            this.colTinhChatSoDu.HeaderText = "Tính chất số dư";
            this.colTinhChatSoDu.Name = "colTinhChatSoDu";
            this.colTinhChatSoDu.Width = 120;
            // 
            // ContextMenuBar
            // 
            this.ContextMenuBar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btnMenu});
            this.ContextMenuBar.Location = new System.Drawing.Point(134, 135);
            this.ContextMenuBar.Name = "ContextMenuBar";
            this.ContextMenuBar.Size = new System.Drawing.Size(72, 25);
            this.ContextMenuBar.Stretch = true;
            this.ContextMenuBar.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
            this.ContextMenuBar.TabIndex = 2;
            this.ContextMenuBar.TabStop = false;
            this.ContextMenuBar.Text = "\\";
            // 
            // btnMenu
            // 
            this.btnMenu.AutoExpandOnClick = true;
            this.btnMenu.ImagePaddingHorizontal = 8;
            this.btnMenu.Name = "btnMenu";
            this.btnMenu.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btnSave,
            this.btnAdd,
            this.btnDelete,
            this.btnclose});
            this.btnMenu.Text = "Menu";
            // 
            // btnSave
            // 
            this.btnSave.Image = global::QuanLyTienGuiTietKiem.Properties.Resources.save;
            this.btnSave.ImagePaddingHorizontal = 8;
            this.btnSave.Name = "btnSave";
            this.btnSave.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlS);
            this.btnSave.Text = "Lưu lại";
            // 
            // btnAdd
            // 
            this.btnAdd.Image = global::QuanLyTienGuiTietKiem.Properties.Resources.Add;
            this.btnAdd.ImagePaddingHorizontal = 8;
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlN);
            this.btnAdd.Text = "Thêm DM tài khoản";
            // 
            // btnDelete
            // 
            this.btnDelete.Image = global::QuanLyTienGuiTietKiem.Properties.Resources.Delete;
            this.btnDelete.ImagePaddingHorizontal = 8;
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
            this.btnDelete.Text = "Xóa DM tài khoản";
            // 
            // btnclose
            // 
            this.btnclose.Image = global::QuanLyTienGuiTietKiem.Properties.Resources.Exit;
            this.btnclose.ImagePaddingHorizontal = 8;
            this.btnclose.Name = "btnclose";
            this.btnclose.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.AltF4);
            this.btnclose.Text = "Đóng cửa sổ lại";
            this.btnclose.Click += new System.EventHandler(this.bindingNavigatorCloseItem_Click);
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.DataPropertyName = "MaQuyen";
            this.dataGridViewTextBoxColumn1.HeaderText = "Mã quyền";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewTextBoxColumn1.Width = 120;
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.DataPropertyName = "TenQuyenND";
            this.dataGridViewTextBoxColumn2.HeaderText = "Tên quyền ND";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewTextBoxColumn2.Width = 150;
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.DataPropertyName = "MaNhomNguoDung";
            this.dataGridViewTextBoxColumn3.HeaderText = "Nhóm người dùng";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridViewTextBoxColumn3.Width = 150;
            // 
            // frmDMTaiKhoan
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(488, 319);
            this.ContextMenuBar.SetContextMenuEx(this, this.btnMenu);
            this.Controls.Add(this.ContextMenuBar);
            this.Controls.Add(this.DGVDMTaiKhoan);
            this.Controls.Add(this.BindingNavigatorDMTaiKhoan);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmDMTaiKhoan";
            this.ShowInTaskbar = false;
            this.Text = "DANH MỤC TÀI KHOẢN";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.frmDMTaiKhoan_Load);
            ((System.ComponentModel.ISupportInitialize)(this.BindingNavigatorDMTaiKhoan)).EndInit();
            this.BindingNavigatorDMTaiKhoan.ResumeLayout(false);
            this.BindingNavigatorDMTaiKhoan.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DGVDMTaiKhoan)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ContextMenuBar)).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();
     this.TextBusca       = new MetroFramework.Controls.MetroTextBox();
     this.BtnBuscar       = new MetroFramework.Controls.MetroButton();
     this.DataGridEmpresa = new MetroFramework.Controls.MetroGrid();
     this.SelecionaEmpres = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.BtnExcluir      = new MetroFramework.Controls.MetroButton();
     this.BtnEditar       = new MetroFramework.Controls.MetroButton();
     ((System.ComponentModel.ISupportInitialize)(this.DataGridEmpresa)).BeginInit();
     this.SuspendLayout();
     //
     // TextBusca
     //
     this.TextBusca.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     //
     //
     //
     this.TextBusca.CustomButton.Image         = null;
     this.TextBusca.CustomButton.Location      = new System.Drawing.Point(426, 1);
     this.TextBusca.CustomButton.Name          = "";
     this.TextBusca.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.TextBusca.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.TextBusca.CustomButton.TabIndex      = 1;
     this.TextBusca.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.TextBusca.CustomButton.UseSelectable = true;
     this.TextBusca.CustomButton.Visible       = false;
     this.TextBusca.Lines            = new string[0];
     this.TextBusca.Location         = new System.Drawing.Point(23, 63);
     this.TextBusca.MaxLength        = 32767;
     this.TextBusca.Name             = "TextBusca";
     this.TextBusca.PasswordChar     = '\0';
     this.TextBusca.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.TextBusca.SelectedText     = "";
     this.TextBusca.SelectionLength  = 0;
     this.TextBusca.SelectionStart   = 0;
     this.TextBusca.ShortcutsEnabled = true;
     this.TextBusca.Size             = new System.Drawing.Size(448, 23);
     this.TextBusca.Style            = MetroFramework.MetroColorStyle.Green;
     this.TextBusca.TabIndex         = 0;
     this.TextBusca.Theme            = MetroFramework.MetroThemeStyle.Light;
     this.TextBusca.UseSelectable    = true;
     this.TextBusca.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.TextBusca.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     this.TextBusca.KeyPress        += new System.Windows.Forms.KeyPressEventHandler(this.TextBusca_KeyPress);
     //
     // BtnBuscar
     //
     this.BtnBuscar.Location       = new System.Drawing.Point(477, 63);
     this.BtnBuscar.Name           = "BtnBuscar";
     this.BtnBuscar.Size           = new System.Drawing.Size(75, 23);
     this.BtnBuscar.Style          = MetroFramework.MetroColorStyle.Green;
     this.BtnBuscar.TabIndex       = 1;
     this.BtnBuscar.Text           = "Buscar";
     this.BtnBuscar.Theme          = MetroFramework.MetroThemeStyle.Light;
     this.BtnBuscar.UseSelectable  = true;
     this.BtnBuscar.UseStyleColors = true;
     this.BtnBuscar.Click         += new System.EventHandler(this.BtnBuscar_Click);
     //
     // DataGridEmpresa
     //
     this.DataGridEmpresa.AllowUserToAddRows       = false;
     this.DataGridEmpresa.AllowUserToDeleteRows    = false;
     this.DataGridEmpresa.AllowUserToResizeColumns = false;
     this.DataGridEmpresa.AllowUserToResizeRows    = false;
     this.DataGridEmpresa.AutoSizeColumnsMode      = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.DataGridEmpresa.AutoSizeRowsMode         = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.DataGridEmpresa.BackgroundColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.DataGridEmpresa.BorderStyle              = System.Windows.Forms.BorderStyle.None;
     this.DataGridEmpresa.CellBorderStyle          = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.DataGridEmpresa.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle1.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(177)))), ((int)(((byte)(89)))));
     dataGridViewCellStyle1.Font                        = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle1.ForeColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle1.SelectionBackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(208)))), ((int)(((byte)(104)))));
     dataGridViewCellStyle1.SelectionForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle1.WrapMode                    = System.Windows.Forms.DataGridViewTriState.True;
     this.DataGridEmpresa.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.DataGridEmpresa.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DataGridEmpresa.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.SelecionaEmpres
     });
     dataGridViewCellStyle2.Alignment               = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle2.Font                    = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(136)))), ((int)(((byte)(136)))));
     dataGridViewCellStyle2.SelectionBackColor      = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(208)))), ((int)(((byte)(104)))));
     dataGridViewCellStyle2.SelectionForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle2.WrapMode                = System.Windows.Forms.DataGridViewTriState.False;
     this.DataGridEmpresa.DefaultCellStyle          = dataGridViewCellStyle2;
     this.DataGridEmpresa.EnableHeadersVisualStyles = false;
     this.DataGridEmpresa.Font                       = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.DataGridEmpresa.GridColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.DataGridEmpresa.Location                   = new System.Drawing.Point(23, 92);
     this.DataGridEmpresa.MultiSelect                = false;
     this.DataGridEmpresa.Name                       = "DataGridEmpresa";
     this.DataGridEmpresa.RowHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle3.Alignment                = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(177)))), ((int)(((byte)(89)))));
     dataGridViewCellStyle3.Font                     = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle3.ForeColor                = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle3.SelectionBackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(208)))), ((int)(((byte)(104)))));
     dataGridViewCellStyle3.SelectionForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle3.WrapMode                 = System.Windows.Forms.DataGridViewTriState.True;
     this.DataGridEmpresa.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.DataGridEmpresa.RowHeadersWidthSizeMode    = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.DataGridEmpresa.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.DataGridEmpresa.Size                       = new System.Drawing.Size(529, 185);
     this.DataGridEmpresa.Style                      = MetroFramework.MetroColorStyle.Green;
     this.DataGridEmpresa.TabIndex                   = 2;
     this.DataGridEmpresa.Theme                      = MetroFramework.MetroThemeStyle.Light;
     //
     // SelecionaEmpres
     //
     this.SelecionaEmpres.HeaderText = "Selecionar";
     this.SelecionaEmpres.Name       = "SelecionaEmpres";
     this.SelecionaEmpres.Width      = 64;
     //
     // BtnExcluir
     //
     this.BtnExcluir.Location       = new System.Drawing.Point(396, 283);
     this.BtnExcluir.Name           = "BtnExcluir";
     this.BtnExcluir.Size           = new System.Drawing.Size(75, 23);
     this.BtnExcluir.Style          = MetroFramework.MetroColorStyle.Green;
     this.BtnExcluir.TabIndex       = 3;
     this.BtnExcluir.Text           = "Excluir";
     this.BtnExcluir.Theme          = MetroFramework.MetroThemeStyle.Light;
     this.BtnExcluir.UseSelectable  = true;
     this.BtnExcluir.UseStyleColors = true;
     this.BtnExcluir.Click         += new System.EventHandler(this.BtnExcluir_Click);
     //
     // BtnEditar
     //
     this.BtnEditar.Location       = new System.Drawing.Point(477, 283);
     this.BtnEditar.Name           = "BtnEditar";
     this.BtnEditar.Size           = new System.Drawing.Size(75, 23);
     this.BtnEditar.Style          = MetroFramework.MetroColorStyle.Green;
     this.BtnEditar.TabIndex       = 4;
     this.BtnEditar.Text           = "Editar";
     this.BtnEditar.Theme          = MetroFramework.MetroThemeStyle.Light;
     this.BtnEditar.UseSelectable  = true;
     this.BtnEditar.UseStyleColors = true;
     this.BtnEditar.Click         += new System.EventHandler(this.BtnEditar_Click);
     //
     // BuscarEmpresa
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(575, 332);
     this.Controls.Add(this.BtnEditar);
     this.Controls.Add(this.BtnExcluir);
     this.Controls.Add(this.DataGridEmpresa);
     this.Controls.Add(this.BtnBuscar);
     this.Controls.Add(this.TextBusca);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "BuscarEmpresa";
     this.Resizable   = false;
     this.Style       = MetroFramework.MetroColorStyle.Green;
     this.Text        = "Buscar Empresa";
     ((System.ComponentModel.ISupportInitialize)(this.DataGridEmpresa)).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(CourseInfoForm));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1              = new System.Windows.Forms.ToolStrip();
     this.SaveBt                  = new System.Windows.Forms.ToolStripButton();
     this.ScreenBt                = new System.Windows.Forms.ToolStripButton();
     this.ResetBt                 = new System.Windows.Forms.ToolStripButton();
     this.CodeLabel               = new System.Windows.Forms.Label();
     this.NameLabel               = new System.Windows.Forms.Label();
     this.CreditLable             = new System.Windows.Forms.Label();
     this.ChosenCountLabel        = new System.Windows.Forms.Label();
     this.CodeTB                  = new System.Windows.Forms.TextBox();
     this.NameTB                  = new System.Windows.Forms.TextBox();
     this.CreditTB                = new System.Windows.Forms.TextBox();
     this.ChosenCountTB           = new System.Windows.Forms.TextBox();
     this.CourseScoreDataGridView = new System.Windows.Forms.DataGridView();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CourseScoreDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.SaveBt,
         this.ScreenBt,
         this.ResetBt
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(349, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // SaveBt
     //
     this.SaveBt.Image = ((System.Drawing.Image)(resources.GetObject("SaveBt.Image")));
     this.SaveBt.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SaveBt.Name   = "SaveBt";
     this.SaveBt.Size   = new System.Drawing.Size(52, 22);
     this.SaveBt.Text   = "保存";
     this.SaveBt.Click += new System.EventHandler(this.SaveBt_Click);
     //
     // ScreenBt
     //
     this.ScreenBt.Image = ((System.Drawing.Image)(resources.GetObject("ScreenBt.Image")));
     this.ScreenBt.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ScreenBt.Name   = "ScreenBt";
     this.ScreenBt.Size   = new System.Drawing.Size(52, 22);
     this.ScreenBt.Text   = "筛选";
     this.ScreenBt.Click += new System.EventHandler(this.ScreenBt_Click);
     //
     // ResetBt
     //
     this.ResetBt.Image = ((System.Drawing.Image)(resources.GetObject("ResetBt.Image")));
     this.ResetBt.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ResetBt.Name   = "ResetBt";
     this.ResetBt.Size   = new System.Drawing.Size(52, 22);
     this.ResetBt.Text   = "恢复";
     this.ResetBt.Click += new System.EventHandler(this.ResetBt_Click);
     //
     // CodeLabel
     //
     this.CodeLabel.AutoSize = true;
     this.CodeLabel.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.CodeLabel.Location = new System.Drawing.Point(12, 45);
     this.CodeLabel.Name     = "CodeLabel";
     this.CodeLabel.Size     = new System.Drawing.Size(40, 16);
     this.CodeLabel.TabIndex = 1;
     this.CodeLabel.Text     = "编号";
     //
     // NameLabel
     //
     this.NameLabel.AutoSize = true;
     this.NameLabel.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.NameLabel.Location = new System.Drawing.Point(168, 45);
     this.NameLabel.Name     = "NameLabel";
     this.NameLabel.Size     = new System.Drawing.Size(40, 16);
     this.NameLabel.TabIndex = 2;
     this.NameLabel.Text     = "名称";
     //
     // CreditLable
     //
     this.CreditLable.AutoSize = true;
     this.CreditLable.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.CreditLable.Location = new System.Drawing.Point(12, 86);
     this.CreditLable.Name     = "CreditLable";
     this.CreditLable.Size     = new System.Drawing.Size(40, 16);
     this.CreditLable.TabIndex = 3;
     this.CreditLable.Text     = "学分";
     //
     // ChosenCountLabel
     //
     this.ChosenCountLabel.AutoSize = true;
     this.ChosenCountLabel.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ChosenCountLabel.Location = new System.Drawing.Point(136, 86);
     this.ChosenCountLabel.Name     = "ChosenCountLabel";
     this.ChosenCountLabel.Size     = new System.Drawing.Size(72, 16);
     this.ChosenCountLabel.TabIndex = 4;
     this.ChosenCountLabel.Text     = "已选人数";
     //
     // CodeTB
     //
     this.CodeTB.Enabled  = false;
     this.CodeTB.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.CodeTB.Location = new System.Drawing.Point(58, 42);
     this.CodeTB.Name     = "CodeTB";
     this.CodeTB.Size     = new System.Drawing.Size(64, 26);
     this.CodeTB.TabIndex = 5;
     //
     // NameTB
     //
     this.NameTB.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.NameTB.Location = new System.Drawing.Point(214, 42);
     this.NameTB.Name     = "NameTB";
     this.NameTB.Size     = new System.Drawing.Size(123, 26);
     this.NameTB.TabIndex = 6;
     //
     // CreditTB
     //
     this.CreditTB.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.CreditTB.Location = new System.Drawing.Point(58, 83);
     this.CreditTB.Name     = "CreditTB";
     this.CreditTB.Size     = new System.Drawing.Size(64, 26);
     this.CreditTB.TabIndex = 7;
     //
     // ChosenCountTB
     //
     this.ChosenCountTB.Enabled  = false;
     this.ChosenCountTB.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ChosenCountTB.Location = new System.Drawing.Point(214, 83);
     this.ChosenCountTB.Name     = "ChosenCountTB";
     this.ChosenCountTB.Size     = new System.Drawing.Size(123, 26);
     this.ChosenCountTB.TabIndex = 8;
     //
     // CourseScoreDataGridView
     //
     this.CourseScoreDataGridView.AllowUserToAddRows  = false;
     this.CourseScoreDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     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.CourseScoreDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.CourseScoreDataGridView.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment                        = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor                        = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font                             = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor                        = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor               = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor               = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                         = System.Windows.Forms.DataGridViewTriState.False;
     this.CourseScoreDataGridView.DefaultCellStyle           = dataGridViewCellStyle2;
     this.CourseScoreDataGridView.Dock                       = System.Windows.Forms.DockStyle.Bottom;
     this.CourseScoreDataGridView.Location                   = new System.Drawing.Point(0, 129);
     this.CourseScoreDataGridView.MultiSelect                = false;
     this.CourseScoreDataGridView.Name                       = "CourseScoreDataGridView";
     this.CourseScoreDataGridView.ReadOnly                   = true;
     dataGridViewCellStyle3.Alignment                        = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                        = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                             = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle3.ForeColor                        = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor               = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor               = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode                         = System.Windows.Forms.DataGridViewTriState.True;
     this.CourseScoreDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.CourseScoreDataGridView.RowTemplate.Height         = 23;
     this.CourseScoreDataGridView.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.CourseScoreDataGridView.Size                       = new System.Drawing.Size(349, 365);
     this.CourseScoreDataGridView.TabIndex                   = 9;
     //
     // CourseInfoForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(349, 494);
     this.Controls.Add(this.CourseScoreDataGridView);
     this.Controls.Add(this.ChosenCountTB);
     this.Controls.Add(this.CreditTB);
     this.Controls.Add(this.NameTB);
     this.Controls.Add(this.CodeTB);
     this.Controls.Add(this.ChosenCountLabel);
     this.Controls.Add(this.CreditLable);
     this.Controls.Add(this.NameLabel);
     this.Controls.Add(this.CodeLabel);
     this.Controls.Add(this.toolStrip1);
     this.Font          = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Name          = "CourseInfoForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "CourseInfoForm";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.CourseInfoForm_FormClosed);
     this.Load         += new System.EventHandler(this.CourseInfoForm_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CourseScoreDataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #39
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();
     this.dgv2            = new System.Windows.Forms.DataGridView();
     this.btnKillAll      = new System.Windows.Forms.Button();
     this.btnSave         = new System.Windows.Forms.Button();
     this.btnKakuNin      = new System.Windows.Forms.Button();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.lblTotal        = new System.Windows.Forms.Label();
     this.btnPaid         = new System.Windows.Forms.Button();
     this.cbStu           = new System.Windows.Forms.ComboBox();
     this.lblNotPaid      = new System.Windows.Forms.Label();
     this.btnAdd          = new System.Windows.Forms.Button();
     this.cbItems         = new System.Windows.Forms.ComboBox();
     this.label2          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
     this.SuspendLayout();
     //
     // dgv2
     //
     this.dgv2.AutoSizeColumnsMode             = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dgv2.BorderStyle                     = System.Windows.Forms.BorderStyle.Fixed3D;
     this.dgv2.CellBorderStyle                 = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("微軟正黑體", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv2.ColumnHeadersDefaultCellStyle   = dataGridViewCellStyle1;
     this.dgv2.ColumnHeadersHeight             = 50;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.Color.AliceBlue;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("微軟正黑體", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.SteelBlue;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgv2.DefaultCellStyle                = dataGridViewCellStyle2;
     this.dgv2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.dgv2.Location = new System.Drawing.Point(0, 0);
     this.dgv2.Name     = "dgv2";
     dataGridViewCellStyle3.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font               = new System.Drawing.Font("微軟正黑體", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     dataGridViewCellStyle3.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgv2.RowHeadersDefaultCellStyle      = dataGridViewCellStyle3;
     this.dgv2.RowHeadersWidth    = 50;
     this.dgv2.RowTemplate.Height = 35;
     this.dgv2.Size         = new System.Drawing.Size(1270, 452);
     this.dgv2.TabIndex     = 0;
     this.dgv2.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv2_CellEndEdit);
     //
     // btnKillAll
     //
     this.btnKillAll.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnKillAll.Font     = new System.Drawing.Font("新細明體", 15F);
     this.btnKillAll.Location = new System.Drawing.Point(952, 529);
     this.btnKillAll.Name     = "btnKillAll";
     this.btnKillAll.Size     = new System.Drawing.Size(84, 41);
     this.btnKillAll.TabIndex = 25;
     this.btnKillAll.Text     = "清空";
     this.btnKillAll.UseVisualStyleBackColor = true;
     this.btnKillAll.Click += new System.EventHandler(this.btnKill_Click);
     //
     // btnSave
     //
     this.btnSave.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnSave.Font     = new System.Drawing.Font("新細明體", 15F);
     this.btnSave.Location = new System.Drawing.Point(1042, 529);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(83, 41);
     this.btnSave.TabIndex = 26;
     this.btnSave.Text     = "儲存";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnKakuNin
     //
     this.btnKakuNin.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnKakuNin.Font     = new System.Drawing.Font("新細明體", 15F);
     this.btnKakuNin.Location = new System.Drawing.Point(1131, 529);
     this.btnKakuNin.Name     = "btnKakuNin";
     this.btnKakuNin.Size     = new System.Drawing.Size(127, 41);
     this.btnKakuNin.TabIndex = 27;
     this.btnKakuNin.Text     = "預覽訂單";
     this.btnKakuNin.UseVisualStyleBackColor = true;
     this.btnKakuNin.Click += new System.EventHandler(this.btnKakuNin_Click);
     //
     // lblTotal
     //
     this.lblTotal.AutoSize  = true;
     this.lblTotal.BackColor = System.Drawing.Color.PowderBlue;
     this.lblTotal.Font      = new System.Drawing.Font("微軟正黑體", 22F, System.Drawing.FontStyle.Bold);
     this.lblTotal.ForeColor = System.Drawing.SystemColors.Highlight;
     this.lblTotal.Location  = new System.Drawing.Point(685, 475);
     this.lblTotal.Name      = "lblTotal";
     this.lblTotal.Size      = new System.Drawing.Size(85, 38);
     this.lblTotal.TabIndex  = 49;
     this.lblTotal.Text      = "總計:";
     //
     // btnPaid
     //
     this.btnPaid.BackColor = System.Drawing.Color.Transparent;
     this.btnPaid.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.btnPaid.Font      = new System.Drawing.Font("新細明體", 13F);
     this.btnPaid.Location  = new System.Drawing.Point(1206, 12);
     this.btnPaid.Name      = "btnPaid";
     this.btnPaid.Size      = new System.Drawing.Size(52, 25);
     this.btnPaid.TabIndex  = 50;
     this.btnPaid.Text      = "全選";
     this.btnPaid.UseVisualStyleBackColor = false;
     this.btnPaid.Click += new System.EventHandler(this.btnPaid_Click);
     //
     // cbStu
     //
     this.cbStu.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbStu.Font                      = new System.Drawing.Font("微軟正黑體", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.cbStu.FormattingEnabled         = true;
     this.cbStu.Location                  = new System.Drawing.Point(12, 458);
     this.cbStu.Name                      = "cbStu";
     this.cbStu.Size                      = new System.Drawing.Size(180, 42);
     this.cbStu.TabIndex                  = 52;
     this.cbStu.Visible                   = false;
     this.cbStu.SelectionChangeCommitted += new System.EventHandler(this.cbStu_SelectionChangeCommitted);
     //
     // lblNotPaid
     //
     this.lblNotPaid.AutoSize  = true;
     this.lblNotPaid.BackColor = System.Drawing.Color.PowderBlue;
     this.lblNotPaid.Font      = new System.Drawing.Font("微軟正黑體", 20F, System.Drawing.FontStyle.Bold);
     this.lblNotPaid.ForeColor = System.Drawing.SystemColors.Highlight;
     this.lblNotPaid.Location  = new System.Drawing.Point(686, 528);
     this.lblNotPaid.Name      = "lblNotPaid";
     this.lblNotPaid.Size      = new System.Drawing.Size(103, 35);
     this.lblNotPaid.TabIndex  = 56;
     this.lblNotPaid.Text      = "待收款:";
     //
     // btnAdd
     //
     this.btnAdd.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnAdd.Font     = new System.Drawing.Font("新細明體", 15F);
     this.btnAdd.Location = new System.Drawing.Point(12, 458);
     this.btnAdd.Name     = "btnAdd";
     this.btnAdd.Size     = new System.Drawing.Size(168, 42);
     this.btnAdd.TabIndex = 57;
     this.btnAdd.Text     = "新增訂單";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // cbItems
     //
     this.cbItems.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbItems.Font                      = new System.Drawing.Font("微軟正黑體", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.cbItems.FormattingEnabled         = true;
     this.cbItems.Location                  = new System.Drawing.Point(12, 506);
     this.cbItems.Name                      = "cbItems";
     this.cbItems.Size                      = new System.Drawing.Size(203, 42);
     this.cbItems.TabIndex                  = 58;
     this.cbItems.Visible                   = false;
     this.cbItems.SelectionChangeCommitted += new System.EventHandler(this.cbItems_SelectionChangeCommitted);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("微軟正黑體", 16F, System.Drawing.FontStyle.Bold);
     this.label2.Location = new System.Drawing.Point(1114, 458);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(144, 28);
     this.label2.TabIndex = 59;
     this.label2.Text     = "點選更改數量";
     //
     // Form3
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.SkyBlue;
     this.ClientSize          = new System.Drawing.Size(1270, 582);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cbItems);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.lblNotPaid);
     this.Controls.Add(this.cbStu);
     this.Controls.Add(this.btnPaid);
     this.Controls.Add(this.lblTotal);
     this.Controls.Add(this.btnKakuNin);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnKillAll);
     this.Controls.Add(this.dgv2);
     this.Name  = "Form3";
     this.Text  = "值日生管理";
     this.Load += new System.EventHandler(this.Form3_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgv2)).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     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle5 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDrugDept));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle6  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle7  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle9  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle8  = new System.Windows.Forms.DataGridViewCellStyle();
     this.panelEx1            = new DevComponents.DotNetBar.PanelEx();
     this.panelEx2            = new DevComponents.DotNetBar.PanelEx();
     this.panelEx6            = new DevComponents.DotNetBar.PanelEx();
     this.dgDetail            = new EfwControls.CustomControl.DataGrid();
     this.BusinessType        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CurrSequence        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BusiTypeName        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panelEx5            = new DevComponents.DotNetBar.PanelEx();
     this.btnClose            = new DevComponents.DotNetBar.ButtonX();
     this.btn_stop            = new DevComponents.DotNetBar.ButtonX();
     this.btn_start           = new DevComponents.DotNetBar.ButtonX();
     this.txtUseState         = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX3             = new DevComponents.DotNetBar.LabelX();
     this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
     this.panelEx3            = new DevComponents.DotNetBar.PanelEx();
     this.dgDrugDeptList      = new EfwControls.CustomControl.DataGrid();
     this.DeptName            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DeptTypeName        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.StopFlagName        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DeptCode            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DeptDicID           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DeptType            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.StopFlag            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DeptID       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.WorkID       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CheckStatus  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panelEx7     = new DevComponents.DotNetBar.PanelEx();
     this.ckb_ds       = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.labelX2      = new DevComponents.DotNetBar.LabelX();
     this.ckb_dw       = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.btn_del      = new DevComponents.DotNetBar.ButtonX();
     this.labelX1      = new DevComponents.DotNetBar.LabelX();
     this.btn_add      = new DevComponents.DotNetBar.ButtonX();
     this.txtCard_Dept = new EfwControls.CustomControl.TextBoxCard(this.components);
     this.panelEx1.SuspendLayout();
     this.panelEx2.SuspendLayout();
     this.panelEx6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgDetail)).BeginInit();
     this.panelEx5.SuspendLayout();
     this.panelEx3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgDrugDeptList)).BeginInit();
     this.panelEx7.SuspendLayout();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx1.Controls.Add(this.panelEx2);
     this.panelEx1.Controls.Add(this.expandableSplitter1);
     this.panelEx1.Controls.Add(this.panelEx3);
     this.panelEx1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location        = new System.Drawing.Point(0, 0);
     this.panelEx1.Name            = "panelEx1";
     this.panelEx1.Size            = new System.Drawing.Size(984, 662);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex            = 0;
     //
     // panelEx2
     //
     this.panelEx2.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx2.Controls.Add(this.panelEx6);
     this.panelEx2.Controls.Add(this.panelEx5);
     this.panelEx2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.panelEx2.Font            = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.panelEx2.Location        = new System.Drawing.Point(348, 0);
     this.panelEx2.Name            = "panelEx2";
     this.panelEx2.Size            = new System.Drawing.Size(636, 662);
     this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx2.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx2.Style.GradientAngle = 90;
     this.panelEx2.TabIndex            = 0;
     //
     // panelEx6
     //
     this.panelEx6.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx6.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx6.Controls.Add(this.dgDetail);
     this.panelEx6.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.panelEx6.Location        = new System.Drawing.Point(0, 37);
     this.panelEx6.Name            = "panelEx6";
     this.panelEx6.Size            = new System.Drawing.Size(636, 625);
     this.panelEx6.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx6.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx6.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx6.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx6.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx6.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx6.Style.GradientAngle = 90;
     this.panelEx6.TabIndex            = 14;
     this.panelEx6.Text = "panelEx6";
     //
     // dgDetail
     //
     this.dgDetail.AllowSortWhenClickColumnHeader  = false;
     this.dgDetail.AllowUserToAddRows              = false;
     this.dgDetail.AllowUserToDeleteRows           = false;
     this.dgDetail.AllowUserToResizeColumns        = false;
     this.dgDetail.AllowUserToResizeRows           = false;
     dataGridViewCellStyle1.BackColor              = System.Drawing.Color.AliceBlue;
     this.dgDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgDetail.BackgroundColor               = System.Drawing.Color.White;
     this.dgDetail.BorderStyle                   = System.Windows.Forms.BorderStyle.Fixed3D;
     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.dgDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.BusinessType,
         this.CurrSequence,
         this.BusiTypeName
     });
     dataGridViewCellStyle5.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle5.Font               = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle5.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle5.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgDetail.DefaultCellStyle            = dataGridViewCellStyle5;
     this.dgDetail.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.dgDetail.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgDetail.HighlightSelectedColumnHeaders = false;
     this.dgDetail.Location             = new System.Drawing.Point(0, 0);
     this.dgDetail.MultiSelect          = false;
     this.dgDetail.Name                 = "dgDetail";
     this.dgDetail.ReadOnly             = true;
     this.dgDetail.RowHeadersWidth      = 30;
     this.dgDetail.RowTemplate.Height   = 23;
     this.dgDetail.SelectAllSignVisible = false;
     this.dgDetail.SelectionMode        = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgDetail.SeqVisible           = true;
     this.dgDetail.SetCustomStyle       = true;
     this.dgDetail.Size                 = new System.Drawing.Size(636, 625);
     this.dgDetail.TabIndex             = 0;
     //
     // BusinessType
     //
     this.BusinessType.DataPropertyName = "BusinessType";
     dataGridViewCellStyle3.Alignment   = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.BusinessType.DefaultCellStyle = dataGridViewCellStyle3;
     this.BusinessType.HeaderText       = "业务编号";
     this.BusinessType.Name             = "BusinessType";
     this.BusinessType.ReadOnly         = true;
     this.BusinessType.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // CurrSequence
     //
     this.CurrSequence.DataPropertyName = "CurrSequence";
     dataGridViewCellStyle4.Alignment   = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.CurrSequence.DefaultCellStyle = dataGridViewCellStyle4;
     this.CurrSequence.HeaderText       = "当前单据号";
     this.CurrSequence.Name             = "CurrSequence";
     this.CurrSequence.ReadOnly         = true;
     this.CurrSequence.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.CurrSequence.Width            = 80;
     //
     // BusiTypeName
     //
     this.BusiTypeName.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.BusiTypeName.DataPropertyName = "BusiTypeName";
     this.BusiTypeName.HeaderText       = "业务名称";
     this.BusiTypeName.Name             = "BusiTypeName";
     this.BusiTypeName.ReadOnly         = true;
     this.BusiTypeName.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // panelEx5
     //
     this.panelEx5.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx5.Controls.Add(this.btnClose);
     this.panelEx5.Controls.Add(this.btn_stop);
     this.panelEx5.Controls.Add(this.btn_start);
     this.panelEx5.Controls.Add(this.txtUseState);
     this.panelEx5.Controls.Add(this.labelX3);
     this.panelEx5.Dock            = System.Windows.Forms.DockStyle.Top;
     this.panelEx5.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.panelEx5.Location        = new System.Drawing.Point(0, 0);
     this.panelEx5.Name            = "panelEx5";
     this.panelEx5.Size            = new System.Drawing.Size(636, 37);
     this.panelEx5.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx5.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx5.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx5.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx5.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx5.Style.GradientAngle = 90;
     this.panelEx5.TabIndex            = 13;
     //
     // btnClose
     //
     this.btnClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnClose.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnClose.Font           = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnClose.Image          = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.Location       = new System.Drawing.Point(429, 7);
     this.btnClose.Name           = "btnClose";
     this.btnClose.Size           = new System.Drawing.Size(75, 22);
     this.btnClose.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btnClose.TabIndex       = 13;
     this.btnClose.Text           = "关闭(&C)";
     this.btnClose.Click         += new System.EventHandler(this.btnClose_Click);
     //
     // btn_stop
     //
     this.btn_stop.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btn_stop.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btn_stop.Font           = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btn_stop.Image          = ((System.Drawing.Image)(resources.GetObject("btn_stop.Image")));
     this.btn_stop.Location       = new System.Drawing.Point(346, 7);
     this.btn_stop.Name           = "btn_stop";
     this.btn_stop.Size           = new System.Drawing.Size(75, 22);
     this.btn_stop.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btn_stop.TabIndex       = 11;
     this.btn_stop.Text           = "停用(&T)";
     this.btn_stop.Click         += new System.EventHandler(this.btn_stop_Click);
     //
     // btn_start
     //
     this.btn_start.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btn_start.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btn_start.Font           = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btn_start.Image          = ((System.Drawing.Image)(resources.GetObject("btn_start.Image")));
     this.btn_start.Location       = new System.Drawing.Point(263, 7);
     this.btn_start.Name           = "btn_start";
     this.btn_start.Size           = new System.Drawing.Size(75, 22);
     this.btn_start.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btn_start.TabIndex       = 10;
     this.btn_start.Text           = "启用(&Q)";
     this.btn_start.Click         += new System.EventHandler(this.btn_start_Click);
     //
     // txtUseState
     //
     //
     //
     //
     this.txtUseState.Border.Class      = "TextBoxBorder";
     this.txtUseState.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.txtUseState.Enabled           = false;
     this.txtUseState.Font     = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtUseState.Location = new System.Drawing.Point(109, 8);
     this.txtUseState.Name     = "txtUseState";
     this.txtUseState.ReadOnly = true;
     this.txtUseState.Size     = new System.Drawing.Size(136, 21);
     this.txtUseState.TabIndex = 4;
     //
     // labelX3
     //
     this.labelX3.AutoSize = true;
     //
     //
     //
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Font        = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelX3.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(90)))), ((int)(((byte)(171)))));
     this.labelX3.Location    = new System.Drawing.Point(22, 9);
     this.labelX3.Name        = "labelX3";
     this.labelX3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.labelX3.Size        = new System.Drawing.Size(81, 18);
     this.labelX3.TabIndex    = 3;
     this.labelX3.Text        = "当前科室状态";
     //
     // expandableSplitter1
     //
     this.expandableSplitter1.BackColor2                   = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
     this.expandableSplitter1.BackColor2SchemePart         = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandableSplitter1.BackColorSchemePart          = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.expandableSplitter1.ExpandableControl            = this.panelEx3;
     this.expandableSplitter1.ExpandActionClick            = false;
     this.expandableSplitter1.ExpandActionDoubleClick      = true;
     this.expandableSplitter1.ExpandFillColor              = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
     this.expandableSplitter1.ExpandFillColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandableSplitter1.ExpandLineColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.expandableSplitter1.ExpandLineColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.expandableSplitter1.GripDarkColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.expandableSplitter1.GripDarkColorSchemePart      = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.expandableSplitter1.GripLightColor               = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.expandableSplitter1.GripLightColorSchemePart     = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.expandableSplitter1.HotBackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(151)))), ((int)(((byte)(61)))));
     this.expandableSplitter1.HotBackColor2                = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(94)))));
     this.expandableSplitter1.HotBackColor2SchemePart      = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
     this.expandableSplitter1.HotBackColorSchemePart       = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
     this.expandableSplitter1.HotExpandFillColor           = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
     this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandableSplitter1.HotExpandLineColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.expandableSplitter1.HotGripDarkColor             = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
     this.expandableSplitter1.HotGripDarkColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.expandableSplitter1.HotGripLightColor            = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.expandableSplitter1.HotGripLightColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.expandableSplitter1.Location = new System.Drawing.Point(338, 0);
     this.expandableSplitter1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.expandableSplitter1.Name     = "expandableSplitter1";
     this.expandableSplitter1.Size     = new System.Drawing.Size(10, 662);
     this.expandableSplitter1.Style    = DevComponents.DotNetBar.eSplitterStyle.Office2007;
     this.expandableSplitter1.TabIndex = 5;
     this.expandableSplitter1.TabStop  = false;
     //
     // panelEx3
     //
     this.panelEx3.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx3.Controls.Add(this.dgDrugDeptList);
     this.panelEx3.Controls.Add(this.panelEx7);
     this.panelEx3.Dock            = System.Windows.Forms.DockStyle.Left;
     this.panelEx3.Location        = new System.Drawing.Point(0, 0);
     this.panelEx3.Name            = "panelEx3";
     this.panelEx3.Size            = new System.Drawing.Size(338, 662);
     this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx3.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx3.Style.GradientAngle = 90;
     this.panelEx3.TabIndex            = 1;
     this.panelEx3.Text = "panelEx3";
     //
     // dgDrugDeptList
     //
     this.dgDrugDeptList.AllowSortWhenClickColumnHeader = false;
     this.dgDrugDeptList.AllowUserToAddRows             = false;
     this.dgDrugDeptList.AllowUserToDeleteRows          = false;
     this.dgDrugDeptList.AllowUserToResizeColumns       = false;
     this.dgDrugDeptList.AllowUserToResizeRows          = false;
     dataGridViewCellStyle6.BackColor = System.Drawing.Color.AliceBlue;
     this.dgDrugDeptList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
     this.dgDrugDeptList.BackgroundColor               = System.Drawing.Color.White;
     this.dgDrugDeptList.BorderStyle                   = System.Windows.Forms.BorderStyle.Fixed3D;
     dataGridViewCellStyle7.Alignment                  = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle7.BackColor                  = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle7.Font                       = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     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.dgDrugDeptList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
     this.dgDrugDeptList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.DeptName,
         this.DeptTypeName,
         this.StopFlagName,
         this.DeptCode,
         this.DeptDicID,
         this.DeptType,
         this.StopFlag,
         this.DeptID,
         this.WorkID,
         this.CheckStatus
     });
     dataGridViewCellStyle9.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle9.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle9.Font               = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle9.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle9.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dgDrugDeptList.DefaultCellStyle      = dataGridViewCellStyle9;
     this.dgDrugDeptList.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.dgDrugDeptList.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dgDrugDeptList.HighlightSelectedColumnHeaders = false;
     this.dgDrugDeptList.Location                   = new System.Drawing.Point(0, 0);
     this.dgDrugDeptList.MultiSelect                = false;
     this.dgDrugDeptList.Name                       = "dgDrugDeptList";
     this.dgDrugDeptList.ReadOnly                   = true;
     dataGridViewCellStyle10.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle10.BackColor              = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle10.Font                   = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle10.ForeColor              = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle10.SelectionBackColor     = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle10.SelectionForeColor     = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle10.WrapMode               = System.Windows.Forms.DataGridViewTriState.True;
     this.dgDrugDeptList.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
     this.dgDrugDeptList.RowHeadersWidth            = 30;
     this.dgDrugDeptList.RowTemplate.Height         = 23;
     this.dgDrugDeptList.SelectAllSignVisible       = false;
     this.dgDrugDeptList.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgDrugDeptList.SeqVisible                 = true;
     this.dgDrugDeptList.SetCustomStyle             = true;
     this.dgDrugDeptList.Size                       = new System.Drawing.Size(338, 526);
     this.dgDrugDeptList.TabIndex                   = 0;
     this.dgDrugDeptList.CurrentCellChanged        += new System.EventHandler(this.dg_drugDeptList_CurrentCellChanged);
     this.dgDrugDeptList.RowPrePaint               += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dg_drugDeptList_RowPrePaint);
     //
     // DeptName
     //
     this.DeptName.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.DeptName.DataPropertyName = "DeptName";
     this.DeptName.HeaderText       = "名称";
     this.DeptName.Name             = "DeptName";
     this.DeptName.ReadOnly         = true;
     this.DeptName.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // DeptTypeName
     //
     this.DeptTypeName.DataPropertyName = "DeptTypeName";
     this.DeptTypeName.HeaderText       = "科室类型";
     this.DeptTypeName.Name             = "DeptTypeName";
     this.DeptTypeName.ReadOnly         = true;
     this.DeptTypeName.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.DeptTypeName.Width            = 65;
     //
     // StopFlagName
     //
     this.StopFlagName.DataPropertyName = "StopFlagName";
     dataGridViewCellStyle8.Alignment   = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.StopFlagName.DefaultCellStyle = dataGridViewCellStyle8;
     this.StopFlagName.HeaderText       = "启用标识";
     this.StopFlagName.Name             = "StopFlagName";
     this.StopFlagName.ReadOnly         = true;
     this.StopFlagName.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.StopFlagName.Width            = 65;
     //
     // DeptCode
     //
     this.DeptCode.DataPropertyName = "DeptCode";
     this.DeptCode.HeaderText       = "库房编码";
     this.DeptCode.Name             = "DeptCode";
     this.DeptCode.ReadOnly         = true;
     this.DeptCode.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.DeptCode.Visible          = false;
     //
     // DeptDicID
     //
     this.DeptDicID.DataPropertyName = "DeptDicID";
     this.DeptDicID.HeaderText       = "DeptDicID";
     this.DeptDicID.Name             = "DeptDicID";
     this.DeptDicID.ReadOnly         = true;
     this.DeptDicID.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.DeptDicID.Visible          = false;
     //
     // DeptType
     //
     this.DeptType.DataPropertyName = "DeptType";
     this.DeptType.HeaderText       = "DeptType";
     this.DeptType.Name             = "DeptType";
     this.DeptType.ReadOnly         = true;
     this.DeptType.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.DeptType.Visible          = false;
     //
     // StopFlag
     //
     this.StopFlag.DataPropertyName = "StopFlag";
     this.StopFlag.HeaderText       = "StopFlag";
     this.StopFlag.Name             = "StopFlag";
     this.StopFlag.ReadOnly         = true;
     this.StopFlag.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.StopFlag.Visible          = false;
     //
     // DeptID
     //
     this.DeptID.DataPropertyName = "DeptID";
     this.DeptID.HeaderText       = "DeptID";
     this.DeptID.Name             = "DeptID";
     this.DeptID.ReadOnly         = true;
     this.DeptID.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.DeptID.Visible          = false;
     //
     // WorkID
     //
     this.WorkID.DataPropertyName = "WorkID";
     this.WorkID.HeaderText       = "WorkID";
     this.WorkID.Name             = "WorkID";
     this.WorkID.ReadOnly         = true;
     this.WorkID.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.WorkID.Visible          = false;
     //
     // CheckStatus
     //
     this.CheckStatus.DataPropertyName = "CheckStatus";
     this.CheckStatus.HeaderText       = "CheckStatus";
     this.CheckStatus.Name             = "CheckStatus";
     this.CheckStatus.ReadOnly         = true;
     this.CheckStatus.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.CheckStatus.Visible          = false;
     //
     // panelEx7
     //
     this.panelEx7.CanvasColor      = System.Drawing.SystemColors.Control;
     this.panelEx7.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panelEx7.Controls.Add(this.ckb_ds);
     this.panelEx7.Controls.Add(this.labelX2);
     this.panelEx7.Controls.Add(this.ckb_dw);
     this.panelEx7.Controls.Add(this.btn_del);
     this.panelEx7.Controls.Add(this.labelX1);
     this.panelEx7.Controls.Add(this.btn_add);
     this.panelEx7.Controls.Add(this.txtCard_Dept);
     this.panelEx7.Dock            = System.Windows.Forms.DockStyle.Bottom;
     this.panelEx7.Location        = new System.Drawing.Point(0, 526);
     this.panelEx7.Name            = "panelEx7";
     this.panelEx7.Size            = new System.Drawing.Size(338, 136);
     this.panelEx7.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx7.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panelEx7.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.panelEx7.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx7.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx7.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx7.Style.GradientAngle = 90;
     this.panelEx7.TabIndex            = 1;
     //
     // ckb_ds
     //
     this.ckb_ds.AutoSize = true;
     //
     //
     //
     this.ckb_ds.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ckb_ds.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
     this.ckb_ds.Font          = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ckb_ds.Location      = new System.Drawing.Point(90, 64);
     this.ckb_ds.Name          = "ckb_ds";
     this.ckb_ds.Size          = new System.Drawing.Size(51, 18);
     this.ckb_ds.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ckb_ds.TabIndex      = 4;
     this.ckb_ds.Text          = "药房";
     //
     // labelX2
     //
     this.labelX2.AutoSize = true;
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Font        = new System.Drawing.Font("宋体", 10F);
     this.labelX2.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(90)))), ((int)(((byte)(171)))));
     this.labelX2.Location    = new System.Drawing.Point(21, 62);
     this.labelX2.Name        = "labelX2";
     this.labelX2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.labelX2.Size        = new System.Drawing.Size(62, 19);
     this.labelX2.TabIndex    = 11;
     this.labelX2.Text        = "科室类型";
     //
     // ckb_dw
     //
     this.ckb_dw.AutoSize = true;
     //
     //
     //
     this.ckb_dw.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ckb_dw.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
     this.ckb_dw.Font          = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ckb_dw.Location      = new System.Drawing.Point(147, 64);
     this.ckb_dw.Name          = "ckb_dw";
     this.ckb_dw.Size          = new System.Drawing.Size(51, 18);
     this.ckb_dw.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ckb_dw.TabIndex      = 5;
     this.ckb_dw.Text          = "药库";
     //
     // btn_del
     //
     this.btn_del.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btn_del.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btn_del.Font           = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btn_del.Image          = ((System.Drawing.Image)(resources.GetObject("btn_del.Image")));
     this.btn_del.Location       = new System.Drawing.Point(231, 98);
     this.btn_del.Name           = "btn_del";
     this.btn_del.Size           = new System.Drawing.Size(75, 22);
     this.btn_del.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btn_del.TabIndex       = 10;
     this.btn_del.Text           = "删除(&D)";
     this.btn_del.Click         += new System.EventHandler(this.btn_del_Click);
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Font        = new System.Drawing.Font("宋体", 10F);
     this.labelX1.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(90)))), ((int)(((byte)(171)))));
     this.labelX1.Location    = new System.Drawing.Point(21, 28);
     this.labelX1.Name        = "labelX1";
     this.labelX1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.labelX1.Size        = new System.Drawing.Size(62, 19);
     this.labelX1.TabIndex    = 0;
     this.labelX1.Text        = "选择科室";
     //
     // btn_add
     //
     this.btn_add.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btn_add.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btn_add.Font           = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btn_add.Image          = ((System.Drawing.Image)(resources.GetObject("btn_add.Image")));
     this.btn_add.Location       = new System.Drawing.Point(150, 98);
     this.btn_add.Name           = "btn_add";
     this.btn_add.Size           = new System.Drawing.Size(75, 22);
     this.btn_add.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.btn_add.TabIndex       = 9;
     this.btn_add.Text           = "新增(&N)";
     this.btn_add.Click         += new System.EventHandler(this.btn_add_Click);
     //
     // txtCard_Dept
     //
     //
     //
     //
     this.txtCard_Dept.Border.Class         = "TextBoxBorder";
     this.txtCard_Dept.Border.CornerType    = DevComponents.DotNetBar.eCornerType.Square;
     this.txtCard_Dept.ButtonCustom.Image   = ((System.Drawing.Image)(resources.GetObject("txtCard_Dept.ButtonCustom.Image")));
     this.txtCard_Dept.ButtonCustom.Visible = true;
     this.txtCard_Dept.CardColumn           = null;
     this.txtCard_Dept.DisplayField         = "";
     this.txtCard_Dept.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtCard_Dept.IsEnterShowCard = true;
     this.txtCard_Dept.IsNumSelected   = false;
     this.txtCard_Dept.IsPage          = true;
     this.txtCard_Dept.IsShowLetter    = false;
     this.txtCard_Dept.IsShowPage      = false;
     this.txtCard_Dept.IsShowSeq       = true;
     this.txtCard_Dept.Location        = new System.Drawing.Point(90, 28);
     this.txtCard_Dept.MatchMode       = EfwControls.CustomControl.MatchModes.ByAnyString;
     this.txtCard_Dept.MemberField     = "";
     this.txtCard_Dept.MemberValue     = null;
     this.txtCard_Dept.Name            = "txtCard_Dept";
     this.txtCard_Dept.QueryFields     = new string[] {
         ""
     };
     this.txtCard_Dept.QueryFieldsString  = "";
     this.txtCard_Dept.SelectedValue      = null;
     this.txtCard_Dept.ShowCardColumns    = null;
     this.txtCard_Dept.ShowCardDataSource = null;
     this.txtCard_Dept.ShowCardHeight     = 0;
     this.txtCard_Dept.ShowCardWidth      = 0;
     this.txtCard_Dept.Size     = new System.Drawing.Size(212, 21);
     this.txtCard_Dept.TabIndex = 1;
     //
     // FrmDrugDept
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(984, 662);
     this.Controls.Add(this.panelEx1);
     this.Name              = "FrmDrugDept";
     this.Text              = "药剂科室设置";
     this.OpenWindowBefore += new System.EventHandler(this.FrmDrugDept_OpenWindowBefore);
     this.panelEx1.ResumeLayout(false);
     this.panelEx2.ResumeLayout(false);
     this.panelEx6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgDetail)).EndInit();
     this.panelEx5.ResumeLayout(false);
     this.panelEx5.PerformLayout();
     this.panelEx3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgDrugDeptList)).EndInit();
     this.panelEx7.ResumeLayout(false);
     this.panelEx7.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel1                            = new System.Windows.Forms.Panel();
     this.labelJudul                        = new System.Windows.Forms.Label();
     this.panel87                           = new System.Windows.Forms.Panel();
     this.textBoxNoFaktur                   = new System.Windows.Forms.TextBox();
     this.labelPelanggan                    = new System.Windows.Forms.Label();
     this.labelTanggal                      = new System.Windows.Forms.Label();
     this.labelTotalDiskonJual              = new System.Windows.Forms.Label();
     this.label8                            = new System.Windows.Forms.Label();
     this.label3                            = new System.Windows.Forms.Label();
     this.label1                            = new System.Windows.Forms.Label();
     this.labelTotalHargaBarangKeluar       = new System.Windows.Forms.Label();
     this.label12                           = new System.Windows.Forms.Label();
     this.label17                           = new System.Windows.Forms.Label();
     this.panelSubMenuTransaksiBarangKeluar = new System.Windows.Forms.Panel();
     this.panel8                            = new System.Windows.Forms.Panel();
     this.panel2                            = new System.Windows.Forms.Panel();
     this.buttonLihatNotaJual               = new ePOSOne.btnProduct.Button_WOC();
     this.dataGridViewBarangKeluar          = new System.Windows.Forms.DataGridView();
     this.panel1.SuspendLayout();
     this.panel87.SuspendLayout();
     this.panelSubMenuTransaksiBarangKeluar.SuspendLayout();
     this.panel8.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewBarangKeluar)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(104)))), ((int)(((byte)(159)))));
     this.panel1.Controls.Add(this.labelJudul);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(649, 59);
     this.panel1.TabIndex = 32;
     //
     // labelJudul
     //
     this.labelJudul.AutoSize  = true;
     this.labelJudul.Font      = new System.Drawing.Font("Century Gothic", 22F);
     this.labelJudul.ForeColor = System.Drawing.Color.AliceBlue;
     this.labelJudul.Location  = new System.Drawing.Point(16, 9);
     this.labelJudul.Name      = "labelJudul";
     this.labelJudul.Size      = new System.Drawing.Size(247, 37);
     this.labelJudul.TabIndex  = 1;
     this.labelJudul.Text      = "Detail Nota Jual";
     //
     // panel87
     //
     this.panel87.Controls.Add(this.textBoxNoFaktur);
     this.panel87.Controls.Add(this.labelPelanggan);
     this.panel87.Controls.Add(this.labelTanggal);
     this.panel87.Controls.Add(this.labelTotalDiskonJual);
     this.panel87.Controls.Add(this.label8);
     this.panel87.Controls.Add(this.label3);
     this.panel87.Controls.Add(this.label1);
     this.panel87.Controls.Add(this.labelTotalHargaBarangKeluar);
     this.panel87.Controls.Add(this.label12);
     this.panel87.Controls.Add(this.label17);
     this.panel87.Location = new System.Drawing.Point(0, 59);
     this.panel87.Margin   = new System.Windows.Forms.Padding(0);
     this.panel87.Name     = "panel87";
     this.panel87.Size     = new System.Drawing.Size(649, 192);
     this.panel87.TabIndex = 19;
     //
     // textBoxNoFaktur
     //
     this.textBoxNoFaktur.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11F);
     this.textBoxNoFaktur.Location = new System.Drawing.Point(162, 22);
     this.textBoxNoFaktur.Name     = "textBoxNoFaktur";
     this.textBoxNoFaktur.ReadOnly = true;
     this.textBoxNoFaktur.Size     = new System.Drawing.Size(213, 24);
     this.textBoxNoFaktur.TabIndex = 74;
     //
     // labelPelanggan
     //
     this.labelPelanggan.AutoSize = true;
     this.labelPelanggan.Font     = new System.Drawing.Font("Century Gothic", 12.5F);
     this.labelPelanggan.Location = new System.Drawing.Point(158, 80);
     this.labelPelanggan.Name     = "labelPelanggan";
     this.labelPelanggan.Size     = new System.Drawing.Size(141, 21);
     this.labelPelanggan.TabIndex = 72;
     this.labelPelanggan.Text     = "labelPelanggan";
     //
     // labelTanggal
     //
     this.labelTanggal.AutoSize = true;
     this.labelTanggal.Font     = new System.Drawing.Font("Century Gothic", 12.5F);
     this.labelTanggal.Location = new System.Drawing.Point(158, 52);
     this.labelTanggal.Name     = "labelTanggal";
     this.labelTanggal.Size     = new System.Drawing.Size(118, 21);
     this.labelTanggal.TabIndex = 71;
     this.labelTanggal.Text     = "labelTanggal";
     //
     // labelTotalDiskonJual
     //
     this.labelTotalDiskonJual.AutoSize = true;
     this.labelTotalDiskonJual.Font     = new System.Drawing.Font("Century Gothic", 9F);
     this.labelTotalDiskonJual.Location = new System.Drawing.Point(494, 158);
     this.labelTotalDiskonJual.Name     = "labelTotalDiskonJual";
     this.labelTotalDiskonJual.Size     = new System.Drawing.Size(15, 17);
     this.labelTotalDiskonJual.TabIndex = 69;
     this.labelTotalDiskonJual.Text     = "0";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Century Gothic", 9F);
     this.label8.Location = new System.Drawing.Point(404, 158);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(84, 17);
     this.label8.TabIndex = 68;
     this.label8.Text     = "Total Diskon :";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Century Gothic", 12.5F);
     this.label3.Location = new System.Drawing.Point(18, 52);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(87, 21);
     this.label3.TabIndex = 39;
     this.label3.Text     = "Tanggal :";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Century Gothic", 12.5F);
     this.label1.Location = new System.Drawing.Point(17, 23);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 21);
     this.label1.TabIndex = 34;
     this.label1.Text     = "No Faktur :";
     //
     // labelTotalHargaBarangKeluar
     //
     this.labelTotalHargaBarangKeluar.AutoSize = true;
     this.labelTotalHargaBarangKeluar.Font     = new System.Drawing.Font("Century Gothic", 12.5F);
     this.labelTotalHargaBarangKeluar.Location = new System.Drawing.Point(461, 122);
     this.labelTotalHargaBarangKeluar.Name     = "labelTotalHargaBarangKeluar";
     this.labelTotalHargaBarangKeluar.Size     = new System.Drawing.Size(41, 21);
     this.labelTotalHargaBarangKeluar.TabIndex = 30;
     this.labelTotalHargaBarangKeluar.Text     = "Rp0";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("Century Gothic", 12.5F);
     this.label12.Location = new System.Drawing.Point(394, 122);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(61, 21);
     this.label12.TabIndex = 29;
     this.label12.Text     = "Total :";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font     = new System.Drawing.Font("Century Gothic", 12.5F);
     this.label17.Location = new System.Drawing.Point(17, 80);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(110, 21);
     this.label17.TabIndex = 19;
     this.label17.Text     = "Pelanggan :";
     //
     // panelSubMenuTransaksiBarangKeluar
     //
     this.panelSubMenuTransaksiBarangKeluar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.panelSubMenuTransaksiBarangKeluar.Controls.Add(this.panel8);
     this.panelSubMenuTransaksiBarangKeluar.Controls.Add(this.panel87);
     this.panelSubMenuTransaksiBarangKeluar.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelSubMenuTransaksiBarangKeluar.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.panelSubMenuTransaksiBarangKeluar.Location = new System.Drawing.Point(0, 0);
     this.panelSubMenuTransaksiBarangKeluar.Name     = "panelSubMenuTransaksiBarangKeluar";
     this.panelSubMenuTransaksiBarangKeluar.Size     = new System.Drawing.Size(649, 594);
     this.panelSubMenuTransaksiBarangKeluar.TabIndex = 31;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.panel2);
     this.panel8.Controls.Add(this.dataGridViewBarangKeluar);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel8.Location = new System.Drawing.Point(0, 249);
     this.panel8.Name     = "panel8";
     this.panel8.Padding  = new System.Windows.Forms.Padding(20);
     this.panel8.Size     = new System.Drawing.Size(649, 345);
     this.panel8.TabIndex = 20;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.buttonLihatNotaJual);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(20, 269);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(609, 56);
     this.panel2.TabIndex = 7;
     //
     // buttonLihatNotaJual
     //
     this.buttonLihatNotaJual.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonLihatNotaJual.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(49)))), ((int)(((byte)(69)))));
     this.buttonLihatNotaJual.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(49)))), ((int)(((byte)(69)))));
     this.buttonLihatNotaJual.Cursor      = System.Windows.Forms.Cursors.Hand;
     this.buttonLihatNotaJual.FlatAppearance.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.buttonLihatNotaJual.FlatAppearance.BorderSize         = 0;
     this.buttonLihatNotaJual.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.buttonLihatNotaJual.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.buttonLihatNotaJual.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.buttonLihatNotaJual.Font                    = new System.Drawing.Font("Century Gothic", 11F);
     this.buttonLihatNotaJual.ForeColor               = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(49)))), ((int)(((byte)(69)))));
     this.buttonLihatNotaJual.Location                = new System.Drawing.Point(3, 9);
     this.buttonLihatNotaJual.Name                    = "buttonLihatNotaJual";
     this.buttonLihatNotaJual.OnHoverBorderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(104)))), ((int)(((byte)(159)))));
     this.buttonLihatNotaJual.OnHoverButtonColor      = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(104)))), ((int)(((byte)(159)))));
     this.buttonLihatNotaJual.OnHoverTextColor        = System.Drawing.Color.AliceBlue;
     this.buttonLihatNotaJual.Size                    = new System.Drawing.Size(140, 40);
     this.buttonLihatNotaJual.TabIndex                = 43;
     this.buttonLihatNotaJual.Text                    = "Lihat Nota Jual";
     this.buttonLihatNotaJual.TextColor               = System.Drawing.Color.White;
     this.buttonLihatNotaJual.UseVisualStyleBackColor = false;
     this.buttonLihatNotaJual.Click                  += new System.EventHandler(this.buttonSimpanPDF_Click);
     //
     // dataGridViewBarangKeluar
     //
     this.dataGridViewBarangKeluar.AllowUserToAddRows       = false;
     this.dataGridViewBarangKeluar.AllowUserToDeleteRows    = false;
     this.dataGridViewBarangKeluar.AllowUserToResizeColumns = false;
     this.dataGridViewBarangKeluar.AllowUserToResizeRows    = false;
     this.dataGridViewBarangKeluar.AutoSizeColumnsMode      = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewBarangKeluar.BackgroundColor          = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(232)))), ((int)(((byte)(232)))));
     this.dataGridViewBarangKeluar.BorderStyle              = System.Windows.Forms.BorderStyle.None;
     this.dataGridViewBarangKeluar.CellBorderStyle          = System.Windows.Forms.DataGridViewCellBorderStyle.SingleVertical;
     this.dataGridViewBarangKeluar.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(104)))), ((int)(((byte)(159)))));
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold);
     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.dataGridViewBarangKeluar.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewBarangKeluar.ColumnHeadersHeight           = 50;
     this.dataGridViewBarangKeluar.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dataGridViewBarangKeluar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.dataGridViewBarangKeluar.Dock   = System.Windows.Forms.DockStyle.Top;
     this.dataGridViewBarangKeluar.EnableHeadersVisualStyles = false;
     this.dataGridViewBarangKeluar.GridColor   = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(104)))), ((int)(((byte)(159)))));
     this.dataGridViewBarangKeluar.Location    = new System.Drawing.Point(20, 20);
     this.dataGridViewBarangKeluar.Name        = "dataGridViewBarangKeluar";
     this.dataGridViewBarangKeluar.ReadOnly    = true;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.ButtonFace;
     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.GradientInactiveCaption;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlLightLight;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewBarangKeluar.RowHeadersDefaultCellStyle                      = dataGridViewCellStyle2;
     this.dataGridViewBarangKeluar.RowHeadersVisible                               = false;
     this.dataGridViewBarangKeluar.RowTemplate.DefaultCellStyle.BackColor          = System.Drawing.Color.GhostWhite;
     this.dataGridViewBarangKeluar.RowTemplate.DefaultCellStyle.ForeColor          = System.Drawing.Color.Black;
     this.dataGridViewBarangKeluar.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.dataGridViewBarangKeluar.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.Black;
     this.dataGridViewBarangKeluar.RowTemplate.DividerHeight                       = 1;
     this.dataGridViewBarangKeluar.RowTemplate.Height                              = 25;
     this.dataGridViewBarangKeluar.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridViewBarangKeluar.Size          = new System.Drawing.Size(609, 238);
     this.dataGridViewBarangKeluar.TabIndex      = 6;
     //
     // FormDetailNotaJual
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(649, 594);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panelSubMenuTransaksiBarangKeluar);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "FormDetailNotaJual";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "FormDetailNotaJual";
     this.Load           += new System.EventHandler(this.FormDetailNotaJual_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel87.ResumeLayout(false);
     this.panel87.PerformLayout();
     this.panelSubMenuTransaksiBarangKeluar.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewBarangKeluar)).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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Statues));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.label3        = new System.Windows.Forms.Label();
     this.btnRegresar   = new System.Windows.Forms.Button();
     this.btnMinimizar  = new System.Windows.Forms.Button();
     this.btnCerrar     = new System.Windows.Forms.Button();
     this.panelTag      = new System.Windows.Forms.Panel();
     this.lbMensaje     = new System.Windows.Forms.Label();
     this.lblModifElim  = new System.Windows.Forms.Label();
     this.btnAgregar    = new System.Windows.Forms.Button();
     this.panel2        = new System.Windows.Forms.Panel();
     this.label5        = new System.Windows.Forms.Label();
     this.pnlAct        = new System.Windows.Forms.Panel();
     this.cboCrea       = new System.Windows.Forms.ComboBox();
     this.panel4        = new System.Windows.Forms.Panel();
     this.txtCapDes     = new System.Windows.Forms.TextBox();
     this.lbldescrip    = new System.Windows.Forms.Label();
     this.btnActiva     = new System.Windows.Forms.Button();
     this.panel1        = new System.Windows.Forms.Panel();
     this.txtCapSt      = new System.Windows.Forms.TextBox();
     this.lblStatus     = new System.Windows.Forms.Label();
     this.ckbEliminar   = new System.Windows.Forms.CheckBox();
     this.lblManto      = new System.Windows.Forms.Label();
     this.panel3        = new System.Windows.Forms.Panel();
     this.txtCapcv      = new System.Windows.Forms.TextBox();
     this.lblAct        = new System.Windows.Forms.Label();
     this.btnEliminar   = new System.Windows.Forms.Button();
     this.btnEditar     = new System.Windows.Forms.Button();
     this.btnGuardar    = new System.Windows.Forms.Button();
     this.dgvConsulta   = new System.Windows.Forms.DataGridView();
     this.pnlBusqueda   = new System.Windows.Forms.Panel();
     this.cbobusq       = new System.Windows.Forms.ComboBox();
     this.lblBusca      = new System.Windows.Forms.Label();
     this.btnBuscar     = new System.Windows.Forms.Button();
     this.lblPanelBusca = new System.Windows.Forms.Label();
     this.toolTip1      = new System.Windows.Forms.ToolTip(this.components);
     this.timer1        = new System.Windows.Forms.Timer(this.components);
     this.panelTag.SuspendLayout();
     this.pnlAct.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvConsulta)).BeginInit();
     this.pnlBusqueda.SuspendLayout();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.AutoSize   = true;
     this.label3.BackColor  = System.Drawing.Color.Transparent;
     this.label3.Font       = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor  = System.Drawing.Color.White;
     this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label3.Location   = new System.Drawing.Point(464, -1);
     this.label3.Name       = "label3";
     this.label3.Size       = new System.Drawing.Size(52, 23);
     this.label3.TabIndex   = 169;
     this.label3.Text       = "Status";
     this.label3.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnRegresar
     //
     this.btnRegresar.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(87)))), ((int)(((byte)(155)))));
     this.btnRegresar.BackgroundImage       = global::SIPAA_CS.Properties.Resources.ic_reply_white_18dp;
     this.btnRegresar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnRegresar.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.btnRegresar.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(87)))), ((int)(((byte)(155)))));
     this.btnRegresar.Location = new System.Drawing.Point(945, 1);
     this.btnRegresar.Name     = "btnRegresar";
     this.btnRegresar.Size     = new System.Drawing.Size(30, 24);
     this.btnRegresar.TabIndex = 168;
     this.btnRegresar.UseVisualStyleBackColor = false;
     this.btnRegresar.Click += new System.EventHandler(this.btnRegresar_Click);
     //
     // btnMinimizar
     //
     this.btnMinimizar.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(87)))), ((int)(((byte)(155)))));
     this.btnMinimizar.BackgroundImage       = global::SIPAA_CS.Properties.Resources.ic_remove_white_18dp;
     this.btnMinimizar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnMinimizar.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.btnMinimizar.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(87)))), ((int)(((byte)(155)))));
     this.btnMinimizar.Location = new System.Drawing.Point(974, 1);
     this.btnMinimizar.Name     = "btnMinimizar";
     this.btnMinimizar.Size     = new System.Drawing.Size(24, 24);
     this.btnMinimizar.TabIndex = 167;
     this.btnMinimizar.TabStop  = false;
     this.btnMinimizar.UseVisualStyleBackColor = false;
     this.btnMinimizar.Click += new System.EventHandler(this.btnMinimizar_Click);
     //
     // btnCerrar
     //
     this.btnCerrar.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(67)))), ((int)(((byte)(54)))));
     this.btnCerrar.BackgroundImage       = global::SIPAA_CS.Properties.Resources.ic_clear_white_18dp;
     this.btnCerrar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnCerrar.FlatStyle             = System.Windows.Forms.FlatStyle.Flat;
     this.btnCerrar.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(67)))), ((int)(((byte)(54)))));
     this.btnCerrar.Location = new System.Drawing.Point(1000, 1);
     this.btnCerrar.Name     = "btnCerrar";
     this.btnCerrar.Size     = new System.Drawing.Size(24, 24);
     this.btnCerrar.TabIndex = 166;
     this.btnCerrar.TabStop  = false;
     this.btnCerrar.UseVisualStyleBackColor = false;
     this.btnCerrar.Click += new System.EventHandler(this.btnCerrar_Click);
     //
     // panelTag
     //
     this.panelTag.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.panelTag.Controls.Add(this.lbMensaje);
     this.panelTag.Font      = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panelTag.ForeColor = System.Drawing.Color.White;
     this.panelTag.Location  = new System.Drawing.Point(524, 559);
     this.panelTag.Name      = "panelTag";
     this.panelTag.Size      = new System.Drawing.Size(488, 24);
     this.panelTag.TabIndex  = 165;
     this.panelTag.Visible   = false;
     //
     // lbMensaje
     //
     this.lbMensaje.AutoSize  = true;
     this.lbMensaje.BackColor = System.Drawing.Color.Transparent;
     this.lbMensaje.Font      = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbMensaje.ForeColor = System.Drawing.Color.Navy;
     this.lbMensaje.Location  = new System.Drawing.Point(6, 0);
     this.lbMensaje.Name      = "lbMensaje";
     this.lbMensaje.Size      = new System.Drawing.Size(181, 20);
     this.lbMensaje.TabIndex  = 26;
     this.lbMensaje.Text      = "Administración de Perfiles    ";
     this.lbMensaje.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblModifElim
     //
     this.lblModifElim.AutoSize   = true;
     this.lblModifElim.Font       = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblModifElim.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(87)))), ((int)(((byte)(155)))));
     this.lblModifElim.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblModifElim.Location   = new System.Drawing.Point(531, 559);
     this.lblModifElim.Name       = "lblModifElim";
     this.lblModifElim.Size       = new System.Drawing.Size(93, 16);
     this.lblModifElim.TabIndex   = 164;
     this.lblModifElim.Text       = "Seleccion Grid";
     this.lblModifElim.Visible    = false;
     //
     // btnAgregar
     //
     this.btnAgregar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.btnAgregar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnAgregar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.btnAgregar.Image     = global::SIPAA_CS.Properties.Resources.Agregar;
     this.btnAgregar.Location  = new System.Drawing.Point(962, 155);
     this.btnAgregar.Name      = "btnAgregar";
     this.btnAgregar.Size      = new System.Drawing.Size(50, 50);
     this.btnAgregar.TabIndex  = 4;
     this.btnAgregar.Tag       = "Agregar";
     this.btnAgregar.UseVisualStyleBackColor = false;
     this.btnAgregar.Visible = false;
     this.btnAgregar.Click  += new System.EventHandler(this.btnAgregar_Click);
     //
     // panel2
     //
     this.panel2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("panel2.BackgroundImage")));
     this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.panel2.Location = new System.Drawing.Point(36, 29);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(37, 41);
     this.panel2.TabIndex = 162;
     //
     // label5
     //
     this.label5.AutoSize   = true;
     this.label5.BackColor  = System.Drawing.Color.Transparent;
     this.label5.Font       = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor  = System.Drawing.Color.White;
     this.label5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label5.Location   = new System.Drawing.Point(3, 73);
     this.label5.Name       = "label5";
     this.label5.Size       = new System.Drawing.Size(128, 23);
     this.label5.TabIndex   = 161;
     this.label5.Text       = "     Marco Dupont";
     this.label5.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pnlAct
     //
     this.pnlAct.Controls.Add(this.cboCrea);
     this.pnlAct.Controls.Add(this.panel4);
     this.pnlAct.Controls.Add(this.txtCapDes);
     this.pnlAct.Controls.Add(this.lbldescrip);
     this.pnlAct.Controls.Add(this.btnActiva);
     this.pnlAct.Controls.Add(this.panel1);
     this.pnlAct.Controls.Add(this.txtCapSt);
     this.pnlAct.Controls.Add(this.lblStatus);
     this.pnlAct.Controls.Add(this.ckbEliminar);
     this.pnlAct.Controls.Add(this.lblManto);
     this.pnlAct.Controls.Add(this.panel3);
     this.pnlAct.Controls.Add(this.txtCapcv);
     this.pnlAct.Controls.Add(this.lblAct);
     this.pnlAct.Controls.Add(this.btnEliminar);
     this.pnlAct.Controls.Add(this.btnEditar);
     this.pnlAct.Controls.Add(this.btnGuardar);
     this.pnlAct.Location = new System.Drawing.Point(36, 328);
     this.pnlAct.Name     = "pnlAct";
     this.pnlAct.Size     = new System.Drawing.Size(437, 223);
     this.pnlAct.TabIndex = 159;
     this.pnlAct.TabStop  = true;
     this.pnlAct.Visible  = false;
     //
     // cboCrea
     //
     this.cboCrea.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cboCrea.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cboCrea.FormattingEnabled  = true;
     this.cboCrea.Location           = new System.Drawing.Point(32, 48);
     this.cboCrea.Name     = "cboCrea";
     this.cboCrea.Size     = new System.Drawing.Size(252, 21);
     this.cboCrea.TabIndex = 5;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(119)))), ((int)(((byte)(189)))));
     this.panel4.Location  = new System.Drawing.Point(32, 181);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new System.Drawing.Size(250, 2);
     this.panel4.TabIndex  = 45;
     //
     // txtCapDes
     //
     this.txtCapDes.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.txtCapDes.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.txtCapDes.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCapDes.Font            = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCapDes.Location        = new System.Drawing.Point(34, 165);
     this.txtCapDes.Name            = "txtCapDes";
     this.txtCapDes.Size            = new System.Drawing.Size(250, 15);
     this.txtCapDes.TabIndex        = 7;
     //
     // lbldescrip
     //
     this.lbldescrip.AutoSize   = true;
     this.lbldescrip.Font       = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbldescrip.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(87)))), ((int)(((byte)(155)))));
     this.lbldescrip.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lbldescrip.Location   = new System.Drawing.Point(36, 146);
     this.lbldescrip.Name       = "lbldescrip";
     this.lbldescrip.Size       = new System.Drawing.Size(76, 16);
     this.lbldescrip.TabIndex   = 159;
     this.lbldescrip.Text       = "Descripción";
     //
     // btnActiva
     //
     this.btnActiva.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.btnActiva.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnActiva.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.btnActiva.Image     = global::SIPAA_CS.Properties.Resources.Alta;
     this.btnActiva.Location  = new System.Drawing.Point(362, 19);
     this.btnActiva.Name      = "btnActiva";
     this.btnActiva.Size      = new System.Drawing.Size(50, 50);
     this.btnActiva.TabIndex  = 8;
     this.btnActiva.Tag       = "Alta";
     this.btnActiva.UseVisualStyleBackColor = false;
     this.btnActiva.Visible = false;
     this.btnActiva.Click  += new System.EventHandler(this.btnActiva_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(119)))), ((int)(((byte)(189)))));
     this.panel1.Location  = new System.Drawing.Point(32, 124);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(250, 2);
     this.panel1.TabIndex  = 44;
     //
     // txtCapSt
     //
     this.txtCapSt.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.txtCapSt.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.txtCapSt.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCapSt.Font            = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCapSt.Location        = new System.Drawing.Point(34, 108);
     this.txtCapSt.Name            = "txtCapSt";
     this.txtCapSt.Size            = new System.Drawing.Size(250, 15);
     this.txtCapSt.TabIndex        = 6;
     //
     // lblStatus
     //
     this.lblStatus.AutoSize   = true;
     this.lblStatus.Font       = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStatus.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(87)))), ((int)(((byte)(155)))));
     this.lblStatus.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblStatus.Location   = new System.Drawing.Point(36, 89);
     this.lblStatus.Name       = "lblStatus";
     this.lblStatus.Size       = new System.Drawing.Size(46, 16);
     this.lblStatus.TabIndex   = 57;
     this.lblStatus.Text       = "Status";
     //
     // ckbEliminar
     //
     this.ckbEliminar.AutoSize  = true;
     this.ckbEliminar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.ckbEliminar.Location  = new System.Drawing.Point(290, 48);
     this.ckbEliminar.Name      = "ckbEliminar";
     this.ckbEliminar.Size      = new System.Drawing.Size(47, 17);
     this.ckbEliminar.TabIndex  = 20;
     this.ckbEliminar.Text      = "Baja";
     this.ckbEliminar.UseVisualStyleBackColor = true;
     this.ckbEliminar.Visible         = false;
     this.ckbEliminar.CheckedChanged += new System.EventHandler(this.ckbEliminar_CheckedChanged_1);
     //
     // lblManto
     //
     this.lblManto.AutoSize   = true;
     this.lblManto.Font       = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblManto.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(87)))), ((int)(((byte)(155)))));
     this.lblManto.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblManto.Location   = new System.Drawing.Point(36, 23);
     this.lblManto.Name       = "lblManto";
     this.lblManto.Size       = new System.Drawing.Size(38, 16);
     this.lblManto.TabIndex   = 44;
     this.lblManto.Text       = "Tabla";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(2)))), ((int)(((byte)(119)))), ((int)(((byte)(189)))));
     this.panel3.Location  = new System.Drawing.Point(32, 65);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(250, 2);
     this.panel3.TabIndex  = 43;
     //
     // txtCapcv
     //
     this.txtCapcv.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.txtCapcv.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.txtCapcv.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower;
     this.txtCapcv.Font            = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCapcv.Location        = new System.Drawing.Point(34, 49);
     this.txtCapcv.Name            = "txtCapcv";
     this.txtCapcv.Size            = new System.Drawing.Size(250, 15);
     this.txtCapcv.TabIndex        = 4;
     //
     // lblAct
     //
     this.lblAct.AutoSize   = true;
     this.lblAct.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAct.ForeColor  = System.Drawing.Color.Gray;
     this.lblAct.Image      = ((System.Drawing.Image)(resources.GetObject("lblAct.Image")));
     this.lblAct.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblAct.Location   = new System.Drawing.Point(4, 4);
     this.lblAct.Name       = "lblAct";
     this.lblAct.Size       = new System.Drawing.Size(124, 17);
     this.lblAct.TabIndex   = 41;
     this.lblAct.Text       = "     Agregar Status";
     //
     // btnEliminar
     //
     this.btnEliminar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.btnEliminar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnEliminar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.btnEliminar.Image     = global::SIPAA_CS.Properties.Resources.Baja;
     this.btnEliminar.Location  = new System.Drawing.Point(362, 19);
     this.btnEliminar.Name      = "btnEliminar";
     this.btnEliminar.Size      = new System.Drawing.Size(50, 50);
     this.btnEliminar.TabIndex  = 8;
     this.btnEliminar.Tag       = "Baja";
     this.btnEliminar.UseVisualStyleBackColor = false;
     this.btnEliminar.Visible = false;
     this.btnEliminar.Click  += new System.EventHandler(this.btnEliminar_Click);
     //
     // btnEditar
     //
     this.btnEditar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.btnEditar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnEditar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.btnEditar.Image     = global::SIPAA_CS.Properties.Resources.Editar;
     this.btnEditar.Location  = new System.Drawing.Point(362, 19);
     this.btnEditar.Name      = "btnEditar";
     this.btnEditar.Size      = new System.Drawing.Size(50, 50);
     this.btnEditar.TabIndex  = 8;
     this.btnEditar.Tag       = "Editar";
     this.btnEditar.UseVisualStyleBackColor = false;
     this.btnEditar.Visible = false;
     this.btnEditar.Click  += new System.EventHandler(this.btnEditar_Click);
     //
     // btnGuardar
     //
     this.btnGuardar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.btnGuardar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnGuardar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.btnGuardar.Image     = global::SIPAA_CS.Properties.Resources.Guardar;
     this.btnGuardar.Location  = new System.Drawing.Point(362, 19);
     this.btnGuardar.Name      = "btnGuardar";
     this.btnGuardar.Size      = new System.Drawing.Size(50, 50);
     this.btnGuardar.TabIndex  = 8;
     this.btnGuardar.Tag       = "Guardar";
     this.btnGuardar.UseVisualStyleBackColor = false;
     this.btnGuardar.Click += new System.EventHandler(this.btnGuardar_Click);
     //
     // dgvConsulta
     //
     this.dgvConsulta.AllowUserToAddRows              = false;
     this.dgvConsulta.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(242)))), ((int)(((byte)(253)))));
     this.dgvConsulta.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvConsulta.AutoSizeRowsMode                = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dgvConsulta.BackgroundColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(189)))), ((int)(((byte)(189)))), ((int)(((byte)(189)))));
     this.dgvConsulta.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.dgvConsulta.CellBorderStyle               = System.Windows.Forms.DataGridViewCellBorderStyle.SingleVertical;
     dataGridViewCellStyle2.Alignment               = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor               = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.Font                    = new System.Drawing.Font("Arial", 11.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.dgvConsulta.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dgvConsulta.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle3.Alignment               = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(144)))), ((int)(((byte)(202)))), ((int)(((byte)(249)))));
     dataGridViewCellStyle3.Font                    = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor               = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor      = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor      = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode                = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvConsulta.DefaultCellStyle              = dataGridViewCellStyle3;
     this.dgvConsulta.Location          = new System.Drawing.Point(524, 211);
     this.dgvConsulta.Name              = "dgvConsulta";
     this.dgvConsulta.ReadOnly          = true;
     this.dgvConsulta.RowHeadersVisible = false;
     this.dgvConsulta.RowTemplate.DefaultCellStyle.ForeColor          = System.Drawing.Color.Black;
     this.dgvConsulta.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(230)))), ((int)(((byte)(201)))));
     this.dgvConsulta.RowTemplate.DefaultCellStyle.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(94)))), ((int)(((byte)(32)))));
     this.dgvConsulta.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvConsulta.Size              = new System.Drawing.Size(488, 345);
     this.dgvConsulta.TabIndex          = 3;
     this.dgvConsulta.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvConsulta_CellContentClick);
     //
     // pnlBusqueda
     //
     this.pnlBusqueda.Controls.Add(this.cbobusq);
     this.pnlBusqueda.Controls.Add(this.lblBusca);
     this.pnlBusqueda.Controls.Add(this.btnBuscar);
     this.pnlBusqueda.Controls.Add(this.lblPanelBusca);
     this.pnlBusqueda.Location = new System.Drawing.Point(36, 211);
     this.pnlBusqueda.Name     = "pnlBusqueda";
     this.pnlBusqueda.Size     = new System.Drawing.Size(437, 87);
     this.pnlBusqueda.TabIndex = 158;
     this.pnlBusqueda.TabStop  = true;
     //
     // cbobusq
     //
     this.cbobusq.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cbobusq.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cbobusq.FormattingEnabled  = true;
     this.cbobusq.Location           = new System.Drawing.Point(34, 47);
     this.cbobusq.Name                  = "cbobusq";
     this.cbobusq.Size                  = new System.Drawing.Size(250, 21);
     this.cbobusq.TabIndex              = 1;
     this.cbobusq.SelectedIndexChanged += new System.EventHandler(this.cbobusq_SelectedIndexChanged);
     //
     // lblBusca
     //
     this.lblBusca.AutoSize   = true;
     this.lblBusca.Font       = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBusca.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(87)))), ((int)(((byte)(155)))));
     this.lblBusca.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblBusca.Location   = new System.Drawing.Point(29, 28);
     this.lblBusca.Name       = "lblBusca";
     this.lblBusca.Size       = new System.Drawing.Size(38, 16);
     this.lblBusca.TabIndex   = 44;
     this.lblBusca.Text       = "Tabla";
     //
     // btnBuscar
     //
     this.btnBuscar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.btnBuscar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnBuscar.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(211)))), ((int)(((byte)(213)))));
     this.btnBuscar.Image     = global::SIPAA_CS.Properties.Resources.Buscar;
     this.btnBuscar.Location  = new System.Drawing.Point(362, 11);
     this.btnBuscar.Name      = "btnBuscar";
     this.btnBuscar.Size      = new System.Drawing.Size(50, 50);
     this.btnBuscar.TabIndex  = 2;
     this.btnBuscar.Tag       = "Buscar";
     this.btnBuscar.UseVisualStyleBackColor = false;
     this.btnBuscar.Click += new System.EventHandler(this.btnBuscar_Click);
     //
     // lblPanelBusca
     //
     this.lblPanelBusca.AutoSize   = true;
     this.lblPanelBusca.Font       = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPanelBusca.ForeColor  = System.Drawing.Color.Gray;
     this.lblPanelBusca.Image      = ((System.Drawing.Image)(resources.GetObject("lblPanelBusca.Image")));
     this.lblPanelBusca.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblPanelBusca.Location   = new System.Drawing.Point(4, 4);
     this.lblPanelBusca.Name       = "lblPanelBusca";
     this.lblPanelBusca.Size       = new System.Drawing.Size(121, 17);
     this.lblPanelBusca.TabIndex   = 41;
     this.lblPanelBusca.Text       = "     Buscar Status";
     //
     // timer1
     //
     this.timer1.Interval = 5000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick_1);
     //
     // Statues
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage     = global::SIPAA_CS.Properties.Resources.f8;
     this.ClientSize          = new System.Drawing.Size(1024, 768);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.btnRegresar);
     this.Controls.Add(this.btnMinimizar);
     this.Controls.Add(this.btnCerrar);
     this.Controls.Add(this.panelTag);
     this.Controls.Add(this.lblModifElim);
     this.Controls.Add(this.btnAgregar);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.pnlAct);
     this.Controls.Add(this.dgvConsulta);
     this.Controls.Add(this.pnlBusqueda);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "Statues";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Statues";
     this.Load           += new System.EventHandler(this.Statues_Load);
     this.panelTag.ResumeLayout(false);
     this.panelTag.PerformLayout();
     this.pnlAct.ResumeLayout(false);
     this.pnlAct.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvConsulta)).EndInit();
     this.pnlBusqueda.ResumeLayout(false);
     this.pnlBusqueda.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #43
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 dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel1      = new System.Windows.Forms.Panel();
     this.label1      = new System.Windows.Forms.Label();
     this.TxtSearch   = new System.Windows.Forms.TextBox();
     this.BtnCancel   = new System.Windows.Forms.Button();
     this.BtnOk       = new System.Windows.Forms.Button();
     this.BtnInvert   = new System.Windows.Forms.Button();
     this.BtnUnTagAll = new System.Windows.Forms.Button();
     this.BtnTagAll   = new System.Windows.Forms.Button();
     this.panel3      = new System.Windows.Forms.Panel();
     this.panel2      = new System.Windows.Forms.Panel();
     this.Grid        = new System.Windows.Forms.DataGridView();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.TxtSearch);
     this.panel1.Controls.Add(this.BtnCancel);
     this.panel1.Controls.Add(this.BtnOk);
     this.panel1.Controls.Add(this.BtnInvert);
     this.panel1.Controls.Add(this.BtnUnTagAll);
     this.panel1.Controls.Add(this.BtnTagAll);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 322);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(738, 45);
     this.panel1.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(229, 17);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(46, 15);
     this.label1.TabIndex = 24;
     this.label1.Text     = "Search";
     //
     // TxtSearch
     //
     this.TxtSearch.BackColor    = System.Drawing.Color.White;
     this.TxtSearch.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TxtSearch.Location     = new System.Drawing.Point(283, 13);
     this.TxtSearch.Name         = "TxtSearch";
     this.TxtSearch.ReadOnly     = true;
     this.TxtSearch.Size         = new System.Drawing.Size(297, 21);
     this.TxtSearch.TabIndex     = 23;
     this.TxtSearch.TabStop      = false;
     this.TxtSearch.TextChanged += new System.EventHandler(this.TxtSearch_TextChanged);
     //
     // BtnCancel
     //
     this.BtnCancel.Location = new System.Drawing.Point(668, 8);
     this.BtnCancel.Name     = "BtnCancel";
     this.BtnCancel.Size     = new System.Drawing.Size(62, 27);
     this.BtnCancel.TabIndex = 1;
     this.BtnCancel.Text     = "CANCEL";
     this.BtnCancel.UseVisualStyleBackColor = true;
     this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
     //
     // BtnOk
     //
     this.BtnOk.Location = new System.Drawing.Point(621, 8);
     this.BtnOk.Name     = "BtnOk";
     this.BtnOk.Size     = new System.Drawing.Size(47, 27);
     this.BtnOk.TabIndex = 0;
     this.BtnOk.Text     = "OK";
     this.BtnOk.UseVisualStyleBackColor = true;
     this.BtnOk.Click += new System.EventHandler(this.BtnOk_Click);
     //
     // BtnInvert
     //
     this.BtnInvert.Location = new System.Drawing.Point(142, 10);
     this.BtnInvert.Name     = "BtnInvert";
     this.BtnInvert.Size     = new System.Drawing.Size(65, 27);
     this.BtnInvert.TabIndex = 2;
     this.BtnInvert.Text     = "&Invert";
     this.BtnInvert.UseVisualStyleBackColor = true;
     this.BtnInvert.Click += new System.EventHandler(this.BtnInvert_Click);
     //
     // BtnUnTagAll
     //
     this.BtnUnTagAll.Location = new System.Drawing.Point(75, 10);
     this.BtnUnTagAll.Name     = "BtnUnTagAll";
     this.BtnUnTagAll.Size     = new System.Drawing.Size(65, 27);
     this.BtnUnTagAll.TabIndex = 3;
     this.BtnUnTagAll.Text     = "&Un Tag All";
     this.BtnUnTagAll.UseVisualStyleBackColor = true;
     this.BtnUnTagAll.Click += new System.EventHandler(this.BtnUnTagAll_Click);
     //
     // BtnTagAll
     //
     this.BtnTagAll.Location = new System.Drawing.Point(8, 10);
     this.BtnTagAll.Name     = "BtnTagAll";
     this.BtnTagAll.Size     = new System.Drawing.Size(65, 27);
     this.BtnTagAll.TabIndex = 4;
     this.BtnTagAll.Text     = "Tag &All";
     this.BtnTagAll.UseVisualStyleBackColor = true;
     this.BtnTagAll.Click += new System.EventHandler(this.BtnTagAll_Click);
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.White;
     this.panel3.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location  = new System.Drawing.Point(0, 0);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(738, 1);
     this.panel3.TabIndex  = 0;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panel2.Controls.Add(this.Grid);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(738, 322);
     this.panel2.TabIndex = 0;
     //
     // Grid
     //
     this.Grid.AllowUserToAddRows              = false;
     this.Grid.AllowUserToDeleteRows           = false;
     this.Grid.AllowUserToOrderColumns         = true;
     this.Grid.AllowUserToResizeRows           = false;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     this.Grid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
     this.Grid.BackgroundColor             = System.Drawing.Color.White;
     this.Grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.Grid.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.Grid.EditMode             = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.Grid.Location             = new System.Drawing.Point(0, 0);
     this.Grid.Name                 = "Grid";
     this.Grid.SelectionMode        = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.Grid.Size                 = new System.Drawing.Size(738, 322);
     this.Grid.TabIndex             = 0;
     this.Grid.CellClick           += new System.Windows.Forms.DataGridViewCellEventHandler(this.Grid_CellClick);
     this.Grid.CellDoubleClick     += new System.Windows.Forms.DataGridViewCellEventHandler(this.Grid_CellDoubleClick);
     this.Grid.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.Grid_RowHeaderMouseClick);
     this.Grid.KeyDown             += new System.Windows.Forms.KeyEventHandler(this.Grid_KeyDown);
     //
     // TagList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(738, 367);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.KeyPreview    = true;
     this.Name          = "TagList";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Tag List";
     this.Load         += new System.EventHandler(this.TagList_Load);
     this.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.TagList_KeyPress);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Grid)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #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.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8  = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9  = 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 dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
     this.pnlCadastroGrupoProcedimentoTitulo    = new System.Windows.Forms.Panel();
     this.btnCadastroGrupoProcedimentoMinimizar = new System.Windows.Forms.Button();
     this.btnCadastroGrupoProcedimentoFechar    = new System.Windows.Forms.Button();
     this.lblCadastroGrupoProcedimentoTitulo    = new System.Windows.Forms.Label();
     this.pnlCadastroGrupoProcedimentoLista     = new System.Windows.Forms.Panel();
     this.dgvGrupoProcedimento                     = new System.Windows.Forms.DataGridView();
     this.nomeDataGridViewTextBoxColumn            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ativoDataGridViewTextBoxColumn           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.grupoprocedimentoBindingSource           = new System.Windows.Forms.BindingSource(this.components);
     this.flpCadastroGrupoProcedimentoProcurar     = new System.Windows.Forms.FlowLayoutPanel();
     this.lblCadastroGrupoProcedimentoProcurarPor  = new System.Windows.Forms.Label();
     this.txtCadastroGrupoProcedimentoProcurarPor  = new System.Windows.Forms.TextBox();
     this.flpCadastroGrupoProcedimentoListaMenu    = new System.Windows.Forms.FlowLayoutPanel();
     this.btnCadastroGrupoProcedimentoMenuNovo     = new System.Windows.Forms.Button();
     this.btnCadastroGrupoProcedimentoMenuEditar   = new System.Windows.Forms.Button();
     this.btnCadastroGrupoProcedimentoMenuApagar   = new System.Windows.Forms.Button();
     this.btnCadastroGrupoProcedimentoMenuProcurar = new System.Windows.Forms.Button();
     this.pnlCadastrarGrupoProcedimentoCampos      = new System.Windows.Forms.Panel();
     this.flpCadastrarGrupoProcedimentoCampos      = new System.Windows.Forms.FlowLayoutPanel();
     this.lblCadastrarGrupoProcedimentoCodigo      = new System.Windows.Forms.Label();
     this.txtCadastrarGrupoProcedimentoCodigo      = new System.Windows.Forms.TextBox();
     this.lblCadastrarGrupoProcedimentoNome        = new System.Windows.Forms.Label();
     this.txtCadastrarGrupoProcedimentoNome        = new System.Windows.Forms.TextBox();
     this.grpCadastrarGrupoProcedimentoAtivo       = new System.Windows.Forms.GroupBox();
     this.rdoCadastrarGrupoProcedimentoAtivoNao    = new System.Windows.Forms.RadioButton();
     this.rdoCadastrarGrupoProcedimentoAtivoSim    = new System.Windows.Forms.RadioButton();
     this.flpCadastrarGrupoProcedimentoMenu        = new System.Windows.Forms.FlowLayoutPanel();
     this.btnCadastrarGrupoProcedimentoMenuSalvar  = new System.Windows.Forms.Button();
     this.btnCadastrarGrupoProcedimentoMenuLimpar  = new System.Windows.Forms.Button();
     this.btnCadastrarGrupoProcedimentoMenuSair    = new System.Windows.Forms.Button();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.pnlCadastroGrupoProcedimentoTitulo.SuspendLayout();
     this.pnlCadastroGrupoProcedimentoLista.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvGrupoProcedimento)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grupoprocedimentoBindingSource)).BeginInit();
     this.flpCadastroGrupoProcedimentoProcurar.SuspendLayout();
     this.flpCadastroGrupoProcedimentoListaMenu.SuspendLayout();
     this.pnlCadastrarGrupoProcedimentoCampos.SuspendLayout();
     this.flpCadastrarGrupoProcedimentoCampos.SuspendLayout();
     this.grpCadastrarGrupoProcedimentoAtivo.SuspendLayout();
     this.flpCadastrarGrupoProcedimentoMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlCadastroGrupoProcedimentoTitulo
     //
     this.pnlCadastroGrupoProcedimentoTitulo.BackColor = System.Drawing.Color.MintCream;
     this.pnlCadastroGrupoProcedimentoTitulo.Controls.Add(this.btnCadastroGrupoProcedimentoMinimizar);
     this.pnlCadastroGrupoProcedimentoTitulo.Controls.Add(this.btnCadastroGrupoProcedimentoFechar);
     this.pnlCadastroGrupoProcedimentoTitulo.Controls.Add(this.lblCadastroGrupoProcedimentoTitulo);
     this.pnlCadastroGrupoProcedimentoTitulo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlCadastroGrupoProcedimentoTitulo.Location = new System.Drawing.Point(0, 0);
     this.pnlCadastroGrupoProcedimentoTitulo.Margin   = new System.Windows.Forms.Padding(8);
     this.pnlCadastroGrupoProcedimentoTitulo.Name     = "pnlCadastroGrupoProcedimentoTitulo";
     this.pnlCadastroGrupoProcedimentoTitulo.Size     = new System.Drawing.Size(658, 28);
     this.pnlCadastroGrupoProcedimentoTitulo.TabIndex = 9;
     //
     // btnCadastroGrupoProcedimentoMinimizar
     //
     this.btnCadastroGrupoProcedimentoMinimizar.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnCadastroGrupoProcedimentoMinimizar.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.btnCadastroGrupoProcedimentoMinimizar.FlatAppearance.BorderSize         = 0;
     this.btnCadastroGrupoProcedimentoMinimizar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.MintCream;
     this.btnCadastroGrupoProcedimentoMinimizar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.MediumAquamarine;
     this.btnCadastroGrupoProcedimentoMinimizar.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btnCadastroGrupoProcedimentoMinimizar.Font       = new System.Drawing.Font("Lucida Sans Unicode", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCadastroGrupoProcedimentoMinimizar.ForeColor  = System.Drawing.Color.White;
     this.btnCadastroGrupoProcedimentoMinimizar.Image      = global::UI.Properties.Resources.minimizar;
     this.btnCadastroGrupoProcedimentoMinimizar.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btnCadastroGrupoProcedimentoMinimizar.Location   = new System.Drawing.Point(582, 0);
     this.btnCadastroGrupoProcedimentoMinimizar.Margin     = new System.Windows.Forms.Padding(8);
     this.btnCadastroGrupoProcedimentoMinimizar.Name       = "btnCadastroGrupoProcedimentoMinimizar";
     this.btnCadastroGrupoProcedimentoMinimizar.Size       = new System.Drawing.Size(38, 28);
     this.btnCadastroGrupoProcedimentoMinimizar.TabIndex   = 5;
     this.btnCadastroGrupoProcedimentoMinimizar.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip1.SetToolTip(this.btnCadastroGrupoProcedimentoMinimizar, "Minimizar");
     this.btnCadastroGrupoProcedimentoMinimizar.UseVisualStyleBackColor = true;
     this.btnCadastroGrupoProcedimentoMinimizar.Click += new System.EventHandler(this.BtnCadastroGrupoProcedimentoMinimizar_Click);
     //
     // btnCadastroGrupoProcedimentoFechar
     //
     this.btnCadastroGrupoProcedimentoFechar.Dock = System.Windows.Forms.DockStyle.Right;
     this.btnCadastroGrupoProcedimentoFechar.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.btnCadastroGrupoProcedimentoFechar.FlatAppearance.BorderSize         = 0;
     this.btnCadastroGrupoProcedimentoFechar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.MintCream;
     this.btnCadastroGrupoProcedimentoFechar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.MediumAquamarine;
     this.btnCadastroGrupoProcedimentoFechar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCadastroGrupoProcedimentoFechar.Font      = new System.Drawing.Font("Lucida Sans Unicode", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCadastroGrupoProcedimentoFechar.ForeColor = System.Drawing.Color.White;
     this.btnCadastroGrupoProcedimentoFechar.Image     = global::UI.Properties.Resources.fechar;
     this.btnCadastroGrupoProcedimentoFechar.Location  = new System.Drawing.Point(620, 0);
     this.btnCadastroGrupoProcedimentoFechar.Margin    = new System.Windows.Forms.Padding(8);
     this.btnCadastroGrupoProcedimentoFechar.Name      = "btnCadastroGrupoProcedimentoFechar";
     this.btnCadastroGrupoProcedimentoFechar.Size      = new System.Drawing.Size(38, 28);
     this.btnCadastroGrupoProcedimentoFechar.TabIndex  = 4;
     this.btnCadastroGrupoProcedimentoFechar.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip1.SetToolTip(this.btnCadastroGrupoProcedimentoFechar, "Fechar");
     this.btnCadastroGrupoProcedimentoFechar.UseVisualStyleBackColor = true;
     this.btnCadastroGrupoProcedimentoFechar.Click += new System.EventHandler(this.BtnCadastroGrupoProcedimentoFechar_Click);
     //
     // lblCadastroGrupoProcedimentoTitulo
     //
     this.lblCadastroGrupoProcedimentoTitulo.AutoSize  = true;
     this.lblCadastroGrupoProcedimentoTitulo.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lblCadastroGrupoProcedimentoTitulo.Font      = new System.Drawing.Font("Lucida Sans Unicode", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCadastroGrupoProcedimentoTitulo.ForeColor = System.Drawing.Color.Black;
     this.lblCadastroGrupoProcedimentoTitulo.Location  = new System.Drawing.Point(0, 0);
     this.lblCadastroGrupoProcedimentoTitulo.Margin    = new System.Windows.Forms.Padding(0);
     this.lblCadastroGrupoProcedimentoTitulo.Name      = "lblCadastroGrupoProcedimentoTitulo";
     this.lblCadastroGrupoProcedimentoTitulo.Size      = new System.Drawing.Size(312, 20);
     this.lblCadastroGrupoProcedimentoTitulo.TabIndex  = 0;
     this.lblCadastroGrupoProcedimentoTitulo.Text      = "Cadastro Grupo de Procedimentos";
     //
     // pnlCadastroGrupoProcedimentoLista
     //
     this.pnlCadastroGrupoProcedimentoLista.Controls.Add(this.dgvGrupoProcedimento);
     this.pnlCadastroGrupoProcedimentoLista.Controls.Add(this.flpCadastroGrupoProcedimentoProcurar);
     this.pnlCadastroGrupoProcedimentoLista.Controls.Add(this.flpCadastroGrupoProcedimentoListaMenu);
     this.pnlCadastroGrupoProcedimentoLista.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pnlCadastroGrupoProcedimentoLista.Location = new System.Drawing.Point(0, 28);
     this.pnlCadastroGrupoProcedimentoLista.Margin   = new System.Windows.Forms.Padding(4);
     this.pnlCadastroGrupoProcedimentoLista.Name     = "pnlCadastroGrupoProcedimentoLista";
     this.pnlCadastroGrupoProcedimentoLista.Size     = new System.Drawing.Size(261, 312);
     this.pnlCadastroGrupoProcedimentoLista.TabIndex = 10;
     //
     // dgvGrupoProcedimento
     //
     this.dgvGrupoProcedimento.AllowUserToAddRows    = false;
     this.dgvGrupoProcedimento.AllowUserToDeleteRows = false;
     dataGridViewCellStyle8.Font    = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle8.Padding = new System.Windows.Forms.Padding(2);
     this.dgvGrupoProcedimento.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
     this.dgvGrupoProcedimento.AutoGenerateColumns             = false;
     this.dgvGrupoProcedimento.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dgvGrupoProcedimento.BackgroundColor  = System.Drawing.SystemColors.ControlLight;
     this.dgvGrupoProcedimento.BorderStyle      = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle9.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle9.BackColor           = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle9.Font               = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle9.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle9.Padding            = new System.Windows.Forms.Padding(2);
     dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle9.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvGrupoProcedimento.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
     this.dgvGrupoProcedimento.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvGrupoProcedimento.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.nomeDataGridViewTextBoxColumn,
         this.ativoDataGridViewTextBoxColumn
     });
     this.dgvGrupoProcedimento.DataSource                 = this.grupoprocedimentoBindingSource;
     dataGridViewCellStyle12.Alignment                    = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle12.BackColor                    = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle12.Font                         = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle12.ForeColor                    = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle12.Padding                      = new System.Windows.Forms.Padding(2);
     dataGridViewCellStyle12.SelectionBackColor           = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle12.SelectionForeColor           = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle12.WrapMode                     = System.Windows.Forms.DataGridViewTriState.False;
     this.dgvGrupoProcedimento.DefaultCellStyle           = dataGridViewCellStyle12;
     this.dgvGrupoProcedimento.Dock                       = System.Windows.Forms.DockStyle.Fill;
     this.dgvGrupoProcedimento.GridColor                  = System.Drawing.SystemColors.ControlLight;
     this.dgvGrupoProcedimento.Location                   = new System.Drawing.Point(0, 90);
     this.dgvGrupoProcedimento.Margin                     = new System.Windows.Forms.Padding(4);
     this.dgvGrupoProcedimento.MultiSelect                = false;
     this.dgvGrupoProcedimento.Name                       = "dgvGrupoProcedimento";
     this.dgvGrupoProcedimento.ReadOnly                   = true;
     dataGridViewCellStyle13.Alignment                    = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle13.BackColor                    = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle13.Font                         = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle13.ForeColor                    = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle13.Padding                      = new System.Windows.Forms.Padding(2);
     dataGridViewCellStyle13.SelectionBackColor           = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle13.SelectionForeColor           = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle13.WrapMode                     = System.Windows.Forms.DataGridViewTriState.True;
     this.dgvGrupoProcedimento.RowHeadersDefaultCellStyle = dataGridViewCellStyle13;
     dataGridViewCellStyle14.Font                         = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle14.Padding                      = new System.Windows.Forms.Padding(2);
     this.dgvGrupoProcedimento.RowsDefaultCellStyle       = dataGridViewCellStyle14;
     this.dgvGrupoProcedimento.Size                       = new System.Drawing.Size(261, 222);
     this.dgvGrupoProcedimento.TabIndex                   = 8;
     this.dgvGrupoProcedimento.CellFormatting            += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.DgvGrupoProcedimento_CellFormatting);
     this.dgvGrupoProcedimento.RowHeaderMouseClick       += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DgvGrupoProcedimento_RowHeaderMouseClick);
     //
     // nomeDataGridViewTextBoxColumn
     //
     this.nomeDataGridViewTextBoxColumn.DataPropertyName = "nome";
     dataGridViewCellStyle10.Font    = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle10.Padding = new System.Windows.Forms.Padding(2);
     this.nomeDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle10;
     this.nomeDataGridViewTextBoxColumn.HeaderText       = "Grupo Procedimento";
     this.nomeDataGridViewTextBoxColumn.Name             = "nomeDataGridViewTextBoxColumn";
     this.nomeDataGridViewTextBoxColumn.ReadOnly         = true;
     this.nomeDataGridViewTextBoxColumn.Width            = 270;
     //
     // ativoDataGridViewTextBoxColumn
     //
     this.ativoDataGridViewTextBoxColumn.DataPropertyName = "ativo";
     dataGridViewCellStyle11.Font    = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle11.Padding = new System.Windows.Forms.Padding(2);
     this.ativoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle11;
     this.ativoDataGridViewTextBoxColumn.HeaderText       = "Ativo";
     this.ativoDataGridViewTextBoxColumn.Name             = "ativoDataGridViewTextBoxColumn";
     this.ativoDataGridViewTextBoxColumn.ReadOnly         = true;
     this.ativoDataGridViewTextBoxColumn.Width            = 60;
     //
     // grupoprocedimentoBindingSource
     //
     this.grupoprocedimentoBindingSource.DataSource = typeof(DAO.grupo_procedimento);
     //
     // flpCadastroGrupoProcedimentoProcurar
     //
     this.flpCadastroGrupoProcedimentoProcurar.Controls.Add(this.lblCadastroGrupoProcedimentoProcurarPor);
     this.flpCadastroGrupoProcedimentoProcurar.Controls.Add(this.txtCadastroGrupoProcedimentoProcurarPor);
     this.flpCadastroGrupoProcedimentoProcurar.Dock     = System.Windows.Forms.DockStyle.Top;
     this.flpCadastroGrupoProcedimentoProcurar.Location = new System.Drawing.Point(0, 40);
     this.flpCadastroGrupoProcedimentoProcurar.Margin   = new System.Windows.Forms.Padding(0);
     this.flpCadastroGrupoProcedimentoProcurar.Name     = "flpCadastroGrupoProcedimentoProcurar";
     this.flpCadastroGrupoProcedimentoProcurar.Size     = new System.Drawing.Size(261, 50);
     this.flpCadastroGrupoProcedimentoProcurar.TabIndex = 7;
     this.flpCadastroGrupoProcedimentoProcurar.Visible  = false;
     //
     // lblCadastroGrupoProcedimentoProcurarPor
     //
     this.lblCadastroGrupoProcedimentoProcurarPor.AutoSize = true;
     this.lblCadastroGrupoProcedimentoProcurarPor.Location = new System.Drawing.Point(0, 19);
     this.lblCadastroGrupoProcedimentoProcurarPor.Margin   = new System.Windows.Forms.Padding(0, 19, 0, 0);
     this.lblCadastroGrupoProcedimentoProcurarPor.Name     = "lblCadastroGrupoProcedimentoProcurarPor";
     this.lblCadastroGrupoProcedimentoProcurarPor.Size     = new System.Drawing.Size(102, 20);
     this.lblCadastroGrupoProcedimentoProcurarPor.TabIndex = 1;
     this.lblCadastroGrupoProcedimentoProcurarPor.Text     = "Grp Proced:";
     //
     // txtCadastroGrupoProcedimentoProcurarPor
     //
     this.txtCadastroGrupoProcedimentoProcurarPor.Location     = new System.Drawing.Point(102, 6);
     this.txtCadastroGrupoProcedimentoProcurarPor.Margin       = new System.Windows.Forms.Padding(0, 6, 0, 0);
     this.txtCadastroGrupoProcedimentoProcurarPor.Name         = "txtCadastroGrupoProcedimentoProcurarPor";
     this.txtCadastroGrupoProcedimentoProcurarPor.Size         = new System.Drawing.Size(125, 32);
     this.txtCadastroGrupoProcedimentoProcurarPor.TabIndex     = 4;
     this.txtCadastroGrupoProcedimentoProcurarPor.TextChanged += new System.EventHandler(this.TxtCadastroGrupoProcedimentoProcurarPor_TextChanged);
     //
     // flpCadastroGrupoProcedimentoListaMenu
     //
     this.flpCadastroGrupoProcedimentoListaMenu.Controls.Add(this.btnCadastroGrupoProcedimentoMenuNovo);
     this.flpCadastroGrupoProcedimentoListaMenu.Controls.Add(this.btnCadastroGrupoProcedimentoMenuEditar);
     this.flpCadastroGrupoProcedimentoListaMenu.Controls.Add(this.btnCadastroGrupoProcedimentoMenuApagar);
     this.flpCadastroGrupoProcedimentoListaMenu.Controls.Add(this.btnCadastroGrupoProcedimentoMenuProcurar);
     this.flpCadastroGrupoProcedimentoListaMenu.Dock     = System.Windows.Forms.DockStyle.Top;
     this.flpCadastroGrupoProcedimentoListaMenu.Location = new System.Drawing.Point(0, 0);
     this.flpCadastroGrupoProcedimentoListaMenu.Margin   = new System.Windows.Forms.Padding(0);
     this.flpCadastroGrupoProcedimentoListaMenu.Name     = "flpCadastroGrupoProcedimentoListaMenu";
     this.flpCadastroGrupoProcedimentoListaMenu.Size     = new System.Drawing.Size(261, 40);
     this.flpCadastroGrupoProcedimentoListaMenu.TabIndex = 6;
     //
     // btnCadastroGrupoProcedimentoMenuNovo
     //
     this.btnCadastroGrupoProcedimentoMenuNovo.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.btnCadastroGrupoProcedimentoMenuNovo.FlatAppearance.BorderSize         = 0;
     this.btnCadastroGrupoProcedimentoMenuNovo.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btnCadastroGrupoProcedimentoMenuNovo.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
     this.btnCadastroGrupoProcedimentoMenuNovo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCadastroGrupoProcedimentoMenuNovo.Image     = global::UI.Properties.Resources.Novopq;
     this.btnCadastroGrupoProcedimentoMenuNovo.Location  = new System.Drawing.Point(0, 0);
     this.btnCadastroGrupoProcedimentoMenuNovo.Margin    = new System.Windows.Forms.Padding(0);
     this.btnCadastroGrupoProcedimentoMenuNovo.Name      = "btnCadastroGrupoProcedimentoMenuNovo";
     this.btnCadastroGrupoProcedimentoMenuNovo.Size      = new System.Drawing.Size(38, 38);
     this.btnCadastroGrupoProcedimentoMenuNovo.TabIndex  = 0;
     this.toolTip1.SetToolTip(this.btnCadastroGrupoProcedimentoMenuNovo, "Novo");
     this.btnCadastroGrupoProcedimentoMenuNovo.UseVisualStyleBackColor = true;
     this.btnCadastroGrupoProcedimentoMenuNovo.Click += new System.EventHandler(this.BtnCadastroGrupoProcedimentoMenuNovo_Click);
     //
     // btnCadastroGrupoProcedimentoMenuEditar
     //
     this.btnCadastroGrupoProcedimentoMenuEditar.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.btnCadastroGrupoProcedimentoMenuEditar.FlatAppearance.BorderSize         = 0;
     this.btnCadastroGrupoProcedimentoMenuEditar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btnCadastroGrupoProcedimentoMenuEditar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
     this.btnCadastroGrupoProcedimentoMenuEditar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCadastroGrupoProcedimentoMenuEditar.Image     = global::UI.Properties.Resources.Alterarpq;
     this.btnCadastroGrupoProcedimentoMenuEditar.Location  = new System.Drawing.Point(38, 0);
     this.btnCadastroGrupoProcedimentoMenuEditar.Margin    = new System.Windows.Forms.Padding(0);
     this.btnCadastroGrupoProcedimentoMenuEditar.Name      = "btnCadastroGrupoProcedimentoMenuEditar";
     this.btnCadastroGrupoProcedimentoMenuEditar.Size      = new System.Drawing.Size(38, 38);
     this.btnCadastroGrupoProcedimentoMenuEditar.TabIndex  = 3;
     this.toolTip1.SetToolTip(this.btnCadastroGrupoProcedimentoMenuEditar, "Editar");
     this.btnCadastroGrupoProcedimentoMenuEditar.UseVisualStyleBackColor = true;
     this.btnCadastroGrupoProcedimentoMenuEditar.Visible = false;
     this.btnCadastroGrupoProcedimentoMenuEditar.Click  += new System.EventHandler(this.BtnCadastroGrupoProcedimentoMenuEditar_Click);
     //
     // btnCadastroGrupoProcedimentoMenuApagar
     //
     this.btnCadastroGrupoProcedimentoMenuApagar.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.btnCadastroGrupoProcedimentoMenuApagar.FlatAppearance.BorderSize         = 0;
     this.btnCadastroGrupoProcedimentoMenuApagar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btnCadastroGrupoProcedimentoMenuApagar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
     this.btnCadastroGrupoProcedimentoMenuApagar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCadastroGrupoProcedimentoMenuApagar.Image     = global::UI.Properties.Resources.Excluirpq;
     this.btnCadastroGrupoProcedimentoMenuApagar.Location  = new System.Drawing.Point(76, 0);
     this.btnCadastroGrupoProcedimentoMenuApagar.Margin    = new System.Windows.Forms.Padding(0);
     this.btnCadastroGrupoProcedimentoMenuApagar.Name      = "btnCadastroGrupoProcedimentoMenuApagar";
     this.btnCadastroGrupoProcedimentoMenuApagar.Size      = new System.Drawing.Size(38, 38);
     this.btnCadastroGrupoProcedimentoMenuApagar.TabIndex  = 4;
     this.toolTip1.SetToolTip(this.btnCadastroGrupoProcedimentoMenuApagar, "Exlcuir");
     this.btnCadastroGrupoProcedimentoMenuApagar.UseVisualStyleBackColor = true;
     this.btnCadastroGrupoProcedimentoMenuApagar.Visible = false;
     this.btnCadastroGrupoProcedimentoMenuApagar.Click  += new System.EventHandler(this.BtnCadastroGrupoProcedimentoMenuApagar_Click);
     //
     // btnCadastroGrupoProcedimentoMenuProcurar
     //
     this.btnCadastroGrupoProcedimentoMenuProcurar.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.btnCadastroGrupoProcedimentoMenuProcurar.FlatAppearance.BorderSize         = 0;
     this.btnCadastroGrupoProcedimentoMenuProcurar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btnCadastroGrupoProcedimentoMenuProcurar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
     this.btnCadastroGrupoProcedimentoMenuProcurar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCadastroGrupoProcedimentoMenuProcurar.Image     = global::UI.Properties.Resources.procurarpq2;
     this.btnCadastroGrupoProcedimentoMenuProcurar.Location  = new System.Drawing.Point(114, 0);
     this.btnCadastroGrupoProcedimentoMenuProcurar.Margin    = new System.Windows.Forms.Padding(0);
     this.btnCadastroGrupoProcedimentoMenuProcurar.Name      = "btnCadastroGrupoProcedimentoMenuProcurar";
     this.btnCadastroGrupoProcedimentoMenuProcurar.Size      = new System.Drawing.Size(38, 38);
     this.btnCadastroGrupoProcedimentoMenuProcurar.TabIndex  = 1;
     this.toolTip1.SetToolTip(this.btnCadastroGrupoProcedimentoMenuProcurar, "Procurar");
     this.btnCadastroGrupoProcedimentoMenuProcurar.UseVisualStyleBackColor = true;
     this.btnCadastroGrupoProcedimentoMenuProcurar.Click += new System.EventHandler(this.BtnCadastroGrupoProcedimentoMenuProcurar_Click);
     //
     // pnlCadastrarGrupoProcedimentoCampos
     //
     this.pnlCadastrarGrupoProcedimentoCampos.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlCadastrarGrupoProcedimentoCampos.Controls.Add(this.flpCadastrarGrupoProcedimentoCampos);
     this.pnlCadastrarGrupoProcedimentoCampos.Controls.Add(this.flpCadastrarGrupoProcedimentoMenu);
     this.pnlCadastrarGrupoProcedimentoCampos.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCadastrarGrupoProcedimentoCampos.Location = new System.Drawing.Point(261, 28);
     this.pnlCadastrarGrupoProcedimentoCampos.Margin   = new System.Windows.Forms.Padding(4);
     this.pnlCadastrarGrupoProcedimentoCampos.Name     = "pnlCadastrarGrupoProcedimentoCampos";
     this.pnlCadastrarGrupoProcedimentoCampos.Size     = new System.Drawing.Size(397, 312);
     this.pnlCadastrarGrupoProcedimentoCampos.TabIndex = 11;
     this.pnlCadastrarGrupoProcedimentoCampos.Visible  = false;
     //
     // flpCadastrarGrupoProcedimentoCampos
     //
     this.flpCadastrarGrupoProcedimentoCampos.Controls.Add(this.lblCadastrarGrupoProcedimentoCodigo);
     this.flpCadastrarGrupoProcedimentoCampos.Controls.Add(this.txtCadastrarGrupoProcedimentoCodigo);
     this.flpCadastrarGrupoProcedimentoCampos.Controls.Add(this.lblCadastrarGrupoProcedimentoNome);
     this.flpCadastrarGrupoProcedimentoCampos.Controls.Add(this.txtCadastrarGrupoProcedimentoNome);
     this.flpCadastrarGrupoProcedimentoCampos.Controls.Add(this.grpCadastrarGrupoProcedimentoAtivo);
     this.flpCadastrarGrupoProcedimentoCampos.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flpCadastrarGrupoProcedimentoCampos.Location = new System.Drawing.Point(0, 52);
     this.flpCadastrarGrupoProcedimentoCampos.Margin   = new System.Windows.Forms.Padding(0);
     this.flpCadastrarGrupoProcedimentoCampos.Name     = "flpCadastrarGrupoProcedimentoCampos";
     this.flpCadastrarGrupoProcedimentoCampos.Size     = new System.Drawing.Size(395, 258);
     this.flpCadastrarGrupoProcedimentoCampos.TabIndex = 6;
     //
     // lblCadastrarGrupoProcedimentoCodigo
     //
     this.lblCadastrarGrupoProcedimentoCodigo.AutoSize = true;
     this.flpCadastrarGrupoProcedimentoCampos.SetFlowBreak(this.lblCadastrarGrupoProcedimentoCodigo, true);
     this.lblCadastrarGrupoProcedimentoCodigo.Location = new System.Drawing.Point(38, 12);
     this.lblCadastrarGrupoProcedimentoCodigo.Margin   = new System.Windows.Forms.Padding(38, 12, 0, 0);
     this.lblCadastrarGrupoProcedimentoCodigo.Name     = "lblCadastrarGrupoProcedimentoCodigo";
     this.lblCadastrarGrupoProcedimentoCodigo.Size     = new System.Drawing.Size(65, 20);
     this.lblCadastrarGrupoProcedimentoCodigo.TabIndex = 0;
     this.lblCadastrarGrupoProcedimentoCodigo.Text     = "Código";
     //
     // txtCadastrarGrupoProcedimentoCodigo
     //
     this.txtCadastrarGrupoProcedimentoCodigo.Enabled = false;
     this.flpCadastrarGrupoProcedimentoCampos.SetFlowBreak(this.txtCadastrarGrupoProcedimentoCodigo, true);
     this.txtCadastrarGrupoProcedimentoCodigo.Font     = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCadastrarGrupoProcedimentoCodigo.Location = new System.Drawing.Point(38, 32);
     this.txtCadastrarGrupoProcedimentoCodigo.Margin   = new System.Windows.Forms.Padding(38, 0, 0, 0);
     this.txtCadastrarGrupoProcedimentoCodigo.Name     = "txtCadastrarGrupoProcedimentoCodigo";
     this.txtCadastrarGrupoProcedimentoCodigo.Size     = new System.Drawing.Size(168, 32);
     this.txtCadastrarGrupoProcedimentoCodigo.TabIndex = 1;
     //
     // lblCadastrarGrupoProcedimentoNome
     //
     this.lblCadastrarGrupoProcedimentoNome.AutoSize = true;
     this.flpCadastrarGrupoProcedimentoCampos.SetFlowBreak(this.lblCadastrarGrupoProcedimentoNome, true);
     this.lblCadastrarGrupoProcedimentoNome.Location = new System.Drawing.Point(38, 83);
     this.lblCadastrarGrupoProcedimentoNome.Margin   = new System.Windows.Forms.Padding(38, 19, 0, 0);
     this.lblCadastrarGrupoProcedimentoNome.Name     = "lblCadastrarGrupoProcedimentoNome";
     this.lblCadastrarGrupoProcedimentoNome.Size     = new System.Drawing.Size(181, 20);
     this.lblCadastrarGrupoProcedimentoNome.TabIndex = 2;
     this.lblCadastrarGrupoProcedimentoNome.Text     = "Grupo Procedimentos";
     //
     // txtCadastrarGrupoProcedimentoNome
     //
     this.flpCadastrarGrupoProcedimentoCampos.SetFlowBreak(this.txtCadastrarGrupoProcedimentoNome, true);
     this.txtCadastrarGrupoProcedimentoNome.Font     = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCadastrarGrupoProcedimentoNome.Location = new System.Drawing.Point(38, 109);
     this.txtCadastrarGrupoProcedimentoNome.Margin   = new System.Windows.Forms.Padding(38, 6, 56, 0);
     this.txtCadastrarGrupoProcedimentoNome.Name     = "txtCadastrarGrupoProcedimentoNome";
     this.txtCadastrarGrupoProcedimentoNome.Size     = new System.Drawing.Size(314, 32);
     this.txtCadastrarGrupoProcedimentoNome.TabIndex = 3;
     this.txtCadastrarGrupoProcedimentoNome.Leave   += new System.EventHandler(this.TxtCadastrarGrupoProcedimentoNome_Leave);
     //
     // grpCadastrarGrupoProcedimentoAtivo
     //
     this.grpCadastrarGrupoProcedimentoAtivo.Controls.Add(this.rdoCadastrarGrupoProcedimentoAtivoNao);
     this.grpCadastrarGrupoProcedimentoAtivo.Controls.Add(this.rdoCadastrarGrupoProcedimentoAtivoSim);
     this.grpCadastrarGrupoProcedimentoAtivo.Location = new System.Drawing.Point(38, 160);
     this.grpCadastrarGrupoProcedimentoAtivo.Margin   = new System.Windows.Forms.Padding(38, 19, 0, 0);
     this.grpCadastrarGrupoProcedimentoAtivo.Name     = "grpCadastrarGrupoProcedimentoAtivo";
     this.grpCadastrarGrupoProcedimentoAtivo.Padding  = new System.Windows.Forms.Padding(4);
     this.grpCadastrarGrupoProcedimentoAtivo.Size     = new System.Drawing.Size(315, 62);
     this.grpCadastrarGrupoProcedimentoAtivo.TabIndex = 4;
     this.grpCadastrarGrupoProcedimentoAtivo.TabStop  = false;
     this.grpCadastrarGrupoProcedimentoAtivo.Text     = "Ativo";
     //
     // rdoCadastrarGrupoProcedimentoAtivoNao
     //
     this.rdoCadastrarGrupoProcedimentoAtivoNao.AutoSize = true;
     this.rdoCadastrarGrupoProcedimentoAtivoNao.Location = new System.Drawing.Point(205, 30);
     this.rdoCadastrarGrupoProcedimentoAtivoNao.Margin   = new System.Windows.Forms.Padding(4);
     this.rdoCadastrarGrupoProcedimentoAtivoNao.Name     = "rdoCadastrarGrupoProcedimentoAtivoNao";
     this.rdoCadastrarGrupoProcedimentoAtivoNao.Size     = new System.Drawing.Size(58, 24);
     this.rdoCadastrarGrupoProcedimentoAtivoNao.TabIndex = 0;
     this.rdoCadastrarGrupoProcedimentoAtivoNao.TabStop  = true;
     this.rdoCadastrarGrupoProcedimentoAtivoNao.Text     = "Não";
     this.rdoCadastrarGrupoProcedimentoAtivoNao.UseVisualStyleBackColor = true;
     //
     // rdoCadastrarGrupoProcedimentoAtivoSim
     //
     this.rdoCadastrarGrupoProcedimentoAtivoSim.AutoSize = true;
     this.rdoCadastrarGrupoProcedimentoAtivoSim.Location = new System.Drawing.Point(35, 30);
     this.rdoCadastrarGrupoProcedimentoAtivoSim.Margin   = new System.Windows.Forms.Padding(4);
     this.rdoCadastrarGrupoProcedimentoAtivoSim.Name     = "rdoCadastrarGrupoProcedimentoAtivoSim";
     this.rdoCadastrarGrupoProcedimentoAtivoSim.Size     = new System.Drawing.Size(56, 24);
     this.rdoCadastrarGrupoProcedimentoAtivoSim.TabIndex = 0;
     this.rdoCadastrarGrupoProcedimentoAtivoSim.TabStop  = true;
     this.rdoCadastrarGrupoProcedimentoAtivoSim.Text     = "Sim";
     this.rdoCadastrarGrupoProcedimentoAtivoSim.UseVisualStyleBackColor = true;
     //
     // flpCadastrarGrupoProcedimentoMenu
     //
     this.flpCadastrarGrupoProcedimentoMenu.Controls.Add(this.btnCadastrarGrupoProcedimentoMenuSalvar);
     this.flpCadastrarGrupoProcedimentoMenu.Controls.Add(this.btnCadastrarGrupoProcedimentoMenuLimpar);
     this.flpCadastrarGrupoProcedimentoMenu.Controls.Add(this.btnCadastrarGrupoProcedimentoMenuSair);
     this.flpCadastrarGrupoProcedimentoMenu.Dock     = System.Windows.Forms.DockStyle.Top;
     this.flpCadastrarGrupoProcedimentoMenu.Location = new System.Drawing.Point(0, 0);
     this.flpCadastrarGrupoProcedimentoMenu.Margin   = new System.Windows.Forms.Padding(0);
     this.flpCadastrarGrupoProcedimentoMenu.Name     = "flpCadastrarGrupoProcedimentoMenu";
     this.flpCadastrarGrupoProcedimentoMenu.Size     = new System.Drawing.Size(395, 52);
     this.flpCadastrarGrupoProcedimentoMenu.TabIndex = 5;
     //
     // btnCadastrarGrupoProcedimentoMenuSalvar
     //
     this.btnCadastrarGrupoProcedimentoMenuSalvar.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.btnCadastrarGrupoProcedimentoMenuSalvar.FlatAppearance.BorderSize         = 0;
     this.btnCadastrarGrupoProcedimentoMenuSalvar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btnCadastrarGrupoProcedimentoMenuSalvar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
     this.btnCadastrarGrupoProcedimentoMenuSalvar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCadastrarGrupoProcedimentoMenuSalvar.Image     = global::UI.Properties.Resources.salvarpq;
     this.btnCadastrarGrupoProcedimentoMenuSalvar.Location  = new System.Drawing.Point(0, 0);
     this.btnCadastrarGrupoProcedimentoMenuSalvar.Margin    = new System.Windows.Forms.Padding(0);
     this.btnCadastrarGrupoProcedimentoMenuSalvar.Name      = "btnCadastrarGrupoProcedimentoMenuSalvar";
     this.btnCadastrarGrupoProcedimentoMenuSalvar.Size      = new System.Drawing.Size(50, 50);
     this.btnCadastrarGrupoProcedimentoMenuSalvar.TabIndex  = 0;
     this.toolTip1.SetToolTip(this.btnCadastrarGrupoProcedimentoMenuSalvar, "Salvar");
     this.btnCadastrarGrupoProcedimentoMenuSalvar.UseVisualStyleBackColor = true;
     this.btnCadastrarGrupoProcedimentoMenuSalvar.Click += new System.EventHandler(this.BtnCadastrarGrupoProcedimentoMenuSalvar_Click);
     //
     // btnCadastrarGrupoProcedimentoMenuLimpar
     //
     this.btnCadastrarGrupoProcedimentoMenuLimpar.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.btnCadastrarGrupoProcedimentoMenuLimpar.FlatAppearance.BorderSize         = 0;
     this.btnCadastrarGrupoProcedimentoMenuLimpar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btnCadastrarGrupoProcedimentoMenuLimpar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
     this.btnCadastrarGrupoProcedimentoMenuLimpar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCadastrarGrupoProcedimentoMenuLimpar.Image     = global::UI.Properties.Resources.Limpar;
     this.btnCadastrarGrupoProcedimentoMenuLimpar.Location  = new System.Drawing.Point(50, 0);
     this.btnCadastrarGrupoProcedimentoMenuLimpar.Margin    = new System.Windows.Forms.Padding(0);
     this.btnCadastrarGrupoProcedimentoMenuLimpar.Name      = "btnCadastrarGrupoProcedimentoMenuLimpar";
     this.btnCadastrarGrupoProcedimentoMenuLimpar.Size      = new System.Drawing.Size(50, 50);
     this.btnCadastrarGrupoProcedimentoMenuLimpar.TabIndex  = 1;
     this.toolTip1.SetToolTip(this.btnCadastrarGrupoProcedimentoMenuLimpar, "Limpar");
     this.btnCadastrarGrupoProcedimentoMenuLimpar.UseVisualStyleBackColor = true;
     this.btnCadastrarGrupoProcedimentoMenuLimpar.Click += new System.EventHandler(this.BtnCadastrarGrupoProcedimentoMenuLimpar_Click);
     //
     // btnCadastrarGrupoProcedimentoMenuSair
     //
     this.btnCadastrarGrupoProcedimentoMenuSair.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.btnCadastrarGrupoProcedimentoMenuSair.FlatAppearance.BorderSize         = 0;
     this.btnCadastrarGrupoProcedimentoMenuSair.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btnCadastrarGrupoProcedimentoMenuSair.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke;
     this.btnCadastrarGrupoProcedimentoMenuSair.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCadastrarGrupoProcedimentoMenuSair.Image     = global::UI.Properties.Resources.sair32x32;
     this.btnCadastrarGrupoProcedimentoMenuSair.Location  = new System.Drawing.Point(100, 0);
     this.btnCadastrarGrupoProcedimentoMenuSair.Margin    = new System.Windows.Forms.Padding(0);
     this.btnCadastrarGrupoProcedimentoMenuSair.Name      = "btnCadastrarGrupoProcedimentoMenuSair";
     this.btnCadastrarGrupoProcedimentoMenuSair.Size      = new System.Drawing.Size(50, 50);
     this.btnCadastrarGrupoProcedimentoMenuSair.TabIndex  = 3;
     this.toolTip1.SetToolTip(this.btnCadastrarGrupoProcedimentoMenuSair, "Sair");
     this.btnCadastrarGrupoProcedimentoMenuSair.UseVisualStyleBackColor = true;
     this.btnCadastrarGrupoProcedimentoMenuSair.Click += new System.EventHandler(this.BtnCadastrarGrupoProcedimentoMenuSair_Click);
     //
     // frmGrupoProcedimento
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(658, 340);
     this.Controls.Add(this.pnlCadastrarGrupoProcedimentoCampos);
     this.Controls.Add(this.pnlCadastroGrupoProcedimentoLista);
     this.Controls.Add(this.pnlCadastroGrupoProcedimentoTitulo);
     this.Font            = new System.Drawing.Font("Lucida Sans Unicode", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Margin          = new System.Windows.Forms.Padding(5);
     this.Name            = "frmGrupoProcedimento";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Grupo de Procedimentos";
     this.Load           += new System.EventHandler(this.FrmGrupoProcedimento_Load);
     this.pnlCadastroGrupoProcedimentoTitulo.ResumeLayout(false);
     this.pnlCadastroGrupoProcedimentoTitulo.PerformLayout();
     this.pnlCadastroGrupoProcedimentoLista.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvGrupoProcedimento)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grupoprocedimentoBindingSource)).EndInit();
     this.flpCadastroGrupoProcedimentoProcurar.ResumeLayout(false);
     this.flpCadastroGrupoProcedimentoProcurar.PerformLayout();
     this.flpCadastroGrupoProcedimentoListaMenu.ResumeLayout(false);
     this.pnlCadastrarGrupoProcedimentoCampos.ResumeLayout(false);
     this.flpCadastrarGrupoProcedimentoCampos.ResumeLayout(false);
     this.flpCadastrarGrupoProcedimentoCampos.PerformLayout();
     this.grpCadastrarGrupoProcedimentoAtivo.ResumeLayout(false);
     this.grpCadastrarGrupoProcedimentoAtivo.PerformLayout();
     this.flpCadastrarGrupoProcedimentoMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #45
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SalesData));
     this.SalesDataControl  = new System.Windows.Forms.DataGridView();
     this.NewTableBtn       = new MetroFramework.Controls.MetroTile();
     this.LoadTableBtn      = new MetroFramework.Controls.MetroTile();
     this.SaveTableBtn      = new MetroFramework.Controls.MetroTile();
     this.SearchTextBox     = new MetroFramework.Controls.MetroTextBox();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.SummLabel         = new MetroFramework.Controls.MetroLabel();
     this.OrdesFlowLayout   = new System.Windows.Forms.FlowLayoutPanel();
     this.GeneralSalesBtn   = new MetroFramework.Controls.MetroTile();
     this.FileSystemWatcher = new System.IO.FileSystemWatcher();
     ((System.ComponentModel.ISupportInitialize)(this.SalesDataControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.OrdesFlowLayout.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FileSystemWatcher)).BeginInit();
     this.SuspendLayout();
     //
     // SalesDataControl
     //
     this.SalesDataControl.AllowUserToAddRows    = false;
     this.SalesDataControl.AllowUserToDeleteRows = false;
     this.SalesDataControl.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.SalesDataControl.BackgroundColor             = System.Drawing.Color.White;
     this.SalesDataControl.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.SalesDataControl.Location             = new System.Drawing.Point(23, 163);
     this.SalesDataControl.Name                 = "SalesDataControl";
     this.SalesDataControl.ReadOnly             = true;
     dataGridViewCellStyle1.BackColor           = System.Drawing.Color.White;
     dataGridViewCellStyle1.SelectionBackColor  = System.Drawing.Color.PaleVioletRed;
     this.SalesDataControl.RowsDefaultCellStyle = dataGridViewCellStyle1;
     this.SalesDataControl.Size                 = new System.Drawing.Size(723, 246);
     this.SalesDataControl.TabIndex             = 0;
     this.SalesDataControl.RowsAdded           += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.SalesDataControl_RowsAdded);
     //
     // NewTableBtn
     //
     this.NewTableBtn.Location  = new System.Drawing.Point(23, 124);
     this.NewTableBtn.Name      = "NewTableBtn";
     this.NewTableBtn.Size      = new System.Drawing.Size(83, 29);
     this.NewTableBtn.Style     = MetroFramework.MetroColorStyle.Purple;
     this.NewTableBtn.TabIndex  = 6;
     this.NewTableBtn.Text      = "Создать";
     this.NewTableBtn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.NewTableBtn.Click    += new System.EventHandler(this.NewTableBtn_Click);
     //
     // LoadTableBtn
     //
     this.LoadTableBtn.Location  = new System.Drawing.Point(112, 124);
     this.LoadTableBtn.Name      = "LoadTableBtn";
     this.LoadTableBtn.Size      = new System.Drawing.Size(83, 29);
     this.LoadTableBtn.Style     = MetroFramework.MetroColorStyle.Purple;
     this.LoadTableBtn.TabIndex  = 7;
     this.LoadTableBtn.Text      = "Открыть";
     this.LoadTableBtn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.LoadTableBtn.Click    += new System.EventHandler(this.LoadTableBtn_Click);
     //
     // SaveTableBtn
     //
     this.SaveTableBtn.Location  = new System.Drawing.Point(201, 124);
     this.SaveTableBtn.Name      = "SaveTableBtn";
     this.SaveTableBtn.Size      = new System.Drawing.Size(83, 30);
     this.SaveTableBtn.Style     = MetroFramework.MetroColorStyle.Purple;
     this.SaveTableBtn.TabIndex  = 8;
     this.SaveTableBtn.Text      = "Сохранить";
     this.SaveTableBtn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.SaveTableBtn.Click    += new System.EventHandler(this.SaveTableBtn_Click);
     //
     // SearchTextBox
     //
     this.SearchTextBox.FontSize       = MetroFramework.MetroTextBoxSize.Tall;
     this.SearchTextBox.Location       = new System.Drawing.Point(290, 123);
     this.SearchTextBox.Multiline      = true;
     this.SearchTextBox.Name           = "SearchTextBox";
     this.SearchTextBox.PromptText     = "Поиск...";
     this.SearchTextBox.Size           = new System.Drawing.Size(110, 30);
     this.SearchTextBox.Style          = MetroFramework.MetroColorStyle.Purple;
     this.SearchTextBox.TabIndex       = 10;
     this.SearchTextBox.TextAlign      = System.Windows.Forms.HorizontalAlignment.Center;
     this.SearchTextBox.UseStyleColors = true;
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.pictureBox1.Location = new System.Drawing.Point(406, 121);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(33, 32);
     this.pictureBox1.TabIndex = 11;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Click   += new System.EventHandler(this.pictureBox1_Click);
     //
     // SummLabel
     //
     this.SummLabel.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.SummLabel.AutoSize       = true;
     this.SummLabel.FontSize       = MetroFramework.MetroLabelSize.Tall;
     this.SummLabel.Location       = new System.Drawing.Point(23, 412);
     this.SummLabel.Name           = "SummLabel";
     this.SummLabel.Size           = new System.Drawing.Size(208, 25);
     this.SummLabel.Style          = MetroFramework.MetroColorStyle.Purple;
     this.SummLabel.TabIndex       = 12;
     this.SummLabel.Text           = "Общая Сумма: 0 Сомони";
     this.SummLabel.UseStyleColors = true;
     //
     // OrdesFlowLayout
     //
     this.OrdesFlowLayout.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.OrdesFlowLayout.AutoScroll  = true;
     this.OrdesFlowLayout.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.OrdesFlowLayout.Controls.Add(this.GeneralSalesBtn);
     this.OrdesFlowLayout.Location = new System.Drawing.Point(23, 73);
     this.OrdesFlowLayout.Name     = "OrdesFlowLayout";
     this.OrdesFlowLayout.Size     = new System.Drawing.Size(723, 42);
     this.OrdesFlowLayout.TabIndex = 13;
     //
     // GeneralSalesBtn
     //
     this.GeneralSalesBtn.Location  = new System.Drawing.Point(3, 3);
     this.GeneralSalesBtn.Name      = "GeneralSalesBtn";
     this.GeneralSalesBtn.Size      = new System.Drawing.Size(83, 29);
     this.GeneralSalesBtn.Style     = MetroFramework.MetroColorStyle.Purple;
     this.GeneralSalesBtn.TabIndex  = 7;
     this.GeneralSalesBtn.Text      = "Общее";
     this.GeneralSalesBtn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.GeneralSalesBtn.Click    += new System.EventHandler(this.GeneralSalesBtn_Click);
     //
     // FileSystemWatcher
     //
     this.FileSystemWatcher.EnableRaisingEvents = true;
     this.FileSystemWatcher.Filter = "*.xml";
     this.FileSystemWatcher.Path   = "temp";
     this.FileSystemWatcher.SynchronizingObject = this;
     this.FileSystemWatcher.Changed            += new System.IO.FileSystemEventHandler(this.FileSystemWatcher_Changed);
     this.FileSystemWatcher.Created            += new System.IO.FileSystemEventHandler(this.FileSystemWatcher_Created);
     //
     // SalesData
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(769, 457);
     this.Controls.Add(this.OrdesFlowLayout);
     this.Controls.Add(this.SummLabel);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.SearchTextBox);
     this.Controls.Add(this.SaveTableBtn);
     this.Controls.Add(this.LoadTableBtn);
     this.Controls.Add(this.NewTableBtn);
     this.Controls.Add(this.SalesDataControl);
     this.Name       = "SalesData";
     this.ShadowType = MetroFramework.Forms.MetroForm.MetroFormShadowType.DropShadow;
     this.Style      = MetroFramework.MetroColorStyle.Purple;
     this.Text       = "Продажи";
     this.Load      += new System.EventHandler(this.ExpensesData_Load);
     ((System.ComponentModel.ISupportInitialize)(this.SalesDataControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.OrdesFlowLayout.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.FileSystemWatcher)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #46
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     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     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(FrmSale));
     this.btnAdd        = new System.Windows.Forms.Button();
     this.btnUp         = new System.Windows.Forms.Button();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.SalesPersonId = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SPName        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // btnAdd
     //
     this.btnAdd.Location = new System.Drawing.Point(55, 29);
     this.btnAdd.Name     = "btnAdd";
     this.btnAdd.Size     = new System.Drawing.Size(75, 31);
     this.btnAdd.TabIndex = 0;
     this.btnAdd.Text     = "添加";
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnUp
     //
     this.btnUp.Location = new System.Drawing.Point(169, 29);
     this.btnUp.Name     = "btnUp";
     this.btnUp.Size     = new System.Drawing.Size(75, 31);
     this.btnUp.TabIndex = 1;
     this.btnUp.Text     = "修改";
     this.btnUp.UseVisualStyleBackColor = true;
     this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows       = false;
     this.dataGridView1.AllowUserToResizeColumns = false;
     this.dataGridView1.AllowUserToResizeRows    = false;
     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.Color.White;
     this.dataGridView1.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("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     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.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.SalesPersonId,
         this.SPName
     });
     dataGridViewCellStyle4.Alignment             = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle4.BackColor             = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle4.Font                  = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     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.dataGridView1.DefaultCellStyle          = dataGridViewCellStyle4;
     this.dataGridView1.EnableHeadersVisualStyles = false;
     this.dataGridView1.Location                  = new System.Drawing.Point(39, 75);
     this.dataGridView1.Name     = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle5.Alignment         = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle5.BackColor         = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle5.Font                   = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle5.ForeColor              = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle5.SelectionBackColor     = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor     = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle5.WrapMode               = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle5;
     this.dataGridView1.RowHeadersVisible          = false;
     dataGridViewCellStyle6.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.dataGridView1.RowsDefaultCellStyle       = dataGridViewCellStyle6;
     this.dataGridView1.RowTemplate.Height         = 23;
     this.dataGridView1.ScrollBars                 = System.Windows.Forms.ScrollBars.Vertical;
     this.dataGridView1.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size     = new System.Drawing.Size(241, 174);
     this.dataGridView1.TabIndex = 2;
     this.dataGridView1.TabStop  = false;
     //
     // SalesPersonId
     //
     this.SalesPersonId.DataPropertyName = "SalesPersonId";
     dataGridViewCellStyle2.Alignment    = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.SalesPersonId.DefaultCellStyle = dataGridViewCellStyle2;
     this.SalesPersonId.HeaderText       = "登录账号";
     this.SalesPersonId.Name             = "SalesPersonId";
     this.SalesPersonId.ReadOnly         = true;
     this.SalesPersonId.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.SalesPersonId.Width            = 120;
     //
     // SPName
     //
     this.SPName.DataPropertyName     = "SPName";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.SPName.DefaultCellStyle     = dataGridViewCellStyle3;
     this.SPName.HeaderText           = "用户名称";
     this.SPName.Name     = "SPName";
     this.SPName.ReadOnly = true;
     this.SPName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.SPName.Width    = 120;
     //
     // FrmSale
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(309, 261);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.btnUp);
     this.Controls.Add(this.btnAdd);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FrmSale";
     this.Text = "销售员管理";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #47
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();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.btnSave         = new System.Windows.Forms.Button();
     this.btnDelete       = new System.Windows.Forms.Button();
     this.btnEdit         = new System.Windows.Forms.Button();
     this.btnNew          = new System.Windows.Forms.Button();
     this.dgvVar          = new System.Windows.Forms.DataGridView();
     this.VarName         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DataType        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.StoreType       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Address         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IsFiling        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IsAlarm         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IsReport        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Note            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.AbsoluteAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvVar)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.IsSplitterFixed = true;
     this.splitContainer1.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name            = "splitContainer1";
     this.splitContainer1.Orientation     = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.btnSave);
     this.splitContainer1.Panel1.Controls.Add(this.btnDelete);
     this.splitContainer1.Panel1.Controls.Add(this.btnEdit);
     this.splitContainer1.Panel1.Controls.Add(this.btnNew);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dgvVar);
     this.splitContainer1.Size             = new System.Drawing.Size(1632, 716);
     this.splitContainer1.SplitterDistance = 80;
     this.splitContainer1.SplitterWidth    = 1;
     this.splitContainer1.TabIndex         = 0;
     //
     // btnSave
     //
     this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(115)))), ((int)(((byte)(163)))));
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSave.Font      = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnSave.ForeColor = System.Drawing.Color.Transparent;
     this.btnSave.Location  = new System.Drawing.Point(518, 24);
     this.btnSave.Name      = "btnSave";
     this.btnSave.Size      = new System.Drawing.Size(112, 40);
     this.btnSave.TabIndex  = 3;
     this.btnSave.Text      = "保存";
     this.btnSave.UseVisualStyleBackColor = false;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnDelete
     //
     this.btnDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(115)))), ((int)(((byte)(163)))));
     this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnDelete.Font      = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnDelete.ForeColor = System.Drawing.Color.Transparent;
     this.btnDelete.Location  = new System.Drawing.Point(364, 24);
     this.btnDelete.Name      = "btnDelete";
     this.btnDelete.Size      = new System.Drawing.Size(112, 40);
     this.btnDelete.TabIndex  = 2;
     this.btnDelete.Text      = "删除";
     this.btnDelete.UseVisualStyleBackColor = false;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnEdit
     //
     this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(115)))), ((int)(((byte)(163)))));
     this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnEdit.Font      = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnEdit.ForeColor = System.Drawing.Color.Transparent;
     this.btnEdit.Location  = new System.Drawing.Point(210, 24);
     this.btnEdit.Name      = "btnEdit";
     this.btnEdit.Size      = new System.Drawing.Size(112, 40);
     this.btnEdit.TabIndex  = 1;
     this.btnEdit.Text      = "修改";
     this.btnEdit.UseVisualStyleBackColor = false;
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnNew
     //
     this.btnNew.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(115)))), ((int)(((byte)(163)))));
     this.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnNew.Font      = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnNew.ForeColor = System.Drawing.Color.Transparent;
     this.btnNew.Location  = new System.Drawing.Point(56, 24);
     this.btnNew.Name      = "btnNew";
     this.btnNew.Size      = new System.Drawing.Size(112, 40);
     this.btnNew.TabIndex  = 0;
     this.btnNew.Text      = "新建";
     this.btnNew.UseVisualStyleBackColor = false;
     this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
     //
     // dgvVar
     //
     this.dgvVar.AllowUserToAddRows            = false;
     this.dgvVar.AllowUserToDeleteRows         = false;
     this.dgvVar.AllowUserToResizeRows         = false;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     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.dgvVar.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvVar.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvVar.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.VarName,
         this.DataType,
         this.StoreType,
         this.Address,
         this.IsFiling,
         this.IsAlarm,
         this.IsReport,
         this.Note,
         this.AbsoluteAddress
     });
     this.dgvVar.Dock                          = System.Windows.Forms.DockStyle.Fill;
     this.dgvVar.Location                      = new System.Drawing.Point(0, 0);
     this.dgvVar.Name                          = "dgvVar";
     this.dgvVar.ReadOnly                      = true;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     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.dgvVar.RowHeadersDefaultCellStyle    = dataGridViewCellStyle2;
     this.dgvVar.RowHeadersWidthSizeMode       = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     dataGridViewCellStyle3.Font               = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dgvVar.RowsDefaultCellStyle          = dataGridViewCellStyle3;
     this.dgvVar.RowTemplate.Height            = 27;
     this.dgvVar.SelectionMode                 = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvVar.Size                          = new System.Drawing.Size(1632, 635);
     this.dgvVar.TabIndex                      = 0;
     this.dgvVar.RowPostPaint                 += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dgvVar_RowPostPaint);
     //
     // VarName
     //
     this.VarName.DataPropertyName = "VarName";
     this.VarName.Frozen           = true;
     this.VarName.HeaderText       = "变量名";
     this.VarName.Name             = "VarName";
     this.VarName.ReadOnly         = true;
     this.VarName.Width            = 180;
     //
     // DataType
     //
     this.DataType.DataPropertyName = "DataType";
     this.DataType.HeaderText       = "数据类型";
     this.DataType.Name             = "DataType";
     this.DataType.ReadOnly         = true;
     this.DataType.Width            = 150;
     //
     // StoreType
     //
     this.StoreType.DataPropertyName = "StoreType";
     this.StoreType.HeaderText       = "存储功能区";
     this.StoreType.Name             = "StoreType";
     this.StoreType.ReadOnly         = true;
     this.StoreType.Width            = 250;
     //
     // Address
     //
     this.Address.DataPropertyName = "Address";
     this.Address.HeaderText       = "地址";
     this.Address.Name             = "Address";
     this.Address.ReadOnly         = true;
     this.Address.Width            = 90;
     //
     // IsFiling
     //
     this.IsFiling.DataPropertyName = "IsFiling";
     this.IsFiling.HeaderText       = "归档";
     this.IsFiling.Name             = "IsFiling";
     this.IsFiling.ReadOnly         = true;
     this.IsFiling.Width            = 90;
     //
     // IsAlarm
     //
     this.IsAlarm.DataPropertyName = "IsAlarm";
     this.IsAlarm.HeaderText       = "报警";
     this.IsAlarm.Name             = "IsAlarm";
     this.IsAlarm.ReadOnly         = true;
     this.IsAlarm.Width            = 90;
     //
     // IsReport
     //
     this.IsReport.DataPropertyName = "IsReport";
     this.IsReport.HeaderText       = "报表";
     this.IsReport.Name             = "IsReport";
     this.IsReport.ReadOnly         = true;
     this.IsReport.Width            = 90;
     //
     // Note
     //
     this.Note.DataPropertyName = "Note";
     this.Note.HeaderText       = "注释";
     this.Note.Name             = "Note";
     this.Note.ReadOnly         = true;
     this.Note.Width            = 300;
     //
     // AbsoluteAddress
     //
     this.AbsoluteAddress.DataPropertyName = "AbsoluteAddress";
     this.AbsoluteAddress.HeaderText       = "绝对地址";
     this.AbsoluteAddress.Name             = "AbsoluteAddress";
     this.AbsoluteAddress.ReadOnly         = true;
     this.AbsoluteAddress.Width            = 300;
     //
     // FrmIOVarManage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1632, 716);
     this.Controls.Add(this.splitContainer1);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "FrmIOVarManage";
     this.Text            = "IOVarManage";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.FrmIOVarManage_FormClosing);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvVar)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #48
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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
     this.panel1       = new System.Windows.Forms.Panel();
     this.label5       = new System.Windows.Forms.Label();
     this.cmb_lector   = new System.Windows.Forms.ComboBox();
     this.label3       = new System.Windows.Forms.Label();
     this.dtm_termina  = new System.Windows.Forms.DateTimePicker();
     this.label2       = new System.Windows.Forms.Label();
     this.dtm_inicia   = new System.Windows.Forms.DateTimePicker();
     this.txt_clave    = new System.Windows.Forms.TextBox();
     this.label1       = new System.Windows.Forms.Label();
     this.btn_nuevo    = new System.Windows.Forms.Button();
     this.dgv_datos    = new System.Windows.Forms.DataGridView();
     this.btn_exportar = new System.Windows.Forms.Button();
     this.lbl_var      = new System.Windows.Forms.Label();
     this.timer1       = new System.Windows.Forms.Timer(this.components);
     this.lbl_total    = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.lbl_lector   = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_datos)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.SteelBlue;
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.cmb_lector);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.dtm_termina);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.dtm_inicia);
     this.panel1.Controls.Add(this.txt_clave);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.btn_nuevo);
     this.panel1.Location = new System.Drawing.Point(-2, -19);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(832, 69);
     this.panel1.TabIndex = 145;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.SteelBlue;
     this.label5.ForeColor = System.Drawing.Color.White;
     this.label5.Location  = new System.Drawing.Point(300, 26);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(50, 13);
     this.label5.TabIndex  = 35;
     this.label5.Text      = "LECTOR";
     //
     // cmb_lector
     //
     this.cmb_lector.FormattingEnabled = true;
     this.cmb_lector.Items.AddRange(new object[] {
         "COMEDOR",
         "FUNDICION 1",
         "MAQUINADO 1",
         "ENTRADA PERSONAL 1",
         "ENTRADA PERSONAL 2"
     });
     this.cmb_lector.Location              = new System.Drawing.Point(301, 41);
     this.cmb_lector.Name                  = "cmb_lector";
     this.cmb_lector.Size                  = new System.Drawing.Size(138, 21);
     this.cmb_lector.TabIndex              = 34;
     this.cmb_lector.SelectedIndexChanged += new System.EventHandler(this.cmb_lector_SelectedIndexChanged);
     this.cmb_lector.KeyPress             += new System.Windows.Forms.KeyPressEventHandler(this.cmb_lector_KeyPress);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.SteelBlue;
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(160, 24);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(56, 13);
     this.label3.TabIndex  = 33;
     this.label3.Text      = "TERMINA";
     //
     // dtm_termina
     //
     this.dtm_termina.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtm_termina.Location      = new System.Drawing.Point(159, 42);
     this.dtm_termina.Name          = "dtm_termina";
     this.dtm_termina.Size          = new System.Drawing.Size(133, 20);
     this.dtm_termina.TabIndex      = 32;
     this.dtm_termina.ValueChanged += new System.EventHandler(this.dtm_termina_ValueChanged);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.SteelBlue;
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(25, 24);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(38, 13);
     this.label2.TabIndex  = 31;
     this.label2.Text      = "INICIA";
     //
     // dtm_inicia
     //
     this.dtm_inicia.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtm_inicia.Location      = new System.Drawing.Point(24, 42);
     this.dtm_inicia.Name          = "dtm_inicia";
     this.dtm_inicia.Size          = new System.Drawing.Size(129, 20);
     this.dtm_inicia.TabIndex      = 30;
     this.dtm_inicia.ValueChanged += new System.EventHandler(this.dtm_inicia_ValueChanged);
     //
     // txt_clave
     //
     this.txt_clave.Location  = new System.Drawing.Point(446, 42);
     this.txt_clave.MaxLength = 8;
     this.txt_clave.Name      = "txt_clave";
     this.txt_clave.Size      = new System.Drawing.Size(74, 20);
     this.txt_clave.TabIndex  = 0;
     this.txt_clave.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_clave_KeyPress);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.SteelBlue;
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(445, 26);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(41, 13);
     this.label1.TabIndex  = 29;
     this.label1.Text      = "CLAVE";
     //
     // btn_nuevo
     //
     this.btn_nuevo.BackColor = System.Drawing.Color.SteelBlue;
     this.btn_nuevo.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btn_nuevo.FlatAppearance.BorderSize = 0;
     this.btn_nuevo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_nuevo.Image     = global::CsPresentacion.Properties.Resources.Action_file_new_icon;
     this.btn_nuevo.Location  = new System.Drawing.Point(523, 39);
     this.btn_nuevo.Name      = "btn_nuevo";
     this.btn_nuevo.Size      = new System.Drawing.Size(27, 27);
     this.btn_nuevo.TabIndex  = 27;
     this.btn_nuevo.UseVisualStyleBackColor = false;
     this.btn_nuevo.Click += new System.EventHandler(this.btn_nuevo_Click);
     //
     // dgv_datos
     //
     this.dgv_datos.AllowUserToAddRows          = false;
     this.dgv_datos.AllowUserToDeleteRows       = false;
     this.dgv_datos.AllowUserToResizeColumns    = false;
     this.dgv_datos.AllowUserToResizeRows       = false;
     this.dgv_datos.BackgroundColor             = System.Drawing.Color.White;
     this.dgv_datos.CausesValidation            = false;
     this.dgv_datos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_datos.Location                   = new System.Drawing.Point(22, 73);
     this.dgv_datos.MultiSelect                = false;
     this.dgv_datos.Name                       = "dgv_datos";
     dataGridViewCellStyle7.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle7.BackColor          = System.Drawing.Color.SteelBlue;
     dataGridViewCellStyle7.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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.dgv_datos.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
     this.dgv_datos.RowHeadersVisible          = false;
     dataGridViewCellStyle8.BackColor          = System.Drawing.Color.White;
     this.dgv_datos.RowsDefaultCellStyle       = dataGridViewCellStyle8;
     this.dgv_datos.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgv_datos.ShowCellErrors             = false;
     this.dgv_datos.Size                       = new System.Drawing.Size(780, 487);
     this.dgv_datos.TabIndex                   = 240;
     //
     // btn_exportar
     //
     this.btn_exportar.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btn_exportar.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.btn_exportar.FlatAppearance.BorderSize         = 0;
     this.btn_exportar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.White;
     this.btn_exportar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.White;
     this.btn_exportar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btn_exportar.ForeColor = System.Drawing.Color.White;
     this.btn_exportar.Image     = global::CsPresentacion.Properties.Resources.Excel;
     this.btn_exportar.Location  = new System.Drawing.Point(746, 567);
     this.btn_exportar.Name      = "btn_exportar";
     this.btn_exportar.Size      = new System.Drawing.Size(53, 34);
     this.btn_exportar.TabIndex  = 242;
     this.btn_exportar.UseVisualStyleBackColor = true;
     this.btn_exportar.Click += new System.EventHandler(this.btn_exportar_Click);
     //
     // lbl_var
     //
     this.lbl_var.AutoSize = true;
     this.lbl_var.Location = new System.Drawing.Point(307, 578);
     this.lbl_var.Name     = "lbl_var";
     this.lbl_var.Size     = new System.Drawing.Size(13, 13);
     this.lbl_var.TabIndex = 243;
     this.lbl_var.Text     = "1";
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // lbl_total
     //
     this.lbl_total.AutoSize = true;
     this.lbl_total.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_total.Location = new System.Drawing.Point(69, 578);
     this.lbl_total.Name     = "lbl_total";
     this.lbl_total.Size     = new System.Drawing.Size(21, 13);
     this.lbl_total.TabIndex = 244;
     this.lbl_total.Text     = "00";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(23, 578);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(40, 13);
     this.label4.TabIndex = 245;
     this.label4.Text     = "Total:";
     //
     // lbl_lector
     //
     this.lbl_lector.AutoSize = true;
     this.lbl_lector.Location = new System.Drawing.Point(394, 578);
     this.lbl_lector.Name     = "lbl_lector";
     this.lbl_lector.Size     = new System.Drawing.Size(25, 13);
     this.lbl_lector.TabIndex = 246;
     this.lbl_lector.Text     = "000";
     //
     // Frm_Registros
     //
     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(824, 610);
     this.Controls.Add(this.lbl_lector);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.lbl_total);
     this.Controls.Add(this.lbl_var);
     this.Controls.Add(this.btn_exportar);
     this.Controls.Add(this.dgv_datos);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "Frm_Registros";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Registro de Huellas";
     this.Load           += new System.EventHandler(this.Frm_Registros_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_datos)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #49
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.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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TFDetalhesCResultado));
     this.tlpCentral = new System.Windows.Forms.TableLayoutPanel();
     this.pDetalhes  = new Componentes.PanelDados(this.components);
     this.gDetalhe   = new Componentes.DataGridDefault(this.components);
     this.cdempresaDataGridViewTextBoxColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cdcentroresultDataGridViewTextBoxColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dscentroresultadoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tipomovimentoDataGridViewTextBoxColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.vllanctoDataGridViewTextBoxColumn          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtlanctostrDataGridViewTextBoxColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bsDetalhe                        = new System.Windows.Forms.BindingSource(this.components);
     this.bindingNavigator1                = new System.Windows.Forms.BindingNavigator(this.components);
     this.bindingNavigatorCountItem        = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorMoveFirstItem    = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem     = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorMoveNextItem     = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem     = new System.Windows.Forms.ToolStripButton();
     this.bb_alterarccusto                 = new System.Windows.Forms.ToolStripButton();
     this.pTotal    = new Componentes.PanelDados(this.components);
     this.label1    = new System.Windows.Forms.Label();
     this.tot_valor = new Componentes.EditFloat(this.components);
     this.tlpCentral.SuspendLayout();
     this.pDetalhes.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gDetalhe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsDetalhe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
     this.bindingNavigator1.SuspendLayout();
     this.pTotal.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tot_valor)).BeginInit();
     this.SuspendLayout();
     //
     // tlpCentral
     //
     this.tlpCentral.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
     this.tlpCentral.ColumnCount     = 1;
     this.tlpCentral.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpCentral.Controls.Add(this.pDetalhes, 0, 0);
     this.tlpCentral.Controls.Add(this.pTotal, 0, 1);
     this.tlpCentral.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpCentral.Location = new System.Drawing.Point(0, 0);
     this.tlpCentral.Name     = "tlpCentral";
     this.tlpCentral.RowCount = 2;
     this.tlpCentral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpCentral.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
     this.tlpCentral.Size     = new System.Drawing.Size(938, 612);
     this.tlpCentral.TabIndex = 4;
     //
     // pDetalhes
     //
     this.pDetalhes.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pDetalhes.Controls.Add(this.gDetalhe);
     this.pDetalhes.Controls.Add(this.bindingNavigator1);
     this.pDetalhes.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pDetalhes.Location = new System.Drawing.Point(5, 5);
     this.pDetalhes.Name     = "pDetalhes";
     this.pDetalhes.Size     = new System.Drawing.Size(928, 558);
     this.pDetalhes.TabIndex = 3;
     //
     // gDetalhe
     //
     this.gDetalhe.AllowUserToAddRows              = false;
     this.gDetalhe.AllowUserToDeleteRows           = false;
     this.gDetalhe.AllowUserToOrderColumns         = true;
     dataGridViewCellStyle1.BackColor              = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(231)))), ((int)(((byte)(189)))));
     this.gDetalhe.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.gDetalhe.AutoGenerateColumns             = false;
     this.gDetalhe.BackgroundColor               = System.Drawing.Color.LightGray;
     this.gDetalhe.BorderStyle                   = System.Windows.Forms.BorderStyle.Fixed3D;
     this.gDetalhe.CellBorderStyle               = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken;
     dataGridViewCellStyle2.Alignment            = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(223)))), ((int)(((byte)(172)))));
     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.gDetalhe.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.gDetalhe.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gDetalhe.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.cdempresaDataGridViewTextBoxColumn,
         this.cdcentroresultDataGridViewTextBoxColumn,
         this.dscentroresultadoDataGridViewTextBoxColumn,
         this.tipomovimentoDataGridViewTextBoxColumn,
         this.vllanctoDataGridViewTextBoxColumn,
         this.dtlanctostrDataGridViewTextBoxColumn
     });
     this.gDetalhe.DataSource                  = this.bsDetalhe;
     this.gDetalhe.Dock                        = System.Windows.Forms.DockStyle.Fill;
     this.gDetalhe.GridColor                   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.gDetalhe.Location                    = new System.Drawing.Point(0, 0);
     this.gDetalhe.Name                        = "gDetalhe";
     this.gDetalhe.ReadOnly                    = true;
     dataGridViewCellStyle4.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(223)))), ((int)(((byte)(172)))));
     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.WindowText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.gDetalhe.RowHeadersDefaultCellStyle  = dataGridViewCellStyle4;
     this.gDetalhe.RowHeadersWidth             = 23;
     this.gDetalhe.Size                        = new System.Drawing.Size(924, 529);
     this.gDetalhe.TabIndex                    = 0;
     this.gDetalhe.ColumnHeaderMouseClick     += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.gDetalhe_ColumnHeaderMouseClick);
     //
     // cdempresaDataGridViewTextBoxColumn
     //
     this.cdempresaDataGridViewTextBoxColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.cdempresaDataGridViewTextBoxColumn.DataPropertyName = "Cd_empresa";
     this.cdempresaDataGridViewTextBoxColumn.HeaderText       = "Cd. Empresa";
     this.cdempresaDataGridViewTextBoxColumn.Name             = "cdempresaDataGridViewTextBoxColumn";
     this.cdempresaDataGridViewTextBoxColumn.ReadOnly         = true;
     this.cdempresaDataGridViewTextBoxColumn.Width            = 92;
     //
     // cdcentroresultDataGridViewTextBoxColumn
     //
     this.cdcentroresultDataGridViewTextBoxColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.cdcentroresultDataGridViewTextBoxColumn.DataPropertyName = "Cd_centroresult";
     this.cdcentroresultDataGridViewTextBoxColumn.HeaderText       = "Codigo";
     this.cdcentroresultDataGridViewTextBoxColumn.Name             = "cdcentroresultDataGridViewTextBoxColumn";
     this.cdcentroresultDataGridViewTextBoxColumn.ReadOnly         = true;
     this.cdcentroresultDataGridViewTextBoxColumn.Width            = 65;
     //
     // dscentroresultadoDataGridViewTextBoxColumn
     //
     this.dscentroresultadoDataGridViewTextBoxColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dscentroresultadoDataGridViewTextBoxColumn.DataPropertyName = "Ds_centroresultado";
     this.dscentroresultadoDataGridViewTextBoxColumn.HeaderText       = "Centro Resultado";
     this.dscentroresultadoDataGridViewTextBoxColumn.Name             = "dscentroresultadoDataGridViewTextBoxColumn";
     this.dscentroresultadoDataGridViewTextBoxColumn.ReadOnly         = true;
     this.dscentroresultadoDataGridViewTextBoxColumn.Width            = 105;
     //
     // tipomovimentoDataGridViewTextBoxColumn
     //
     this.tipomovimentoDataGridViewTextBoxColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.tipomovimentoDataGridViewTextBoxColumn.DataPropertyName = "Tipo_movimento";
     this.tipomovimentoDataGridViewTextBoxColumn.HeaderText       = "Movimento";
     this.tipomovimentoDataGridViewTextBoxColumn.Name             = "tipomovimentoDataGridViewTextBoxColumn";
     this.tipomovimentoDataGridViewTextBoxColumn.ReadOnly         = true;
     this.tipomovimentoDataGridViewTextBoxColumn.Width            = 84;
     //
     // vllanctoDataGridViewTextBoxColumn
     //
     this.vllanctoDataGridViewTextBoxColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.vllanctoDataGridViewTextBoxColumn.DataPropertyName = "Vl_lancto";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle3.Format    = "N2";
     dataGridViewCellStyle3.NullValue = "0";
     this.vllanctoDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle3;
     this.vllanctoDataGridViewTextBoxColumn.HeaderText       = "Valor";
     this.vllanctoDataGridViewTextBoxColumn.Name             = "vllanctoDataGridViewTextBoxColumn";
     this.vllanctoDataGridViewTextBoxColumn.ReadOnly         = true;
     this.vllanctoDataGridViewTextBoxColumn.Width            = 56;
     //
     // dtlanctostrDataGridViewTextBoxColumn
     //
     this.dtlanctostrDataGridViewTextBoxColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.dtlanctostrDataGridViewTextBoxColumn.DataPropertyName = "Dt_lancto";
     this.dtlanctostrDataGridViewTextBoxColumn.HeaderText       = "Dt. Lancto";
     this.dtlanctostrDataGridViewTextBoxColumn.Name             = "dtlanctostrDataGridViewTextBoxColumn";
     this.dtlanctostrDataGridViewTextBoxColumn.ReadOnly         = true;
     this.dtlanctostrDataGridViewTextBoxColumn.Width            = 76;
     //
     // bsDetalhe
     //
     this.bsDetalhe.DataSource = typeof(CamadaDados.Financeiro.CCustoLan.TList_LanCCustoLancto);
     //
     // bindingNavigator1
     //
     this.bindingNavigator1.AddNewItem      = null;
     this.bindingNavigator1.BindingSource   = this.bsDetalhe;
     this.bindingNavigator1.CountItem       = this.bindingNavigatorCountItem;
     this.bindingNavigator1.CountItemFormat = "de {0}";
     this.bindingNavigator1.DeleteItem      = null;
     this.bindingNavigator1.Dock            = System.Windows.Forms.DockStyle.Bottom;
     this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.bindingNavigatorMoveFirstItem,
         this.bindingNavigatorMovePreviousItem,
         this.bindingNavigatorSeparator,
         this.bindingNavigatorPositionItem,
         this.bindingNavigatorCountItem,
         this.bindingNavigatorSeparator1,
         this.bindingNavigatorMoveNextItem,
         this.bindingNavigatorMoveLastItem,
         this.bb_alterarccusto
     });
     this.bindingNavigator1.Location         = new System.Drawing.Point(0, 529);
     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(924, 25);
     this.bindingNavigator1.TabIndex         = 1;
     this.bindingNavigator1.Text             = "bindingNavigator1";
     //
     // bindingNavigatorCountItem
     //
     this.bindingNavigatorCountItem.Name        = "bindingNavigatorCountItem";
     this.bindingNavigatorCountItem.Size        = new System.Drawing.Size(37, 22);
     this.bindingNavigatorCountItem.Text        = "de {0}";
     this.bindingNavigatorCountItem.ToolTipText = "Total Registros";
     //
     // 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 = "Primeiro Registro";
     //
     // 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 = "Registro Anterior";
     //
     // 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, 21);
     this.bindingNavigatorPositionItem.Text           = "0";
     this.bindingNavigatorPositionItem.ToolTipText    = "Registro Corrente";
     //
     // 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 = "Proximo Registro";
     //
     // 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 = "Ultimo Registro";
     //
     // bb_alterarccusto
     //
     this.bb_alterarccusto.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.bb_alterarccusto.Image                 = ((System.Drawing.Image)(resources.GetObject("bb_alterarccusto.Image")));
     this.bb_alterarccusto.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.bb_alterarccusto.Name        = "bb_alterarccusto";
     this.bb_alterarccusto.Size        = new System.Drawing.Size(177, 22);
     this.bb_alterarccusto.Text        = "ALTERAR CENTRO RESULTADO";
     this.bb_alterarccusto.ToolTipText = "Alterar Centro Resultado";
     this.bb_alterarccusto.Click      += new System.EventHandler(this.bb_alterarccusto_Click);
     //
     // pTotal
     //
     this.pTotal.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(125)))), ((int)(((byte)(199)))), ((int)(((byte)(212)))));
     this.pTotal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pTotal.Controls.Add(this.label1);
     this.pTotal.Controls.Add(this.tot_valor);
     this.pTotal.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pTotal.Location = new System.Drawing.Point(5, 571);
     this.pTotal.Name     = "pTotal";
     this.pTotal.Size     = new System.Drawing.Size(928, 36);
     this.pTotal.TabIndex = 4;
     //
     // label1
     //
     this.label1.AutoSize = true;
     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(6, 6);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(101, 20);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Valor Total:";
     //
     // tot_valor
     //
     this.tot_valor.DecimalPlaces = 2;
     this.tot_valor.Font          = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tot_valor.Increment     = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.tot_valor.Location = new System.Drawing.Point(113, 4);
     this.tot_valor.Maximum  = new decimal(new int[] {
         -1530494977,
         232830,
         0,
         0
     });
     this.tot_valor.Name               = "tot_valor";
     this.tot_valor.ReadOnly           = true;
     this.tot_valor.Size               = new System.Drawing.Size(167, 26);
     this.tot_valor.ST_AutoInc         = false;
     this.tot_valor.ST_DisableAuto     = false;
     this.tot_valor.ST_Gravar          = false;
     this.tot_valor.ST_LimparCampo     = true;
     this.tot_valor.ST_NotNull         = false;
     this.tot_valor.ST_PrimaryKey      = false;
     this.tot_valor.TabIndex           = 0;
     this.tot_valor.TabStop            = false;
     this.tot_valor.ThousandsSeparator = true;
     //
     // TFDetalhesCResultado
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(938, 612);
     this.Controls.Add(this.tlpCentral);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.Name            = "TFDetalhesCResultado";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Detalhes Centro Resultado";
     this.Load           += new System.EventHandler(this.TFDetalhesCResultado_Load);
     this.tlpCentral.ResumeLayout(false);
     this.pDetalhes.ResumeLayout(false);
     this.pDetalhes.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gDetalhe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsDetalhe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
     this.bindingNavigator1.ResumeLayout(false);
     this.bindingNavigator1.PerformLayout();
     this.pTotal.ResumeLayout(false);
     this.pTotal.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tot_valor)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #50
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();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
     this.txt_SeachName     = new MetroFramework.Controls.MetroLabel();
     this.txt_SeachVal      = new MetroFramework.Controls.MetroTextBox();
     this.ckb_DelFlag       = new MetroFramework.Controls.MetroCheckBox();
     this.panel2            = new System.Windows.Forms.Panel();
     this.lbl_DataUpsert    = new System.Windows.Forms.Label();
     this.panel1            = new System.Windows.Forms.Panel();
     this.lbl_DataLookUp    = new System.Windows.Forms.Label();
     this.grd_Result        = new MetroFramework.Controls.MetroGrid();
     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.Column8           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
     this.txt_UPDATE_USER   = new MetroFramework.Controls.MetroTextBox();
     this.lbl_UPDATE_USER   = new MetroFramework.Controls.MetroLabel();
     this.txt_UPDATE_DATE   = new MetroFramework.Controls.MetroTextBox();
     this.lbl_UPDATE_DATE   = new MetroFramework.Controls.MetroLabel();
     this.txt_INSERT_USER   = new MetroFramework.Controls.MetroTextBox();
     this.lbl_INSERT_USER   = new MetroFramework.Controls.MetroLabel();
     this.lbl_INSERT_DATE   = new MetroFramework.Controls.MetroLabel();
     this.txt_INSERT_DATE   = new MetroFramework.Controls.MetroTextBox();
     this.lbl_DEL_FLAG      = new MetroFramework.Controls.MetroLabel();
     this.txt_DEL_FLAG      = new MetroFramework.Controls.MetroTextBox();
     this.lbl_PLANT_NAME    = new MetroFramework.Controls.MetroLabel();
     this.txt_PLANT_NAME    = new MetroFramework.Controls.MetroTextBox();
     this.lbl_PLANT_CODE    = new MetroFramework.Controls.MetroLabel();
     this.txt_PLANT_CODE    = new MetroFramework.Controls.MetroTextBox();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grd_Result)).BeginInit();
     this.tableLayoutPanel4.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanel1.ColumnCount     = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.grd_Result, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 0, 3);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(20, 60);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 6;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 8F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 2F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 62F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(1836, 692);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 3;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 69F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel3.Controls.Add(this.txt_SeachName, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.txt_SeachVal, 1, 0);
     this.tableLayoutPanel3.Controls.Add(this.ckb_DelFlag, 2, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(1, 56);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(1834, 68);
     this.tableLayoutPanel3.TabIndex = 1;
     //
     // txt_SeachName
     //
     this.txt_SeachName.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.txt_SeachName.AutoSize = true;
     this.txt_SeachName.Location = new System.Drawing.Point(42, 24);
     this.txt_SeachName.Name     = "txt_SeachName";
     this.txt_SeachName.Size     = new System.Drawing.Size(65, 19);
     this.txt_SeachName.TabIndex = 3;
     this.txt_SeachName.Text     = "공장코드";
     //
     // txt_SeachVal
     //
     this.txt_SeachVal.Anchor = System.Windows.Forms.AnchorStyles.None;
     //
     //
     //
     this.txt_SeachVal.CustomButton.Image         = null;
     this.txt_SeachVal.CustomButton.Location      = new System.Drawing.Point(362, 1);
     this.txt_SeachVal.CustomButton.Name          = "";
     this.txt_SeachVal.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.txt_SeachVal.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txt_SeachVal.CustomButton.TabIndex      = 1;
     this.txt_SeachVal.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txt_SeachVal.CustomButton.UseSelectable = true;
     this.txt_SeachVal.CustomButton.Visible       = false;
     this.txt_SeachVal.Lines            = new string[0];
     this.txt_SeachVal.Location         = new System.Drawing.Point(147, 22);
     this.txt_SeachVal.MaxLength        = 32767;
     this.txt_SeachVal.Name             = "txt_SeachVal";
     this.txt_SeachVal.PasswordChar     = '\0';
     this.txt_SeachVal.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txt_SeachVal.SelectedText     = "";
     this.txt_SeachVal.SelectionLength  = 0;
     this.txt_SeachVal.SelectionStart   = 0;
     this.txt_SeachVal.ShortcutsEnabled = true;
     this.txt_SeachVal.Size             = new System.Drawing.Size(384, 23);
     this.txt_SeachVal.TabIndex         = 0;
     this.txt_SeachVal.UseSelectable    = true;
     this.txt_SeachVal.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txt_SeachVal.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // ckb_DelFlag
     //
     this.ckb_DelFlag.Anchor        = System.Windows.Forms.AnchorStyles.Left;
     this.ckb_DelFlag.AutoSize      = true;
     this.ckb_DelFlag.FontSize      = MetroFramework.MetroCheckBoxSize.Medium;
     this.ckb_DelFlag.Location      = new System.Drawing.Point(571, 24);
     this.ckb_DelFlag.Name          = "ckb_DelFlag";
     this.ckb_DelFlag.Size          = new System.Drawing.Size(53, 19);
     this.ckb_DelFlag.Style         = MetroFramework.MetroColorStyle.Green;
     this.ckb_DelFlag.TabIndex      = 1;
     this.ckb_DelFlag.Text          = "전체";
     this.ckb_DelFlag.UseSelectable = true;
     //
     // panel2
     //
     this.panel2.BackColor   = System.Drawing.Color.Black;
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.lbl_DataUpsert);
     this.panel2.Location = new System.Drawing.Point(4, 128);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(148, 48);
     this.panel2.TabIndex = 2;
     //
     // lbl_DataUpsert
     //
     this.lbl_DataUpsert.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.lbl_DataUpsert.AutoSize  = true;
     this.lbl_DataUpsert.BackColor = System.Drawing.Color.Transparent;
     this.lbl_DataUpsert.Font      = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_DataUpsert.ForeColor = System.Drawing.Color.White;
     this.lbl_DataUpsert.Location  = new System.Drawing.Point(28, 11);
     this.lbl_DataUpsert.Name      = "lbl_DataUpsert";
     this.lbl_DataUpsert.Size      = new System.Drawing.Size(88, 25);
     this.lbl_DataUpsert.TabIndex  = 1;
     this.lbl_DataUpsert.Text      = "입력항목";
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.Color.Black;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.lbl_DataLookUp);
     this.panel1.Location = new System.Drawing.Point(4, 4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(148, 48);
     this.panel1.TabIndex = 1;
     //
     // lbl_DataLookUp
     //
     this.lbl_DataLookUp.Anchor    = System.Windows.Forms.AnchorStyles.Left;
     this.lbl_DataLookUp.AutoSize  = true;
     this.lbl_DataLookUp.BackColor = System.Drawing.Color.Transparent;
     this.lbl_DataLookUp.Font      = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_DataLookUp.ForeColor = System.Drawing.Color.White;
     this.lbl_DataLookUp.Location  = new System.Drawing.Point(27, 11);
     this.lbl_DataLookUp.Name      = "lbl_DataLookUp";
     this.lbl_DataLookUp.Size      = new System.Drawing.Size(93, 25);
     this.lbl_DataLookUp.TabIndex  = 2;
     this.lbl_DataLookUp.Text      = "조회 조건";
     //
     // grd_Result
     //
     this.grd_Result.AllowUserToAddRows              = false;
     this.grd_Result.AllowUserToDeleteRows           = false;
     this.grd_Result.AllowUserToResizeRows           = false;
     dataGridViewCellStyle1.BackColor                = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.grd_Result.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.grd_Result.AutoSizeColumnsMode             = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.grd_Result.BackgroundColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.grd_Result.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     this.grd_Result.CellBorderStyle               = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.grd_Result.ColumnHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle2.Alignment              = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor              = System.Drawing.Color.Navy;
     dataGridViewCellStyle2.Font                   = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle2.ForeColor              = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle2.SelectionBackColor     = System.Drawing.Color.Navy;
     dataGridViewCellStyle2.SelectionForeColor     = System.Drawing.Color.Navy;
     dataGridViewCellStyle2.WrapMode               = System.Windows.Forms.DataGridViewTriState.True;
     this.grd_Result.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.grd_Result.ColumnHeadersHeight           = 50;
     this.grd_Result.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column5,
         this.Column6,
         this.Column7,
         this.Column8
     });
     dataGridViewCellStyle3.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle3.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle3.Font               = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle3.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(136)))), ((int)(((byte)(136)))));
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle3.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.grd_Result.DefaultCellStyle          = dataGridViewCellStyle3;
     this.grd_Result.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grd_Result.EnableHeadersVisualStyles = false;
     this.grd_Result.Font                       = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.grd_Result.GridColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.grd_Result.Location                   = new System.Drawing.Point(1, 263);
     this.grd_Result.Margin                     = new System.Windows.Forms.Padding(0);
     this.grd_Result.MultiSelect                = false;
     this.grd_Result.Name                       = "grd_Result";
     this.grd_Result.ReadOnly                   = true;
     this.grd_Result.RowHeadersBorderStyle      = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle4.Alignment           = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(174)))), ((int)(((byte)(219)))));
     dataGridViewCellStyle4.Font                = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     dataGridViewCellStyle4.ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     dataGridViewCellStyle4.SelectionBackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(198)))), ((int)(((byte)(247)))));
     dataGridViewCellStyle4.SelectionForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     dataGridViewCellStyle4.WrapMode            = System.Windows.Forms.DataGridViewTriState.True;
     this.grd_Result.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
     this.grd_Result.RowHeadersVisible          = false;
     this.grd_Result.RowHeadersWidthSizeMode    = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.grd_Result.RowTemplate.DefaultCellStyle.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.grd_Result.RowTemplate.Height = 30;
     this.grd_Result.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grd_Result.Size             = new System.Drawing.Size(1834, 428);
     this.grd_Result.TabIndex         = 3;
     this.grd_Result.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grd_Data_CellDoubleClick);
     this.grd_Result.CellFormatting  += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.grd_Result_CellFormatting);
     this.grd_Result.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.grd_Data_KeyUp);
     //
     // Column1
     //
     this.Column1.HeaderText = "NO";
     this.Column1.Name       = "Column1";
     this.Column1.ReadOnly   = true;
     //
     // Column2
     //
     this.Column2.HeaderText = "공장코드";
     this.Column2.Name       = "Column2";
     this.Column2.ReadOnly   = true;
     //
     // Column3
     //
     this.Column3.HeaderText = "공장명";
     this.Column3.Name       = "Column3";
     this.Column3.ReadOnly   = true;
     //
     // Column4
     //
     this.Column4.HeaderText = "삭제여부";
     this.Column4.Name       = "Column4";
     this.Column4.ReadOnly   = true;
     //
     // Column5
     //
     this.Column5.HeaderText = "추가일";
     this.Column5.Name       = "Column5";
     this.Column5.ReadOnly   = true;
     //
     // Column6
     //
     this.Column6.HeaderText = "추가자";
     this.Column6.Name       = "Column6";
     this.Column6.ReadOnly   = true;
     //
     // Column7
     //
     this.Column7.HeaderText = "수정일";
     this.Column7.Name       = "Column7";
     this.Column7.ReadOnly   = true;
     //
     // Column8
     //
     this.Column8.HeaderText = "수정자";
     this.Column8.Name       = "Column8";
     this.Column8.ReadOnly   = true;
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
     this.tableLayoutPanel4.ColumnCount     = 7;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.1116F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11161F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11161F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.1105F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11116F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11116F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11116F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel4.Controls.Add(this.txt_UPDATE_USER, 6, 1);
     this.tableLayoutPanel4.Controls.Add(this.lbl_UPDATE_USER, 6, 0);
     this.tableLayoutPanel4.Controls.Add(this.txt_UPDATE_DATE, 5, 1);
     this.tableLayoutPanel4.Controls.Add(this.lbl_UPDATE_DATE, 5, 0);
     this.tableLayoutPanel4.Controls.Add(this.txt_INSERT_USER, 4, 1);
     this.tableLayoutPanel4.Controls.Add(this.lbl_INSERT_USER, 4, 0);
     this.tableLayoutPanel4.Controls.Add(this.lbl_INSERT_DATE, 3, 0);
     this.tableLayoutPanel4.Controls.Add(this.txt_INSERT_DATE, 3, 1);
     this.tableLayoutPanel4.Controls.Add(this.lbl_DEL_FLAG, 2, 0);
     this.tableLayoutPanel4.Controls.Add(this.txt_DEL_FLAG, 2, 1);
     this.tableLayoutPanel4.Controls.Add(this.lbl_PLANT_NAME, 1, 0);
     this.tableLayoutPanel4.Controls.Add(this.txt_PLANT_NAME, 1, 1);
     this.tableLayoutPanel4.Controls.Add(this.lbl_PLANT_CODE, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.txt_PLANT_CODE, 0, 1);
     this.tableLayoutPanel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel4.Location = new System.Drawing.Point(1, 180);
     this.tableLayoutPanel4.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 2;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 70F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(1834, 68);
     this.tableLayoutPanel4.TabIndex = 2;
     //
     // txt_UPDATE_USER
     //
     this.txt_UPDATE_USER.Anchor = System.Windows.Forms.AnchorStyles.None;
     //
     //
     //
     this.txt_UPDATE_USER.CustomButton.Image         = null;
     this.txt_UPDATE_USER.CustomButton.Location      = new System.Drawing.Point(128, 1);
     this.txt_UPDATE_USER.CustomButton.Name          = "";
     this.txt_UPDATE_USER.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.txt_UPDATE_USER.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txt_UPDATE_USER.CustomButton.TabIndex      = 1;
     this.txt_UPDATE_USER.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txt_UPDATE_USER.CustomButton.UseSelectable = true;
     this.txt_UPDATE_USER.CustomButton.Visible       = false;
     this.txt_UPDATE_USER.Lines            = new string[0];
     this.txt_UPDATE_USER.Location         = new System.Drawing.Point(1625, 32);
     this.txt_UPDATE_USER.MaxLength        = 32767;
     this.txt_UPDATE_USER.Name             = "txt_UPDATE_USER";
     this.txt_UPDATE_USER.PasswordChar     = '\0';
     this.txt_UPDATE_USER.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txt_UPDATE_USER.SelectedText     = "";
     this.txt_UPDATE_USER.SelectionLength  = 0;
     this.txt_UPDATE_USER.SelectionStart   = 0;
     this.txt_UPDATE_USER.ShortcutsEnabled = true;
     this.txt_UPDATE_USER.Size             = new System.Drawing.Size(150, 23);
     this.txt_UPDATE_USER.TabIndex         = 6;
     this.txt_UPDATE_USER.UseSelectable    = true;
     this.txt_UPDATE_USER.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txt_UPDATE_USER.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // lbl_UPDATE_USER
     //
     this.lbl_UPDATE_USER.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lbl_UPDATE_USER.AutoSize = true;
     this.lbl_UPDATE_USER.Location = new System.Drawing.Point(1674, 1);
     this.lbl_UPDATE_USER.Name     = "lbl_UPDATE_USER";
     this.lbl_UPDATE_USER.Size     = new System.Drawing.Size(51, 19);
     this.lbl_UPDATE_USER.TabIndex = 4;
     this.lbl_UPDATE_USER.Text     = "수정자";
     //
     // txt_UPDATE_DATE
     //
     this.txt_UPDATE_DATE.Anchor = System.Windows.Forms.AnchorStyles.None;
     //
     //
     //
     this.txt_UPDATE_DATE.CustomButton.Image         = null;
     this.txt_UPDATE_DATE.CustomButton.Location      = new System.Drawing.Point(128, 1);
     this.txt_UPDATE_DATE.CustomButton.Name          = "";
     this.txt_UPDATE_DATE.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.txt_UPDATE_DATE.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txt_UPDATE_DATE.CustomButton.TabIndex      = 1;
     this.txt_UPDATE_DATE.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txt_UPDATE_DATE.CustomButton.UseSelectable = true;
     this.txt_UPDATE_DATE.CustomButton.Visible       = false;
     this.txt_UPDATE_DATE.Lines            = new string[0];
     this.txt_UPDATE_DATE.Location         = new System.Drawing.Point(1361, 32);
     this.txt_UPDATE_DATE.MaxLength        = 32767;
     this.txt_UPDATE_DATE.Name             = "txt_UPDATE_DATE";
     this.txt_UPDATE_DATE.PasswordChar     = '\0';
     this.txt_UPDATE_DATE.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txt_UPDATE_DATE.SelectedText     = "";
     this.txt_UPDATE_DATE.SelectionLength  = 0;
     this.txt_UPDATE_DATE.SelectionStart   = 0;
     this.txt_UPDATE_DATE.ShortcutsEnabled = true;
     this.txt_UPDATE_DATE.Size             = new System.Drawing.Size(150, 23);
     this.txt_UPDATE_DATE.TabIndex         = 5;
     this.txt_UPDATE_DATE.UseSelectable    = true;
     this.txt_UPDATE_DATE.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txt_UPDATE_DATE.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // lbl_UPDATE_DATE
     //
     this.lbl_UPDATE_DATE.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lbl_UPDATE_DATE.AutoSize = true;
     this.lbl_UPDATE_DATE.Location = new System.Drawing.Point(1410, 1);
     this.lbl_UPDATE_DATE.Name     = "lbl_UPDATE_DATE";
     this.lbl_UPDATE_DATE.Size     = new System.Drawing.Size(51, 19);
     this.lbl_UPDATE_DATE.TabIndex = 4;
     this.lbl_UPDATE_DATE.Text     = "수정일";
     //
     // txt_INSERT_USER
     //
     this.txt_INSERT_USER.Anchor = System.Windows.Forms.AnchorStyles.None;
     //
     //
     //
     this.txt_INSERT_USER.CustomButton.Image         = null;
     this.txt_INSERT_USER.CustomButton.Location      = new System.Drawing.Point(128, 1);
     this.txt_INSERT_USER.CustomButton.Name          = "";
     this.txt_INSERT_USER.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.txt_INSERT_USER.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txt_INSERT_USER.CustomButton.TabIndex      = 1;
     this.txt_INSERT_USER.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txt_INSERT_USER.CustomButton.UseSelectable = true;
     this.txt_INSERT_USER.CustomButton.Visible       = false;
     this.txt_INSERT_USER.Lines            = new string[0];
     this.txt_INSERT_USER.Location         = new System.Drawing.Point(1100, 32);
     this.txt_INSERT_USER.MaxLength        = 32767;
     this.txt_INSERT_USER.Name             = "txt_INSERT_USER";
     this.txt_INSERT_USER.PasswordChar     = '\0';
     this.txt_INSERT_USER.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txt_INSERT_USER.SelectedText     = "";
     this.txt_INSERT_USER.SelectionLength  = 0;
     this.txt_INSERT_USER.SelectionStart   = 0;
     this.txt_INSERT_USER.ShortcutsEnabled = true;
     this.txt_INSERT_USER.Size             = new System.Drawing.Size(150, 23);
     this.txt_INSERT_USER.TabIndex         = 4;
     this.txt_INSERT_USER.UseSelectable    = true;
     this.txt_INSERT_USER.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txt_INSERT_USER.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // lbl_INSERT_USER
     //
     this.lbl_INSERT_USER.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lbl_INSERT_USER.AutoSize = true;
     this.lbl_INSERT_USER.Location = new System.Drawing.Point(1149, 1);
     this.lbl_INSERT_USER.Name     = "lbl_INSERT_USER";
     this.lbl_INSERT_USER.Size     = new System.Drawing.Size(51, 19);
     this.lbl_INSERT_USER.TabIndex = 4;
     this.lbl_INSERT_USER.Text     = "추가자";
     //
     // lbl_INSERT_DATE
     //
     this.lbl_INSERT_DATE.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lbl_INSERT_DATE.AutoSize = true;
     this.lbl_INSERT_DATE.Location = new System.Drawing.Point(888, 1);
     this.lbl_INSERT_DATE.Name     = "lbl_INSERT_DATE";
     this.lbl_INSERT_DATE.Size     = new System.Drawing.Size(51, 19);
     this.lbl_INSERT_DATE.TabIndex = 2;
     this.lbl_INSERT_DATE.Text     = "추가일";
     //
     // txt_INSERT_DATE
     //
     this.txt_INSERT_DATE.Anchor = System.Windows.Forms.AnchorStyles.None;
     //
     //
     //
     this.txt_INSERT_DATE.CustomButton.Image         = null;
     this.txt_INSERT_DATE.CustomButton.Location      = new System.Drawing.Point(128, 1);
     this.txt_INSERT_DATE.CustomButton.Name          = "";
     this.txt_INSERT_DATE.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.txt_INSERT_DATE.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txt_INSERT_DATE.CustomButton.TabIndex      = 1;
     this.txt_INSERT_DATE.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txt_INSERT_DATE.CustomButton.UseSelectable = true;
     this.txt_INSERT_DATE.CustomButton.Visible       = false;
     this.txt_INSERT_DATE.Lines            = new string[0];
     this.txt_INSERT_DATE.Location         = new System.Drawing.Point(839, 32);
     this.txt_INSERT_DATE.MaxLength        = 32767;
     this.txt_INSERT_DATE.Name             = "txt_INSERT_DATE";
     this.txt_INSERT_DATE.PasswordChar     = '\0';
     this.txt_INSERT_DATE.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txt_INSERT_DATE.SelectedText     = "";
     this.txt_INSERT_DATE.SelectionLength  = 0;
     this.txt_INSERT_DATE.SelectionStart   = 0;
     this.txt_INSERT_DATE.ShortcutsEnabled = true;
     this.txt_INSERT_DATE.Size             = new System.Drawing.Size(150, 23);
     this.txt_INSERT_DATE.TabIndex         = 3;
     this.txt_INSERT_DATE.UseSelectable    = true;
     this.txt_INSERT_DATE.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txt_INSERT_DATE.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // lbl_DEL_FLAG
     //
     this.lbl_DEL_FLAG.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lbl_DEL_FLAG.AutoSize = true;
     this.lbl_DEL_FLAG.Location = new System.Drawing.Point(620, 1);
     this.lbl_DEL_FLAG.Name     = "lbl_DEL_FLAG";
     this.lbl_DEL_FLAG.Size     = new System.Drawing.Size(65, 19);
     this.lbl_DEL_FLAG.TabIndex = 1;
     this.lbl_DEL_FLAG.Text     = "삭제여부";
     //
     // txt_DEL_FLAG
     //
     this.txt_DEL_FLAG.Anchor = System.Windows.Forms.AnchorStyles.None;
     //
     //
     //
     this.txt_DEL_FLAG.CustomButton.Image         = null;
     this.txt_DEL_FLAG.CustomButton.Location      = new System.Drawing.Point(128, 1);
     this.txt_DEL_FLAG.CustomButton.Name          = "";
     this.txt_DEL_FLAG.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.txt_DEL_FLAG.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txt_DEL_FLAG.CustomButton.TabIndex      = 1;
     this.txt_DEL_FLAG.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txt_DEL_FLAG.CustomButton.UseSelectable = true;
     this.txt_DEL_FLAG.CustomButton.Visible       = false;
     this.txt_DEL_FLAG.Lines            = new string[0];
     this.txt_DEL_FLAG.Location         = new System.Drawing.Point(578, 32);
     this.txt_DEL_FLAG.MaxLength        = 32767;
     this.txt_DEL_FLAG.Name             = "txt_DEL_FLAG";
     this.txt_DEL_FLAG.PasswordChar     = '\0';
     this.txt_DEL_FLAG.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txt_DEL_FLAG.SelectedText     = "";
     this.txt_DEL_FLAG.SelectionLength  = 0;
     this.txt_DEL_FLAG.SelectionStart   = 0;
     this.txt_DEL_FLAG.ShortcutsEnabled = true;
     this.txt_DEL_FLAG.Size             = new System.Drawing.Size(150, 23);
     this.txt_DEL_FLAG.TabIndex         = 2;
     this.txt_DEL_FLAG.UseSelectable    = true;
     this.txt_DEL_FLAG.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txt_DEL_FLAG.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // lbl_PLANT_NAME
     //
     this.lbl_PLANT_NAME.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lbl_PLANT_NAME.AutoSize = true;
     this.lbl_PLANT_NAME.Location = new System.Drawing.Point(366, 1);
     this.lbl_PLANT_NAME.Name     = "lbl_PLANT_NAME";
     this.lbl_PLANT_NAME.Size     = new System.Drawing.Size(51, 19);
     this.lbl_PLANT_NAME.TabIndex = 0;
     this.lbl_PLANT_NAME.Text     = "공장명";
     //
     // txt_PLANT_NAME
     //
     this.txt_PLANT_NAME.Anchor = System.Windows.Forms.AnchorStyles.None;
     //
     //
     //
     this.txt_PLANT_NAME.CustomButton.Image         = null;
     this.txt_PLANT_NAME.CustomButton.Location      = new System.Drawing.Point(128, 1);
     this.txt_PLANT_NAME.CustomButton.Name          = "";
     this.txt_PLANT_NAME.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.txt_PLANT_NAME.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txt_PLANT_NAME.CustomButton.TabIndex      = 1;
     this.txt_PLANT_NAME.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txt_PLANT_NAME.CustomButton.UseSelectable = true;
     this.txt_PLANT_NAME.CustomButton.Visible       = false;
     this.txt_PLANT_NAME.Lines            = new string[0];
     this.txt_PLANT_NAME.Location         = new System.Drawing.Point(317, 32);
     this.txt_PLANT_NAME.MaxLength        = 32767;
     this.txt_PLANT_NAME.Name             = "txt_PLANT_NAME";
     this.txt_PLANT_NAME.PasswordChar     = '\0';
     this.txt_PLANT_NAME.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txt_PLANT_NAME.SelectedText     = "";
     this.txt_PLANT_NAME.SelectionLength  = 0;
     this.txt_PLANT_NAME.SelectionStart   = 0;
     this.txt_PLANT_NAME.ShortcutsEnabled = true;
     this.txt_PLANT_NAME.Size             = new System.Drawing.Size(150, 23);
     this.txt_PLANT_NAME.TabIndex         = 1;
     this.txt_PLANT_NAME.UseSelectable    = true;
     this.txt_PLANT_NAME.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txt_PLANT_NAME.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // lbl_PLANT_CODE
     //
     this.lbl_PLANT_CODE.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.lbl_PLANT_CODE.AutoSize = true;
     this.lbl_PLANT_CODE.Location = new System.Drawing.Point(61, 1);
     this.lbl_PLANT_CODE.Name     = "lbl_PLANT_CODE";
     this.lbl_PLANT_CODE.Size     = new System.Drawing.Size(140, 19);
     this.lbl_PLANT_CODE.TabIndex = 0;
     this.lbl_PLANT_CODE.Text     = "공장코드(PrimaryKey)";
     //
     // txt_PLANT_CODE
     //
     this.txt_PLANT_CODE.Anchor = System.Windows.Forms.AnchorStyles.None;
     //
     //
     //
     this.txt_PLANT_CODE.CustomButton.Image         = null;
     this.txt_PLANT_CODE.CustomButton.Location      = new System.Drawing.Point(128, 1);
     this.txt_PLANT_CODE.CustomButton.Name          = "";
     this.txt_PLANT_CODE.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.txt_PLANT_CODE.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.txt_PLANT_CODE.CustomButton.TabIndex      = 1;
     this.txt_PLANT_CODE.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.txt_PLANT_CODE.CustomButton.UseSelectable = true;
     this.txt_PLANT_CODE.CustomButton.Visible       = false;
     this.txt_PLANT_CODE.Lines            = new string[0];
     this.txt_PLANT_CODE.Location         = new System.Drawing.Point(56, 32);
     this.txt_PLANT_CODE.MaxLength        = 32767;
     this.txt_PLANT_CODE.Name             = "txt_PLANT_CODE";
     this.txt_PLANT_CODE.PasswordChar     = '\0';
     this.txt_PLANT_CODE.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.txt_PLANT_CODE.SelectedText     = "";
     this.txt_PLANT_CODE.SelectionLength  = 0;
     this.txt_PLANT_CODE.SelectionStart   = 0;
     this.txt_PLANT_CODE.ShortcutsEnabled = true;
     this.txt_PLANT_CODE.Size             = new System.Drawing.Size(150, 23);
     this.txt_PLANT_CODE.TabIndex         = 0;
     this.txt_PLANT_CODE.UseSelectable    = true;
     this.txt_PLANT_CODE.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.txt_PLANT_CODE.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // Plant
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1876, 772);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name  = "Plant";
     this.Text  = "공장";
     this.Load += new System.EventHandler(this.Child_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grd_Result)).EndInit();
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #51
0
 /// <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();
     this.btnExit    = new System.Windows.Forms.Button();
     this.btnRefresh = new System.Windows.Forms.Button();
     this.dgvMain    = new System.Windows.Forms.DataGridView();
     this.bsMain     = new System.Windows.Forms.BindingSource(this.components);
     this.Column1    = new DataGridViewAutoFilter.DataGridViewAutoFilterTextBoxColumn();
     this.Column2    = new DataGridViewAutoFilter.DataGridViewAutoFilterTextBoxColumn();
     this.Column3    = new DataGridViewAutoFilter.DataGridViewAutoFilterTextBoxColumn();
     this.Column8    = new DataGridViewAutoFilter.DataGridViewAutoFilterTextBoxColumn();
     this.Column4    = new DataGridViewAutoFilter.DataGridViewAutoFilterTextBoxColumn();
     this.Column5    = new DataGridViewAutoFilter.DataGridViewAutoFilterTextBoxColumn();
     this.Column6    = new DataGridViewAutoFilter.DataGridViewAutoFilterTextBoxColumn();
     this.Column7    = new DataGridViewAutoFilter.DataGridViewAutoFilterTextBoxColumn();
     this.pnlTool.SuspendLayout();
     this.pnlContent.SuspendLayout();
     this.pnlMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).BeginInit();
     this.SuspendLayout();
     //
     // pnlTool
     //
     this.pnlTool.Controls.Add(this.btnExit);
     this.pnlTool.Controls.Add(this.btnRefresh);
     this.pnlTool.Size = new System.Drawing.Size(913, 53);
     //
     // pnlContent
     //
     this.pnlContent.Controls.Add(this.dgvMain);
     this.pnlContent.Size = new System.Drawing.Size(913, 413);
     //
     // pnlMain
     //
     this.pnlMain.Size = new System.Drawing.Size(913, 466);
     //
     // btnExit
     //
     this.btnExit.Dock       = System.Windows.Forms.DockStyle.Left;
     this.btnExit.Image      = global::THOK.AS.Stocking.Properties.Resources.Exit;
     this.btnExit.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btnExit.Location   = new System.Drawing.Point(48, 0);
     this.btnExit.Name       = "btnExit";
     this.btnExit.Size       = new System.Drawing.Size(48, 51);
     this.btnExit.TabIndex   = 16;
     this.btnExit.Text       = "退出";
     this.btnExit.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnRefresh
     //
     this.btnRefresh.Dock       = System.Windows.Forms.DockStyle.Left;
     this.btnRefresh.Image      = global::THOK.AS.Stocking.Properties.Resources.Chart;
     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, 51);
     this.btnRefresh.TabIndex   = 15;
     this.btnRefresh.Text       = "刷新";
     this.btnRefresh.TextAlign  = System.Drawing.ContentAlignment.BottomCenter;
     this.btnRefresh.UseVisualStyleBackColor = true;
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // dgvMain
     //
     this.dgvMain.AllowUserToAddRows              = false;
     this.dgvMain.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     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.Column1,
         this.Column2,
         this.Column3,
         this.Column8,
         this.Column4,
         this.Column5,
         this.Column6,
         this.Column7
     });
     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;
     this.dgvMain.RowHeadersWidth    = 30;
     this.dgvMain.RowTemplate.Height = 23;
     this.dgvMain.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvMain.Size               = new System.Drawing.Size(913, 413);
     this.dgvMain.TabIndex           = 2;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "STOCKINID";
     this.Column1.FilteringEnabled = false;
     this.Column1.HeaderText       = "入库 ID";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     this.Column1.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column1.Width            = 75;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "BATCHNO";
     this.Column2.FilteringEnabled = false;
     this.Column2.HeaderText       = "入库批次";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     this.Column2.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column2.Width            = 80;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "CHANNELCODE";
     this.Column3.FilteringEnabled = false;
     this.Column3.HeaderText       = "烟道代码";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     this.Column3.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column3.Visible          = false;
     //
     // Column8
     //
     this.Column8.DataPropertyName = "CHANNELNAME";
     this.Column8.FilteringEnabled = false;
     this.Column8.HeaderText       = "烟道名称";
     this.Column8.Name             = "Column8";
     this.Column8.ReadOnly         = true;
     this.Column8.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     //
     // Column4
     //
     this.Column4.DataPropertyName = "CIGARETTECODE";
     this.Column4.FilteringEnabled = false;
     this.Column4.HeaderText       = "卷烟代码";
     this.Column4.Name             = "Column4";
     this.Column4.ReadOnly         = true;
     this.Column4.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     //
     // Column5
     //
     this.Column5.DataPropertyName = "CIGARETTENAME";
     this.Column5.FilteringEnabled = false;
     this.Column5.HeaderText       = "卷烟名称";
     this.Column5.Name             = "Column5";
     this.Column5.ReadOnly         = true;
     this.Column5.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     //
     // Column6
     //
     this.Column6.DataPropertyName = "BARCODE";
     this.Column6.FilteringEnabled = false;
     this.Column6.HeaderText       = "条码";
     this.Column6.Name             = "Column6";
     this.Column6.ReadOnly         = true;
     this.Column6.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     //
     // Column7
     //
     this.Column7.DataPropertyName = "STRSTATE";
     this.Column7.FilteringEnabled = false;
     this.Column7.HeaderText       = "状态";
     this.Column7.Name             = "Column7";
     this.Column7.ReadOnly         = true;
     this.Column7.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     //
     // StockInForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(913, 466);
     this.Name = "StockInForm";
     this.pnlTool.ResumeLayout(false);
     this.pnlContent.ResumeLayout(false);
     this.pnlMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bsMain)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #52
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(GestionEmpleados));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.btnEliminar         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.btnModificar        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.btnAgregar          = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.btnRefrescar        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.txbFiltro           = new System.Windows.Forms.ToolStripTextBox();
     this.lblFiltrar          = new System.Windows.Forms.ToolStripLabel();
     this.statusStrip1        = new System.Windows.Forms.StatusStrip();
     this.lblEstado           = new System.Windows.Forms.ToolStripStatusLabel();
     this.dtgEmpleados        = new System.Windows.Forms.DataGridView();
     this.Nombres             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IDEmpleado          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Apellidos           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Edad               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Correo             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.EstudiosAcademicos = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Salario            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FechaIngreso       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Direccion          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NumeroCelular      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NumeroTelefono     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Cargo              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DUI = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NIT = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NUP = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStrip1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgEmpleados)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnEliminar,
         this.toolStripSeparator4,
         this.btnModificar,
         this.toolStripSeparator3,
         this.btnAgregar,
         this.toolStripSeparator2,
         this.btnRefrescar,
         this.toolStripSeparator1,
         this.txbFiltro,
         this.lblFiltrar
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(957, 31);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
     //
     // btnEliminar
     //
     this.btnEliminar.Image = ((System.Drawing.Image)(resources.GetObject("btnEliminar.Image")));
     this.btnEliminar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnEliminar.Name   = "btnEliminar";
     this.btnEliminar.Size   = new System.Drawing.Size(78, 28);
     this.btnEliminar.Text   = "Eliminar";
     this.btnEliminar.Click += new System.EventHandler(this.btnEliminar_Click);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 31);
     //
     // btnModificar
     //
     this.btnModificar.Image = ((System.Drawing.Image)(resources.GetObject("btnModificar.Image")));
     this.btnModificar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnModificar.Name   = "btnModificar";
     this.btnModificar.Size   = new System.Drawing.Size(86, 28);
     this.btnModificar.Text   = "Modificar";
     this.btnModificar.Click += new System.EventHandler(this.btnModificar_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 31);
     //
     // btnAgregar
     //
     this.btnAgregar.Image = ((System.Drawing.Image)(resources.GetObject("btnAgregar.Image")));
     this.btnAgregar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnAgregar.Name   = "btnAgregar";
     this.btnAgregar.Size   = new System.Drawing.Size(77, 28);
     this.btnAgregar.Text   = "Agregar";
     this.btnAgregar.Click += new System.EventHandler(this.btnAgregar_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 31);
     //
     // btnRefrescar
     //
     this.btnRefrescar.Image = ((System.Drawing.Image)(resources.GetObject("btnRefrescar.Image")));
     this.btnRefrescar.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnRefrescar.Name   = "btnRefrescar";
     this.btnRefrescar.Size   = new System.Drawing.Size(83, 28);
     this.btnRefrescar.Text   = "Refrescar";
     this.btnRefrescar.Click += new System.EventHandler(this.btnRefrescar_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
     //
     // txbFiltro
     //
     this.txbFiltro.Alignment   = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.txbFiltro.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txbFiltro.Name        = "txbFiltro";
     this.txbFiltro.Size        = new System.Drawing.Size(150, 31);
     //this.txbFiltro.Click += new System.EventHandler(this.txbFiltro_Click);
     this.txbFiltro.TextChanged += new System.EventHandler(this.txbFiltro_TextChanged);
     //
     // lblFiltrar
     //
     this.lblFiltrar.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.lblFiltrar.Image     = ((System.Drawing.Image)(resources.GetObject("lblFiltrar.Image")));
     this.lblFiltrar.Name      = "lblFiltrar";
     this.lblFiltrar.Size      = new System.Drawing.Size(61, 28);
     this.lblFiltrar.Text      = "Filtrar";
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.lblEstado
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 401);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(957, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // lblEstado
     //
     this.lblEstado.Name = "lblEstado";
     this.lblEstado.Size = new System.Drawing.Size(143, 17);
     this.lblEstado.Text = "Empleados encontrados 0";
     //
     // dtgEmpleados
     //
     this.dtgEmpleados.AllowUserToAddRows              = false;
     this.dtgEmpleados.AllowUserToDeleteRows           = false;
     this.dtgEmpleados.AllowUserToResizeColumns        = false;
     this.dtgEmpleados.AllowUserToResizeRows           = false;
     dataGridViewCellStyle1.BackColor                  = System.Drawing.SystemColors.InactiveBorder;
     this.dtgEmpleados.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dtgEmpleados.BackgroundColor                 = System.Drawing.Color.WhiteSmoke;
     this.dtgEmpleados.BorderStyle                 = System.Windows.Forms.BorderStyle.None;
     this.dtgEmpleados.CellBorderStyle             = System.Windows.Forms.DataGridViewCellBorderStyle.SingleVertical;
     this.dtgEmpleados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtgEmpleados.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Nombres,
         this.IDEmpleado,
         this.Apellidos,
         this.Edad,
         this.Correo,
         this.EstudiosAcademicos,
         this.Salario,
         this.FechaIngreso,
         this.Direccion,
         this.NumeroCelular,
         this.NumeroTelefono,
         this.Cargo,
         this.DUI,
         this.NIT,
         this.NUP
     });
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     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.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.SlateGray;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dtgEmpleados.DefaultCellStyle        = dataGridViewCellStyle2;
     this.dtgEmpleados.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.dtgEmpleados.Location          = new System.Drawing.Point(0, 31);
     this.dtgEmpleados.MultiSelect       = false;
     this.dtgEmpleados.Name              = "dtgEmpleados";
     this.dtgEmpleados.ReadOnly          = true;
     this.dtgEmpleados.RowHeadersVisible = false;
     this.dtgEmpleados.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dtgEmpleados.Size              = new System.Drawing.Size(957, 370);
     this.dtgEmpleados.TabIndex          = 2;
     //
     // Nombres
     //
     this.Nombres.DataPropertyName = "Nombres";
     this.Nombres.FillWeight       = 200F;
     this.Nombres.HeaderText       = "Nombres";
     this.Nombres.Name             = "Nombres";
     this.Nombres.ReadOnly         = true;
     this.Nombres.Width            = 120;
     //
     // IDEmpleado
     //
     this.IDEmpleado.DataPropertyName = "IDEmpleado";
     this.IDEmpleado.HeaderText       = "IDEmpleado";
     this.IDEmpleado.Name             = "IDEmpleado";
     this.IDEmpleado.ReadOnly         = true;
     this.IDEmpleado.Visible          = false;
     //
     // Apellidos
     //
     this.Apellidos.DataPropertyName = "Apellidos";
     this.Apellidos.FillWeight       = 200F;
     this.Apellidos.HeaderText       = "Apellidos";
     this.Apellidos.Name             = "Apellidos";
     this.Apellidos.ReadOnly         = true;
     this.Apellidos.Width            = 120;
     //
     // Edad
     //
     this.Edad.DataPropertyName = "Edad";
     this.Edad.FillWeight       = 75F;
     this.Edad.HeaderText       = "Edad";
     this.Edad.Name             = "Edad";
     this.Edad.ReadOnly         = true;
     this.Edad.Width            = 50;
     //
     // Correo
     //
     this.Correo.DataPropertyName = "Correo";
     this.Correo.FillWeight       = 200F;
     this.Correo.HeaderText       = "Correo electronico";
     this.Correo.Name             = "Correo";
     this.Correo.ReadOnly         = true;
     this.Correo.Width            = 175;
     //
     // EstudiosAcademicos
     //
     this.EstudiosAcademicos.DataPropertyName = "EstudiosAcademicos";
     this.EstudiosAcademicos.FillWeight       = 150F;
     this.EstudiosAcademicos.HeaderText       = "Estudios academicos";
     this.EstudiosAcademicos.Name             = "EstudiosAcademicos";
     this.EstudiosAcademicos.ReadOnly         = true;
     this.EstudiosAcademicos.Width            = 150;
     //
     // Salario
     //
     this.Salario.DataPropertyName = "Salario";
     this.Salario.FillWeight       = 75F;
     this.Salario.HeaderText       = "Salario";
     this.Salario.Name             = "Salario";
     this.Salario.ReadOnly         = true;
     this.Salario.Width            = 75;
     //
     // FechaIngreso
     //
     this.FechaIngreso.DataPropertyName = "FechaIngreso";
     this.FechaIngreso.HeaderText       = "F. Ingreso";
     this.FechaIngreso.Name             = "FechaIngreso";
     this.FechaIngreso.ReadOnly         = true;
     //
     // Direccion
     //
     this.Direccion.DataPropertyName = "Direccion";
     this.Direccion.FillWeight       = 400F;
     this.Direccion.HeaderText       = "Direccion";
     this.Direccion.Name             = "Direccion";
     this.Direccion.ReadOnly         = true;
     this.Direccion.Width            = 375;
     //
     // NumeroCelular
     //
     this.NumeroCelular.DataPropertyName = "NumeroCelular";
     this.NumeroCelular.HeaderText       = "Celular";
     this.NumeroCelular.Name             = "NumeroCelular";
     this.NumeroCelular.ReadOnly         = true;
     this.NumeroCelular.Width            = 85;
     //
     // NumeroTelefono
     //
     this.NumeroTelefono.DataPropertyName = "NumeroTelefono";
     this.NumeroTelefono.HeaderText       = "Telefono";
     this.NumeroTelefono.Name             = "NumeroTelefono";
     this.NumeroTelefono.ReadOnly         = true;
     this.NumeroTelefono.Width            = 85;
     //
     // Cargo
     //
     this.Cargo.DataPropertyName = "Cargo";
     this.Cargo.HeaderText       = "Cargo";
     this.Cargo.Name             = "Cargo";
     this.Cargo.ReadOnly         = true;
     //
     // DUI
     //
     this.DUI.DataPropertyName = "DUI";
     this.DUI.HeaderText       = "DUI";
     this.DUI.Name             = "DUI";
     this.DUI.ReadOnly         = true;
     this.DUI.Width            = 85;
     //
     // NIT
     //
     this.NIT.DataPropertyName = "NIT";
     this.NIT.FillWeight       = 150F;
     this.NIT.HeaderText       = "NIT";
     this.NIT.Name             = "NIT";
     this.NIT.ReadOnly         = true;
     this.NIT.Width            = 110;
     //
     // NUP
     //
     this.NUP.DataPropertyName = "NUP";
     this.NUP.HeaderText       = "NUP";
     this.NUP.Name             = "NUP";
     this.NUP.ReadOnly         = true;
     this.NUP.Width            = 85;
     //
     // GestionEmpleados
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(957, 423);
     this.Controls.Add(this.dtgEmpleados);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.toolStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "GestionEmpleados";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "GestionEmpleados";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.GestionEmpleados_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgEmpleados)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #53
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 dataGridViewCellStyle3 = 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();
			this.SummariesDataGridView = new System.Windows.Forms.DataGridView();
			this.SummariesSidColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.SummariesUsersColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.SummariesFileNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.SummariesFileTitleColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.SummariesDeviceNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.SummariesToolStrip = new System.Windows.Forms.ToolStrip();
			this.SummariesRefreshButton = new System.Windows.Forms.ToolStripButton();
			((System.ComponentModel.ISupportInitialize)(this.SummariesDataGridView)).BeginInit();
			this.SummariesToolStrip.SuspendLayout();
			this.SuspendLayout();
			// 
			// SummariesDataGridView
			// 
			this.SummariesDataGridView.AllowUserToAddRows = false;
			this.SummariesDataGridView.AllowUserToDeleteRows = false;
			this.SummariesDataGridView.AllowUserToResizeRows = false;
			this.SummariesDataGridView.BackgroundColor = System.Drawing.Color.White;
			this.SummariesDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.SummariesDataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
			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.False;
			this.SummariesDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
			this.SummariesDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.SummariesDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.SummariesSidColumn,
            this.SummariesUsersColumn,
            this.SummariesFileNameColumn,
            this.SummariesFileTitleColumn,
            this.SummariesDeviceNameColumn});
			dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
			dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.SummariesDataGridView.DefaultCellStyle = dataGridViewCellStyle3;
			this.SummariesDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.SummariesDataGridView.GridColor = System.Drawing.SystemColors.ControlLight;
			this.SummariesDataGridView.Location = new System.Drawing.Point(0, 25);
			this.SummariesDataGridView.MultiSelect = false;
			this.SummariesDataGridView.Name = "SummariesDataGridView";
			this.SummariesDataGridView.ReadOnly = true;
			dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
			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.WindowText;
			dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
			dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
			this.SummariesDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
			this.SummariesDataGridView.RowHeadersVisible = false;
			this.SummariesDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
			this.SummariesDataGridView.Size = new System.Drawing.Size(480, 215);
			this.SummariesDataGridView.TabIndex = 3;
			this.SummariesDataGridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.SummariesDataGridView_CellFormatting);
			// 
			// SummariesSidColumn
			// 
			this.SummariesSidColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.SummariesSidColumn.DataPropertyName = "PadSettingChecksum";
			this.SummariesSidColumn.HeaderText = "SID";
			this.SummariesSidColumn.Name = "SummariesSidColumn";
			this.SummariesSidColumn.ReadOnly = true;
			this.SummariesSidColumn.Width = 50;
			// 
			// SummariesUsersColumn
			// 
			this.SummariesUsersColumn.DataPropertyName = "Users";
			dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
			this.SummariesUsersColumn.DefaultCellStyle = dataGridViewCellStyle2;
			this.SummariesUsersColumn.HeaderText = "Users";
			this.SummariesUsersColumn.Name = "SummariesUsersColumn";
			this.SummariesUsersColumn.ReadOnly = true;
			this.SummariesUsersColumn.Width = 42;
			// 
			// SummariesFileNameColumn
			// 
			this.SummariesFileNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.SummariesFileNameColumn.DataPropertyName = "FileName";
			this.SummariesFileNameColumn.HeaderText = "File Name";
			this.SummariesFileNameColumn.Name = "SummariesFileNameColumn";
			this.SummariesFileNameColumn.ReadOnly = true;
			this.SummariesFileNameColumn.Width = 79;
			// 
			// SummariesFileTitleColumn
			// 
			this.SummariesFileTitleColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
			this.SummariesFileTitleColumn.DataPropertyName = "FileProductName";
			this.SummariesFileTitleColumn.HeaderText = "File Title";
			this.SummariesFileTitleColumn.Name = "SummariesFileTitleColumn";
			this.SummariesFileTitleColumn.ReadOnly = true;
			// 
			// SummariesDeviceNameColumn
			// 
			this.SummariesDeviceNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.SummariesDeviceNameColumn.DataPropertyName = "ProductName";
			this.SummariesDeviceNameColumn.HeaderText = "Device Name";
			this.SummariesDeviceNameColumn.Name = "SummariesDeviceNameColumn";
			this.SummariesDeviceNameColumn.ReadOnly = true;
			this.SummariesDeviceNameColumn.Width = 97;
			// 
			// SummariesToolStrip
			// 
			this.SummariesToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this.SummariesToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.SummariesRefreshButton});
			this.SummariesToolStrip.Location = new System.Drawing.Point(0, 0);
			this.SummariesToolStrip.Name = "SummariesToolStrip";
			this.SummariesToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
			this.SummariesToolStrip.Size = new System.Drawing.Size(480, 25);
			this.SummariesToolStrip.TabIndex = 4;
			this.SummariesToolStrip.Text = "MySettingsToolStrip";
			// 
			// SummariesRefreshButton
			// 
			this.SummariesRefreshButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
			this.SummariesRefreshButton.Image = global::x360ce.App.Properties.Resources.refresh_16x16;
			this.SummariesRefreshButton.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.SummariesRefreshButton.Name = "SummariesRefreshButton";
			this.SummariesRefreshButton.Size = new System.Drawing.Size(66, 22);
			this.SummariesRefreshButton.Text = "&Refresh";
			this.SummariesRefreshButton.Click += new System.EventHandler(this.SummariesRefreshButton_Click);
			// 
			// SummariesGridUserControl
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.SummariesDataGridView);
			this.Controls.Add(this.SummariesToolStrip);
			this.Name = "SummariesGridUserControl";
			this.Size = new System.Drawing.Size(480, 240);
			((System.ComponentModel.ISupportInitialize)(this.SummariesDataGridView)).EndInit();
			this.SummariesToolStrip.ResumeLayout(false);
			this.SummariesToolStrip.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Beispiel #54
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(frmPreviewAP));
     System.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.lblAuthorMore = new System.Windows.Forms.Label();
     this.pbAuthorImage = new System.Windows.Forms.PictureBox();
     this.lblBiography  = new System.Windows.Forms.Label();
     this.dgvOtherBooks = new System.Windows.Forms.DataGridView();
     this.Column1       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.pbAuthorImage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvOtherBooks)).BeginInit();
     this.SuspendLayout();
     //
     // lblAuthorMore
     //
     this.lblAuthorMore.AutoEllipsis = true;
     this.lblAuthorMore.BackColor    = System.Drawing.SystemColors.ControlDark;
     this.lblAuthorMore.Font         = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblAuthorMore.ForeColor    = System.Drawing.Color.White;
     this.lblAuthorMore.Location     = new System.Drawing.Point(12, 114);
     this.lblAuthorMore.Name         = "lblAuthorMore";
     this.lblAuthorMore.Size         = new System.Drawing.Size(560, 25);
     this.lblAuthorMore.TabIndex     = 67;
     this.lblAuthorMore.Text         = " Kindle Books By Author";
     this.lblAuthorMore.TextAlign    = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pbAuthorImage
     //
     this.pbAuthorImage.Image    = ((System.Drawing.Image)(resources.GetObject("pbAuthorImage.Image")));
     this.pbAuthorImage.Location = new System.Drawing.Point(12, 12);
     this.pbAuthorImage.Name     = "pbAuthorImage";
     this.pbAuthorImage.Size     = new System.Drawing.Size(90, 90);
     this.pbAuthorImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pbAuthorImage.TabIndex = 65;
     this.pbAuthorImage.TabStop  = false;
     //
     // lblBiography
     //
     this.lblBiography.AutoEllipsis = true;
     this.lblBiography.Font         = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBiography.Location     = new System.Drawing.Point(110, 15);
     this.lblBiography.Name         = "lblBiography";
     this.lblBiography.Size         = new System.Drawing.Size(462, 99);
     this.lblBiography.TabIndex     = 66;
     this.lblBiography.Text         = "Biography";
     //
     // dgvOtherBooks
     //
     this.dgvOtherBooks.AllowUserToAddRows       = false;
     this.dgvOtherBooks.AllowUserToDeleteRows    = false;
     this.dgvOtherBooks.AllowUserToResizeColumns = false;
     this.dgvOtherBooks.AllowUserToResizeRows    = false;
     this.dgvOtherBooks.BackgroundColor          = System.Drawing.SystemColors.Control;
     this.dgvOtherBooks.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.dgvOtherBooks.CellBorderStyle      = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.dgvOtherBooks.ClipboardCopyMode    = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
     this.dgvOtherBooks.ColumnHeadersHeight  = 29;
     this.dgvOtherBooks.ColumnHeadersVisible = false;
     this.dgvOtherBooks.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1
     });
     this.dgvOtherBooks.GridColor         = System.Drawing.SystemColors.Control;
     this.dgvOtherBooks.Location          = new System.Drawing.Point(12, 139);
     this.dgvOtherBooks.Name              = "dgvOtherBooks";
     this.dgvOtherBooks.ReadOnly          = true;
     this.dgvOtherBooks.RowHeadersVisible = false;
     this.dgvOtherBooks.RowHeadersWidth   = 617;
     this.dgvOtherBooks.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dgvOtherBooks.RowTemplate.DividerHeight         = 1;
     this.dgvOtherBooks.RowTemplate.Height = 30;
     this.dgvOtherBooks.ScrollBars         = System.Windows.Forms.ScrollBars.Vertical;
     this.dgvOtherBooks.Size     = new System.Drawing.Size(560, 300);
     this.dgvOtherBooks.TabIndex = 68;
     //
     // Column1
     //
     this.Column1.AutoSizeMode                 = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.Column1.DefaultCellStyle             = dataGridViewCellStyle2;
     this.Column1.HeaderText     = "Column1";
     this.Column1.MaxInputLength = 32;
     this.Column1.MinimumWidth   = 6;
     this.Column1.Name           = "Column1";
     this.Column1.ReadOnly       = true;
     this.Column1.Resizable      = System.Windows.Forms.DataGridViewTriState.False;
     this.Column1.SortMode       = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // frmPreviewAP
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(584, 451);
     this.Controls.Add(this.lblAuthorMore);
     this.Controls.Add(this.pbAuthorImage);
     this.Controls.Add(this.lblBiography);
     this.Controls.Add(this.dgvOtherBooks);
     this.Font            = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(4);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmPreviewAP";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "About Author";
     ((System.ComponentModel.ISupportInitialize)(this.pbAuthorImage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvOtherBooks)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #55
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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.ribbonControl1        = new DevComponents.DotNetBar.RibbonControl();
     this.ribbonPanel1          = new DevComponents.DotNetBar.RibbonPanel();
     this.labelX4               = new DevComponents.DotNetBar.LabelX();
     this.labelX3               = new DevComponents.DotNetBar.LabelX();
     this.checkBoxX1            = new DevComponents.DotNetBar.Controls.CheckBoxX();
     this.labelX2               = new DevComponents.DotNetBar.LabelX();
     this.textBoxX1             = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.labelX1               = new DevComponents.DotNetBar.LabelX();
     this.comboBoxEx1           = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.buttonX2              = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1              = new DevComponents.DotNetBar.ButtonX();
     this.ribbonTabItem1        = new DevComponents.DotNetBar.RibbonTabItem();
     this.styleManagerAmbient1  = new DevComponents.DotNetBar.StyleManagerAmbient(this.components);
     this.superTabControl1      = new DevComponents.DotNetBar.SuperTabControl();
     this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.dataGridViewX1        = new DevComponents.DotNetBar.Controls.DataGridViewX();
     this.Idcours               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ID_informtion         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.date_Start            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Date_End              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Id_Jop_Ta             = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
     this.Setewation            = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
     this.superTabItem1         = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabItem2         = new DevComponents.DotNetBar.SuperTabItem();
     this.buttonX13             = new DevComponents.DotNetBar.ButtonX();
     this.ribbonControl1.SuspendLayout();
     this.ribbonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
     this.superTabControl1.SuspendLayout();
     this.superTabControlPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.ribbonControl1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonControl1.CaptionVisible             = true;
     this.ribbonControl1.Controls.Add(this.ribbonPanel1);
     this.ribbonControl1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.ribbonControl1.ForeColor = System.Drawing.Color.Black;
     this.ribbonControl1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.ribbonTabItem1
     });
     this.ribbonControl1.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
     this.ribbonControl1.Location    = new System.Drawing.Point(5, 1);
     this.ribbonControl1.Name        = "ribbonControl1";
     this.ribbonControl1.Size        = new System.Drawing.Size(788, 139);
     this.ribbonControl1.Style       = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonControl1.SystemText.MaximizeRibbonText         = "&Maximize the Ribbon";
     this.ribbonControl1.SystemText.MinimizeRibbonText         = "Mi&nimize the Ribbon";
     this.ribbonControl1.SystemText.QatAddItemText             = "&Add to Quick Access Toolbar";
     this.ribbonControl1.SystemText.QatCustomizeMenuLabel      = "<b>Customize Quick Access Toolbar</b>";
     this.ribbonControl1.SystemText.QatCustomizeText           = "&Customize Quick Access Toolbar...";
     this.ribbonControl1.SystemText.QatDialogAddButton         = "&Add >>";
     this.ribbonControl1.SystemText.QatDialogCancelButton      = "Cancel";
     this.ribbonControl1.SystemText.QatDialogCaption           = "Customize Quick Access Toolbar";
     this.ribbonControl1.SystemText.QatDialogCategoriesLabel   = "&Choose commands from:";
     this.ribbonControl1.SystemText.QatDialogOkButton          = "OK";
     this.ribbonControl1.SystemText.QatDialogPlacementCheckbox = "&Place Quick Access Toolbar below the Ribbon";
     this.ribbonControl1.SystemText.QatDialogRemoveButton      = "&Remove";
     this.ribbonControl1.SystemText.QatPlaceAboveRibbonText    = "&Place Quick Access Toolbar above the Ribbon";
     this.ribbonControl1.SystemText.QatPlaceBelowRibbonText    = "&Place Quick Access Toolbar below the Ribbon";
     this.ribbonControl1.SystemText.QatRemoveItemText          = "&Remove from Quick Access Toolbar";
     this.ribbonControl1.TabGroupHeight = 14;
     this.ribbonControl1.TabIndex       = 0;
     this.ribbonControl1.Text           = "ribbonControl1";
     //
     // ribbonPanel1
     //
     this.ribbonPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonPanel1.Controls.Add(this.buttonX13);
     this.ribbonPanel1.Controls.Add(this.labelX4);
     this.ribbonPanel1.Controls.Add(this.labelX3);
     this.ribbonPanel1.Controls.Add(this.checkBoxX1);
     this.ribbonPanel1.Controls.Add(this.labelX2);
     this.ribbonPanel1.Controls.Add(this.textBoxX1);
     this.ribbonPanel1.Controls.Add(this.labelX1);
     this.ribbonPanel1.Controls.Add(this.comboBoxEx1);
     this.ribbonPanel1.Controls.Add(this.buttonX2);
     this.ribbonPanel1.Controls.Add(this.buttonX1);
     this.ribbonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ribbonPanel1.Location = new System.Drawing.Point(0, 53);
     this.ribbonPanel1.Name     = "ribbonPanel1";
     this.ribbonPanel1.Padding  = new System.Windows.Forms.Padding(3, 0, 3, 2);
     this.ribbonPanel1.Size     = new System.Drawing.Size(788, 86);
     //
     //
     //
     this.ribbonPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.ribbonPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonPanel1.TabIndex = 1;
     //
     // labelX4
     //
     this.labelX4.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     //
     //
     //
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location    = new System.Drawing.Point(258, 58);
     this.labelX4.Name        = "labelX4";
     this.labelX4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.labelX4.Size        = new System.Drawing.Size(57, 23);
     this.labelX4.TabIndex    = 9;
     this.labelX4.Text        = "0";
     //
     // labelX3
     //
     this.labelX3.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     //
     //
     //
     this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX3.Location    = new System.Drawing.Point(321, 58);
     this.labelX3.Name        = "labelX3";
     this.labelX3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.labelX3.Size        = new System.Drawing.Size(57, 23);
     this.labelX3.TabIndex    = 8;
     this.labelX3.Text        = "عدد الصفوف";
     //
     // checkBoxX1
     //
     this.checkBoxX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.checkBoxX1.Checked         = true;
     this.checkBoxX1.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBoxX1.CheckValue      = "Y";
     this.checkBoxX1.Location        = new System.Drawing.Point(269, 21);
     this.checkBoxX1.Name            = "checkBoxX1";
     this.checkBoxX1.Size            = new System.Drawing.Size(68, 23);
     this.checkBoxX1.Style           = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.checkBoxX1.TabIndex        = 7;
     this.checkBoxX1.Text            = "الفاعلين فقط";
     this.checkBoxX1.CheckedChanged += new System.EventHandler(this.checkBoxX1_CheckedChanged);
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     //
     //
     //
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.Location = new System.Drawing.Point(406, 42);
     this.labelX2.Name     = "labelX2";
     this.labelX2.Size     = new System.Drawing.Size(60, 20);
     this.labelX2.TabIndex = 6;
     this.labelX2.Text     = "اسم الفريق";
     //
     // textBoxX1
     //
     this.textBoxX1.BackColor = System.Drawing.Color.White;
     //
     //
     //
     this.textBoxX1.Border.Class      = "TextBoxBorder";
     this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBoxX1.DisabledBackColor = System.Drawing.Color.White;
     this.textBoxX1.ForeColor         = System.Drawing.Color.Black;
     this.textBoxX1.Location          = new System.Drawing.Point(472, 43);
     this.textBoxX1.Name             = "textBoxX1";
     this.textBoxX1.PreventEnterBeep = true;
     this.textBoxX1.Size             = new System.Drawing.Size(286, 20);
     this.textBoxX1.TabIndex         = 5;
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     //
     //
     //
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.Location = new System.Drawing.Point(406, 16);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(60, 20);
     this.labelX1.TabIndex = 4;
     this.labelX1.Text     = "نوع الفريق";
     //
     // comboBoxEx1
     //
     this.comboBoxEx1.DisplayMember     = "Text";
     this.comboBoxEx1.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxEx1.FormattingEnabled = true;
     this.comboBoxEx1.ItemHeight        = 14;
     this.comboBoxEx1.Location          = new System.Drawing.Point(472, 16);
     this.comboBoxEx1.Name                  = "comboBoxEx1";
     this.comboBoxEx1.Size                  = new System.Drawing.Size(286, 20);
     this.comboBoxEx1.Style                 = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxEx1.TabIndex              = 3;
     this.comboBoxEx1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEx1_SelectedIndexChanged);
     //
     // buttonX2
     //
     this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX2.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX2.Location       = new System.Drawing.Point(154, 16);
     this.buttonX2.Name           = "buttonX2";
     this.buttonX2.Size           = new System.Drawing.Size(95, 36);
     this.buttonX2.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX2.Symbol         = "";
     this.buttonX2.SymbolColor    = System.Drawing.Color.Red;
     this.buttonX2.TabIndex       = 1;
     this.buttonX2.Text           = "إضافة متطوع";
     this.buttonX2.Click         += new System.EventHandler(this.buttonX2_Click);
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.Location       = new System.Drawing.Point(12, 16);
     this.buttonX1.Name           = "buttonX1";
     this.buttonX1.Size           = new System.Drawing.Size(103, 36);
     this.buttonX1.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.Symbol         = "";
     this.buttonX1.SymbolColor    = System.Drawing.Color.Red;
     this.buttonX1.SymbolSize     = 20F;
     this.buttonX1.TabIndex       = 0;
     this.buttonX1.Text           = "حفظ";
     this.buttonX1.Click         += new System.EventHandler(this.buttonX1_Click);
     //
     // ribbonTabItem1
     //
     this.ribbonTabItem1.Checked = true;
     this.ribbonTabItem1.Name    = "ribbonTabItem1";
     this.ribbonTabItem1.Panel   = this.ribbonPanel1;
     this.ribbonTabItem1.Text    = "عام";
     //
     // superTabControl1
     //
     this.superTabControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     //
     //
     //
     this.superTabControl1.ControlBox.CloseBox.Name = "";
     //
     //
     //
     this.superTabControl1.ControlBox.MenuBox.Name = "";
     this.superTabControl1.ControlBox.Name         = "";
     this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.superTabControl1.ControlBox.MenuBox,
         this.superTabControl1.ControlBox.CloseBox
     });
     this.superTabControl1.Controls.Add(this.superTabControlPanel1);
     this.superTabControl1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.superTabControl1.ForeColor          = System.Drawing.Color.Black;
     this.superTabControl1.Location           = new System.Drawing.Point(5, 140);
     this.superTabControl1.Name               = "superTabControl1";
     this.superTabControl1.ReorderTabsEnabled = true;
     this.superTabControl1.SelectedTabFont    = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superTabControl1.SelectedTabIndex   = 1;
     this.superTabControl1.Size               = new System.Drawing.Size(788, 421);
     this.superTabControl1.TabAlignment       = DevComponents.DotNetBar.eTabStripAlignment.Right;
     this.superTabControl1.TabFont            = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superTabControl1.TabIndex           = 1;
     this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.superTabItem1
     });
     this.superTabControl1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
     this.superTabControl1.Text     = "superTabControl1";
     //
     // superTabControlPanel1
     //
     this.superTabControlPanel1.Controls.Add(this.dataGridViewX1);
     this.superTabControlPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel1.Location = new System.Drawing.Point(0, 0);
     this.superTabControlPanel1.Name     = "superTabControlPanel1";
     this.superTabControlPanel1.Size     = new System.Drawing.Size(657, 421);
     this.superTabControlPanel1.TabIndex = 1;
     this.superTabControlPanel1.TabItem  = this.superTabItem1;
     //
     // dataGridViewX1
     //
     this.dataGridViewX1.AllowUserToAddRows            = false;
     this.dataGridViewX1.BackgroundColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     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.Color.Black;
     dataGridViewCellStyle1.SelectionBackColor         = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor         = System.Drawing.Color.Black;
     dataGridViewCellStyle1.WrapMode                   = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewX1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewX1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewX1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Idcours,
         this.ID_informtion,
         this.date_Start,
         this.Date_End,
         this.Id_Jop_Ta,
         this.Setewation
     });
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     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.Color.Black;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridViewX1.DefaultCellStyle      = dataGridViewCellStyle2;
     this.dataGridViewX1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewX1.EnableHeadersVisualStyles = false;
     this.dataGridViewX1.GridColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170)))));
     this.dataGridViewX1.Location                   = new System.Drawing.Point(0, 0);
     this.dataGridViewX1.Name                       = "dataGridViewX1";
     this.dataGridViewX1.ReadOnly                   = true;
     dataGridViewCellStyle3.Alignment               = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor               = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor               = System.Drawing.Color.Black;
     dataGridViewCellStyle3.SelectionBackColor      = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor      = System.Drawing.Color.Black;
     dataGridViewCellStyle3.WrapMode                = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewX1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridViewX1.Size                       = new System.Drawing.Size(657, 421);
     this.dataGridViewX1.TabIndex                   = 0;
     this.dataGridViewX1.CellDoubleClick           += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewX1_CellDoubleClick);
     this.dataGridViewX1.RowsAdded                 += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dataGridViewX1_RowsAdded);
     this.dataGridViewX1.UserDeletingRow           += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dataGridViewX1_UserDeletingRow);
     //
     // Idcours
     //
     this.Idcours.HeaderText = "Id";
     this.Idcours.Name       = "Idcours";
     this.Idcours.ReadOnly   = true;
     //
     // ID_informtion
     //
     this.ID_informtion.HeaderText = "الأسم";
     this.ID_informtion.Name       = "ID_informtion";
     this.ID_informtion.ReadOnly   = true;
     //
     // date_Start
     //
     this.date_Start.HeaderText = "تاريخ البدأ";
     this.date_Start.Name       = "date_Start";
     this.date_Start.ReadOnly   = true;
     //
     // Date_End
     //
     this.Date_End.HeaderText = "تاريخ الإنتهاء";
     this.Date_End.Name       = "Date_End";
     this.Date_End.ReadOnly   = true;
     //
     // Id_Jop_Ta
     //
     this.Id_Jop_Ta.DropDownHeight = 106;
     this.Id_Jop_Ta.DropDownWidth  = 121;
     this.Id_Jop_Ta.FlatStyle      = System.Windows.Forms.FlatStyle.Flat;
     this.Id_Jop_Ta.HeaderText     = "المنصب";
     this.Id_Jop_Ta.ImeMode        = System.Windows.Forms.ImeMode.NoControl;
     this.Id_Jop_Ta.IntegralHeight = false;
     this.Id_Jop_Ta.ItemHeight     = 15;
     this.Id_Jop_Ta.Name           = "Id_Jop_Ta";
     this.Id_Jop_Ta.ReadOnly       = true;
     this.Id_Jop_Ta.Resizable      = System.Windows.Forms.DataGridViewTriState.True;
     this.Id_Jop_Ta.RightToLeft    = System.Windows.Forms.RightToLeft.No;
     //
     // Setewation
     //
     this.Setewation.DropDownHeight = 106;
     this.Setewation.DropDownWidth  = 121;
     this.Setewation.FlatStyle      = System.Windows.Forms.FlatStyle.Flat;
     this.Setewation.HeaderText     = "الوضع";
     this.Setewation.ImeMode        = System.Windows.Forms.ImeMode.NoControl;
     this.Setewation.IntegralHeight = false;
     this.Setewation.ItemHeight     = 15;
     this.Setewation.Name           = "Setewation";
     this.Setewation.ReadOnly       = true;
     this.Setewation.Resizable      = System.Windows.Forms.DataGridViewTriState.True;
     this.Setewation.RightToLeft    = System.Windows.Forms.RightToLeft.No;
     //
     // superTabItem1
     //
     this.superTabItem1.AttachedControl = this.superTabControlPanel1;
     this.superTabItem1.GlobalItem      = false;
     this.superTabItem1.Name            = "superTabItem1";
     this.superTabItem1.Text            = "المتطوعين في الفريق";
     //
     // superTabItem2
     //
     this.superTabItem2.GlobalItem = false;
     this.superTabItem2.Name       = "superTabItem2";
     this.superTabItem2.Text       = "أسماء المدربين";
     this.superTabItem2.Visible    = false;
     //
     // buttonX13
     //
     this.buttonX13.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX13.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX13.Location       = new System.Drawing.Point(348, 16);
     this.buttonX13.Name           = "buttonX13";
     this.buttonX13.Size           = new System.Drawing.Size(30, 43);
     this.buttonX13.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX13.Symbol         = "";
     this.buttonX13.SymbolColor    = System.Drawing.Color.Red;
     this.buttonX13.TabIndex       = 24;
     this.buttonX13.Click         += new System.EventHandler(this.buttonX13_Click);
     //
     // TeamShowAll
     //
     this.ClientSize = new System.Drawing.Size(798, 563);
     this.Controls.Add(this.superTabControl1);
     this.Controls.Add(this.ribbonControl1);
     this.Name  = "TeamShowAll";
     this.Text  = "الفريق";
     this.Load += new System.EventHandler(this.Corser_Load);
     this.ribbonControl1.ResumeLayout(false);
     this.ribbonControl1.PerformLayout();
     this.ribbonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
     this.superTabControl1.ResumeLayout(false);
     this.superTabControlPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewX1)).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.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.BookingMemberDataGrid = new System.Windows.Forms.DataGridView();
     this.BookingIdColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DateRequestedColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BookingDateColumn     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TimeslotColumn        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FacilityIdColumn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FacilityNameColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.FacilityTypeColumn    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.StatusColumn          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tableLayoutPanel2     = new System.Windows.Forms.TableLayoutPanel();
     this.ToDateTimePicker      = new System.Windows.Forms.DateTimePicker();
     this.FromDateTimePicker    = new System.Windows.Forms.DateTimePicker();
     this.TildeLabel            = new System.Windows.Forms.Label();
     this.MemberIdTextBox       = new System.Windows.Forms.TextBox();
     this.MemberIdLabel         = new System.Windows.Forms.Label();
     this.SearchLabel           = new System.Windows.Forms.Label();
     this.SearchTextBox         = new System.Windows.Forms.TextBox();
     this.FirstNameTextBox      = new System.Windows.Forms.TextBox();
     this.LastNameTextBox       = new System.Windows.Forms.TextBox();
     this.tableLayoutPanel3     = new System.Windows.Forms.TableLayoutPanel();
     this.ShowCancelledCheckBox = new System.Windows.Forms.CheckBox();
     this.CloseButton           = new System.Windows.Forms.Button();
     this.CancelBookingButton   = new System.Windows.Forms.Button();
     this.ViewReceiptButton     = new System.Windows.Forms.Button();
     this.tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.BookingMemberDataGrid)).BeginInit();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.BookingMemberDataGrid, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 4);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(56, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(970, 455);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // BookingMemberDataGrid
     //
     this.BookingMemberDataGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.1F, 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.False;
     this.BookingMemberDataGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.BookingMemberDataGrid.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.BookingMemberDataGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.BookingIdColumn,
         this.DateRequestedColumn,
         this.BookingDateColumn,
         this.TimeslotColumn,
         this.FacilityIdColumn,
         this.FacilityNameColumn,
         this.FacilityTypeColumn,
         this.StatusColumn
     });
     this.BookingMemberDataGrid.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.BookingMemberDataGrid.Location           = new System.Drawing.Point(2, 51);
     this.BookingMemberDataGrid.Margin             = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.BookingMemberDataGrid.Name               = "BookingMemberDataGrid";
     this.BookingMemberDataGrid.RowTemplate.Height = 40;
     this.BookingMemberDataGrid.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.BookingMemberDataGrid.Size               = new System.Drawing.Size(966, 341);
     this.BookingMemberDataGrid.TabIndex           = 0;
     //
     // BookingIdColumn
     //
     this.BookingIdColumn.DataPropertyName = "BookingID";
     this.BookingIdColumn.HeaderText       = "Booking ID";
     this.BookingIdColumn.Name             = "BookingIdColumn";
     this.BookingIdColumn.Width            = 127;
     //
     // DateRequestedColumn
     //
     this.DateRequestedColumn.DataPropertyName = "DateRequested";
     this.DateRequestedColumn.HeaderText       = "Transaction Date";
     this.DateRequestedColumn.Name             = "DateRequestedColumn";
     this.DateRequestedColumn.Width            = 174;
     //
     // BookingDateColumn
     //
     this.BookingDateColumn.DataPropertyName = "BookingDate";
     this.BookingDateColumn.HeaderText       = "Booking Date";
     this.BookingDateColumn.Name             = "BookingDateColumn";
     this.BookingDateColumn.Width            = 146;
     //
     // TimeslotColumn
     //
     this.TimeslotColumn.DataPropertyName = "Timeslot";
     this.TimeslotColumn.HeaderText       = "Timeslot";
     this.TimeslotColumn.Name             = "TimeslotColumn";
     this.TimeslotColumn.Width            = 109;
     //
     // FacilityIdColumn
     //
     this.FacilityIdColumn.DataPropertyName = "FacilityID";
     this.FacilityIdColumn.HeaderText       = "Facility ID";
     this.FacilityIdColumn.Name             = "FacilityIdColumn";
     this.FacilityIdColumn.Width            = 120;
     //
     // FacilityNameColumn
     //
     this.FacilityNameColumn.DataPropertyName = "FacilityName";
     this.FacilityNameColumn.HeaderText       = "Facility Name";
     this.FacilityNameColumn.Name             = "FacilityNameColumn";
     this.FacilityNameColumn.Width            = 147;
     //
     // FacilityTypeColumn
     //
     this.FacilityTypeColumn.DataPropertyName = "FacilityTypeName";
     this.FacilityTypeColumn.HeaderText       = "Facility Type";
     this.FacilityTypeColumn.Name             = "FacilityTypeColumn";
     this.FacilityTypeColumn.Width            = 139;
     //
     // StatusColumn
     //
     this.StatusColumn.DataPropertyName = "Status";
     this.StatusColumn.HeaderText       = "Booking Status";
     this.StatusColumn.Name             = "StatusColumn";
     this.StatusColumn.Width            = 158;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.ColumnCount = 12;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 79F));
     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, 101F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 112F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 11F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 112F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 11F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 112F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 11F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 141F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 141F));
     this.tableLayoutPanel2.Controls.Add(this.ToDateTimePicker, 11, 0);
     this.tableLayoutPanel2.Controls.Add(this.FromDateTimePicker, 9, 0);
     this.tableLayoutPanel2.Controls.Add(this.TildeLabel, 10, 0);
     this.tableLayoutPanel2.Controls.Add(this.MemberIdTextBox, 3, 0);
     this.tableLayoutPanel2.Controls.Add(this.MemberIdLabel, 2, 0);
     this.tableLayoutPanel2.Controls.Add(this.SearchLabel, 0, 0);
     this.tableLayoutPanel2.Controls.Add(this.SearchTextBox, 1, 0);
     this.tableLayoutPanel2.Controls.Add(this.FirstNameTextBox, 5, 0);
     this.tableLayoutPanel2.Controls.Add(this.LastNameTextBox, 7, 0);
     this.tableLayoutPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel2.Location = new System.Drawing.Point(2, 15);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     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(966, 32);
     this.tableLayoutPanel2.TabIndex = 1;
     //
     // ToDateTimePicker
     //
     this.ToDateTimePicker.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ToDateTimePicker.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.ToDateTimePicker.Location      = new System.Drawing.Point(827, 2);
     this.ToDateTimePicker.Margin        = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.ToDateTimePicker.Name          = "ToDateTimePicker";
     this.ToDateTimePicker.Size          = new System.Drawing.Size(137, 26);
     this.ToDateTimePicker.TabIndex      = 0;
     this.ToDateTimePicker.ValueChanged += new System.EventHandler(this.ToDateTimePicker_ValueChanged);
     //
     // FromDateTimePicker
     //
     this.FromDateTimePicker.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.FromDateTimePicker.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.FromDateTimePicker.Location      = new System.Drawing.Point(666, 2);
     this.FromDateTimePicker.Margin        = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.FromDateTimePicker.Name          = "FromDateTimePicker";
     this.FromDateTimePicker.Size          = new System.Drawing.Size(137, 26);
     this.FromDateTimePicker.TabIndex      = 1;
     this.FromDateTimePicker.ValueChanged += new System.EventHandler(this.FromDateTimePicker_ValueChanged);
     //
     // TildeLabel
     //
     this.TildeLabel.AutoSize = true;
     this.TildeLabel.Location = new System.Drawing.Point(807, 0);
     this.TildeLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.TildeLabel.Name     = "TildeLabel";
     this.TildeLabel.Padding  = new System.Windows.Forms.Padding(0, 6, 0, 0);
     this.TildeLabel.Size     = new System.Drawing.Size(16, 26);
     this.TildeLabel.TabIndex = 2;
     this.TildeLabel.Text     = "~";
     //
     // MemberIdTextBox
     //
     this.MemberIdTextBox.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.MemberIdTextBox.Location     = new System.Drawing.Point(297, 2);
     this.MemberIdTextBox.Margin       = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.MemberIdTextBox.Name         = "MemberIdTextBox";
     this.MemberIdTextBox.Size         = new System.Drawing.Size(108, 26);
     this.MemberIdTextBox.TabIndex     = 3;
     this.MemberIdTextBox.TextChanged += new System.EventHandler(this.MemberIdTextBox_TextChanged);
     //
     // MemberIdLabel
     //
     this.MemberIdLabel.AutoSize = true;
     this.MemberIdLabel.Location = new System.Drawing.Point(196, 0);
     this.MemberIdLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.MemberIdLabel.Name     = "MemberIdLabel";
     this.MemberIdLabel.Padding  = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.MemberIdLabel.Size     = new System.Drawing.Size(88, 23);
     this.MemberIdLabel.TabIndex = 4;
     this.MemberIdLabel.Text     = "Member ID";
     //
     // SearchLabel
     //
     this.SearchLabel.AutoSize = true;
     this.SearchLabel.Location = new System.Drawing.Point(2, 0);
     this.SearchLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.SearchLabel.Name     = "SearchLabel";
     this.SearchLabel.Padding  = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.SearchLabel.Size     = new System.Drawing.Size(60, 23);
     this.SearchLabel.TabIndex = 5;
     this.SearchLabel.Text     = "Search";
     //
     // SearchTextBox
     //
     this.SearchTextBox.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.SearchTextBox.Location     = new System.Drawing.Point(81, 2);
     this.SearchTextBox.Margin       = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.SearchTextBox.Name         = "SearchTextBox";
     this.SearchTextBox.Size         = new System.Drawing.Size(111, 26);
     this.SearchTextBox.TabIndex     = 6;
     this.SearchTextBox.TextChanged += new System.EventHandler(this.SearchTextBox_TextChanged);
     //
     // FirstNameTextBox
     //
     this.FirstNameTextBox.Dock         = System.Windows.Forms.DockStyle.Top;
     this.FirstNameTextBox.Location     = new System.Drawing.Point(420, 2);
     this.FirstNameTextBox.Margin       = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.FirstNameTextBox.Name         = "FirstNameTextBox";
     this.FirstNameTextBox.ReadOnly     = true;
     this.FirstNameTextBox.Size         = new System.Drawing.Size(108, 26);
     this.FirstNameTextBox.TabIndex     = 7;
     this.FirstNameTextBox.TextChanged += new System.EventHandler(this.FirstNameTextBox_TextChanged);
     //
     // LastNameTextBox
     //
     this.LastNameTextBox.Dock         = System.Windows.Forms.DockStyle.Top;
     this.LastNameTextBox.Location     = new System.Drawing.Point(543, 2);
     this.LastNameTextBox.Margin       = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.LastNameTextBox.Name         = "LastNameTextBox";
     this.LastNameTextBox.ReadOnly     = true;
     this.LastNameTextBox.Size         = new System.Drawing.Size(108, 26);
     this.LastNameTextBox.TabIndex     = 8;
     this.LastNameTextBox.TextChanged += new System.EventHandler(this.LastNameTextBox_TextChanged);
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.ColumnCount = 6;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 55F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 119F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 136F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 86F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 45F));
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 11F));
     this.tableLayoutPanel3.Controls.Add(this.ShowCancelledCheckBox, 5, 0);
     this.tableLayoutPanel3.Controls.Add(this.CloseButton, 3, 0);
     this.tableLayoutPanel3.Controls.Add(this.CancelBookingButton, 2, 0);
     this.tableLayoutPanel3.Controls.Add(this.ViewReceiptButton, 1, 0);
     this.tableLayoutPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel3.Location = new System.Drawing.Point(2, 409);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 1;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(966, 44);
     this.tableLayoutPanel3.TabIndex = 2;
     //
     // ShowCancelledCheckBox
     //
     this.ShowCancelledCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ShowCancelledCheckBox.AutoSize = true;
     this.ShowCancelledCheckBox.Location = new System.Drawing.Point(815, 2);
     this.ShowCancelledCheckBox.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.ShowCancelledCheckBox.Name     = "ShowCancelledCheckBox";
     this.ShowCancelledCheckBox.Padding  = new System.Windows.Forms.Padding(0, 3, 0, 0);
     this.ShowCancelledCheckBox.Size     = new System.Drawing.Size(149, 27);
     this.ShowCancelledCheckBox.TabIndex = 0;
     this.ShowCancelledCheckBox.Text     = "Show Cancelled";
     this.ShowCancelledCheckBox.UseVisualStyleBackColor = true;
     this.ShowCancelledCheckBox.CheckedChanged         += new System.EventHandler(this.ShowCancelledCheckBox_CheckedChanged);
     //
     // CloseButton
     //
     this.CloseButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.CloseButton.Dock                    = System.Windows.Forms.DockStyle.Top;
     this.CloseButton.Location                = new System.Drawing.Point(516, 2);
     this.CloseButton.Margin                  = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.CloseButton.Name                    = "CloseButton";
     this.CloseButton.Size                    = new System.Drawing.Size(82, 28);
     this.CloseButton.TabIndex                = 1;
     this.CloseButton.Text                    = "Close";
     this.CloseButton.UseVisualStyleBackColor = true;
     this.CloseButton.Click                  += new System.EventHandler(this.CloseButton_Click);
     //
     // CancelBookingButton
     //
     this.CancelBookingButton.Dock     = System.Windows.Forms.DockStyle.Top;
     this.CancelBookingButton.Location = new System.Drawing.Point(380, 2);
     this.CancelBookingButton.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.CancelBookingButton.Name     = "CancelBookingButton";
     this.CancelBookingButton.Size     = new System.Drawing.Size(132, 28);
     this.CancelBookingButton.TabIndex = 2;
     this.CancelBookingButton.Text     = "Cancel Booking";
     this.CancelBookingButton.UseVisualStyleBackColor = true;
     this.CancelBookingButton.Click += new System.EventHandler(this.CancelBookingButton_Click);
     //
     // ViewReceiptButton
     //
     this.ViewReceiptButton.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ViewReceiptButton.Location = new System.Drawing.Point(261, 2);
     this.ViewReceiptButton.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.ViewReceiptButton.Name     = "ViewReceiptButton";
     this.ViewReceiptButton.Size     = new System.Drawing.Size(115, 28);
     this.ViewReceiptButton.TabIndex = 4;
     this.ViewReceiptButton.Text     = "View Receipt";
     this.ViewReceiptButton.UseVisualStyleBackColor = true;
     this.ViewReceiptButton.Click += new System.EventHandler(this.ViewReceiptButton_Click);
     //
     // BookingHistoryMembers
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.CloseButton;
     this.ClientSize          = new System.Drawing.Size(1082, 455);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Margin      = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.Name        = "BookingHistoryMembers";
     this.Padding     = new System.Windows.Forms.Padding(56, 0, 56, 0);
     this.Text        = "Booking History (By Members)";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.tableLayoutPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.BookingMemberDataGrid)).EndInit();
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel3.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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.labelSet_TokuisakiS       = new KATO.Common.Ctl.LabelSet_Torihikisaki();
     this.txtSinamei_KatabanS       = new KATO.Common.Ctl.BaseText();
     this.baseButton_kensaku        = new KATO.Common.Ctl.BaseButton();
     this.lblKataban                = new KATO.Common.Ctl.BaseLabel(this.components);
     this.labelSet_TantoushaS       = new KATO.Common.Ctl.LabelSet_Tantousha();
     this.groupBox2                 = new System.Windows.Forms.GroupBox();
     this.razioOrderS1              = new KATO.Common.Ctl.RadSet_4btn();
     this.gridShohinbetsuRiekiritsu = new KATO.Common.Ctl.BaseDataGridView();
     this.labelSet_Daibunrui        = new KATO.Common.Ctl.LabelSet_Daibunrui();
     this.labelSet_Chubunrui        = new KATO.Common.Ctl.LabelSet_Chubunrui();
     this.labelSet_Maker            = new KATO.Common.Ctl.LabelSet_Maker();
     this.lblShohinCd               = new KATO.Common.Ctl.BaseLabel(this.components);
     this.txtShohinCd               = new KATO.Common.Ctl.BaseText();
     this.baseLabel1                = new KATO.Common.Ctl.BaseLabel(this.components);
     this.txtKensakuS               = new KATO.Common.Ctl.BaseText();
     this.txtKataban                = new KATO.Common.Ctl.BaseText();
     this.baseLabel2                = new KATO.Common.Ctl.BaseLabel(this.components);
     this.baseLabel3                = new KATO.Common.Ctl.BaseLabel(this.components);
     this.baseLabel4                = new KATO.Common.Ctl.BaseLabel(this.components);
     this.baseLabel5                = new KATO.Common.Ctl.BaseLabel(this.components);
     this.txtRiekiritsu             = new KATO.Common.Ctl.BaseText();
     this.razioOrderS2              = new KATO.Common.Ctl.RadSet_2btn();
     this.razioSettei               = new KATO.Common.Ctl.RadSet_2btn();
     this.txtTeika           = new KATO.Common.Ctl.BaseTextMoney();
     this.txtTanka           = new KATO.Common.Ctl.BaseTextMoney();
     this.labelSet_Tokuisaki = new KATO.Common.Ctl.LabelSet_Torihikisaki();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridShohinbetsuRiekiritsu)).BeginInit();
     this.SuspendLayout();
     //
     // btnF01
     //
     this.btnF01.TabIndex = 7;
     this.btnF01.Click   += new System.EventHandler(this.judBtnClick);
     //
     // btnF12
     //
     this.btnF12.TabIndex = 18;
     this.btnF12.Click   += new System.EventHandler(this.judBtnClick);
     //
     // btnF11
     //
     this.btnF11.TabIndex = 17;
     //
     // btnF10
     //
     this.btnF10.TabIndex = 16;
     //
     // btnF09
     //
     this.btnF09.TabIndex = 15;
     //
     // btnF08
     //
     this.btnF08.TabIndex = 14;
     //
     // btnF07
     //
     this.btnF07.TabIndex = 13;
     //
     // btnF06
     //
     this.btnF06.TabIndex = 12;
     this.btnF06.Click   += new System.EventHandler(this.judBtnClick);
     //
     // btnF05
     //
     this.btnF05.TabIndex = 11;
     //
     // btnF04
     //
     this.btnF04.TabIndex = 10;
     this.btnF04.Click   += new System.EventHandler(this.judBtnClick);
     //
     // btnF03
     //
     this.btnF03.TabIndex = 9;
     this.btnF03.Click   += new System.EventHandler(this.judBtnClick);
     //
     // btnF02
     //
     this.btnF02.TabIndex = 8;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.labelSet_TokuisakiS);
     this.groupBox1.Controls.Add(this.txtSinamei_KatabanS);
     this.groupBox1.Controls.Add(this.baseButton_kensaku);
     this.groupBox1.Controls.Add(this.lblKataban);
     this.groupBox1.Controls.Add(this.labelSet_TantoushaS);
     this.groupBox1.Location = new System.Drawing.Point(29, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(513, 151);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "検索条件";
     //
     // labelSet_TokuisakiS
     //
     this.labelSet_TokuisakiS.AppendLabelSize  = 0;
     this.labelSet_TokuisakiS.AppendLabelText  = "";
     this.labelSet_TokuisakiS.CodeTxtSize      = 40;
     this.labelSet_TokuisakiS.CodeTxtText      = "";
     this.labelSet_TokuisakiS.LabelName        = "得意先コード";
     this.labelSet_TokuisakiS.Location         = new System.Drawing.Point(7, 18);
     this.labelSet_TokuisakiS.Name             = "labelSet_TokuisakiS";
     this.labelSet_TokuisakiS.ShowAppendFlg    = false;
     this.labelSet_TokuisakiS.Size             = new System.Drawing.Size(446, 22);
     this.labelSet_TokuisakiS.SpaceCodeValue   = 4;
     this.labelSet_TokuisakiS.SpaceNameCode    = 4;
     this.labelSet_TokuisakiS.SpaceValueAppend = 4;
     this.labelSet_TokuisakiS.TabIndex         = 0;
     this.labelSet_TokuisakiS.ValueLabelSize   = 300;
     this.labelSet_TokuisakiS.ValueLabelText   = "";
     //
     // txtSinamei_KatabanS
     //
     this.txtSinamei_KatabanS.Font      = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.txtSinamei_KatabanS.Location  = new System.Drawing.Point(108, 78);
     this.txtSinamei_KatabanS.MaxLength = 100;
     this.txtSinamei_KatabanS.Name      = "txtSinamei_KatabanS";
     this.txtSinamei_KatabanS.Size      = new System.Drawing.Size(353, 22);
     this.txtSinamei_KatabanS.TabIndex  = 2;
     this.txtSinamei_KatabanS.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtBox_KeyDown);
     //
     // baseButton_kensaku
     //
     this.baseButton_kensaku.Font     = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.baseButton_kensaku.Location = new System.Drawing.Point(399, 122);
     this.baseButton_kensaku.Name     = "baseButton_kensaku";
     this.baseButton_kensaku.Size     = new System.Drawing.Size(100, 23);
     this.baseButton_kensaku.TabIndex = 3;
     this.baseButton_kensaku.Text     = "検索";
     this.baseButton_kensaku.UseVisualStyleBackColor = true;
     this.baseButton_kensaku.Click += new System.EventHandler(this.baseButton_kensaku_Click);
     //
     // lblKataban
     //
     this.lblKataban.AutoSize   = true;
     this.lblKataban.Font       = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.lblKataban.Location   = new System.Drawing.Point(15, 81);
     this.lblKataban.Name       = "lblKataban";
     this.lblKataban.Size       = new System.Drawing.Size(87, 15);
     this.lblKataban.strToolTip = null;
     this.lblKataban.TabIndex   = 11;
     this.lblKataban.Text       = "品名・型番";
     this.lblKataban.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelSet_TantoushaS
     //
     this.labelSet_TantoushaS.AppendLabelSize  = 0;
     this.labelSet_TantoushaS.AppendLabelText  = "";
     this.labelSet_TantoushaS.CodeTxtSize      = 40;
     this.labelSet_TantoushaS.CodeTxtText      = "";
     this.labelSet_TantoushaS.LabelName        = "担当者コード";
     this.labelSet_TantoushaS.Location         = new System.Drawing.Point(7, 47);
     this.labelSet_TantoushaS.Name             = "labelSet_TantoushaS";
     this.labelSet_TantoushaS.ShowAppendFlg    = false;
     this.labelSet_TantoushaS.Size             = new System.Drawing.Size(275, 22);
     this.labelSet_TantoushaS.SpaceCodeValue   = 4;
     this.labelSet_TantoushaS.SpaceNameCode    = 4;
     this.labelSet_TantoushaS.SpaceValueAppend = 4;
     this.labelSet_TantoushaS.TabIndex         = 1;
     this.labelSet_TantoushaS.ValueLabelSize   = 120;
     this.labelSet_TantoushaS.ValueLabelText   = "";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.razioOrderS1);
     this.groupBox2.Location = new System.Drawing.Point(569, 15);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(401, 83);
     this.groupBox2.TabIndex = 88;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "並び順の指定";
     //
     // razioOrderS1
     //
     this.razioOrderS1.LabelTitle           = "";
     this.razioOrderS1.Location             = new System.Drawing.Point(6, 19);
     this.razioOrderS1.Name                 = "razioOrderS1";
     this.razioOrderS1.PositionLabelTitle_X = 0;
     this.razioOrderS1.PositionLabelTitle_Y = 0;
     this.razioOrderS1.PositionRadbtn1_X    = 0;
     this.razioOrderS1.PositionRadbtn1_Y    = 0;
     this.razioOrderS1.PositionRadbtn2_X    = 100;
     this.razioOrderS1.PositionRadbtn2_Y    = 0;
     this.razioOrderS1.PositionRadbtn3_X    = 200;
     this.razioOrderS1.PositionRadbtn3_Y    = 0;
     this.razioOrderS1.PositionRadbtn4_X    = 300;
     this.razioOrderS1.PositionRadbtn4_Y    = 0;
     this.razioOrderS1.Radbtn1Text          = "得意先";
     this.razioOrderS1.Radbtn2Text          = "品名";
     this.razioOrderS1.Radbtn3Text          = "掛率";
     this.razioOrderS1.Radbtn4Text          = "単価";
     this.razioOrderS1.Size                 = new System.Drawing.Size(382, 19);
     this.razioOrderS1.TabIndex             = 0;
     //
     // gridShohinbetsuRiekiritsu
     //
     this.gridShohinbetsuRiekiritsu.AllowUserToAddRows       = false;
     this.gridShohinbetsuRiekiritsu.AllowUserToResizeColumns = false;
     this.gridShohinbetsuRiekiritsu.AllowUserToResizeRows    = false;
     this.gridShohinbetsuRiekiritsu.AutoGenerateColumns      = false;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.Color.Gainsboro;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("MS ゴシック", 11.25F);
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.ScrollBar;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ScrollBar;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.True;
     this.gridShohinbetsuRiekiritsu.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.gridShohinbetsuRiekiritsu.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     dataGridViewCellStyle2.Alignment                          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor                          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font                               = new System.Drawing.Font("MS ゴシック", 11.25F);
     dataGridViewCellStyle2.ForeColor                          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor                 = System.Drawing.Color.Cyan;
     dataGridViewCellStyle2.SelectionForeColor                 = System.Drawing.SystemColors.Desktop;
     dataGridViewCellStyle2.WrapMode                           = System.Windows.Forms.DataGridViewTriState.False;
     this.gridShohinbetsuRiekiritsu.DefaultCellStyle           = dataGridViewCellStyle2;
     this.gridShohinbetsuRiekiritsu.EnableHeadersVisualStyles  = false;
     this.gridShohinbetsuRiekiritsu.Location                   = new System.Drawing.Point(29, 180);
     this.gridShohinbetsuRiekiritsu.Name                       = "gridShohinbetsuRiekiritsu";
     this.gridShohinbetsuRiekiritsu.ReadOnly                   = true;
     dataGridViewCellStyle3.Alignment                          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                          = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                               = new System.Drawing.Font("MS ゴシック", 11.25F);
     dataGridViewCellStyle3.ForeColor                          = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle3.SelectionBackColor                 = System.Drawing.SystemColors.ControlLight;
     dataGridViewCellStyle3.SelectionForeColor                 = System.Drawing.SystemColors.ActiveCaptionText;
     dataGridViewCellStyle3.WrapMode                           = System.Windows.Forms.DataGridViewTriState.True;
     this.gridShohinbetsuRiekiritsu.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.gridShohinbetsuRiekiritsu.RowHeadersVisible          = false;
     this.gridShohinbetsuRiekiritsu.RowTemplate.Height         = 21;
     this.gridShohinbetsuRiekiritsu.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.gridShohinbetsuRiekiritsu.Size                       = new System.Drawing.Size(1131, 256);
     this.gridShohinbetsuRiekiritsu.StandardTab                = true;
     this.gridShohinbetsuRiekiritsu.TabIndex                   = 89;
     this.gridShohinbetsuRiekiritsu.CellDoubleClick           += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridShohinbetsuRiekiritsu_CellDoubleClick);
     //
     // labelSet_Daibunrui
     //
     this.labelSet_Daibunrui.AppendLabelSize  = 0;
     this.labelSet_Daibunrui.AppendLabelText  = "";
     this.labelSet_Daibunrui.AutoSizeMode     = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.labelSet_Daibunrui.CodeTxtSize      = 24;
     this.labelSet_Daibunrui.CodeTxtText      = "";
     this.labelSet_Daibunrui.LabelName        = "大分類コード";
     this.labelSet_Daibunrui.Location         = new System.Drawing.Point(29, 470);
     this.labelSet_Daibunrui.Lschubundata     = null;
     this.labelSet_Daibunrui.Lsmakerdata      = null;
     this.labelSet_Daibunrui.LsSubchubundata  = null;
     this.labelSet_Daibunrui.LsSubmakerdata   = null;
     this.labelSet_Daibunrui.Name             = "labelSet_Daibunrui";
     this.labelSet_Daibunrui.ShowAppendFlg    = false;
     this.labelSet_Daibunrui.Size             = new System.Drawing.Size(338, 22);
     this.labelSet_Daibunrui.SpaceCodeValue   = 4;
     this.labelSet_Daibunrui.SpaceNameCode    = 4;
     this.labelSet_Daibunrui.SpaceValueAppend = 4;
     this.labelSet_Daibunrui.TabIndex         = 2;
     this.labelSet_Daibunrui.ValueLabelSize   = 200;
     this.labelSet_Daibunrui.ValueLabelText   = "";
     //
     // labelSet_Chubunrui
     //
     this.labelSet_Chubunrui.AppendLabelSize  = 0;
     this.labelSet_Chubunrui.AppendLabelText  = "";
     this.labelSet_Chubunrui.CodeTxtSize      = 24;
     this.labelSet_Chubunrui.CodeTxtText      = "";
     this.labelSet_Chubunrui.LabelName        = "中分類コード";
     this.labelSet_Chubunrui.Location         = new System.Drawing.Point(29, 498);
     this.labelSet_Chubunrui.Name             = "labelSet_Chubunrui";
     this.labelSet_Chubunrui.ShowAppendFlg    = false;
     this.labelSet_Chubunrui.Size             = new System.Drawing.Size(338, 22);
     this.labelSet_Chubunrui.SpaceCodeValue   = 4;
     this.labelSet_Chubunrui.SpaceNameCode    = 4;
     this.labelSet_Chubunrui.SpaceValueAppend = 4;
     this.labelSet_Chubunrui.strDaibunCd      = null;
     this.labelSet_Chubunrui.TabIndex         = 3;
     this.labelSet_Chubunrui.ValueLabelSize   = 200;
     this.labelSet_Chubunrui.ValueLabelText   = "";
     //
     // labelSet_Maker
     //
     this.labelSet_Maker.AppendLabelSize  = 0;
     this.labelSet_Maker.AppendLabelText  = "";
     this.labelSet_Maker.CodeTxtSize      = 30;
     this.labelSet_Maker.CodeTxtText      = "";
     this.labelSet_Maker.LabelName        = "メーカー";
     this.labelSet_Maker.Location         = new System.Drawing.Point(29, 526);
     this.labelSet_Maker.Name             = "labelSet_Maker";
     this.labelSet_Maker.ShowAppendFlg    = false;
     this.labelSet_Maker.Size             = new System.Drawing.Size(308, 22);
     this.labelSet_Maker.SpaceCodeValue   = 4;
     this.labelSet_Maker.SpaceNameCode    = 35;
     this.labelSet_Maker.SpaceValueAppend = 4;
     this.labelSet_Maker.strDaibunCd      = null;
     this.labelSet_Maker.TabIndex         = 4;
     this.labelSet_Maker.ValueLabelSize   = 200;
     this.labelSet_Maker.ValueLabelText   = "";
     //
     // lblShohinCd
     //
     this.lblShohinCd.AutoSize   = true;
     this.lblShohinCd.Font       = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.lblShohinCd.Location   = new System.Drawing.Point(534, 501);
     this.lblShohinCd.Name       = "lblShohinCd";
     this.lblShohinCd.Size       = new System.Drawing.Size(87, 15);
     this.lblShohinCd.strToolTip = null;
     this.lblShohinCd.TabIndex   = 95;
     this.lblShohinCd.Text       = "商品コード";
     this.lblShohinCd.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblShohinCd.Visible    = false;
     //
     // txtShohinCd
     //
     this.txtShohinCd.Font      = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.txtShohinCd.ImeMode   = System.Windows.Forms.ImeMode.Hiragana;
     this.txtShohinCd.Location  = new System.Drawing.Point(627, 498);
     this.txtShohinCd.MaxLength = 5;
     this.txtShohinCd.Name      = "txtShohinCd";
     this.txtShohinCd.Size      = new System.Drawing.Size(119, 22);
     this.txtShohinCd.TabIndex  = 94;
     this.txtShohinCd.Visible   = false;
     this.txtShohinCd.Leave    += new System.EventHandler(this.txtShohinCd_Leave);
     //
     // baseLabel1
     //
     this.baseLabel1.AutoSize   = true;
     this.baseLabel1.Font       = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.baseLabel1.Location   = new System.Drawing.Point(373, 533);
     this.baseLabel1.Name       = "baseLabel1";
     this.baseLabel1.Size       = new System.Drawing.Size(87, 15);
     this.baseLabel1.strToolTip = null;
     this.baseLabel1.TabIndex   = 97;
     this.baseLabel1.Text       = "検索文字列";
     this.baseLabel1.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtKensakuS
     //
     this.txtKensakuS.Font      = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.txtKensakuS.ImeMode   = System.Windows.Forms.ImeMode.Hiragana;
     this.txtKensakuS.Location  = new System.Drawing.Point(466, 530);
     this.txtKensakuS.MaxLength = 40;
     this.txtKensakuS.Name      = "txtKensakuS";
     this.txtKensakuS.Size      = new System.Drawing.Size(297, 22);
     this.txtKensakuS.TabIndex  = 5;
     this.txtKensakuS.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtKensaku_KeyDown);
     //
     // txtKataban
     //
     this.txtKataban.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.txtKataban.Font      = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.txtKataban.ImeMode   = System.Windows.Forms.ImeMode.Disable;
     this.txtKataban.Location  = new System.Drawing.Point(132, 558);
     this.txtKataban.MaxLength = 60;
     this.txtKataban.Name      = "txtKataban";
     this.txtKataban.ReadOnly  = true;
     this.txtKataban.Size      = new System.Drawing.Size(489, 22);
     this.txtKataban.TabIndex  = 99;
     //
     // baseLabel2
     //
     this.baseLabel2.AutoSize   = true;
     this.baseLabel2.Font       = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.baseLabel2.Location   = new System.Drawing.Point(33, 561);
     this.baseLabel2.Name       = "baseLabel2";
     this.baseLabel2.Size       = new System.Drawing.Size(39, 15);
     this.baseLabel2.strToolTip = null;
     this.baseLabel2.TabIndex   = 98;
     this.baseLabel2.Text       = "品名";
     this.baseLabel2.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // baseLabel3
     //
     this.baseLabel3.AutoSize   = true;
     this.baseLabel3.Font       = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.baseLabel3.Location   = new System.Drawing.Point(243, 592);
     this.baseLabel3.Name       = "baseLabel3";
     this.baseLabel3.Size       = new System.Drawing.Size(39, 15);
     this.baseLabel3.strToolTip = null;
     this.baseLabel3.TabIndex   = 100;
     this.baseLabel3.Text       = "定価";
     this.baseLabel3.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // baseLabel4
     //
     this.baseLabel4.AutoSize   = true;
     this.baseLabel4.Font       = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.baseLabel4.Location   = new System.Drawing.Point(33, 620);
     this.baseLabel4.Name       = "baseLabel4";
     this.baseLabel4.Size       = new System.Drawing.Size(39, 15);
     this.baseLabel4.strToolTip = null;
     this.baseLabel4.TabIndex   = 101;
     this.baseLabel4.Text       = "単価";
     this.baseLabel4.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // baseLabel5
     //
     this.baseLabel5.AutoSize   = true;
     this.baseLabel5.Font       = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.baseLabel5.Location   = new System.Drawing.Point(33, 589);
     this.baseLabel5.Name       = "baseLabel5";
     this.baseLabel5.Size       = new System.Drawing.Size(63, 15);
     this.baseLabel5.strToolTip = null;
     this.baseLabel5.TabIndex   = 102;
     this.baseLabel5.Text       = "掛率(%)";
     this.baseLabel5.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtRiekiritsu
     //
     this.txtRiekiritsu.Font      = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.txtRiekiritsu.ImeMode   = System.Windows.Forms.ImeMode.Disable;
     this.txtRiekiritsu.Location  = new System.Drawing.Point(132, 589);
     this.txtRiekiritsu.MaxLength = 5;
     this.txtRiekiritsu.Name      = "txtRiekiritsu";
     this.txtRiekiritsu.Size      = new System.Drawing.Size(66, 22);
     this.txtRiekiritsu.TabIndex  = 6;
     this.txtRiekiritsu.Leave    += new System.EventHandler(this.txtRiekiritsu_Leave);
     this.txtRiekiritsu.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtBox_KeyDown);
     //
     // razioOrderS2
     //
     this.razioOrderS2.intJudBtn            = 0;
     this.razioOrderS2.LabelTitle           = "";
     this.razioOrderS2.Location             = new System.Drawing.Point(575, 63);
     this.razioOrderS2.Name                 = "razioOrderS2";
     this.razioOrderS2.PositionLabelTitle_X = 0;
     this.razioOrderS2.PositionLabelTitle_Y = 0;
     this.razioOrderS2.PositionRadbtn1_X    = 0;
     this.razioOrderS2.PositionRadbtn1_Y    = 0;
     this.razioOrderS2.PositionRadbtn2_X    = 100;
     this.razioOrderS2.PositionRadbtn2_Y    = 0;
     this.razioOrderS2.Radbtn1Text          = "A―Z";
     this.razioOrderS2.Radbtn2Text          = "Z―A";
     this.razioOrderS2.Size                 = new System.Drawing.Size(188, 18);
     this.razioOrderS2.TabIndex             = 31;
     //
     // razioSettei
     //
     this.razioSettei.intJudBtn            = 0;
     this.razioSettei.LabelTitle           = "";
     this.razioSettei.Location             = new System.Drawing.Point(104, 658);
     this.razioSettei.Name                 = "razioSettei";
     this.razioSettei.PositionLabelTitle_X = 0;
     this.razioSettei.PositionLabelTitle_Y = 0;
     this.razioSettei.PositionRadbtn1_X    = 150;
     this.razioSettei.PositionRadbtn1_Y    = 0;
     this.razioSettei.PositionRadbtn2_X    = 250;
     this.razioSettei.PositionRadbtn2_Y    = 0;
     this.razioSettei.Radbtn1Text          = "設定";
     this.razioSettei.Radbtn2Text          = "解除";
     this.razioSettei.Size                 = new System.Drawing.Size(438, 27);
     this.razioSettei.TabIndex             = 104;
     //
     // txtTeika
     //
     this.txtTeika.blnCommaOK     = true;
     this.txtTeika.Font           = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.txtTeika.ImeMode        = System.Windows.Forms.ImeMode.Disable;
     this.txtTeika.intDeciSet     = 0;
     this.txtTeika.intIntederSet  = 0;
     this.txtTeika.intShishagonyu = 0;
     this.txtTeika.Location       = new System.Drawing.Point(288, 589);
     this.txtTeika.MaxLength      = 9;
     this.txtTeika.Name           = "txtTeika";
     this.txtTeika.ReadOnly       = true;
     this.txtTeika.Size           = new System.Drawing.Size(128, 22);
     this.txtTeika.TabIndex       = 105;
     this.txtTeika.TabStop        = false;
     this.txtTeika.TextAlign      = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // txtTanka
     //
     this.txtTanka.blnCommaOK     = true;
     this.txtTanka.Font           = new System.Drawing.Font("MS ゴシック", 11.25F);
     this.txtTanka.ImeMode        = System.Windows.Forms.ImeMode.Disable;
     this.txtTanka.intDeciSet     = 0;
     this.txtTanka.intIntederSet  = 0;
     this.txtTanka.intShishagonyu = 0;
     this.txtTanka.Location       = new System.Drawing.Point(132, 617);
     this.txtTanka.MaxLength      = 9;
     this.txtTanka.Name           = "txtTanka";
     this.txtTanka.Size           = new System.Drawing.Size(100, 22);
     this.txtTanka.TabIndex       = 7;
     this.txtTanka.TextAlign      = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtTanka.Leave         += new System.EventHandler(this.txtTanka_Leave);
     this.txtTanka.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.txtBox_KeyDown);
     //
     // labelSet_Tokuisaki
     //
     this.labelSet_Tokuisaki.AppendLabelSize  = 0;
     this.labelSet_Tokuisaki.AppendLabelText  = "";
     this.labelSet_Tokuisaki.CodeTxtSize      = 40;
     this.labelSet_Tokuisaki.CodeTxtText      = "";
     this.labelSet_Tokuisaki.LabelName        = "得意先コード";
     this.labelSet_Tokuisaki.Location         = new System.Drawing.Point(29, 442);
     this.labelSet_Tokuisaki.Name             = "labelSet_Tokuisaki";
     this.labelSet_Tokuisaki.ShowAppendFlg    = false;
     this.labelSet_Tokuisaki.Size             = new System.Drawing.Size(454, 22);
     this.labelSet_Tokuisaki.SpaceCodeValue   = 4;
     this.labelSet_Tokuisaki.SpaceNameCode    = 4;
     this.labelSet_Tokuisaki.SpaceValueAppend = 4;
     this.labelSet_Tokuisaki.TabIndex         = 1;
     this.labelSet_Tokuisaki.ValueLabelSize   = 300;
     this.labelSet_Tokuisaki.ValueLabelText   = "";
     //
     // M1210_ShohinbetsuRiekiritsuSettei
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1584, 826);
     this.Controls.Add(this.labelSet_Tokuisaki);
     this.Controls.Add(this.txtTanka);
     this.Controls.Add(this.txtTeika);
     this.Controls.Add(this.razioSettei);
     this.Controls.Add(this.razioOrderS2);
     this.Controls.Add(this.txtRiekiritsu);
     this.Controls.Add(this.baseLabel5);
     this.Controls.Add(this.baseLabel4);
     this.Controls.Add(this.baseLabel3);
     this.Controls.Add(this.txtKataban);
     this.Controls.Add(this.baseLabel2);
     this.Controls.Add(this.baseLabel1);
     this.Controls.Add(this.txtKensakuS);
     this.Controls.Add(this.lblShohinCd);
     this.Controls.Add(this.txtShohinCd);
     this.Controls.Add(this.labelSet_Maker);
     this.Controls.Add(this.labelSet_Chubunrui);
     this.Controls.Add(this.labelSet_Daibunrui);
     this.Controls.Add(this.gridShohinbetsuRiekiritsu);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name     = "M1210_ShohinbetsuRiekiritsuSettei";
     this.Text     = "Form1";
     this.Load    += new System.EventHandler(this.M1210_ShohinbetsuRiekiritsuSettei_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.M1210_ShohinbetsuRiekiritsuSettei_KeyDown);
     this.Controls.SetChildIndex(this.cmbSubWinShow, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     this.Controls.SetChildIndex(this.btnF01, 0);
     this.Controls.SetChildIndex(this.btnF02, 0);
     this.Controls.SetChildIndex(this.btnF03, 0);
     this.Controls.SetChildIndex(this.btnF04, 0);
     this.Controls.SetChildIndex(this.btnF05, 0);
     this.Controls.SetChildIndex(this.btnF06, 0);
     this.Controls.SetChildIndex(this.btnF07, 0);
     this.Controls.SetChildIndex(this.btnF08, 0);
     this.Controls.SetChildIndex(this.btnF09, 0);
     this.Controls.SetChildIndex(this.btnF10, 0);
     this.Controls.SetChildIndex(this.btnF11, 0);
     this.Controls.SetChildIndex(this.btnF12, 0);
     this.Controls.SetChildIndex(this.groupBox2, 0);
     this.Controls.SetChildIndex(this.gridShohinbetsuRiekiritsu, 0);
     this.Controls.SetChildIndex(this.labelSet_Daibunrui, 0);
     this.Controls.SetChildIndex(this.labelSet_Chubunrui, 0);
     this.Controls.SetChildIndex(this.labelSet_Maker, 0);
     this.Controls.SetChildIndex(this.txtShohinCd, 0);
     this.Controls.SetChildIndex(this.lblShohinCd, 0);
     this.Controls.SetChildIndex(this.txtKensakuS, 0);
     this.Controls.SetChildIndex(this.baseLabel1, 0);
     this.Controls.SetChildIndex(this.baseLabel2, 0);
     this.Controls.SetChildIndex(this.txtKataban, 0);
     this.Controls.SetChildIndex(this.baseLabel3, 0);
     this.Controls.SetChildIndex(this.baseLabel4, 0);
     this.Controls.SetChildIndex(this.baseLabel5, 0);
     this.Controls.SetChildIndex(this.txtRiekiritsu, 0);
     this.Controls.SetChildIndex(this.razioOrderS2, 0);
     this.Controls.SetChildIndex(this.razioSettei, 0);
     this.Controls.SetChildIndex(this.txtTeika, 0);
     this.Controls.SetChildIndex(this.txtTanka, 0);
     this.Controls.SetChildIndex(this.labelSet_Tokuisaki, 0);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridShohinbetsuRiekiritsu)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #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.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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QuitarParcela));
     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.panel2             = new System.Windows.Forms.Panel();
     this.label3             = new System.Windows.Forms.Label();
     this.vendasDGV          = new System.Windows.Forms.DataGridView();
     this.codigo             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.idCliente          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.idFuncionario      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.data               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.valor              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel3             = new System.Windows.Forms.Panel();
     this.label4             = new System.Windows.Forms.Label();
     this.parcelasDGV        = new System.Windows.Forms.DataGridView();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     this.tableLayoutPanel2  = new System.Windows.Forms.TableLayoutPanel();
     this.pesquisarButton    = new System.Windows.Forms.Button();
     this.codigoTB           = new System.Windows.Forms.TextBox();
     this.clienteTB          = new System.Windows.Forms.TextBox();
     this.produtoL           = new System.Windows.Forms.Label();
     this.tableLayoutPanel3  = new System.Windows.Forms.TableLayoutPanel();
     this.selecionarButton   = new System.Windows.Forms.Button();
     this.tableLayoutPanel4  = new System.Windows.Forms.TableLayoutPanel();
     this.descontarParcelaCB = new System.Windows.Forms.CheckBox();
     this.descontarParcelaTB = new System.Windows.Forms.TextBox();
     this.quitarButton       = new System.Windows.Forms.Button();
     this.id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColumnNumeroParcela = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.idVenda             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataDGVTBC          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.valorDGVCBC         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.pagoDGVTBC          = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ColumnPago          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vendasDGV)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.parcelasDGV)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.tableLayoutPanel2.SuspendLayout();
     this.tableLayoutPanel3.SuspendLayout();
     this.tableLayoutPanel4.SuspendLayout();
     this.SuspendLayout();
     //
     // 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.BackColor = System.Drawing.SystemColors.Control;
     this.panel2.Controls.Add(this.label3);
     this.panel2.Location = new System.Drawing.Point(0, 1);
     this.panel2.Margin   = new System.Windows.Forms.Padding(0, 1, 0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(573, 183);
     this.panel2.TabIndex = 10;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(12, 15);
     this.label3.Margin   = new System.Windows.Forms.Padding(3, 15, 3, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(74, 18);
     this.label3.TabIndex = 13;
     this.label3.Text     = "Vendas:";
     //
     // vendasDGV
     //
     this.vendasDGV.AllowUserToAddRows    = false;
     this.vendasDGV.AllowUserToDeleteRows = false;
     this.vendasDGV.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.vendasDGV.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.vendasDGV.ColumnHeadersBorderStyle    = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.vendasDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.vendasDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.codigo,
         this.idCliente,
         this.idFuncionario,
         this.data,
         this.valor
     });
     this.vendasDGV.Location          = new System.Drawing.Point(3, 3);
     this.vendasDGV.MultiSelect       = false;
     this.vendasDGV.Name              = "vendasDGV";
     this.vendasDGV.ReadOnly          = true;
     this.vendasDGV.RowHeadersVisible = false;
     this.vendasDGV.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.vendasDGV.Size              = new System.Drawing.Size(561, 160);
     this.vendasDGV.TabIndex          = 0;
     this.vendasDGV.CellClick        += new System.Windows.Forms.DataGridViewCellEventHandler(this.vendasDGV_CellClick);
     //
     // codigo
     //
     this.codigo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.codigo.HeaderText   = "Cod. da venda";
     this.codigo.Name         = "codigo";
     this.codigo.ReadOnly     = true;
     this.codigo.Width        = 102;
     //
     // idCliente
     //
     this.idCliente.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.idCliente.DataPropertyName = "idCliente";
     this.idCliente.HeaderText       = "Cliente";
     this.idCliente.Name             = "idCliente";
     this.idCliente.ReadOnly         = true;
     //
     // idFuncionario
     //
     this.idFuncionario.DataPropertyName = "idFuncionario";
     this.idFuncionario.HeaderText       = "Funcionário";
     this.idFuncionario.Name             = "idFuncionario";
     this.idFuncionario.ReadOnly         = true;
     this.idFuncionario.Visible          = false;
     //
     // data
     //
     this.data.DataPropertyName       = "data";
     dataGridViewCellStyle1.Format    = "dd/MM/yyyy";
     dataGridViewCellStyle1.NullValue = null;
     this.data.DefaultCellStyle       = dataGridViewCellStyle1;
     this.data.HeaderText             = "Data";
     this.data.Name     = "data";
     this.data.ReadOnly = true;
     //
     // valor
     //
     dataGridViewCellStyle2.Format    = "C2";
     dataGridViewCellStyle2.NullValue = null;
     this.valor.DefaultCellStyle      = dataGridViewCellStyle2;
     this.valor.HeaderText            = "Valor";
     this.valor.Name     = "valor";
     this.valor.ReadOnly = true;
     //
     // panel3
     //
     this.panel3.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.panel3.BackColor = System.Drawing.SystemColors.Control;
     this.panel3.Controls.Add(this.label4);
     this.panel3.Location = new System.Drawing.Point(0, 185);
     this.panel3.Margin   = new System.Windows.Forms.Padding(0, 1, 0, 1);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(573, 183);
     this.panel3.TabIndex = 11;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(12, 15);
     this.label4.Margin   = new System.Windows.Forms.Padding(3, 15, 3, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(83, 18);
     this.label4.TabIndex = 13;
     this.label4.Text     = "Parcelas:";
     //
     // parcelasDGV
     //
     this.parcelasDGV.AllowUserToAddRows    = false;
     this.parcelasDGV.AllowUserToDeleteRows = false;
     this.parcelasDGV.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.parcelasDGV.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.parcelasDGV.ColumnHeadersBorderStyle    = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.parcelasDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.parcelasDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.id,
         this.ColumnNumeroParcela,
         this.idVenda,
         this.dataDGVTBC,
         this.valorDGVCBC,
         this.Column1,
         this.pagoDGVTBC,
         this.ColumnPago
     });
     dataGridViewCellStyle6.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font               = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, 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.ControlText;
     dataGridViewCellStyle6.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.parcelasDGV.DefaultCellStyle         = dataGridViewCellStyle6;
     this.parcelasDGV.Location          = new System.Drawing.Point(3, 199);
     this.parcelasDGV.MultiSelect       = false;
     this.parcelasDGV.Name              = "parcelasDGV";
     this.parcelasDGV.ReadOnly          = true;
     this.parcelasDGV.RowHeadersVisible = false;
     this.parcelasDGV.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.parcelasDGV.Size              = new System.Drawing.Size(561, 161);
     this.parcelasDGV.TabIndex          = 2;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(3, 41);
     this.label1.Margin   = new System.Windows.Forms.Padding(3);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(91, 12);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Código da venda:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(3, 84);
     this.label2.Margin   = new System.Windows.Forms.Padding(3);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(137, 12);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Nome ou código do cliente:";
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.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.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 0, 2);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 162F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 62F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(567, 589);
     this.tableLayoutPanel1.TabIndex = 0;
     //
     // tableLayoutPanel2
     //
     this.tableLayoutPanel2.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.tableLayoutPanel2.ColumnCount = 1;
     this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel2.Controls.Add(this.pesquisarButton, 0, 5);
     this.tableLayoutPanel2.Controls.Add(this.label1, 0, 1);
     this.tableLayoutPanel2.Controls.Add(this.label2, 0, 3);
     this.tableLayoutPanel2.Controls.Add(this.codigoTB, 0, 2);
     this.tableLayoutPanel2.Controls.Add(this.clienteTB, 0, 4);
     this.tableLayoutPanel2.Controls.Add(this.produtoL, 0, 0);
     this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel2.Name     = "tableLayoutPanel2";
     this.tableLayoutPanel2.RowCount = 6;
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 18F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 18F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel2.Size     = new System.Drawing.Size(567, 162);
     this.tableLayoutPanel2.TabIndex = 0;
     //
     // pesquisarButton
     //
     this.pesquisarButton.Location = new System.Drawing.Point(3, 127);
     this.pesquisarButton.Name     = "pesquisarButton";
     this.pesquisarButton.Size     = new System.Drawing.Size(75, 23);
     this.pesquisarButton.TabIndex = 5;
     this.pesquisarButton.Text     = "Pesquisar";
     this.pesquisarButton.UseVisualStyleBackColor = true;
     this.pesquisarButton.Click += new System.EventHandler(this.pesquisarButton_Click);
     //
     // codigoTB
     //
     this.codigoTB.Location = new System.Drawing.Point(3, 59);
     this.codigoTB.Name     = "codigoTB";
     this.codigoTB.Size     = new System.Drawing.Size(246, 20);
     this.codigoTB.TabIndex = 2;
     //
     // clienteTB
     //
     this.clienteTB.Location = new System.Drawing.Point(3, 102);
     this.clienteTB.Name     = "clienteTB";
     this.clienteTB.Size     = new System.Drawing.Size(246, 20);
     this.clienteTB.TabIndex = 4;
     //
     // produtoL
     //
     this.produtoL.AutoSize = true;
     this.produtoL.Dock     = System.Windows.Forms.DockStyle.Top;
     this.produtoL.Font     = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.produtoL.Location = new System.Drawing.Point(3, 3);
     this.produtoL.Margin   = new System.Windows.Forms.Padding(3);
     this.produtoL.Name     = "produtoL";
     this.produtoL.Size     = new System.Drawing.Size(561, 18);
     this.produtoL.TabIndex = 0;
     this.produtoL.Text     = "Filtros:";
     //
     // tableLayoutPanel3
     //
     this.tableLayoutPanel3.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.tableLayoutPanel3.ColumnCount = 1;
     this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel3.Controls.Add(this.selecionarButton, 0, 1);
     this.tableLayoutPanel3.Controls.Add(this.vendasDGV, 0, 0);
     this.tableLayoutPanel3.Controls.Add(this.parcelasDGV, 0, 2);
     this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 162);
     this.tableLayoutPanel3.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel3.Name     = "tableLayoutPanel3";
     this.tableLayoutPanel3.RowCount = 3;
     this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     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.Percent, 50F));
     this.tableLayoutPanel3.Size     = new System.Drawing.Size(567, 363);
     this.tableLayoutPanel3.TabIndex = 0;
     //
     // selecionarButton
     //
     this.selecionarButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.selecionarButton.Location = new System.Drawing.Point(489, 169);
     this.selecionarButton.Name     = "selecionarButton";
     this.selecionarButton.Size     = new System.Drawing.Size(75, 24);
     this.selecionarButton.TabIndex = 1;
     this.selecionarButton.Text     = "Selecionar";
     this.selecionarButton.UseVisualStyleBackColor = true;
     this.selecionarButton.Click += new System.EventHandler(this.selecionarButton_Click);
     //
     // tableLayoutPanel4
     //
     this.tableLayoutPanel4.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.tableLayoutPanel4.ColumnCount = 2;
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 62F));
     this.tableLayoutPanel4.Controls.Add(this.descontarParcelaCB, 0, 0);
     this.tableLayoutPanel4.Controls.Add(this.descontarParcelaTB, 0, 1);
     this.tableLayoutPanel4.Controls.Add(this.quitarButton, 1, 0);
     this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 525);
     this.tableLayoutPanel4.Margin   = new System.Windows.Forms.Padding(0);
     this.tableLayoutPanel4.Name     = "tableLayoutPanel4";
     this.tableLayoutPanel4.RowCount = 2;
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 31F));
     this.tableLayoutPanel4.Size     = new System.Drawing.Size(567, 64);
     this.tableLayoutPanel4.TabIndex = 0;
     //
     // descontarParcelaCB
     //
     this.descontarParcelaCB.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.descontarParcelaCB.AutoSize = true;
     this.descontarParcelaCB.Location = new System.Drawing.Point(351, 11);
     this.descontarParcelaCB.Name     = "descontarParcelaCB";
     this.descontarParcelaCB.Size     = new System.Drawing.Size(151, 17);
     this.descontarParcelaCB.TabIndex = 0;
     this.descontarParcelaCB.Text     = "Receber valor em parcela:";
     this.descontarParcelaCB.UseVisualStyleBackColor = true;
     this.descontarParcelaCB.CheckedChanged         += new System.EventHandler(this.descontarParcelaCB_CheckedChanged);
     //
     // descontarParcelaTB
     //
     this.descontarParcelaTB.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.descontarParcelaTB.Location = new System.Drawing.Point(351, 34);
     this.descontarParcelaTB.Name     = "descontarParcelaTB";
     this.descontarParcelaTB.Size     = new System.Drawing.Size(151, 20);
     this.descontarParcelaTB.TabIndex = 1;
     //
     // quitarButton
     //
     this.quitarButton.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.quitarButton.Image      = ((System.Drawing.Image)(resources.GetObject("quitarButton.Image")));
     this.quitarButton.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.quitarButton.Location   = new System.Drawing.Point(508, 3);
     this.quitarButton.Name       = "quitarButton";
     this.tableLayoutPanel4.SetRowSpan(this.quitarButton, 2);
     this.quitarButton.Size      = new System.Drawing.Size(56, 58);
     this.quitarButton.TabIndex  = 2;
     this.quitarButton.Text      = "Receber";
     this.quitarButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.quitarButton.UseVisualStyleBackColor = true;
     this.quitarButton.Click += new System.EventHandler(this.quitarButton_Click);
     //
     // id
     //
     this.id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.id.HeaderText   = "#";
     this.id.Name         = "id";
     this.id.ReadOnly     = true;
     this.id.Visible      = false;
     this.id.Width        = 20;
     //
     // ColumnNumeroParcela
     //
     this.ColumnNumeroParcela.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.ColumnNumeroParcela.HeaderText   = "Nº Parcela";
     this.ColumnNumeroParcela.Name         = "ColumnNumeroParcela";
     this.ColumnNumeroParcela.ReadOnly     = true;
     this.ColumnNumeroParcela.Width        = 83;
     //
     // idVenda
     //
     this.idVenda.HeaderText = "Venda";
     this.idVenda.Name       = "idVenda";
     this.idVenda.ReadOnly   = true;
     this.idVenda.Visible    = false;
     //
     // dataDGVTBC
     //
     dataGridViewCellStyle3.Format    = "dd/MM/yyyy";
     dataGridViewCellStyle3.NullValue = null;
     this.dataDGVTBC.DefaultCellStyle = dataGridViewCellStyle3;
     this.dataDGVTBC.HeaderText       = "Vencimento";
     this.dataDGVTBC.Name             = "dataDGVTBC";
     this.dataDGVTBC.ReadOnly         = true;
     //
     // valorDGVCBC
     //
     dataGridViewCellStyle4.Format     = "C2";
     dataGridViewCellStyle4.NullValue  = null;
     this.valorDGVCBC.DefaultCellStyle = dataGridViewCellStyle4;
     this.valorDGVCBC.HeaderText       = "Valor";
     this.valorDGVCBC.Name             = "valorDGVCBC";
     this.valorDGVCBC.ReadOnly         = true;
     //
     // Column1
     //
     dataGridViewCellStyle5.Format    = "C2";
     dataGridViewCellStyle5.NullValue = null;
     this.Column1.DefaultCellStyle    = dataGridViewCellStyle5;
     this.Column1.HeaderText          = "Valor Pago";
     this.Column1.Name     = "Column1";
     this.Column1.ReadOnly = true;
     //
     // pagoDGVTBC
     //
     this.pagoDGVTBC.AutoSizeMode       = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.pagoDGVTBC.FalseValue         = "0";
     this.pagoDGVTBC.HeaderText         = "Pago";
     this.pagoDGVTBC.IndeterminateValue = "0";
     this.pagoDGVTBC.Name      = "pagoDGVTBC";
     this.pagoDGVTBC.ReadOnly  = true;
     this.pagoDGVTBC.TrueValue = "1";
     this.pagoDGVTBC.Visible   = false;
     this.pagoDGVTBC.Width     = 38;
     //
     // ColumnPago
     //
     this.ColumnPago.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
     this.ColumnPago.HeaderText   = "Status";
     this.ColumnPago.Name         = "ColumnPago";
     this.ColumnPago.ReadOnly     = true;
     this.ColumnPago.Width        = 62;
     //
     // QuitarParcela
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(573, 595);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "QuitarParcela";
     this.Padding       = new System.Windows.Forms.Padding(3);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Consulta / Recebimento de crediário";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.QuitarParcela_FormClosed);
     this.Load         += new System.EventHandler(this.QuitarParcela_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.QuitarParcela_KeyDown);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.vendasDGV)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.parcelasDGV)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel2.ResumeLayout(false);
     this.tableLayoutPanel2.PerformLayout();
     this.tableLayoutPanel3.ResumeLayout(false);
     this.tableLayoutPanel4.ResumeLayout(false);
     this.tableLayoutPanel4.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #59
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.tabControl1              = new System.Windows.Forms.TabControl();
     this.outputLocationTab        = new System.Windows.Forms.TabPage();
     this.groupBox1                = new System.Windows.Forms.GroupBox();
     this.documentElementNSTextBox = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.documentElementTextBox = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.connectionComboBox = new System.Windows.Forms.ComboBox();
     this.label1             = new System.Windows.Forms.Label();
     this.mappingsTab        = new System.Windows.Forms.TabPage();
     this.noneButton         = new System.Windows.Forms.Button();
     this.allButton          = new System.Windows.Forms.Button();
     this.mappingGridView    = new System.Windows.Forms.DataGridView();
     this.IsSelected         = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ColumnName         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ElementName        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Style = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.rowElementNSTextBox = new System.Windows.Forms.TextBox();
     this.label4            = new System.Windows.Forms.Label();
     this.rowElementTextBox = new System.Windows.Forms.TextBox();
     this.label3            = new System.Windows.Forms.Label();
     this.inputComboBox     = new System.Windows.Forms.ComboBox();
     this.label2            = new System.Windows.Forms.Label();
     this.cancelButton      = new System.Windows.Forms.Button();
     this.okButton          = new System.Windows.Forms.Button();
     this.tabControl1.SuspendLayout();
     this.outputLocationTab.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.mappingsTab.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mappingGridView)).BeginInit();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.outputLocationTab);
     this.tabControl1.Controls.Add(this.mappingsTab);
     this.tabControl1.Location      = new System.Drawing.Point(12, 2);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(472, 399);
     this.tabControl1.TabIndex      = 4;
     //
     // outputLocationTab
     //
     this.outputLocationTab.Controls.Add(this.groupBox1);
     this.outputLocationTab.Controls.Add(this.connectionComboBox);
     this.outputLocationTab.Controls.Add(this.label1);
     this.outputLocationTab.Location = new System.Drawing.Point(4, 22);
     this.outputLocationTab.Name     = "outputLocationTab";
     this.outputLocationTab.Padding  = new System.Windows.Forms.Padding(3);
     this.outputLocationTab.Size     = new System.Drawing.Size(464, 373);
     this.outputLocationTab.TabIndex = 0;
     this.outputLocationTab.Text     = "XML Document";
     this.outputLocationTab.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.documentElementNSTextBox);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.documentElementTextBox);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Location = new System.Drawing.Point(7, 52);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(380, 85);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Document Root Element";
     //
     // documentElementNSTextBox
     //
     this.documentElementNSTextBox.Location     = new System.Drawing.Point(81, 46);
     this.documentElementNSTextBox.Name         = "documentElementNSTextBox";
     this.documentElementNSTextBox.Size         = new System.Drawing.Size(293, 20);
     this.documentElementNSTextBox.TabIndex     = 3;
     this.documentElementNSTextBox.TextChanged += new System.EventHandler(this.documentElementNSTextBox_TextChanged);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(8, 49);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(67, 13);
     this.label6.TabIndex = 2;
     this.label6.Text     = "Namespace:";
     //
     // documentElementTextBox
     //
     this.documentElementTextBox.Location     = new System.Drawing.Point(81, 20);
     this.documentElementTextBox.Name         = "documentElementTextBox";
     this.documentElementTextBox.Size         = new System.Drawing.Size(293, 20);
     this.documentElementTextBox.TabIndex     = 1;
     this.documentElementTextBox.TextChanged += new System.EventHandler(this.documentElementTextBox_TextChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(8, 23);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(38, 13);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Name:";
     //
     // connectionComboBox
     //
     this.connectionComboBox.AutoCompleteMode   = System.Windows.Forms.AutoCompleteMode.Append;
     this.connectionComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.connectionComboBox.DropDownStyle      = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.connectionComboBox.FormattingEnabled  = true;
     this.connectionComboBox.Location           = new System.Drawing.Point(10, 24);
     this.connectionComboBox.Name                  = "connectionComboBox";
     this.connectionComboBox.Size                  = new System.Drawing.Size(377, 21);
     this.connectionComboBox.TabIndex              = 1;
     this.connectionComboBox.SelectedIndexChanged += new System.EventHandler(this.connectionComboBox_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(7, 7);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(83, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "File Connection:";
     //
     // mappingsTab
     //
     this.mappingsTab.Controls.Add(this.noneButton);
     this.mappingsTab.Controls.Add(this.allButton);
     this.mappingsTab.Controls.Add(this.mappingGridView);
     this.mappingsTab.Controls.Add(this.rowElementNSTextBox);
     this.mappingsTab.Controls.Add(this.label4);
     this.mappingsTab.Controls.Add(this.rowElementTextBox);
     this.mappingsTab.Controls.Add(this.label3);
     this.mappingsTab.Controls.Add(this.inputComboBox);
     this.mappingsTab.Controls.Add(this.label2);
     this.mappingsTab.Location = new System.Drawing.Point(4, 22);
     this.mappingsTab.Name     = "mappingsTab";
     this.mappingsTab.Padding  = new System.Windows.Forms.Padding(3);
     this.mappingsTab.Size     = new System.Drawing.Size(464, 373);
     this.mappingsTab.TabIndex = 1;
     this.mappingsTab.Text     = "Input Mapping";
     this.mappingsTab.UseVisualStyleBackColor = true;
     //
     // noneButton
     //
     this.noneButton.Location = new System.Drawing.Point(79, 287);
     this.noneButton.Name     = "noneButton";
     this.noneButton.Size     = new System.Drawing.Size(75, 23);
     this.noneButton.TabIndex = 8;
     this.noneButton.Text     = "None";
     this.noneButton.UseVisualStyleBackColor = true;
     this.noneButton.Click += new System.EventHandler(this.noneButton_Click);
     //
     // allButton
     //
     this.allButton.Location = new System.Drawing.Point(12, 287);
     this.allButton.Name     = "allButton";
     this.allButton.Size     = new System.Drawing.Size(61, 23);
     this.allButton.TabIndex = 7;
     this.allButton.Text     = "All";
     this.allButton.UseVisualStyleBackColor = true;
     this.allButton.Click += new System.EventHandler(this.toggleAllButton_Click);
     //
     // mappingGridView
     //
     this.mappingGridView.AllowUserToAddRows    = false;
     this.mappingGridView.AllowUserToDeleteRows = false;
     this.mappingGridView.AllowUserToResizeRows = 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.mappingGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.mappingGridView.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.mappingGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.IsSelected,
         this.ColumnName,
         this.ElementName,
         this.Style
     });
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     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.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.mappingGridView.DefaultCellStyle     = dataGridViewCellStyle2;
     this.mappingGridView.Location             = new System.Drawing.Point(4, 107);
     this.mappingGridView.MultiSelect          = false;
     this.mappingGridView.Name = "mappingGridView";
     this.mappingGridView.RowHeadersVisible = false;
     this.mappingGridView.Size         = new System.Drawing.Size(454, 174);
     this.mappingGridView.TabIndex     = 6;
     this.mappingGridView.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.mappingGridView_CellEndEdit);
     this.mappingGridView.CurrentCellDirtyStateChanged += new System.EventHandler(this.mappingGridView_CurrentCellDirtyStateChanged);
     //
     // IsSelected
     //
     this.IsSelected.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.IsSelected.HeaderText   = "Map";
     this.IsSelected.Name         = "IsSelected";
     this.IsSelected.ToolTipText  = "Select to map this column to XML";
     this.IsSelected.Width        = 34;
     //
     // ColumnName
     //
     this.ColumnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.ColumnName.HeaderText   = "Column Name";
     this.ColumnName.Name         = "ColumnName";
     this.ColumnName.ToolTipText  = "The name of the input column to be mapped";
     this.ColumnName.Width        = 98;
     //
     // ElementName
     //
     this.ElementName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ElementName.HeaderText   = "XML Name";
     this.ElementName.Name         = "ElementName";
     this.ElementName.ToolTipText  = "The name of the attribute or element this column maps to";
     //
     // Style
     //
     this.Style.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.Style.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox;
     this.Style.HeaderText   = "Style";
     this.Style.Items.AddRange(new object[] {
         "Child Element",
         "Attribute"
     });
     this.Style.Name        = "Style";
     this.Style.ToolTipText = "Maps this row to an attribute or a child element of the row element";
     this.Style.Width       = 36;
     //
     // rowElementNSTextBox
     //
     this.rowElementNSTextBox.Location     = new System.Drawing.Point(109, 81);
     this.rowElementNSTextBox.Name         = "rowElementNSTextBox";
     this.rowElementNSTextBox.Size         = new System.Drawing.Size(349, 20);
     this.rowElementNSTextBox.TabIndex     = 5;
     this.rowElementNSTextBox.TextChanged += new System.EventHandler(this.rowElementNSTextBox_TextChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(8, 84);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(89, 13);
     this.label4.TabIndex = 4;
     this.label4.Text     = "Namespace URI:";
     //
     // rowElementTextBox
     //
     this.rowElementTextBox.Location     = new System.Drawing.Point(109, 52);
     this.rowElementTextBox.Name         = "rowElementTextBox";
     this.rowElementTextBox.Size         = new System.Drawing.Size(349, 20);
     this.rowElementTextBox.TabIndex     = 3;
     this.rowElementTextBox.TextChanged += new System.EventHandler(this.rowElementTextBox_TextChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(8, 55);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(73, 13);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Row Element:";
     //
     // inputComboBox
     //
     this.inputComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.inputComboBox.FormattingEnabled = true;
     this.inputComboBox.Location          = new System.Drawing.Point(7, 24);
     this.inputComboBox.Name                  = "inputComboBox";
     this.inputComboBox.Size                  = new System.Drawing.Size(451, 21);
     this.inputComboBox.TabIndex              = 1;
     this.inputComboBox.SelectedIndexChanged += new System.EventHandler(this.inputComboBox_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(4, 7);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(34, 13);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Input:";
     //
     // cancelButton
     //
     this.cancelButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location                = new System.Drawing.Point(409, 407);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 5;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     //
     // okButton
     //
     this.okButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.okButton.Location                = new System.Drawing.Point(328, 407);
     this.okButton.Name                    = "okButton";
     this.okButton.Size                    = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex                = 6;
     this.okButton.Text                    = "OK";
     this.okButton.UseVisualStyleBackColor = true;
     //
     // XmlDestinationSampleUI
     //
     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(496, 442);
     this.ControlBox          = false;
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.tabControl1);
     this.DoubleBuffered  = true;
     this.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "XmlDestinationSampleUI";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "XML Destination";
     this.Load           += new System.EventHandler(this.XmlDestinationSampleUI_Load);
     this.tabControl1.ResumeLayout(false);
     this.outputLocationTab.ResumeLayout(false);
     this.outputLocationTab.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.mappingsTab.ResumeLayout(false);
     this.mappingsTab.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mappingGridView)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #60
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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.gb_main           = new System.Windows.Forms.GroupBox();
     this.lb_from           = new System.Windows.Forms.ListBox();
     this.label9            = new System.Windows.Forms.Label();
     this.Log_txb           = new System.Windows.Forms.TextBox();
     this.Ticket_Buy_btn    = new System.Windows.Forms.Button();
     this.select_train_lb   = new System.Windows.Forms.ListBox();
     this.label8            = new System.Windows.Forms.Label();
     this.seat_ck_b         = new System.Windows.Forms.CheckedListBox();
     this.label7            = new System.Windows.Forms.Label();
     this.pass_ck_b         = new System.Windows.Forms.CheckedListBox();
     this.label1            = new System.Windows.Forms.Label();
     this.userinfo_tb       = new System.Windows.Forms.Label();
     this.lb_to             = new System.Windows.Forms.ListBox();
     this.login_out         = new System.Windows.Forms.Label();
     this.dgv_tickets       = new System.Windows.Forms.DataGridView();
     this.TrianCode         = 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.Column8           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column12          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column13          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column14          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column15          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column16          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column17          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column18          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SecretStr         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column19          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column20          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column21          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column22          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.flp_trainType     = new System.Windows.Forms.FlowLayoutPanel();
     this.ckb_Gc            = new System.Windows.Forms.CheckBox();
     this.chb_D             = new System.Windows.Forms.CheckBox();
     this.ckb_Z             = new System.Windows.Forms.CheckBox();
     this.ckb_T             = new System.Windows.Forms.CheckBox();
     this.ckb_K             = new System.Windows.Forms.CheckBox();
     this.ckb_Other         = new System.Windows.Forms.CheckBox();
     this.label5            = new System.Windows.Forms.Label();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.rb_normal         = new System.Windows.Forms.RadioButton();
     this.rb_student        = new System.Windows.Forms.RadioButton();
     this.btn_search        = new System.Windows.Forms.Button();
     this.dtpicker          = new System.Windows.Forms.DateTimePicker();
     this.label4            = new System.Windows.Forms.Label();
     this.tb_stationTo      = new System.Windows.Forms.TextBox();
     this.label3            = new System.Windows.Forms.Label();
     this.tb_stationFrom    = new System.Windows.Forms.TextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.cms_train         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     this.gb_main.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_tickets)).BeginInit();
     this.flp_trainType.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // gb_main
     //
     this.gb_main.Controls.Add(this.lb_from);
     this.gb_main.Controls.Add(this.label9);
     this.gb_main.Controls.Add(this.Log_txb);
     this.gb_main.Controls.Add(this.Ticket_Buy_btn);
     this.gb_main.Controls.Add(this.select_train_lb);
     this.gb_main.Controls.Add(this.label8);
     this.gb_main.Controls.Add(this.seat_ck_b);
     this.gb_main.Controls.Add(this.label7);
     this.gb_main.Controls.Add(this.pass_ck_b);
     this.gb_main.Controls.Add(this.label1);
     this.gb_main.Controls.Add(this.userinfo_tb);
     this.gb_main.Controls.Add(this.lb_to);
     this.gb_main.Controls.Add(this.login_out);
     this.gb_main.Controls.Add(this.dgv_tickets);
     this.gb_main.Controls.Add(this.flp_trainType);
     this.gb_main.Controls.Add(this.label5);
     this.gb_main.Controls.Add(this.groupBox1);
     this.gb_main.Controls.Add(this.btn_search);
     this.gb_main.Controls.Add(this.dtpicker);
     this.gb_main.Controls.Add(this.label4);
     this.gb_main.Controls.Add(this.tb_stationTo);
     this.gb_main.Controls.Add(this.label3);
     this.gb_main.Controls.Add(this.tb_stationFrom);
     this.gb_main.Controls.Add(this.label2);
     this.gb_main.Location = new System.Drawing.Point(42, 17);
     this.gb_main.Margin   = new System.Windows.Forms.Padding(7, 8, 7, 8);
     this.gb_main.Name     = "gb_main";
     this.gb_main.Padding  = new System.Windows.Forms.Padding(7, 8, 7, 8);
     this.gb_main.Size     = new System.Drawing.Size(1131, 609);
     this.gb_main.TabIndex = 1;
     this.gb_main.TabStop  = false;
     this.gb_main.Text     = "抢票页面";
     //
     // lb_from
     //
     this.lb_from.FormattingEnabled = true;
     this.lb_from.ItemHeight        = 12;
     this.lb_from.Location          = new System.Drawing.Point(68, 63);
     this.lb_from.Name              = "lb_from";
     this.lb_from.Size              = new System.Drawing.Size(80, 52);
     this.lb_from.TabIndex          = 14;
     this.lb_from.Visible           = false;
     this.lb_from.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lb_MouseDoubleClick);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(446, 488);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(59, 12);
     this.label9.TabIndex = 39;
     this.label9.Text     = "输出区域:";
     //
     // Log_txb
     //
     this.Log_txb.Location  = new System.Drawing.Point(448, 503);
     this.Log_txb.Multiline = true;
     this.Log_txb.Name      = "Log_txb";
     this.Log_txb.Size      = new System.Drawing.Size(363, 99);
     this.Log_txb.TabIndex  = 38;
     //
     // Ticket_Buy_btn
     //
     this.Ticket_Buy_btn.Location = new System.Drawing.Point(937, 513);
     this.Ticket_Buy_btn.Name     = "Ticket_Buy_btn";
     this.Ticket_Buy_btn.Size     = new System.Drawing.Size(120, 64);
     this.Ticket_Buy_btn.TabIndex = 37;
     this.Ticket_Buy_btn.Text     = "抢票";
     this.Ticket_Buy_btn.UseVisualStyleBackColor = true;
     this.Ticket_Buy_btn.Click += new System.EventHandler(this.Ticket_Buy_btn_Click);
     //
     // select_train_lb
     //
     this.select_train_lb.FormattingEnabled = true;
     this.select_train_lb.ItemHeight        = 12;
     this.select_train_lb.Location          = new System.Drawing.Point(214, 503);
     this.select_train_lb.Name       = "select_train_lb";
     this.select_train_lb.Size       = new System.Drawing.Size(78, 100);
     this.select_train_lb.TabIndex   = 36;
     this.select_train_lb.MouseDown += new System.Windows.Forms.MouseEventHandler(this.select_train_lb_MouseDown);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(220, 488);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(65, 12);
     this.label8.TabIndex = 35;
     this.label8.Text     = "*已选车次:";
     //
     // seat_ck_b
     //
     this.seat_ck_b.FormattingEnabled = true;
     this.seat_ck_b.Location          = new System.Drawing.Point(127, 503);
     this.seat_ck_b.Name     = "seat_ck_b";
     this.seat_ck_b.Size     = new System.Drawing.Size(80, 100);
     this.seat_ck_b.TabIndex = 34;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(125, 488);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(65, 12);
     this.label7.TabIndex = 33;
     this.label7.Text     = "*选择席位:";
     //
     // pass_ck_b
     //
     this.pass_ck_b.FormattingEnabled = true;
     this.pass_ck_b.Location          = new System.Drawing.Point(11, 503);
     this.pass_ck_b.Name     = "pass_ck_b";
     this.pass_ck_b.Size     = new System.Drawing.Size(80, 100);
     this.pass_ck_b.TabIndex = 32;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 488);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(65, 12);
     this.label1.TabIndex = 31;
     this.label1.Text     = "*选择乘客:";
     //
     // userinfo_tb
     //
     this.userinfo_tb.AutoSize = true;
     this.userinfo_tb.Location = new System.Drawing.Point(9, 20);
     this.userinfo_tb.Name     = "userinfo_tb";
     this.userinfo_tb.Size     = new System.Drawing.Size(59, 12);
     this.userinfo_tb.TabIndex = 30;
     this.userinfo_tb.Text     = "当前账户:";
     //
     // lb_to
     //
     this.lb_to.FormattingEnabled = true;
     this.lb_to.ItemHeight        = 12;
     this.lb_to.Location          = new System.Drawing.Point(205, 62);
     this.lb_to.Name              = "lb_to";
     this.lb_to.Size              = new System.Drawing.Size(80, 52);
     this.lb_to.TabIndex          = 15;
     this.lb_to.Visible           = false;
     this.lb_to.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lb_MouseDoubleClick);
     //
     // login_out
     //
     this.login_out.AutoSize  = true;
     this.login_out.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.login_out.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.login_out.Location  = new System.Drawing.Point(1052, 21);
     this.login_out.Name      = "login_out";
     this.login_out.Size      = new System.Drawing.Size(29, 12);
     this.login_out.TabIndex  = 24;
     this.login_out.Text      = "退出";
     this.login_out.Click    += new System.EventHandler(this.login_out_Click);
     //
     // dgv_tickets
     //
     this.dgv_tickets.AllowUserToAddRows          = false;
     this.dgv_tickets.AllowUserToDeleteRows       = false;
     this.dgv_tickets.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_tickets.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.TrianCode,
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column5,
         this.Column6,
         this.Column7,
         this.Column8,
         this.Column9,
         this.Column10,
         this.Column11,
         this.Column12,
         this.Column13,
         this.Column14,
         this.Column15,
         this.Column16,
         this.Column17,
         this.Column18,
         this.SecretStr,
         this.Column19,
         this.Column20,
         this.Column21,
         this.Column22
     });
     this.dgv_tickets.Location              = new System.Drawing.Point(0, 160);
     this.dgv_tickets.MultiSelect           = false;
     this.dgv_tickets.Name                  = "dgv_tickets";
     this.dgv_tickets.ReadOnly              = true;
     this.dgv_tickets.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dgv_tickets.RowHeadersVisible     = false;
     dataGridViewCellStyle1.Font            = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dgv_tickets.RowsDefaultCellStyle  = dataGridViewCellStyle1;
     this.dgv_tickets.RowTemplate.Height    = 23;
     this.dgv_tickets.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.dgv_tickets.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgv_tickets.Size                  = new System.Drawing.Size(1109, 313);
     this.dgv_tickets.TabIndex              = 21;
     this.dgv_tickets.CellClick            += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_tickets_CellClick);
     //
     // TrianCode
     //
     this.TrianCode.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.TrianCode.DataPropertyName = "Station_Train_Code";
     this.TrianCode.Frozen           = true;
     this.TrianCode.HeaderText       = "车次";
     this.TrianCode.Name             = "TrianCode";
     this.TrianCode.ReadOnly         = true;
     this.TrianCode.Width            = 54;
     //
     // Column2
     //
     this.Column2.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column2.DataPropertyName = "From_Station_Name";
     this.Column2.HeaderText       = "出发站";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     this.Column2.Width            = 66;
     //
     // Column3
     //
     this.Column3.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column3.DataPropertyName = "To_Station_Name";
     this.Column3.HeaderText       = "到达站";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     this.Column3.Width            = 66;
     //
     // Column4
     //
     this.Column4.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column4.DataPropertyName = "Start_Time";
     this.Column4.HeaderText       = "出发时间";
     this.Column4.Name             = "Column4";
     this.Column4.ReadOnly         = true;
     this.Column4.Width            = 78;
     //
     // Column5
     //
     this.Column5.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column5.DataPropertyName = "Arrive_Time";
     this.Column5.HeaderText       = "到达时间";
     this.Column5.Name             = "Column5";
     this.Column5.ReadOnly         = true;
     this.Column5.Width            = 78;
     //
     // Column6
     //
     this.Column6.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column6.DataPropertyName = "LastedTime";
     this.Column6.HeaderText       = "历时";
     this.Column6.Name             = "Column6";
     this.Column6.ReadOnly         = true;
     this.Column6.Width            = 54;
     //
     // Column7
     //
     this.Column7.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column7.DataPropertyName = "Swz_Num";
     this.Column7.HeaderText       = "商务座";
     this.Column7.Name             = "Column7";
     this.Column7.ReadOnly         = true;
     this.Column7.Width            = 66;
     //
     // Column8
     //
     this.Column8.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column8.DataPropertyName = "Zy_Num";
     this.Column8.HeaderText       = "一等座";
     this.Column8.Name             = "Column8";
     this.Column8.ReadOnly         = true;
     this.Column8.Width            = 66;
     //
     // Column9
     //
     this.Column9.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column9.DataPropertyName = "Ze_Num";
     this.Column9.HeaderText       = "二等座";
     this.Column9.Name             = "Column9";
     this.Column9.ReadOnly         = true;
     this.Column9.Width            = 66;
     //
     // Column10
     //
     this.Column10.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column10.DataPropertyName = "Gr_Num";
     this.Column10.HeaderText       = "高级软卧";
     this.Column10.Name             = "Column10";
     this.Column10.ReadOnly         = true;
     this.Column10.Width            = 78;
     //
     // Column11
     //
     this.Column11.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column11.DataPropertyName = "Rw_Num";
     this.Column11.HeaderText       = "软卧";
     this.Column11.Name             = "Column11";
     this.Column11.ReadOnly         = true;
     this.Column11.Width            = 54;
     //
     // Column12
     //
     this.Column12.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column12.DataPropertyName = "Dw_Num";
     this.Column12.HeaderText       = "动卧";
     this.Column12.Name             = "Column12";
     this.Column12.ReadOnly         = true;
     this.Column12.Width            = 54;
     //
     // Column13
     //
     this.Column13.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column13.DataPropertyName = "Yw_Num";
     this.Column13.HeaderText       = "硬卧";
     this.Column13.Name             = "Column13";
     this.Column13.ReadOnly         = true;
     this.Column13.Width            = 54;
     //
     // Column14
     //
     this.Column14.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column14.DataPropertyName = "Rz_Num";
     this.Column14.HeaderText       = "软座";
     this.Column14.Name             = "Column14";
     this.Column14.ReadOnly         = true;
     this.Column14.Width            = 54;
     //
     // Column15
     //
     this.Column15.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column15.DataPropertyName = "Yz_Num";
     this.Column15.HeaderText       = "硬座";
     this.Column15.Name             = "Column15";
     this.Column15.ReadOnly         = true;
     this.Column15.Width            = 54;
     //
     // Column16
     //
     this.Column16.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column16.DataPropertyName = "Wz_Num";
     this.Column16.HeaderText       = "无座";
     this.Column16.Name             = "Column16";
     this.Column16.ReadOnly         = true;
     this.Column16.Width            = 54;
     //
     // Column17
     //
     this.Column17.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column17.DataPropertyName = "Qt_Num";
     this.Column17.HeaderText       = "其他";
     this.Column17.Name             = "Column17";
     this.Column17.ReadOnly         = true;
     this.Column17.Width            = 54;
     //
     // Column18
     //
     this.Column18.DataPropertyName = "Remark";
     this.Column18.HeaderText       = "备注";
     this.Column18.Name             = "Column18";
     this.Column18.ReadOnly         = true;
     //
     // SecretStr
     //
     this.SecretStr.DataPropertyName = "SecretStr";
     this.SecretStr.HeaderText       = "Column18";
     this.SecretStr.Name             = "SecretStr";
     this.SecretStr.ReadOnly         = true;
     this.SecretStr.Visible          = false;
     //
     // Column19
     //
     this.Column19.DataPropertyName = "Day_Difference";
     this.Column19.HeaderText       = "Column19";
     this.Column19.Name             = "Column19";
     this.Column19.ReadOnly         = true;
     this.Column19.Visible          = false;
     //
     // Column20
     //
     this.Column20.DataPropertyName = "From_Station_TeleCode";
     this.Column20.HeaderText       = "Column20";
     this.Column20.Name             = "Column20";
     this.Column20.ReadOnly         = true;
     this.Column20.Visible          = false;
     //
     // Column21
     //
     this.Column21.DataPropertyName = "To_Station_TeleCode";
     this.Column21.HeaderText       = "Column21";
     this.Column21.Name             = "Column21";
     this.Column21.ReadOnly         = true;
     this.Column21.Visible          = false;
     //
     // Column22
     //
     this.Column22.DataPropertyName = "Station_Train_Code";
     this.Column22.HeaderText       = "Column22";
     this.Column22.Name             = "Column22";
     this.Column22.ReadOnly         = true;
     this.Column22.Visible          = false;
     //
     // flp_trainType
     //
     this.flp_trainType.Controls.Add(this.ckb_Gc);
     this.flp_trainType.Controls.Add(this.chb_D);
     this.flp_trainType.Controls.Add(this.ckb_Z);
     this.flp_trainType.Controls.Add(this.ckb_T);
     this.flp_trainType.Controls.Add(this.ckb_K);
     this.flp_trainType.Controls.Add(this.ckb_Other);
     this.flp_trainType.Location = new System.Drawing.Point(68, 115);
     this.flp_trainType.Name     = "flp_trainType";
     this.flp_trainType.Size     = new System.Drawing.Size(405, 28);
     this.flp_trainType.TabIndex = 19;
     //
     // ckb_Gc
     //
     this.ckb_Gc.AutoSize   = true;
     this.ckb_Gc.Checked    = true;
     this.ckb_Gc.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckb_Gc.Location   = new System.Drawing.Point(3, 3);
     this.ckb_Gc.Name       = "ckb_Gc";
     this.ckb_Gc.Size       = new System.Drawing.Size(78, 16);
     this.ckb_Gc.TabIndex   = 1;
     this.ckb_Gc.Text       = "高铁/城际";
     this.ckb_Gc.UseVisualStyleBackColor = true;
     //
     // chb_D
     //
     this.chb_D.AutoSize   = true;
     this.chb_D.Checked    = true;
     this.chb_D.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chb_D.Location   = new System.Drawing.Point(87, 3);
     this.chb_D.Name       = "chb_D";
     this.chb_D.Size       = new System.Drawing.Size(48, 16);
     this.chb_D.TabIndex   = 2;
     this.chb_D.Text       = "动车";
     this.chb_D.UseVisualStyleBackColor = true;
     //
     // ckb_Z
     //
     this.ckb_Z.AutoSize   = true;
     this.ckb_Z.Checked    = true;
     this.ckb_Z.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckb_Z.Location   = new System.Drawing.Point(141, 3);
     this.ckb_Z.Name       = "ckb_Z";
     this.ckb_Z.Size       = new System.Drawing.Size(48, 16);
     this.ckb_Z.TabIndex   = 3;
     this.ckb_Z.Text       = "直达";
     this.ckb_Z.UseVisualStyleBackColor = true;
     //
     // ckb_T
     //
     this.ckb_T.AutoSize   = true;
     this.ckb_T.Checked    = true;
     this.ckb_T.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckb_T.Location   = new System.Drawing.Point(195, 3);
     this.ckb_T.Name       = "ckb_T";
     this.ckb_T.Size       = new System.Drawing.Size(48, 16);
     this.ckb_T.TabIndex   = 4;
     this.ckb_T.Text       = "特快";
     this.ckb_T.UseVisualStyleBackColor = true;
     //
     // ckb_K
     //
     this.ckb_K.AutoSize   = true;
     this.ckb_K.Checked    = true;
     this.ckb_K.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckb_K.Location   = new System.Drawing.Point(249, 3);
     this.ckb_K.Name       = "ckb_K";
     this.ckb_K.Size       = new System.Drawing.Size(48, 16);
     this.ckb_K.TabIndex   = 5;
     this.ckb_K.Text       = "快速";
     this.ckb_K.UseVisualStyleBackColor = true;
     //
     // ckb_Other
     //
     this.ckb_Other.AutoSize   = true;
     this.ckb_Other.Checked    = true;
     this.ckb_Other.CheckState = System.Windows.Forms.CheckState.Checked;
     this.ckb_Other.Location   = new System.Drawing.Point(303, 3);
     this.ckb_Other.Name       = "ckb_Other";
     this.ckb_Other.Size       = new System.Drawing.Size(48, 16);
     this.ckb_Other.TabIndex   = 6;
     this.ckb_Other.Text       = "其他";
     this.ckb_Other.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(3, 120);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(65, 12);
     this.label5.TabIndex = 16;
     this.label5.Text     = "车次类型:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.rb_normal);
     this.groupBox1.Controls.Add(this.rb_student);
     this.groupBox1.Location = new System.Drawing.Point(785, 40);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(147, 36);
     this.groupBox1.TabIndex = 11;
     this.groupBox1.TabStop  = false;
     //
     // rb_normal
     //
     this.rb_normal.AutoSize = true;
     this.rb_normal.Location = new System.Drawing.Point(15, 4);
     this.rb_normal.Name     = "rb_normal";
     this.rb_normal.Size     = new System.Drawing.Size(47, 16);
     this.rb_normal.TabIndex = 8;
     this.rb_normal.TabStop  = true;
     this.rb_normal.Text     = "普通";
     this.rb_normal.UseVisualStyleBackColor = true;
     //
     // rb_student
     //
     this.rb_student.AutoSize = true;
     this.rb_student.Location = new System.Drawing.Point(78, 4);
     this.rb_student.Name     = "rb_student";
     this.rb_student.Size     = new System.Drawing.Size(47, 16);
     this.rb_student.TabIndex = 9;
     this.rb_student.TabStop  = true;
     this.rb_student.Text     = "学生";
     this.rb_student.UseVisualStyleBackColor = true;
     //
     // btn_search
     //
     this.btn_search.Location = new System.Drawing.Point(871, 82);
     this.btn_search.Name     = "btn_search";
     this.btn_search.Size     = new System.Drawing.Size(117, 50);
     this.btn_search.TabIndex = 10;
     this.btn_search.Text     = "查询";
     this.btn_search.UseVisualStyleBackColor = true;
     this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
     //
     // dtpicker
     //
     this.dtpicker.CustomFormat = "yyyy-MM-dd";
     this.dtpicker.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpicker.Location     = new System.Drawing.Point(355, 40);
     this.dtpicker.Name         = "dtpicker";
     this.dtpicker.Size         = new System.Drawing.Size(140, 21);
     this.dtpicker.TabIndex     = 7;
     this.dtpicker.Value        = new System.DateTime(2019, 9, 21, 0, 0, 0, 0);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(289, 43);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(65, 12);
     this.label4.TabIndex = 6;
     this.label4.Text     = "出发日期:";
     //
     // tb_stationTo
     //
     this.tb_stationTo.Location     = new System.Drawing.Point(205, 40);
     this.tb_stationTo.Name         = "tb_stationTo";
     this.tb_stationTo.Size         = new System.Drawing.Size(80, 21);
     this.tb_stationTo.TabIndex     = 5;
     this.tb_stationTo.TextChanged += new System.EventHandler(this.tb_station_TextChanged);
     this.tb_stationTo.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tb_station_KeyDown);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(154, 43);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(53, 12);
     this.label3.TabIndex = 4;
     this.label3.Text     = "目的地:";
     //
     // tb_stationFrom
     //
     this.tb_stationFrom.Location     = new System.Drawing.Point(68, 40);
     this.tb_stationFrom.Name         = "tb_stationFrom";
     this.tb_stationFrom.Size         = new System.Drawing.Size(80, 21);
     this.tb_stationFrom.TabIndex     = 3;
     this.tb_stationFrom.TextChanged += new System.EventHandler(this.tb_station_TextChanged);
     this.tb_stationFrom.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tb_station_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(18, 43);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 2;
     this.label2.Text     = "出发地:";
     //
     // cms_train
     //
     this.cms_train.Name = "cms_menu";
     this.cms_train.Size = new System.Drawing.Size(61, 4);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1182, 631);
     this.Controls.Add(this.gb_main);
     this.Name  = "MainForm";
     this.Text  = "MainForm";
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.gb_main.ResumeLayout(false);
     this.gb_main.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_tickets)).EndInit();
     this.flp_trainType.ResumeLayout(false);
     this.flp_trainType.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }