/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.grid = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
     this.SuspendLayout();
     //
     // grid
     //
     this.grid.AllowUserToAddRows = false;
     this.grid.AllowUserToDeleteRows = false;
     this.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grid.Location = new System.Drawing.Point(0, 0);
     this.grid.Name = "grid";
     this.grid.ReadOnly = true;
     this.grid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grid.Size = new System.Drawing.Size(606, 262);
     this.grid.TabIndex = 0;
     this.grid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grid_CellContentClick);
     //
     // FrmGrid
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(606, 262);
     this.Controls.Add(this.grid);
     this.Name = "FrmGrid";
     this.ShowIcon = false;
     this.Text = "Esforço mínimo SQL";
     this.Load += new System.EventHandler(this.FrmGrid_Load);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmGrid_FormClosed);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmGrid_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fmPlayerLookup));
     this.dgPart = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dgPart)).BeginInit();
     this.SuspendLayout();
     //
     // dgPart
     //
     this.dgPart.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgPart.Location = new System.Drawing.Point(12, 12);
     this.dgPart.Name = "dgPart";
     this.dgPart.Size = new System.Drawing.Size(485, 368);
     this.dgPart.TabIndex = 0;
     this.dgPart.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgPart_CellDoubleClick);
     this.dgPart.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.dgPart_KeyPress);
     //
     // fmPlayerLookup
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(509, 392);
     this.Controls.Add(this.dgPart);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "fmPlayerLookup";
     this.Text = "Part Lookup";
     this.Load += new System.EventHandler(this.fmPartLookup_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgPart)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToOrderColumns = true;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     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.Size = new System.Drawing.Size(647, 349);
     this.dataGridView1.TabIndex = 0;
     //
     // QueryResult
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(647, 349);
     this.Controls.Add(this.dataGridView1);
     this.Name = "QueryResult";
     this.Text = "QueryResult";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.btnOK = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.grdProperties = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.grdProperties)).BeginInit();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.Location = new System.Drawing.Point(168, 96);
     this.btnOK.Name = "btnOK";
     this.btnOK.Size = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 0;
     this.btnOK.Text = "OK";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location = new System.Drawing.Point(250, 96);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 1;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // grdPendingProperties
     //
     this.grdProperties.AllowUserToAddRows = false;
     this.grdProperties.AllowUserToDeleteRows = false;
     this.grdProperties.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.grdProperties.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdProperties.Location = new System.Drawing.Point(13, 13);
     this.grdProperties.Name = "grdPendingProperties";
     this.grdProperties.Size = new System.Drawing.Size(312, 77);
     this.grdProperties.TabIndex = 2;
     //
     // PendingParameterDialog
     //
     this.AcceptButton = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(337, 131);
     this.Controls.Add(this.grdProperties);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOK);
     this.Name = "PendingParameterDialog";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Set Additional Parameters";
     ((System.ComponentModel.ISupportInitialize)(this.grdProperties)).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()
 {
     this.dg_tipo_sector = new System.Windows.Forms.DataGridView();
     this.Column1 = new System.Windows.Forms.DataGridViewButtonColumn();
     this.btnSalir = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dg_tipo_sector)).BeginInit();
     this.SuspendLayout();
     //
     // dg_tipo_sector
     //
     this.dg_tipo_sector.AllowUserToAddRows = false;
     this.dg_tipo_sector.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dg_tipo_sector.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column1});
     this.dg_tipo_sector.Location = new System.Drawing.Point(17, 31);
     this.dg_tipo_sector.Margin = new System.Windows.Forms.Padding(2);
     this.dg_tipo_sector.Name = "dg_tipo_sector";
     this.dg_tipo_sector.ReadOnly = true;
     this.dg_tipo_sector.RowTemplate.Height = 28;
     this.dg_tipo_sector.Size = new System.Drawing.Size(369, 196);
     this.dg_tipo_sector.TabIndex = 0;
     this.dg_tipo_sector.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dg_tipo_sector_CellContentClick);
     //
     // Column1
     //
     this.Column1.HeaderText = "";
     this.Column1.Name = "Column1";
     this.Column1.ReadOnly = true;
     this.Column1.Text = "Eliminar";
     this.Column1.ToolTipText = "Eliminar";
     this.Column1.UseColumnTextForButtonValue = true;
     //
     // btnSalir
     //
     this.btnSalir.Location = new System.Drawing.Point(280, 240);
     this.btnSalir.Margin = new System.Windows.Forms.Padding(2);
     this.btnSalir.Name = "btnSalir";
     this.btnSalir.Size = new System.Drawing.Size(109, 41);
     this.btnSalir.TabIndex = 1;
     this.btnSalir.Text = "Salir";
     this.btnSalir.UseVisualStyleBackColor = true;
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // EliminarTipoSector
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.ClientSize = new System.Drawing.Size(402, 301);
     this.Controls.Add(this.btnSalir);
     this.Controls.Add(this.dg_tipo_sector);
     this.Margin = new System.Windows.Forms.Padding(2);
     this.MaximizeBox = false;
     this.Name = "EliminarTipoSector";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Eliminar Tipo de Sector";
     this.Load += new System.EventHandler(this.EliminarTipoSector_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dg_tipo_sector)).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()
 {
     this.Tabla_Instancias = new System.Windows.Forms.DataGridView();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.Tabla_Instancias)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // Tabla_Instancias
     //
     this.Tabla_Instancias.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.Tabla_Instancias.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Tabla_Instancias.Location = new System.Drawing.Point(10, 10);
     this.Tabla_Instancias.Name = "Tabla_Instancias";
     this.Tabla_Instancias.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.Tabla_Instancias.Size = new System.Drawing.Size(526, 124);
     this.Tabla_Instancias.TabIndex = 0;
     this.Tabla_Instancias.DoubleClick += new System.EventHandler(this.Tabla_Instancias_DoubleClick);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Padding = new System.Windows.Forms.Padding(10);
     this.panel1.Size = new System.Drawing.Size(566, 164);
     this.panel1.TabIndex = 1;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.Tabla_Instancias);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(10, 10);
     this.panel2.Name = "panel2";
     this.panel2.Padding = new System.Windows.Forms.Padding(10);
     this.panel2.Size = new System.Drawing.Size(546, 144);
     this.panel2.TabIndex = 0;
     //
     // FrmInstancia_SQL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.DimGray;
     this.ClientSize = new System.Drawing.Size(566, 164);
     this.Controls.Add(this.panel1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FrmInstancia_SQL";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Instancias SQL";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.Tabla_Instancias)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DetailsForm));
     this.hostsDataGridView = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.hostsDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // hostsDataGridView
     //
     this.hostsDataGridView.AllowUserToAddRows = false;
     this.hostsDataGridView.AllowUserToDeleteRows = false;
     this.hostsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.hostsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.hostsDataGridView.Location = new System.Drawing.Point(0, 0);
     this.hostsDataGridView.Name = "hostsDataGridView";
     this.hostsDataGridView.ReadOnly = true;
     this.hostsDataGridView.Size = new System.Drawing.Size(562, 342);
     this.hostsDataGridView.TabIndex = 0;
     //
     // DetailsForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(562, 342);
     this.Controls.Add(this.hostsDataGridView);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "DetailsForm";
     this.Text = "Decorated Host Details";
     this.Load += new System.EventHandler(this.DetailsForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.hostsDataGridView)).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.DGV = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.DGV)).BeginInit();
     this.SuspendLayout();
     //
     // DGV
     //
     this.DGV.AllowUserToAddRows = false;
     this.DGV.AllowUserToDeleteRows = false;
     this.DGV.AllowUserToOrderColumns = true;
     this.DGV.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DGV.Dock = System.Windows.Forms.DockStyle.Fill;
     this.DGV.Location = new System.Drawing.Point(0, 0);
     this.DGV.Name = "DGV";
     this.DGV.ReadOnly = true;
     this.DGV.Size = new System.Drawing.Size(628, 211);
     this.DGV.TabIndex = 0;
     this.DGV.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DGV_ColumnHeaderMouseClick);
     this.DGV.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.DGV_RowPrePaint);
     //
     // Trade_Tracker
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(628, 211);
     this.Controls.Add(this.DGV);
     this.Name = "Trade_Tracker";
     this.Text = "Trade_Tracker";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Trade_Tracker_FormClosing);
     this.Load += new System.EventHandler(this.Trade_Tracker_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DGV)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.DataGridView = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.DataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // DataGridView
     //
     this.DataGridView.AllowUserToAddRows = false;
     this.DataGridView.AllowUserToDeleteRows = false;
     this.DataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.DataGridView.Location = new System.Drawing.Point(0, 0);
     this.DataGridView.Name = "DataGridView";
     this.DataGridView.ReadOnly = true;
     this.DataGridView.RowTemplate.Height = 21;
     this.DataGridView.Size = new System.Drawing.Size(292, 273);
     this.DataGridView.TabIndex = 0;
     //
     // MatrixVisualizerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(292, 273);
     this.Controls.Add(this.DataGridView);
     this.Name = "MatrixVisualizerForm";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Matrix Visualizer";
     ((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()
 {
     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(0, 0);
     this.dataGridView1.Margin = new System.Windows.Forms.Padding(0);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size = new System.Drawing.Size(719, 367);
     this.dataGridView1.TabIndex = 17;
     this.dataGridView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseDoubleClick);
     //
     // basic_model
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(719, 367);
     this.Controls.Add(this.dataGridView1);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "basic_model";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text = "药品生产商";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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(22, 12);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(442, 213);
     this.dataGridView1.TabIndex = 0;
     this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
     //
     // MainPage
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(499, 264);
     this.Controls.Add(this.dataGridView1);
     this.Name = "MainPage";
     this.Text = "MainPage";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.ColumnHeader;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size = new System.Drawing.Size(334, 310);
     this.dataGridView1.TabIndex = 0;
     this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
     //
     // AttributeTableFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.ClientSize = new System.Drawing.Size(334, 310);
     this.Controls.Add(this.dataGridView1);
     this.Name = "AttributeTableFrm";
     this.Text = "AttributeTableFrm";
     this.Load += new System.EventHandler(this.AttributeTableFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
        public StatusWindow()
        {
            InitializeComponent();

            statusDataGrid = new System.Windows.Forms.DataGridView();
            statusDataGrid.ColumnCount = 3;

            statusDataGrid.RowHeadersVisible = false;
            statusDataGrid.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            //statusDataGrid.Location = new System.Drawing.Point(8, 8);
            //statusDataGrid.Size = new System.Drawing.Size(500, 250);
            statusDataGrid.Name = "statusDataGridView";
            statusDataGrid.Columns[0].Name = Properties.Resources.StatusWindowGridStatus;
            statusDataGrid.Columns[1].Name = Properties.Resources.StatusWindowGridComponent;
            statusDataGrid.Columns[2].Name = Properties.Resources.StatusWindowGridMessage;
            statusDataGrid.Columns[0].Width = 80;
            statusDataGrid.Columns[1].Width = 120;
            statusDataGrid.Columns[2].Width = (int)formsHost.Width - 80 - 120;

            this.formsHost.Child = statusDataGrid;
            statusDataGrid.Width = (int)this.formsHost.Width;
            statusDataGrid.Height = (int)this.formsHost.Height;
            statusDataGrid.ScrollBars = System.Windows.Forms.ScrollBars.Both;

            this.SizeChanged += new SizeChangedEventHandler(StatusWindow_SizeChanged);
        }
Example #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToOrderColumns = true;
     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.Location = new System.Drawing.Point(12, 12);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.Size = new System.Drawing.Size(968, 331);
     this.dataGridView1.TabIndex = 0;
     this.dataGridView1.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dataGridView1_CellPainting);
     //
     // FormFast
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(992, 355);
     this.Controls.Add(this.dataGridView1);
     this.Name = "FormFast";
     this.Text = "FormFast";
     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()
 {
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(1, 3);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(291, 170);
     this.dataGridView1.TabIndex = 0;
     //
     // EjemploDataReader2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(293, 172);
     this.Controls.Add(this.dataGridView1);
     this.Name = "EjemploDataReader2";
     this.Text = "EjemploDataReader2";
     this.Load += new System.EventHandler(this.EjemploDataReader2_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Column1,
     this.Column2,
     this.Column3});
     this.dataGridView1.Location = new System.Drawing.Point(12, 12);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.Size = new System.Drawing.Size(703, 612);
     this.dataGridView1.TabIndex = 0;
     //
     // Column1
     //
     this.Column1.HeaderText = "Номер канала";
     this.Column1.Name = "Column1";
     this.Column1.ReadOnly = true;
     this.Column1.Width = 150;
     //
     // Column2
     //
     this.Column2.HeaderText = "Описание";
     this.Column2.Name = "Column2";
     this.Column2.ReadOnly = true;
     this.Column2.Width = 300;
     //
     // Column3
     //
     this.Column3.HeaderText = "Текущее значение";
     this.Column3.Name = "Column3";
     this.Column3.ReadOnly = true;
     this.Column3.Width = 200;
     //
     // ChannelsViewForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(728, 636);
     this.Controls.Add(this.dataGridView1);
     this.Name = "ChannelsViewForm";
     this.Text = "Каналы";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ChannelsViewForm_FormClosing);
     this.Load += new System.EventHandler(this.ChannelsViewForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
 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()
 {
     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.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.Location = new System.Drawing.Point(0, 0);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(786, 428);
     this.dataGridView1.TabIndex = 0;
     //
     // frmVentasPesosCons
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(786, 428);
     this.Controls.Add(this.dataGridView1);
     this.Name = "frmVentasPesosCons";
     this.Text = "Consulta de venta en pesos";
     this.Load += new System.EventHandler(this.frmVentasPesosCons_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.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, 12);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.Size = new System.Drawing.Size(268, 249);
     this.dataGridView1.TabIndex = 0;
     //
     // SpamResultForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(292, 273);
     this.Controls.Add(this.dataGridView1);
     this.Name = "SpamResultForm";
     this.Text = "SpamResultForm";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGridView = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView
     //
     this.dataGridView.AllowUserToAddRows = false;
     this.dataGridView.AllowUserToDeleteRows = false;
     this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView.Location = new System.Drawing.Point(12, 12);
     this.dataGridView.Name = "dataGridView";
     this.dataGridView.ReadOnly = true;
     this.dataGridView.Size = new System.Drawing.Size(517, 356);
     this.dataGridView.TabIndex = 8;
     //
     // HistorialOfertas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(541, 380);
     this.Controls.Add(this.dataGridView);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "HistorialOfertas";
     this.Text = "Historial de Ofertas";
     this.Load += new System.EventHandler(this.HistorialOfertas_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.HistorialOfertas_FormClosing);
     ((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()
 {
     this.dataGridView = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView
     //
     this.dataGridView.AllowUserToAddRows = false;
     this.dataGridView.AllowUserToDeleteRows = false;
     this.dataGridView.AllowUserToResizeRows = false;
     this.dataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView.Location = new System.Drawing.Point(12, 12);
     this.dataGridView.Name = "dataGridView";
     this.dataGridView.ReadOnly = true;
     this.dataGridView.Size = new System.Drawing.Size(517, 337);
     this.dataGridView.TabIndex = 9;
     this.dataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellContentClick);
     //
     // CalificarVendedor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(541, 380);
     this.Controls.Add(this.dataGridView);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "CalificarVendedor";
     this.Text = "Calificar al Vendedor";
     this.Load += new System.EventHandler(this.CalificarVendedor_Load);
     ((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()
 {
     this.components = new System.ComponentModel.Container();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.grdWinter = new System.Windows.Forms.DataGridView();
     this.gridMenuStrip = new zaitun.GUI.GridMenuStrip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.grdWinter)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn1.HeaderText = "Value";
     this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.HeaderText = "Predicted";
     this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.HeaderText = "Residual";
     this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly = true;
     //
     // grdWinter
     //
     this.grdWinter.AllowUserToAddRows = false;
     this.grdWinter.AllowUserToDeleteRows = false;
     this.grdWinter.AllowUserToResizeRows = false;
     this.grdWinter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grdWinter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdWinter.ContextMenuStrip = this.gridMenuStrip;
     this.grdWinter.Location = new System.Drawing.Point(0, 0);
     this.grdWinter.Margin = new System.Windows.Forms.Padding(10);
     this.grdWinter.Name = "grdWinter";
     this.grdWinter.ReadOnly = true;
     this.grdWinter.RowTemplate.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.grdWinter.RowTemplate.Height = 25;
     this.grdWinter.Size = new System.Drawing.Size(512, 353);
     this.grdWinter.TabIndex = 4;
     //
     // gridMenuStrip
     //
     this.gridMenuStrip.Name = "mnuGrid";
     this.gridMenuStrip.Size = new System.Drawing.Size(168, 142);
     //
     // TripleExponentialSmoothingWinterDataGrid
     //
     this.Controls.Add(this.grdWinter);
     this.Name = "TripleExponentialSmoothingWinterDataGrid";
     this.Size = new System.Drawing.Size(512, 353);
     ((System.ComponentModel.ISupportInitialize)(this.grdWinter)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.grid = new System.Windows.Forms.DataGridView();
     this.Valor = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Descricao = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
     this.SuspendLayout();
     //
     // grid
     //
     this.grid.AllowUserToAddRows = false;
     this.grid.AllowUserToDeleteRows = false;
     this.grid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.grid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Valor,
     this.Descricao});
     this.grid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grid.Location = new System.Drawing.Point(0, 0);
     this.grid.Name = "grid";
     this.grid.ReadOnly = true;
     this.grid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.grid.Size = new System.Drawing.Size(284, 356);
     this.grid.TabIndex = 0;
     this.grid.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.grid_MouseDoubleClick);
     this.grid.SelectionChanged += new System.EventHandler(this.grid_SelectionChanged);
     this.grid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grid_CellContentClick);
     //
     // Valor
     //
     this.Valor.HeaderText = "Valor";
     this.Valor.Name = "Valor";
     this.Valor.ReadOnly = true;
     //
     // Descricao
     //
     this.Descricao.FillWeight = 300F;
     this.Descricao.HeaderText = "Descricao";
     this.Descricao.Name = "Descricao";
     this.Descricao.ReadOnly = true;
     this.Descricao.Width = 300;
     //
     // NeoSelect
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(284, 356);
     this.Controls.Add(this.grid);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "NeoSelect";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.Text = "Selecione a opção com um clique duplo";
     this.Load += new System.EventHandler(this.NeoSelect_Load);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.NeoSelect_FormClosed);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NeoSelect_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
     this.ResumeLayout(false);
 }
 public DataGridViewRowCollection(System.Windows.Forms.DataGridView dataGridView)
 {
     this.InvalidateCachedRowCounts();
     this.InvalidateCachedRowsHeights();
     this.dataGridView = dataGridView;
     this.rowStates = new List<DataGridViewElementStates>();
     this.items = new RowArrayList(this);
 }
 /// <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(frmBankDoc));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.tsPO = new System.Windows.Forms.ToolStripButton();
     this.dgvSelectBankDoc = new System.Windows.Forms.DataGridView();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSelectBankDoc)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tsPO});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(420, 39);
     this.toolStrip1.TabIndex = 10;
     this.toolStrip1.Text = "toolStrip1";
     //
     // tsPO
     //
     this.tsPO.Image = ((System.Drawing.Image)(resources.GetObject("tsPO.Image")));
     this.tsPO.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsPO.Name = "tsPO";
     this.tsPO.Size = new System.Drawing.Size(99, 36);
     this.tsPO.Text = "Enter-เลือก";
     //
     // dgvSelectBankDoc
     //
     this.dgvSelectBankDoc.AllowUserToAddRows = false;
     this.dgvSelectBankDoc.AllowUserToDeleteRows = false;
     this.dgvSelectBankDoc.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvSelectBankDoc.Location = new System.Drawing.Point(0, 39);
     this.dgvSelectBankDoc.Name = "dgvSelectBankDoc";
     this.dgvSelectBankDoc.ReadOnly = true;
     this.dgvSelectBankDoc.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgvSelectBankDoc.Size = new System.Drawing.Size(420, 235);
     this.dgvSelectBankDoc.TabIndex = 11;
     //
     // frmBankDoc
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(420, 271);
     this.Controls.Add(this.dgvSelectBankDoc);
     this.Controls.Add(this.toolStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmBankDoc";
     this.Text = "frmBankDoc";
     this.Load += new System.EventHandler(this.frmBankDoc_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvSelectBankDoc)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGrid));
     this.dgvResults = new System.Windows.Forms.DataGridView();
     this.tbrMain = new System.Windows.Forms.ToolStrip();
     this.tbrMainClose = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.dgvResults)).BeginInit();
     this.tbrMain.SuspendLayout();
     this.SuspendLayout();
     //
     // dgvResults
     //
     this.dgvResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvResults.Location = new System.Drawing.Point(5, 45);
     this.dgvResults.Name = "dgvResults";
     this.dgvResults.RowTemplate.Height = 24;
     this.dgvResults.Size = new System.Drawing.Size(998, 388);
     this.dgvResults.TabIndex = 0;
     //
     // tbrMain
     //
     this.tbrMain.BackColor = System.Drawing.Color.Silver;
     this.tbrMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tbrMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.tbrMainClose});
     this.tbrMain.Location = new System.Drawing.Point(0, 0);
     this.tbrMain.Name = "tbrMain";
     this.tbrMain.Size = new System.Drawing.Size(1013, 38);
     this.tbrMain.TabIndex = 45;
     this.tbrMain.Text = "toolStrip1";
     //
     // tbrMainClose
     //
     this.tbrMainClose.Image = ((System.Drawing.Image)(resources.GetObject("tbrMainClose.Image")));
     this.tbrMainClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tbrMainClose.Name = "tbrMainClose";
     this.tbrMainClose.Size = new System.Drawing.Size(40, 35);
     this.tbrMainClose.Text = "Close";
     this.tbrMainClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.tbrMainClose.Click += new System.EventHandler(this.tbrMainClose_Click);
     //
     // frmGrid
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1013, 443);
     this.Controls.Add(this.tbrMain);
     this.Controls.Add(this.dgvResults);
     this.MinimizeBox = false;
     this.Name = "frmGrid";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Display results grid";
     ((System.ComponentModel.ISupportInitialize)(this.dgvResults)).EndInit();
     this.tbrMain.ResumeLayout(false);
     this.tbrMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.pnlFind = new System.Windows.Forms.Panel();
     this.lblResult = new System.Windows.Forms.Label();
     this.dgResult = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dgResult)).BeginInit();
     this.SuspendLayout();
     //
     // pnlFind
     //
     this.pnlFind.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlFind.Location = new System.Drawing.Point(0, 4);
     this.pnlFind.Name = "pnlFind";
     this.pnlFind.Size = new System.Drawing.Size(808, 124);
     this.pnlFind.TabIndex = 0;
     //
     // lblResult
     //
     this.lblResult.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.lblResult.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblResult.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblResult.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.lblResult.Location = new System.Drawing.Point(0, 128);
     this.lblResult.Name = "lblResult";
     this.lblResult.Size = new System.Drawing.Size(808, 24);
     this.lblResult.TabIndex = 3;
     this.lblResult.Text = "查询结果";
     this.lblResult.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dgResult
     //
     this.dgResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgResult.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgResult.Location = new System.Drawing.Point(0, 152);
     this.dgResult.Name = "dgResult";
     this.dgResult.ReadOnly = true;
     this.dgResult.RowTemplate.Height = 23;
     this.dgResult.Size = new System.Drawing.Size(808, 300);
     this.dgResult.TabIndex = 6;
     this.dgResult.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dgResult_CellPainting);
     //
     // FormFindBase
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(808, 452);
     this.Controls.Add(this.dgResult);
     this.Controls.Add(this.lblResult);
     this.Controls.Add(this.pnlFind);
     this.Name = "FormFindBase";
     this.TabText = "基本查询窗口";
     this.Text = "基本查询窗口";
     this.Title = "基本查询窗口";
     this.ToolTipText = "基本查询窗口";
     this.Activated += new System.EventHandler(this.FormFindBase_Activated);
     ((System.ComponentModel.ISupportInitialize)(this.dgResult)).EndInit();
     this.ResumeLayout(false);
 }
Example #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToOrderColumns = true;
     this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(36, 21);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.Size = new System.Drawing.Size(437, 150);
     this.dataGridView1.TabIndex = 0;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(149, 203);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text = "Aceptar";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(309, 203);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 2;
     this.button2.Text = "Cancelar";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // Premios
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     this.ClientSize = new System.Drawing.Size(543, 266);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.dataGridView1);
     this.Name = "Premios";
     this.Text = "Premios a tu alcance";
     this.Load += new System.EventHandler(this.Premios_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dgvStation = new System.Windows.Forms.DataGridView();
     this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Value_2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.dgvStation)).BeginInit();
     this.SuspendLayout();
     //
     // dgvStation
     //
     this.dgvStation.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.dgvStation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvStation.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.Id,
     this.Value,
     this.Value_2});
     this.dgvStation.Location = new System.Drawing.Point(12, 12);
     this.dgvStation.Name = "dgvStation";
     this.dgvStation.Size = new System.Drawing.Size(844, 462);
     this.dgvStation.TabIndex = 0;
     //
     // Id
     //
     this.Id.HeaderText = "Name";
     this.Id.Name = "Id";
     this.Id.Width = 200;
     //
     // Value
     //
     this.Value.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Value.FillWeight = 200F;
     this.Value.HeaderText = "Value";
     this.Value.Name = "Value";
     this.Value.ReadOnly = true;
     //
     // Value_2
     //
     this.Value_2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Value_2.FillWeight = 200F;
     this.Value_2.HeaderText = "Personal Data";
     this.Value_2.Name = "Value_2";
     //
     // EDStationView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(868, 486);
     this.Controls.Add(this.dgvStation);
     this.Name = "EDStationView";
     this.Text = "EDStationView";
     ((System.ComponentModel.ISupportInitialize)(this.dgvStation)).EndInit();
     this.ResumeLayout(false);
 }
Example #30
0
 public void InitializeGrid()
 {
     dtgList = this.FindName("gridView") as System.Windows.Forms.DataGridView;
     Department.loadDataSet();
     dtgList.ReadOnly = true;
     dtgList.DataSource = Department.DepartmentDT;
     dtgList.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(dtgList_CellClick);
     dtgList.Refresh();
     grbList.DataContext = Department.DepartmentDT;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSchemaConfig));
     this.SchemaDataGridView = new System.Windows.Forms.DataGridView();
     this.DataBaseDataSet = new CMData.Schemas.XsdDataBase();
     this.CancelarButton = new System.Windows.Forms.Button();
     this.BotonesPanel = new System.Windows.Forms.Panel();
     this.AceptarButton = new System.Windows.Forms.Button();
     this.BottomPanel = new System.Windows.Forms.Panel();
     this.schemaNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.schemaAliasDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Maping_Schema = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.SchemaDataGridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataBaseDataSet)).BeginInit();
     this.BotonesPanel.SuspendLayout();
     this.BottomPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // SchemaDataGridView
     //
     this.SchemaDataGridView.AllowUserToAddRows = false;
     this.SchemaDataGridView.AllowUserToDeleteRows = false;
     this.SchemaDataGridView.AutoGenerateColumns = false;
     this.SchemaDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.SchemaDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.schemaNameDataGridViewTextBoxColumn,
     this.schemaAliasDataGridViewTextBoxColumn,
     this.Maping_Schema});
     this.SchemaDataGridView.DataMember = "TBL_Schema";
     this.SchemaDataGridView.DataSource = this.DataBaseDataSet;
     this.SchemaDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.SchemaDataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.SchemaDataGridView.Location = new System.Drawing.Point(10, 10);
     this.SchemaDataGridView.Name = "SchemaDataGridView";
     this.SchemaDataGridView.Size = new System.Drawing.Size(446, 205);
     this.SchemaDataGridView.TabIndex = 14;
     //
     // DataBaseDataSet
     //
     this.DataBaseDataSet.DataSetName = "XsdDataBase";
     this.DataBaseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // CancelarButton
     //
     this.CancelarButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelarButton.Location = new System.Drawing.Point(54, 14);
     this.CancelarButton.Name = "CancelarButton";
     this.CancelarButton.Size = new System.Drawing.Size(89, 23);
     this.CancelarButton.TabIndex = 12;
     this.CancelarButton.Text = "Cancelar";
     this.CancelarButton.UseVisualStyleBackColor = true;
     this.CancelarButton.Click += new System.EventHandler(this.CancelarButton_Click);
     //
     // BotonesPanel
     //
     this.BotonesPanel.Controls.Add(this.AceptarButton);
     this.BotonesPanel.Controls.Add(this.CancelarButton);
     this.BotonesPanel.Dock = System.Windows.Forms.DockStyle.Right;
     this.BotonesPanel.Location = new System.Drawing.Point(187, 0);
     this.BotonesPanel.Name = "BotonesPanel";
     this.BotonesPanel.Size = new System.Drawing.Size(259, 40);
     this.BotonesPanel.TabIndex = 13;
     //
     // AceptarButton
     //
     this.AceptarButton.Location = new System.Drawing.Point(162, 14);
     this.AceptarButton.Name = "AceptarButton";
     this.AceptarButton.Size = new System.Drawing.Size(94, 23);
     this.AceptarButton.TabIndex = 11;
     this.AceptarButton.Text = "Aceptar";
     this.AceptarButton.UseVisualStyleBackColor = true;
     this.AceptarButton.Click += new System.EventHandler(this.AceptarButton_Click);
     //
     // BottomPanel
     //
     this.BottomPanel.Controls.Add(this.BotonesPanel);
     this.BottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.BottomPanel.Location = new System.Drawing.Point(10, 215);
     this.BottomPanel.Name = "BottomPanel";
     this.BottomPanel.Padding = new System.Windows.Forms.Padding(5, 0, 0, 2);
     this.BottomPanel.Size = new System.Drawing.Size(446, 42);
     this.BottomPanel.TabIndex = 13;
     //
     // schemaNameDataGridViewTextBoxColumn
     //
     this.schemaNameDataGridViewTextBoxColumn.DataPropertyName = "Schema_Name";
     this.schemaNameDataGridViewTextBoxColumn.HeaderText = "Esquema";
     this.schemaNameDataGridViewTextBoxColumn.Name = "schemaNameDataGridViewTextBoxColumn";
     this.schemaNameDataGridViewTextBoxColumn.ReadOnly = true;
     this.schemaNameDataGridViewTextBoxColumn.ToolTipText = "Nombre del esquema";
     this.schemaNameDataGridViewTextBoxColumn.Width = 150;
     //
     // schemaAliasDataGridViewTextBoxColumn
     //
     this.schemaAliasDataGridViewTextBoxColumn.DataPropertyName = "Schema_Alias";
     this.schemaAliasDataGridViewTextBoxColumn.HeaderText = "Alias";
     this.schemaAliasDataGridViewTextBoxColumn.Name = "schemaAliasDataGridViewTextBoxColumn";
     this.schemaAliasDataGridViewTextBoxColumn.Width = 200;
     //
     // Maping_Schema
     //
     this.Maping_Schema.DataPropertyName = "Maping_Schema";
     this.Maping_Schema.HeaderText = "Usar";
     this.Maping_Schema.Name = "Maping_Schema";
     this.Maping_Schema.Width = 40;
     //
     // FormSchemaConfig
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(466, 262);
     this.Controls.Add(this.SchemaDataGridView);
     this.Controls.Add(this.BottomPanel);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormSchemaConfig";
     this.Padding = new System.Windows.Forms.Padding(10, 10, 10, 5);
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Configuración de esquemas";
     ((System.ComponentModel.ISupportInitialize)(this.SchemaDataGridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataBaseDataSet)).EndInit();
     this.BotonesPanel.ResumeLayout(false);
     this.BottomPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.lbHitPoints  = new System.Windows.Forms.Label();
     this.lbGold       = new System.Windows.Forms.Label();
     this.lbExperience = new System.Windows.Forms.Label();
     this.lbLevel      = new System.Windows.Forms.Label();
     this.label5       = new System.Windows.Forms.Label();
     this.cboWeapons   = new System.Windows.Forms.ComboBox();
     this.cboPotions   = new System.Windows.Forms.ComboBox();
     this.btnUseWeapon = new System.Windows.Forms.Button();
     this.btnUsePotion = new System.Windows.Forms.Button();
     this.btnNorth     = new System.Windows.Forms.Button();
     this.btnEast      = new System.Windows.Forms.Button();
     this.btnSouth     = new System.Windows.Forms.Button();
     this.btnWest      = new System.Windows.Forms.Button();
     this.rtbLocation  = new System.Windows.Forms.RichTextBox();
     this.rtbMessages  = new System.Windows.Forms.RichTextBox();
     this.dgvInventory = new System.Windows.Forms.DataGridView();
     this.dgvQuests    = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dgvInventory)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvQuests)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(18, 20);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Hit Points:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(18, 46);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(100, 23);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Gold:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(18, 74);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 23);
     this.label3.TabIndex = 2;
     this.label3.Text     = "Experience:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(18, 100);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 23);
     this.label4.TabIndex = 3;
     this.label4.Text     = "Level:";
     //
     // lbHitPoints
     //
     this.lbHitPoints.Location = new System.Drawing.Point(110, 19);
     this.lbHitPoints.Name     = "lbHitPoints";
     this.lbHitPoints.Size     = new System.Drawing.Size(100, 23);
     this.lbHitPoints.TabIndex = 4;
     //
     // lbGold
     //
     this.lbGold.Location = new System.Drawing.Point(110, 45);
     this.lbGold.Name     = "lbGold";
     this.lbGold.Size     = new System.Drawing.Size(100, 23);
     this.lbGold.TabIndex = 5;
     //
     // lbExperience
     //
     this.lbExperience.Location = new System.Drawing.Point(110, 73);
     this.lbExperience.Name     = "lbExperience";
     this.lbExperience.Size     = new System.Drawing.Size(100, 23);
     this.lbExperience.TabIndex = 6;
     //
     // lbLevel
     //
     this.lbLevel.Location = new System.Drawing.Point(110, 99);
     this.lbLevel.Name     = "lbLevel";
     this.lbLevel.Size     = new System.Drawing.Size(100, 23);
     this.lbLevel.TabIndex = 7;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(617, 531);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(100, 23);
     this.label5.TabIndex = 8;
     this.label5.Text     = "Select action";
     //
     // cboWeapons
     //
     this.cboWeapons.FormattingEnabled = true;
     this.cboWeapons.Location          = new System.Drawing.Point(369, 559);
     this.cboWeapons.Name     = "cboWeapons";
     this.cboWeapons.Size     = new System.Drawing.Size(121, 21);
     this.cboWeapons.TabIndex = 9;
     //
     // cboPotions
     //
     this.cboPotions.FormattingEnabled = true;
     this.cboPotions.Location          = new System.Drawing.Point(369, 593);
     this.cboPotions.Name     = "cboPotions";
     this.cboPotions.Size     = new System.Drawing.Size(121, 21);
     this.cboPotions.TabIndex = 10;
     //
     // btnUseWeapon
     //
     this.btnUseWeapon.Location = new System.Drawing.Point(620, 559);
     this.btnUseWeapon.Name     = "btnUseWeapon";
     this.btnUseWeapon.Size     = new System.Drawing.Size(75, 23);
     this.btnUseWeapon.TabIndex = 11;
     this.btnUseWeapon.Text     = "Use";
     this.btnUseWeapon.UseVisualStyleBackColor = true;
     this.btnUseWeapon.Click += new System.EventHandler(this.BtnUseWeaponClick);
     //
     // btnUsePotion
     //
     this.btnUsePotion.Location = new System.Drawing.Point(620, 593);
     this.btnUsePotion.Name     = "btnUsePotion";
     this.btnUsePotion.Size     = new System.Drawing.Size(75, 23);
     this.btnUsePotion.TabIndex = 12;
     this.btnUsePotion.Text     = "Use";
     this.btnUsePotion.UseVisualStyleBackColor = true;
     this.btnUsePotion.Click += new System.EventHandler(this.BtnUsePotionClick);
     //
     // btnNorth
     //
     this.btnNorth.Location = new System.Drawing.Point(493, 433);
     this.btnNorth.Name     = "btnNorth";
     this.btnNorth.Size     = new System.Drawing.Size(75, 23);
     this.btnNorth.TabIndex = 13;
     this.btnNorth.Text     = "North";
     this.btnNorth.UseVisualStyleBackColor = true;
     this.btnNorth.Click += new System.EventHandler(this.BtnNorthClick);
     //
     // btnEast
     //
     this.btnEast.Location = new System.Drawing.Point(573, 457);
     this.btnEast.Name     = "btnEast";
     this.btnEast.Size     = new System.Drawing.Size(75, 23);
     this.btnEast.TabIndex = 14;
     this.btnEast.Text     = "East";
     this.btnEast.UseVisualStyleBackColor = true;
     this.btnEast.Click += new System.EventHandler(this.BtnEastClick);
     //
     // btnSouth
     //
     this.btnSouth.Location = new System.Drawing.Point(493, 487);
     this.btnSouth.Name     = "btnSouth";
     this.btnSouth.Size     = new System.Drawing.Size(75, 23);
     this.btnSouth.TabIndex = 15;
     this.btnSouth.Text     = "South";
     this.btnSouth.UseVisualStyleBackColor = true;
     this.btnSouth.Click += new System.EventHandler(this.BtnSouthClick);
     //
     // btnWest
     //
     this.btnWest.Location = new System.Drawing.Point(412, 457);
     this.btnWest.Name     = "btnWest";
     this.btnWest.Size     = new System.Drawing.Size(75, 23);
     this.btnWest.TabIndex = 16;
     this.btnWest.Text     = "West";
     this.btnWest.UseVisualStyleBackColor = true;
     this.btnWest.Click += new System.EventHandler(this.BtnWestClick);
     //
     // rtbLocation
     //
     this.rtbLocation.Location = new System.Drawing.Point(347, 19);
     this.rtbLocation.Name     = "rtbLocation";
     this.rtbLocation.ReadOnly = true;
     this.rtbLocation.Size     = new System.Drawing.Size(360, 105);
     this.rtbLocation.TabIndex = 17;
     this.rtbLocation.Text     = "";
     //
     // rtbMessages
     //
     this.rtbMessages.Location = new System.Drawing.Point(347, 130);
     this.rtbMessages.Name     = "rtbMessages";
     this.rtbMessages.ReadOnly = true;
     this.rtbMessages.Size     = new System.Drawing.Size(360, 286);
     this.rtbMessages.TabIndex = 18;
     this.rtbMessages.Text     = "";
     //
     // dgvInventory
     //
     this.dgvInventory.AllowUserToAddRows          = false;
     this.dgvInventory.AllowUserToDeleteRows       = false;
     this.dgvInventory.AllowUserToResizeRows       = false;
     this.dgvInventory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvInventory.EditMode          = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvInventory.Enabled           = false;
     this.dgvInventory.Location          = new System.Drawing.Point(16, 130);
     this.dgvInventory.MultiSelect       = false;
     this.dgvInventory.Name              = "dgvInventory";
     this.dgvInventory.ReadOnly          = true;
     this.dgvInventory.RowHeadersVisible = false;
     this.dgvInventory.Size              = new System.Drawing.Size(312, 309);
     this.dgvInventory.TabIndex          = 19;
     //
     // dgvQuests
     //
     this.dgvQuests.AllowUserToAddRows          = false;
     this.dgvQuests.AllowUserToDeleteRows       = false;
     this.dgvQuests.AllowUserToResizeRows       = false;
     this.dgvQuests.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvQuests.EditMode          = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.dgvQuests.Enabled           = false;
     this.dgvQuests.Location          = new System.Drawing.Point(16, 446);
     this.dgvQuests.MultiSelect       = false;
     this.dgvQuests.Name              = "dgvQuests";
     this.dgvQuests.ReadOnly          = true;
     this.dgvQuests.RowHeadersVisible = false;
     this.dgvQuests.Size              = new System.Drawing.Size(312, 189);
     this.dgvQuests.TabIndex          = 20;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(719, 651);
     this.Controls.Add(this.dgvQuests);
     this.Controls.Add(this.dgvInventory);
     this.Controls.Add(this.rtbMessages);
     this.Controls.Add(this.rtbLocation);
     this.Controls.Add(this.btnWest);
     this.Controls.Add(this.btnSouth);
     this.Controls.Add(this.btnEast);
     this.Controls.Add(this.btnNorth);
     this.Controls.Add(this.btnUsePotion);
     this.Controls.Add(this.btnUseWeapon);
     this.Controls.Add(this.cboPotions);
     this.Controls.Add(this.cboWeapons);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.lbLevel);
     this.Controls.Add(this.lbExperience);
     this.Controls.Add(this.lbGold);
     this.Controls.Add(this.lbHitPoints);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name = "MainForm";
     this.Text = "SuperAdventure";
     ((System.ComponentModel.ISupportInitialize)(this.dgvInventory)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgvQuests)).EndInit();
     this.ResumeLayout(false);
 }
Example #33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblEditScheduleSessionHeader = new System.Windows.Forms.Label();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.dataGridViewSchedule = new System.Windows.Forms.DataGridView();
     this.btnRemove            = new System.Windows.Forms.Button();
     this.btnAddToSchedule     = new System.Windows.Forms.Button();
     this.cbxChooseCoach       = new System.Windows.Forms.ComboBox();
     this.lblChooseCoach       = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSchedule)).BeginInit();
     this.SuspendLayout();
     //
     // lblEditScheduleSessionHeader
     //
     this.lblEditScheduleSessionHeader.AutoSize = true;
     this.lblEditScheduleSessionHeader.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14F);
     this.lblEditScheduleSessionHeader.Location = new System.Drawing.Point(94, 19);
     this.lblEditScheduleSessionHeader.Name     = "lblEditScheduleSessionHeader";
     this.lblEditScheduleSessionHeader.Size     = new System.Drawing.Size(188, 24);
     this.lblEditScheduleSessionHeader.TabIndex = 13;
     this.lblEditScheduleSessionHeader.Text     = "Edit Coach Schedule";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.dataGridViewSchedule);
     this.groupBox1.Location = new System.Drawing.Point(15, 104);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(351, 201);
     this.groupBox1.TabIndex = 33;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Schedule";
     //
     // dataGridViewSchedule
     //
     this.dataGridViewSchedule.AllowUserToAddRows          = false;
     this.dataGridViewSchedule.AllowUserToDeleteRows       = false;
     this.dataGridViewSchedule.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridViewSchedule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewSchedule.Location                   = new System.Drawing.Point(17, 25);
     this.dataGridViewSchedule.MultiSelect                = false;
     this.dataGridViewSchedule.Name                       = "dataGridViewSchedule";
     this.dataGridViewSchedule.ReadOnly                   = true;
     this.dataGridViewSchedule.SelectionMode              = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridViewSchedule.Size                       = new System.Drawing.Size(317, 163);
     this.dataGridViewSchedule.TabIndex                   = 31;
     this.dataGridViewSchedule.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridViewSchedule_RowHeaderMouseDoubleClick);
     //
     // btnRemove
     //
     this.btnRemove.Location = new System.Drawing.Point(291, 311);
     this.btnRemove.Name     = "btnRemove";
     this.btnRemove.Size     = new System.Drawing.Size(75, 23);
     this.btnRemove.TabIndex = 34;
     this.btnRemove.Text     = "Remove";
     this.btnRemove.UseVisualStyleBackColor = true;
     this.btnRemove.Click += new System.EventHandler(this.BtnRemove_Click);
     //
     // btnAddToSchedule
     //
     this.btnAddToSchedule.Location = new System.Drawing.Point(12, 311);
     this.btnAddToSchedule.Name     = "btnAddToSchedule";
     this.btnAddToSchedule.Size     = new System.Drawing.Size(101, 23);
     this.btnAddToSchedule.TabIndex = 33;
     this.btnAddToSchedule.Text     = "Add New Session";
     this.btnAddToSchedule.UseVisualStyleBackColor = true;
     this.btnAddToSchedule.Click += new System.EventHandler(this.BtnAddToSchedule_Click);
     //
     // cbxChooseCoach
     //
     this.cbxChooseCoach.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.cbxChooseCoach.FormattingEnabled = true;
     this.cbxChooseCoach.Location          = new System.Drawing.Point(158, 66);
     this.cbxChooseCoach.Name                  = "cbxChooseCoach";
     this.cbxChooseCoach.Size                  = new System.Drawing.Size(192, 21);
     this.cbxChooseCoach.TabIndex              = 55;
     this.cbxChooseCoach.SelectedIndexChanged += new System.EventHandler(this.CbxChooseCoach_SelectedIndexChanged);
     //
     // lblChooseCoach
     //
     this.lblChooseCoach.AutoSize = true;
     this.lblChooseCoach.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblChooseCoach.Location = new System.Drawing.Point(32, 69);
     this.lblChooseCoach.Name     = "lblChooseCoach";
     this.lblChooseCoach.Size     = new System.Drawing.Size(104, 13);
     this.lblChooseCoach.TabIndex = 56;
     this.lblChooseCoach.Text     = "Choose a Coach:";
     //
     // CoachScheduleForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(381, 349);
     this.Controls.Add(this.btnAddToSchedule);
     this.Controls.Add(this.btnRemove);
     this.Controls.Add(this.cbxChooseCoach);
     this.Controls.Add(this.lblChooseCoach);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.lblEditScheduleSessionHeader);
     this.Name  = "CoachScheduleForm";
     this.Text  = "Coach Schedule";
     this.Load += new System.EventHandler(this.CoachScheduleFormLoad);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewSchedule)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #34
0
 public static void fillDataGridView(System.Windows.Forms.DataGridView dgv, params Object[] values)
 {
     dgv.Rows.Add(values);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.dtgResultado = new System.Windows.Forms.DataGridView();
     this.btnBuscar    = new System.Windows.Forms.Button();
     this.label2       = new System.Windows.Forms.Label();
     this.cmbNumDiv    = new System.Windows.Forms.ComboBox();
     this.label1       = new System.Windows.Forms.Label();
     this.bscArchivo   = new System.Windows.Forms.OpenFileDialog();
     this.Numero       = new System.Windows.Forms.ColumnHeader();
     this.Detalles     = new System.Windows.Forms.ColumnHeader();
     this.Column1      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgResultado)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.dtgResultado);
     this.groupBox1.Controls.Add(this.btnBuscar);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.cmbNumDiv);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(12, 18);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(529, 303);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Valores a evaluar";
     //
     // dtgResultado
     //
     this.dtgResultado.BackgroundColor             = System.Drawing.Color.White;
     this.dtgResultado.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dtgResultado.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2
     });
     this.dtgResultado.Location             = new System.Drawing.Point(115, 91);
     this.dtgResultado.Name                 = "dtgResultado";
     this.dtgResultado.RowHeadersWidth      = 15;
     dataGridViewCellStyle1.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtgResultado.RowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dtgResultado.Size                 = new System.Drawing.Size(328, 189);
     this.dtgResultado.TabIndex             = 0;
     //
     // btnBuscar
     //
     this.btnBuscar.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnBuscar.Location = new System.Drawing.Point(271, 39);
     this.btnBuscar.Name     = "btnBuscar";
     this.btnBuscar.Size     = new System.Drawing.Size(130, 24);
     this.btnBuscar.TabIndex = 0;
     this.btnBuscar.Text     = "Cargar Archivo";
     this.btnBuscar.UseVisualStyleBackColor = true;
     this.btnBuscar.Click += new System.EventHandler(this.BtnBuscarClick);
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(6, 91);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(158, 25);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Archivo de Numeros:";
     //
     // cmbNumDiv
     //
     this.cmbNumDiv.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbNumDiv.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmbNumDiv.FormattingEnabled = true;
     this.cmbNumDiv.Items.AddRange(new object[] {
         "Del 2 al 10",
         "Del 2 al 20"
     });
     this.cmbNumDiv.Location = new System.Drawing.Point(115, 39);
     this.cmbNumDiv.Name     = "cmbNumDiv";
     this.cmbNumDiv.Size     = new System.Drawing.Size(141, 21);
     this.cmbNumDiv.TabIndex = 1;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(6, 33);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(112, 27);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Numeros para el criterio de divisibilidad:";
     //
     // Column1
     //
     this.Column1.HeaderText   = "Numero";
     this.Column1.MinimumWidth = 60;
     this.Column1.Name         = "Column1";
     this.Column1.ReadOnly     = true;
     this.Column1.Width        = 60;
     //
     // Column2
     //
     this.Column2.HeaderText   = "Detalles";
     this.Column2.MinimumWidth = 60;
     this.Column2.Name         = "Column2";
     this.Column2.ReadOnly     = true;
     this.Column2.Width        = 250;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(796, 330);
     this.Controls.Add(this.groupBox1);
     this.Name = "MainForm";
     this.Text = "Regla de Divisibilidad";
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtgResultado)).EndInit();
     this.ResumeLayout(false);
 }
Example #36
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReportCountragents));
     this.panel2                    = new System.Windows.Forms.Panel();
     this.buttonSaveExcel           = new System.Windows.Forms.Button();
     this.buttonPrintPreview        = new System.Windows.Forms.Button();
     this.buttonPrint               = new System.Windows.Forms.Button();
     this.buttonSave                = new System.Windows.Forms.Button();
     this.buttonCancel              = new System.Windows.Forms.Button();
     this.panel1                    = new System.Windows.Forms.Panel();
     this.dateTimePicker2           = new System.Windows.Forms.DateTimePicker();
     this.label2                    = new System.Windows.Forms.Label();
     this.label3                    = new System.Windows.Forms.Label();
     this.dateTimePicker1           = new System.Windows.Forms.DateTimePicker();
     this.button2                   = new System.Windows.Forms.Button();
     this.button1                   = new System.Windows.Forms.Button();
     this.counteragentTextBox       = new System.Windows.Forms.TextBox();
     this.label1                    = new System.Windows.Forms.Label();
     this.dataGridView1             = new System.Windows.Forms.DataGridView();
     this.splitContainer1           = new System.Windows.Forms.SplitContainer();
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.PurchasePlanCheckBox      = new System.Windows.Forms.CheckBox();
     this.orderCheckBox             = new System.Windows.Forms.CheckBox();
     this.codeSeriesArticleСheckBox = new System.Windows.Forms.CheckBox();
     this.termСheckBox              = new System.Windows.Forms.CheckBox();
     this.manufacturerСheckBox      = new System.Windows.Forms.CheckBox();
     this.discountСheckBox          = new System.Windows.Forms.CheckBox();
     this.priceСheckBox             = new System.Windows.Forms.CheckBox();
     this.amountСheckBox            = new System.Windows.Forms.CheckBox();
     this.unitsСheckBox             = new System.Windows.Forms.CheckBox();
     this.nameCheckBox              = new System.Windows.Forms.CheckBox();
     this.printDocument1            = new System.Drawing.Printing.PrintDocument();
     this.printDialog1              = new System.Windows.Forms.PrintDialog();
     this.saveFileDialog1           = new System.Windows.Forms.SaveFileDialog();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.Controls.Add(this.buttonSaveExcel);
     this.panel2.Controls.Add(this.buttonPrintPreview);
     this.panel2.Controls.Add(this.buttonPrint);
     this.panel2.Controls.Add(this.buttonCancel);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 397);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(761, 51);
     this.panel2.TabIndex = 3;
     //
     // buttonSaveExcel
     //
     this.buttonSaveExcel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSaveExcel.Image      = ((System.Drawing.Image)(resources.GetObject("buttonSaveExcel.Image")));
     this.buttonSaveExcel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonSaveExcel.Location   = new System.Drawing.Point(541, 16);
     this.buttonSaveExcel.Name       = "buttonSaveExcel";
     this.buttonSaveExcel.Size       = new System.Drawing.Size(123, 23);
     this.buttonSaveExcel.TabIndex   = 43;
     this.buttonSaveExcel.Text       = "Сохранить в Excel";
     this.buttonSaveExcel.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonSaveExcel.UseVisualStyleBackColor = true;
     this.buttonSaveExcel.Click += new System.EventHandler(this.ButtonSaveExcelClick);
     //
     // buttonPrintPreview
     //
     this.buttonPrintPreview.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonPrintPreview.Image      = ((System.Drawing.Image)(resources.GetObject("buttonPrintPreview.Image")));
     this.buttonPrintPreview.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonPrintPreview.Location   = new System.Drawing.Point(15, 16);
     this.buttonPrintPreview.Name       = "buttonPrintPreview";
     this.buttonPrintPreview.Size       = new System.Drawing.Size(85, 23);
     this.buttonPrintPreview.TabIndex   = 42;
     this.buttonPrintPreview.Text       = "Просмотр";
     this.buttonPrintPreview.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonPrintPreview.UseVisualStyleBackColor = true;
     this.buttonPrintPreview.Click += new System.EventHandler(this.ButtonPrintPreviewClick);
     //
     // buttonPrint
     //
     this.buttonPrint.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonPrint.Image      = ((System.Drawing.Image)(resources.GetObject("buttonPrint.Image")));
     this.buttonPrint.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonPrint.Location   = new System.Drawing.Point(106, 16);
     this.buttonPrint.Name       = "buttonPrint";
     this.buttonPrint.Size       = new System.Drawing.Size(75, 23);
     this.buttonPrint.TabIndex   = 41;
     this.buttonPrint.Text       = "Печать.";
     this.buttonPrint.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonPrint.UseVisualStyleBackColor = true;
     this.buttonPrint.Click += new System.EventHandler(this.ButtonPrintClick);
     //
     // buttonSave
     //
     this.buttonSave.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSave.Image      = ((System.Drawing.Image)(resources.GetObject("buttonSave.Image")));
     this.buttonSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonSave.Location   = new System.Drawing.Point(638, 37);
     this.buttonSave.Name       = "buttonSave";
     this.buttonSave.Size       = new System.Drawing.Size(111, 23);
     this.buttonSave.TabIndex   = 1;
     this.buttonSave.Text       = "Сформировать";
     this.buttonSave.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonSave.UseVisualStyleBackColor = true;
     this.buttonSave.Click += new System.EventHandler(this.ButtonSaveClick);
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.Image      = ((System.Drawing.Image)(resources.GetObject("buttonCancel.Image")));
     this.buttonCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonCancel.Location   = new System.Drawing.Point(670, 16);
     this.buttonCancel.Name       = "buttonCancel";
     this.buttonCancel.Size       = new System.Drawing.Size(79, 23);
     this.buttonCancel.TabIndex   = 0;
     this.buttonCancel.Text       = "Закрыть";
     this.buttonCancel.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.buttonCancel.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.dateTimePicker2);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.buttonSave);
     this.panel1.Controls.Add(this.dateTimePicker1);
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.counteragentTextBox);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(761, 63);
     this.panel1.TabIndex = 4;
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CustomFormat = "dd.MM.yyyy";
     this.dateTimePicker2.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location     = new System.Drawing.Point(212, 38);
     this.dateTimePicker2.Name         = "dateTimePicker2";
     this.dateTimePicker2.Size         = new System.Drawing.Size(96, 20);
     this.dateTimePicker2.TabIndex     = 32;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(187, 34);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(44, 23);
     this.label2.TabIndex  = 35;
     this.label2.Text      = "по";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Image      = ((System.Drawing.Image)(resources.GetObject("label3.Image")));
     this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label3.Location   = new System.Drawing.Point(3, 34);
     this.label3.Name       = "label3";
     this.label3.Size       = new System.Drawing.Size(74, 23);
     this.label3.TabIndex   = 34;
     this.label3.Text       = "Период с";
     this.label3.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CustomFormat = "dd.MM.yyyy";
     this.dateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location     = new System.Drawing.Point(85, 37);
     this.dateTimePicker1.Name         = "dateTimePicker1";
     this.dateTimePicker1.Size         = new System.Drawing.Size(96, 20);
     this.dateTimePicker1.TabIndex     = 31;
     //
     // button2
     //
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button2.Location  = new System.Drawing.Point(470, 12);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(26, 20);
     this.button2.TabIndex  = 30;
     this.button2.Text      = "X";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button1.Image     = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.Location  = new System.Drawing.Point(443, 12);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(26, 20);
     this.button1.TabIndex  = 29;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // counteragentTextBox
     //
     this.counteragentTextBox.Location = new System.Drawing.Point(85, 12);
     this.counteragentTextBox.Name     = "counteragentTextBox";
     this.counteragentTextBox.Size     = new System.Drawing.Size(356, 20);
     this.counteragentTextBox.TabIndex = 28;
     //
     // label1
     //
     this.label1.Image      = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
     this.label1.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.label1.Location   = new System.Drawing.Point(3, 11);
     this.label1.Name       = "label1";
     this.label1.Size       = new System.Drawing.Size(101, 23);
     this.label1.TabIndex   = 0;
     this.label1.Text       = "Контрагент:";
     this.label1.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.AllowUserToDeleteRows       = false;
     this.dataGridView1.BackgroundColor             = System.Drawing.Color.White;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     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.Size     = new System.Drawing.Size(598, 334);
     this.dataGridView1.TabIndex = 5;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 63);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dataGridView1);
     this.splitContainer1.Size             = new System.Drawing.Size(761, 334);
     this.splitContainer1.SplitterDistance = 159;
     this.splitContainer1.TabIndex         = 6;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.PurchasePlanCheckBox);
     this.groupBox1.Controls.Add(this.orderCheckBox);
     this.groupBox1.Controls.Add(this.codeSeriesArticleСheckBox);
     this.groupBox1.Controls.Add(this.termСheckBox);
     this.groupBox1.Controls.Add(this.manufacturerСheckBox);
     this.groupBox1.Controls.Add(this.discountСheckBox);
     this.groupBox1.Controls.Add(this.priceСheckBox);
     this.groupBox1.Controls.Add(this.amountСheckBox);
     this.groupBox1.Controls.Add(this.unitsСheckBox);
     this.groupBox1.Controls.Add(this.nameCheckBox);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(159, 334);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Колонки:";
     //
     // PurchasePlanCheckBox
     //
     this.PurchasePlanCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.PurchasePlanCheckBox.Location = new System.Drawing.Point(12, 289);
     this.PurchasePlanCheckBox.Name     = "PurchasePlanCheckBox";
     this.PurchasePlanCheckBox.Size     = new System.Drawing.Size(141, 24);
     this.PurchasePlanCheckBox.TabIndex = 9;
     this.PurchasePlanCheckBox.Text     = "План закупок";
     this.PurchasePlanCheckBox.UseVisualStyleBackColor = true;
     //
     // orderCheckBox
     //
     this.orderCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.orderCheckBox.Location = new System.Drawing.Point(12, 259);
     this.orderCheckBox.Name     = "orderCheckBox";
     this.orderCheckBox.Size     = new System.Drawing.Size(141, 24);
     this.orderCheckBox.TabIndex = 8;
     this.orderCheckBox.Text     = "Заказ";
     this.orderCheckBox.UseVisualStyleBackColor = true;
     //
     // codeSeriesArticleСheckBox
     //
     this.codeSeriesArticleСheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.codeSeriesArticleСheckBox.Location = new System.Drawing.Point(12, 19);
     this.codeSeriesArticleСheckBox.Name     = "codeSeriesArticleСheckBox";
     this.codeSeriesArticleСheckBox.Size     = new System.Drawing.Size(141, 24);
     this.codeSeriesArticleСheckBox.TabIndex = 7;
     this.codeSeriesArticleСheckBox.Text     = "Код, серия, артикул";
     this.codeSeriesArticleСheckBox.UseVisualStyleBackColor = true;
     //
     // termСheckBox
     //
     this.termСheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.termСheckBox.Location = new System.Drawing.Point(12, 229);
     this.termСheckBox.Name     = "termСheckBox";
     this.termСheckBox.Size     = new System.Drawing.Size(141, 24);
     this.termСheckBox.TabIndex = 6;
     this.termСheckBox.Text     = "Срок годности";
     this.termСheckBox.UseVisualStyleBackColor = true;
     //
     // manufacturerСheckBox
     //
     this.manufacturerСheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.manufacturerСheckBox.Location = new System.Drawing.Point(12, 199);
     this.manufacturerСheckBox.Name     = "manufacturerСheckBox";
     this.manufacturerСheckBox.Size     = new System.Drawing.Size(141, 24);
     this.manufacturerСheckBox.TabIndex = 5;
     this.manufacturerСheckBox.Text     = "Производитель";
     this.manufacturerСheckBox.UseVisualStyleBackColor = true;
     //
     // discountСheckBox
     //
     this.discountСheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.discountСheckBox.Location = new System.Drawing.Point(12, 169);
     this.discountСheckBox.Name     = "discountСheckBox";
     this.discountСheckBox.Size     = new System.Drawing.Size(141, 24);
     this.discountСheckBox.TabIndex = 4;
     this.discountСheckBox.Text     = "Скидка";
     this.discountСheckBox.UseVisualStyleBackColor = true;
     //
     // priceСheckBox
     //
     this.priceСheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.priceСheckBox.Checked    = true;
     this.priceСheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.priceСheckBox.Location   = new System.Drawing.Point(12, 139);
     this.priceСheckBox.Name       = "priceСheckBox";
     this.priceСheckBox.Size       = new System.Drawing.Size(141, 24);
     this.priceСheckBox.TabIndex   = 3;
     this.priceСheckBox.Text       = "Цена";
     this.priceСheckBox.UseVisualStyleBackColor = true;
     //
     // amountСheckBox
     //
     this.amountСheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.amountСheckBox.Checked    = true;
     this.amountСheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.amountСheckBox.Location   = new System.Drawing.Point(12, 109);
     this.amountСheckBox.Name       = "amountСheckBox";
     this.amountСheckBox.Size       = new System.Drawing.Size(141, 24);
     this.amountСheckBox.TabIndex   = 2;
     this.amountСheckBox.Text       = "Количество";
     this.amountСheckBox.UseVisualStyleBackColor = true;
     //
     // unitsСheckBox
     //
     this.unitsСheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.unitsСheckBox.Checked    = true;
     this.unitsСheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.unitsСheckBox.Location   = new System.Drawing.Point(12, 79);
     this.unitsСheckBox.Name       = "unitsСheckBox";
     this.unitsСheckBox.Size       = new System.Drawing.Size(141, 24);
     this.unitsСheckBox.TabIndex   = 1;
     this.unitsСheckBox.Text       = "Единицы измерения";
     this.unitsСheckBox.UseVisualStyleBackColor = true;
     //
     // nameCheckBox
     //
     this.nameCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.nameCheckBox.Checked    = true;
     this.nameCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.nameCheckBox.Location   = new System.Drawing.Point(12, 49);
     this.nameCheckBox.Name       = "nameCheckBox";
     this.nameCheckBox.Size       = new System.Drawing.Size(141, 24);
     this.nameCheckBox.TabIndex   = 0;
     this.nameCheckBox.Text       = "Наименование";
     this.nameCheckBox.UseVisualStyleBackColor = true;
     //
     // printDocument1
     //
     this.printDocument1.OriginAtMargins = true;
     this.printDocument1.PrintPage      += new System.Drawing.Printing.PrintPageEventHandler(this.PrintDocument1PrintPage);
     //
     // printDialog1
     //
     this.printDialog1.Document    = this.printDocument1;
     this.printDialog1.UseEXDialog = true;
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.Filter = "Microsoft Excel 97/2000/XP (.xls)|*.xls";
     //
     // FormReportCountragents
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(761, 448);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "FormReportCountragents";
     this.Text        = "Отчет по контрагенту";
     this.Activated  += new System.EventHandler(this.FormReportCountragentsActivated);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormReportCountragentsFormClosed);
     this.Load       += new System.EventHandler(this.FormReportCountragentsLoad);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #37
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeCartProductPriceAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeCartProductPriceEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeCartProductPriceSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeCartProductPrice = new System.Windows.Forms.DataGridView();
            this.labelState                   = new System.Windows.Forms.Label();
            this.textBoxState                 = new System.Windows.Forms.TextBox();
            this.labelAmount                  = new System.Windows.Forms.Label();
            this.maskedTextBoxAmount          = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime                = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime       = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyPicker = new System.Windows.Forms.Label();
            this.financialCurrencyPicker      = new FinancialCurrencyPicker();
            this.labelUserPicker              = new System.Windows.Forms.Label();
            this.userPicker                   = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeCartProductPrice)).BeginInit();
            this.SuspendLayout();
            //
            // labelState
            //
            this.labelState.AutoSize = true;
            this.labelState.Location = new System.Drawing.Point(11, 13);
            this.labelState.Name     = "labelState";
            this.labelState.Size     = new System.Drawing.Size(71, 13);
            this.labelState.TabIndex = 2;
            this.labelState.Text     = "State:";
            //
            //textBoxState
            //
            this.textBoxState.Location = new System.Drawing.Point(140, 13);
            this.textBoxState.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxState.Name     = "textBoxState";
            this.textBoxState.Size     = new System.Drawing.Size(250, 20);
            this.textBoxState.TabIndex = 3;
            //
            // labelAmount
            //
            this.labelAmount.AutoSize = true;
            this.labelAmount.Location = new System.Drawing.Point(11, 36);
            this.labelAmount.Name     = "labelAmount";
            this.labelAmount.Size     = new System.Drawing.Size(71, 13);
            this.labelAmount.TabIndex = 4;
            this.labelAmount.Text     = "Amount:";
            //
            //maskedTextBoxAmount
            //
            this.maskedTextBoxAmount.Location = new System.Drawing.Point(140, 36);
            this.maskedTextBoxAmount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxAmount.Name     = "maskedTextBoxAmount";
            this.maskedTextBoxAmount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxAmount.TabIndex = 5;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 59);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 6;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(140, 59);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 7;
            //
            // labelFinancialCurrencyPicker
            //
            this.labelFinancialCurrencyPicker.AutoSize = true;
            this.labelFinancialCurrencyPicker.Location = new System.Drawing.Point(11, 82);
            this.labelFinancialCurrencyPicker.Name     = "labelFinancialCurrencyPicker";
            this.labelFinancialCurrencyPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyPicker.TabIndex = 8;
            this.labelFinancialCurrencyPicker.Text     = "Financial Currency:";
            //
            //financialCurrencyPicker
            //
            this.financialCurrencyPicker.Location = new System.Drawing.Point(140, 82);
            this.financialCurrencyPicker.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.financialCurrencyPicker.Name     = "financialCurrencyPicker";
            this.financialCurrencyPicker.Size     = new System.Drawing.Size(250, 20);
            this.financialCurrencyPicker.TabIndex = 9;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 105);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 10;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 11;
            //
            // dataGridViewCrudeCartProductPrice
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeCartProductPrice.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeCartProductPrice.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.dataGridViewCrudeCartProductPrice.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeCartProductPrice.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeCartProductPrice.Location      = new System.Drawing.Point(12, 138);
            this.dataGridViewCrudeCartProductPrice.Name          = "dataGridViewCrudeCartProductPrice";
            this.dataGridViewCrudeCartProductPrice.Size          = new System.Drawing.Size(378, 96);
            this.dataGridViewCrudeCartProductPrice.TabIndex      = 0;
            this.dataGridViewCrudeCartProductPrice.ReadOnly      = true;
            this.dataGridViewCrudeCartProductPrice.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeCartProductPrice_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(298, 241);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeCartProductPriceSearch
            //
            this.buttonCrudeCartProductPriceSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeCartProductPriceSearch.Location = new System.Drawing.Point(198, 241);
            this.buttonCrudeCartProductPriceSearch.Name     = "buttonCrudeCartProductPriceSearch";
            this.buttonCrudeCartProductPriceSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeCartProductPriceSearch.TabIndex = 2;
            this.buttonCrudeCartProductPriceSearch.Text     = "&Search";
            this.buttonCrudeCartProductPriceSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeCartProductPriceSearch.Click += new System.EventHandler(this.buttonCrudeCartProductPriceSearch_Click);
            //
            // buttonCrudeCartProductPriceAdd
            //
            this.buttonCrudeCartProductPriceAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeCartProductPriceAdd.Location = new System.Drawing.Point(98, 241);
            this.buttonCrudeCartProductPriceAdd.Name     = "buttonCrudeCartProductPriceAdd";
            this.buttonCrudeCartProductPriceAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeCartProductPriceAdd.TabIndex = 3;
            this.buttonCrudeCartProductPriceAdd.Text     = "&Add";
            this.buttonCrudeCartProductPriceAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeCartProductPriceAdd.Click += new System.EventHandler(this.buttonCrudeCartProductPriceAdd_Click);
            //
            // buttonCrudeCartProductPriceEdit
            //
            this.buttonCrudeCartProductPriceEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeCartProductPriceEdit.Location = new System.Drawing.Point(-2, 241);
            this.buttonCrudeCartProductPriceEdit.Name     = "buttonCrudeCartProductPriceEdit";
            this.buttonCrudeCartProductPriceEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeCartProductPriceEdit.TabIndex = 4;
            this.buttonCrudeCartProductPriceEdit.Text     = "&Edit";
            this.buttonCrudeCartProductPriceEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeCartProductPriceEdit.Click += new System.EventHandler(this.buttonCrudeCartProductPriceEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(402, 269);
            this.Controls.Add(this.buttonCrudeCartProductPriceSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeCartProductPriceAdd);
            this.Controls.Add(this.buttonCrudeCartProductPriceEdit);
            this.Controls.Add(this.dataGridViewCrudeCartProductPrice);
            this.Name = "CrudeCartProductPriceSearch";
            this.Text = "Cart Product Price Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeCartProductPrice)).EndInit();
            this.Controls.Add(this.labelState);
            this.Controls.Add(this.textBoxState);
            this.Controls.Add(this.labelAmount);
            this.Controls.Add(this.maskedTextBoxAmount);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelFinancialCurrencyPicker);
            this.Controls.Add(this.financialCurrencyPicker);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        private void InitializeComponent() {
            this.btnClose = new System.Windows.Forms.Button();
            this.btnSearch = new System.Windows.Forms.Button();
            this.grid = new System.Windows.Forms.DataGridView();
            this.buttonHistory = new System.Windows.Forms.Button();
            ( ( System.ComponentModel.ISupportInitialize ) ( this.grid ) ).BeginInit();
            this.SuspendLayout();
            // 
            // btnClose
            // 
            this.btnClose.Anchor = ( ( System.Windows.Forms.AnchorStyles ) ( ( System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right ) ) );
            this.btnClose.Location = new System.Drawing.Point(433, 277);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(92, 22);
            this.btnClose.TabIndex = 1;
            this.btnClose.Text = "&Close";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // btnSearch
            // 
            this.btnSearch.Anchor = ( ( System.Windows.Forms.AnchorStyles ) ( ( System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right ) ) );
            this.btnSearch.Location = new System.Drawing.Point(335, 277);
            this.btnSearch.Name = "btnSearch";
            this.btnSearch.Size = new System.Drawing.Size(92, 22);
            this.btnSearch.TabIndex = 2;
            this.btnSearch.Text = "&Search";
            this.btnSearch.UseVisualStyleBackColor = true;
            this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
            // 
            // 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.grid.Location = new System.Drawing.Point(2, 3);
            this.grid.Name = "grid";
            this.grid.Size = new System.Drawing.Size(523, 268);
            this.grid.TabIndex = 0;
            // 
            // buttonHistory
            // 
            this.buttonHistory.Anchor = ( ( System.Windows.Forms.AnchorStyles ) ( ( System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right ) ) );
            this.buttonHistory.Location = new System.Drawing.Point(237, 277);
            this.buttonHistory.Name = "buttonHistory";
            this.buttonHistory.Size = new System.Drawing.Size(92, 22);
            this.buttonHistory.TabIndex = 3;
            this.buttonHistory.Text = "&History";
            this.buttonHistory.UseVisualStyleBackColor = true;
            this.buttonHistory.Click += new System.EventHandler(this.buttonHistory_Click);
            // 
            // ProductHistory
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(526, 302);
            this.Controls.Add(this.buttonHistory);
            this.Controls.Add(this.btnSearch);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.grid);
            this.Name = "ProductHistory";
            this.Text = "ProductHistory";
            ( ( System.ComponentModel.ISupportInitialize ) ( this.grid ) ).EndInit();
            this.ResumeLayout(false);

        }
Example #39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPesquisaCargoImp));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.tipCargo = new System.Windows.Forms.ToolTip(this.components);
     this.btnFechar = new System.Windows.Forms.Button();
     this.btnDesc = new System.Windows.Forms.Button();
     this.btnSel = new System.Windows.Forms.Button();
     this.txtDesc = new BLL.validacoes.Controles.TextBoxPersonal();
     this.tabCargo = new BLL.validacoes.Controles.tabControlPersonal();
     this.tabDesc = new System.Windows.Forms.TabPage();
     this.gridDesc = new System.Windows.Forms.DataGridView();
     this.tabCargo.SuspendLayout();
     this.tabDesc.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridDesc)).BeginInit();
     this.SuspendLayout();
     //
     // btnFechar
     //
     this.btnFechar.AccessibleDescription = "";
     this.btnFechar.BackColor = System.Drawing.Color.WhiteSmoke;
     this.btnFechar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnFechar.Location = new System.Drawing.Point(407, 400);
     this.btnFechar.Name = "btnFechar";
     this.btnFechar.Size = new System.Drawing.Size(90, 30);
     this.btnFechar.TabIndex = 32;
     this.btnFechar.Text = "&Fechar";
     this.tipCargo.SetToolTip(this.btnFechar, "Fechar");
     this.btnFechar.UseVisualStyleBackColor = true;
     this.btnFechar.Click += new System.EventHandler(this.btnFechar_Click);
     //
     // btnDesc
     //
     this.btnDesc.BackColor = System.Drawing.Color.WhiteSmoke;
     this.btnDesc.Image = ((System.Drawing.Image)(resources.GetObject("btnDesc.Image")));
     this.btnDesc.Location = new System.Drawing.Point(159, 6);
     this.btnDesc.Name = "btnDesc";
     this.btnDesc.Size = new System.Drawing.Size(23, 23);
     this.btnDesc.TabIndex = 1;
     this.tipCargo.SetToolTip(this.btnDesc, "Pesquisar");
     this.btnDesc.UseVisualStyleBackColor = true;
     this.btnDesc.Click += new System.EventHandler(this.btnDesc_Click);
     //
     // btnSel
     //
     this.btnSel.BackColor = System.Drawing.Color.WhiteSmoke;
     this.btnSel.Enabled = false;
     this.btnSel.Location = new System.Drawing.Point(378, 320);
     this.btnSel.Name = "btnSel";
     this.btnSel.Size = new System.Drawing.Size(90, 30);
     this.btnSel.TabIndex = 6;
     this.btnSel.Text = "&Selecionar";
     this.tipCargo.SetToolTip(this.btnSel, "Selecionar");
     this.btnSel.UseVisualStyleBackColor = true;
     this.btnSel.Click += new System.EventHandler(this.btnSel_Click);
     //
     // txtDesc
     //
     this.txtDesc.BackColor = System.Drawing.Color.White;
     this.txtDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtDesc.Location = new System.Drawing.Point(6, 7);
     this.txtDesc.MaxLength = 100;
     this.txtDesc.Name = "txtDesc";
     this.txtDesc.Size = new System.Drawing.Size(150, 21);
     this.txtDesc.TabIndex = 0;
     this.tipCargo.SetToolTip(this.txtDesc, "Nome para pesquisar");
     this.txtDesc.Validacao = BLL.validacoes.Controles.TextBoxPersonal.TipoValida.Nenhum;
     this.txtDesc.Enter += new System.EventHandler(this.txtDesc_Enter);
     this.txtDesc.Leave += new System.EventHandler(this.txtDesc_Leave);
     //
     // tabCargo
     //
     this.tabCargo.Controls.Add(this.tabDesc);
     this.tabCargo.Location = new System.Drawing.Point(9, 9);
     this.tabCargo.Name = "tabCargo";
     this.tabCargo.SelectedIndex = 0;
     this.tabCargo.Size = new System.Drawing.Size(488, 385);
     this.tabCargo.TabIndex = 31;
     //
     // tabDesc
     //
     this.tabDesc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
     this.tabDesc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tabDesc.Controls.Add(this.txtDesc);
     this.tabDesc.Controls.Add(this.gridDesc);
     this.tabDesc.Controls.Add(this.btnSel);
     this.tabDesc.Controls.Add(this.btnDesc);
     this.tabDesc.Location = new System.Drawing.Point(4, 22);
     this.tabDesc.Name = "tabDesc";
     this.tabDesc.Padding = new System.Windows.Forms.Padding(3);
     this.tabDesc.Size = new System.Drawing.Size(480, 359);
     this.tabDesc.TabIndex = 1;
     this.tabDesc.Text = "Descrição";
     //
     // gridDesc
     //
     this.gridDesc.AllowUserToAddRows = false;
     this.gridDesc.AllowUserToDeleteRows = false;
     this.gridDesc.AllowUserToResizeRows = false;
     this.gridDesc.BackgroundColor = System.Drawing.Color.White;
     this.gridDesc.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.RaisedVertical;
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.gridDesc.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.gridDesc.ColumnHeadersHeight = 17;
     this.gridDesc.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.gridDesc.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.gridDesc.EnableHeadersVisualStyles = false;
     this.gridDesc.Location = new System.Drawing.Point(6, 36);
     this.gridDesc.MultiSelect = false;
     this.gridDesc.Name = "gridDesc";
     this.gridDesc.ReadOnly = true;
     this.gridDesc.RowHeadersVisible = false;
     this.gridDesc.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.gridDesc.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.gridDesc.Size = new System.Drawing.Size(462, 278);
     this.gridDesc.TabIndex = 2;
     this.gridDesc.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridDesc_CellDoubleClick);
     this.gridDesc.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.gridDesc_RowStateChanged);
     this.gridDesc.SelectionChanged += new System.EventHandler(this.gridDesc_SelectionChanged);
     //
     // frmPesquisaCargoImp
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Silver;
     this.ClientSize = new System.Drawing.Size(505, 436);
     this.Controls.Add(this.tabCargo);
     this.Controls.Add(this.btnFechar);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frmPesquisaCargoImp";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Pesquisar Cargos e Ministérios";
     this.Load += new System.EventHandler(this.frmPesquisaCargoImp_Load);
     this.tabCargo.ResumeLayout(false);
     this.tabDesc.ResumeLayout(false);
     this.tabDesc.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridDesc)).EndInit();
     this.ResumeLayout(false);
 }
 public void FillDataInGridView(System.Windows.Forms.DataGridView view, string[] dataString)
 {
     view.Rows.Add(dataString);
 }
        /// <summary>
        /// Initializes a new instance of the <see cref="JobCandidateDataGridViewBase"/> class.
        /// </summary>
        public JobCandidateDataGridViewBase()
        {
            this.components = new System.ComponentModel.Container();

            this.uxJobCandidateDataGridView         = new System.Windows.Forms.DataGridView();
            this.uxJobCandidateBindingSource        = new System.Windows.Forms.BindingSource(this.components);
            this.uxJobCandidateErrorProvider        = new System.Windows.Forms.ErrorProvider(this.components);
            this.uxJobCandidateIdDataGridViewColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxEmployeeIdDataGridViewColumn     = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.uxResumeDataGridViewColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uxModifiedDateDataGridViewColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
            //this.uxEmployeeIdBindingSource = new EmployeeBindingSource(this.components);
            //((System.ComponentModel.ISupportInitialize)(this.uxEmployeeIdBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxJobCandidateDataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxJobCandidateBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxJobCandidateErrorProvider)).BeginInit();
            this.SuspendLayout();

            //
            // uxJobCandidateErrorProvider
            //
            this.uxJobCandidateErrorProvider.ContainerControl = this;
            this.uxJobCandidateErrorProvider.DataSource       = this.uxJobCandidateBindingSource;
            //
            // uxJobCandidateDataGridView
            //
            this.uxJobCandidateDataGridView.AutoGenerateColumns         = false;
            this.uxJobCandidateDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.uxJobCandidateDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
                this.uxJobCandidateIdDataGridViewColumn,
                this.uxEmployeeIdDataGridViewColumn,
                this.uxResumeDataGridViewColumn,
                this.uxModifiedDateDataGridViewColumn
            });
            this.uxJobCandidateDataGridView.Dock                      = System.Windows.Forms.DockStyle.Fill;
            this.uxJobCandidateDataGridView.Location                  = new System.Drawing.Point(0, 0);
            this.uxJobCandidateDataGridView.Name                      = "uxJobCandidateDataGridView";
            this.uxJobCandidateDataGridView.Size                      = new System.Drawing.Size(470, 300);
            this.uxJobCandidateDataGridView.TabIndex                  = 0;
            this.uxJobCandidateDataGridView.BackgroundColor           = System.Drawing.Color.WhiteSmoke;
            this.uxJobCandidateDataGridView.EnableHeadersVisualStyles = false;
            this.uxJobCandidateDataGridView.DataError                += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.OnJobCandidateDataGridViewDataError);
            this.uxJobCandidateDataGridView.CellValueNeeded          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnJobCandidateDataGridViewCellValueNeeded);
            this.uxJobCandidateDataGridView.CellValuePushed          += new System.Windows.Forms.DataGridViewCellValueEventHandler(this.OnJobCandidateDataGridViewCellValuePushed);

            //
            // uxJobCandidateIdDataGridViewColumn
            //
            this.uxJobCandidateIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxJobCandidateIdDataGridViewColumn.DataPropertyName = "JobCandidateId";
            this.uxJobCandidateIdDataGridViewColumn.HeaderText       = "JobCandidateId";
            this.uxJobCandidateIdDataGridViewColumn.Name             = "uxJobCandidateIdDataGridViewColumn";
            this.uxJobCandidateIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxJobCandidateIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxJobCandidateIdDataGridViewColumn.ReadOnly         = true;
            //
            // uxEmployeeIdDataGridViewColumn
            //
            this.uxEmployeeIdDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxEmployeeIdDataGridViewColumn.DataPropertyName = "EmployeeId";
            this.uxEmployeeIdDataGridViewColumn.HeaderText       = "EmployeeId";
            this.uxEmployeeIdDataGridViewColumn.Name             = "uxEmployeeIdDataGridViewColumn";
            this.uxEmployeeIdDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxEmployeeIdDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxEmployeeIdDataGridViewColumn.ReadOnly         = false;
            //
            // uxResumeDataGridViewColumn
            //
            this.uxResumeDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxResumeDataGridViewColumn.DataPropertyName = "Resume";
            this.uxResumeDataGridViewColumn.HeaderText       = "Resume";
            this.uxResumeDataGridViewColumn.Name             = "uxResumeDataGridViewColumn";
            this.uxResumeDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxResumeDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxResumeDataGridViewColumn.ReadOnly         = false;
            //
            // uxModifiedDateDataGridViewColumn
            //
            this.uxModifiedDateDataGridViewColumn.AutoSizeMode     = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
            this.uxModifiedDateDataGridViewColumn.DataPropertyName = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.HeaderText       = "ModifiedDate";
            this.uxModifiedDateDataGridViewColumn.Name             = "uxModifiedDateDataGridViewColumn";
            this.uxModifiedDateDataGridViewColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
            this.uxModifiedDateDataGridViewColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.uxModifiedDateDataGridViewColumn.ReadOnly         = false;
            //
            // uxEmployeeIdDataGridViewColumn
            //
            this.uxEmployeeIdDataGridViewColumn.DisplayMember = "NationalIdNumber";
            this.uxEmployeeIdDataGridViewColumn.ValueMember   = "EmployeeId";
            this.uxEmployeeIdDataGridViewColumn.DisplayStyleForCurrentCellOnly = true;
            //uxEmployeeIdDataGridViewColumn.DataSource = uxEmployeeIdBindingSource;


            // this
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.uxJobCandidateDataGridView);
            this.Name = "JobCandidateDataGridView";
            this.Size = new System.Drawing.Size(470, 300);
            //((System.ComponentModel.ISupportInitialize)(this.uxEmployeeIdBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxJobCandidateErrorProvider)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxJobCandidateDataGridView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uxJobCandidateBindingSource)).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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_comAutorizacion));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStripEvents = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonSave = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonNew = new System.Windows.Forms.ToolStripButton();
     this.panel1 = new System.Windows.Forms.Panel();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.dataGridViewAutorizacion = new System.Windows.Forms.DataGridView();
     this.nIVELIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dESCRIPCIONDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.bindingSourceAutorizacion = new System.Windows.Forms.BindingSource(this.components);
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textBoxDescrip = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.toolStripButtonClose = new System.Windows.Forms.ToolStripButton();
     this.toolStripEvents.SuspendLayout();
     this.panel1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAutorizacion)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceAutorizacion)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStripEvents
     //
     this.toolStripEvents.AutoSize = false;
     this.toolStripEvents.BackColor = System.Drawing.SystemColors.Control;
     this.toolStripEvents.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.toolStripEvents.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButtonSave,
     this.toolStripLabel1,
     this.toolStripButtonNew,
     this.toolStripButtonClose});
     this.toolStripEvents.Location = new System.Drawing.Point(0, 297);
     this.toolStripEvents.Name = "toolStripEvents";
     this.toolStripEvents.Size = new System.Drawing.Size(649, 50);
     this.toolStripEvents.TabIndex = 9;
     this.toolStripEvents.Text = "toolStrip1";
     //
     // toolStripButtonSave
     //
     this.toolStripButtonSave.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSave.Image")));
     this.toolStripButtonSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSave.Name = "toolStripButtonSave";
     this.toolStripButtonSave.Size = new System.Drawing.Size(94, 47);
     this.toolStripButtonSave.Text = "Grabar";
     this.toolStripButtonSave.Click += new System.EventHandler(this.toolStripButtonSave_Click);
     //
     // toolStripButtonNew
     //
     this.toolStripButtonNew.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNew.Image")));
     this.toolStripButtonNew.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonNew.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonNew.Name = "toolStripButtonNew";
     this.toolStripButtonNew.Size = new System.Drawing.Size(136, 47);
     this.toolStripButtonNew.Text = "Nuevo Ingreso";
     this.toolStripButtonNew.Click += new System.EventHandler(this.toolStripButtonNew_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.groupBox2);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(649, 297);
     this.panel1.TabIndex = 10;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.dataGridViewAutorizacion);
     this.groupBox2.Dock = System.Windows.Forms.DockStyle.Right;
     this.groupBox2.Location = new System.Drawing.Point(295, 0);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(354, 297);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Niveles de Autorización";
     //
     // dataGridViewAutorizacion
     //
     this.dataGridViewAutorizacion.AllowUserToAddRows = false;
     this.dataGridViewAutorizacion.AllowUserToDeleteRows = false;
     this.dataGridViewAutorizacion.AutoGenerateColumns = false;
     this.dataGridViewAutorizacion.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.InactiveCaption;
     dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewAutorizacion.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridViewAutorizacion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewAutorizacion.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.nIVELIDDataGridViewTextBoxColumn,
     this.dESCRIPCIONDataGridViewTextBoxColumn});
     this.dataGridViewAutorizacion.DataSource = this.bindingSourceAutorizacion;
     this.dataGridViewAutorizacion.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridViewAutorizacion.EnableHeadersVisualStyles = false;
     this.dataGridViewAutorizacion.Location = new System.Drawing.Point(3, 16);
     this.dataGridViewAutorizacion.MultiSelect = false;
     this.dataGridViewAutorizacion.Name = "dataGridViewAutorizacion";
     this.dataGridViewAutorizacion.ReadOnly = true;
     this.dataGridViewAutorizacion.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.dataGridViewAutorizacion.Size = new System.Drawing.Size(348, 278);
     this.dataGridViewAutorizacion.TabIndex = 0;
     this.dataGridViewAutorizacion.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewAutorizacion_CellClick);
     //
     // nIVELIDDataGridViewTextBoxColumn
     //
     this.nIVELIDDataGridViewTextBoxColumn.DataPropertyName = "NIVEL_ID";
     this.nIVELIDDataGridViewTextBoxColumn.HeaderText = "NIVEL_ID";
     this.nIVELIDDataGridViewTextBoxColumn.Name = "nIVELIDDataGridViewTextBoxColumn";
     this.nIVELIDDataGridViewTextBoxColumn.ReadOnly = true;
     this.nIVELIDDataGridViewTextBoxColumn.Visible = false;
     //
     // dESCRIPCIONDataGridViewTextBoxColumn
     //
     this.dESCRIPCIONDataGridViewTextBoxColumn.DataPropertyName = "DESCRIPCION";
     this.dESCRIPCIONDataGridViewTextBoxColumn.HeaderText = "Descripción";
     this.dESCRIPCIONDataGridViewTextBoxColumn.Name = "dESCRIPCIONDataGridViewTextBoxColumn";
     this.dESCRIPCIONDataGridViewTextBoxColumn.ReadOnly = true;
     this.dESCRIPCIONDataGridViewTextBoxColumn.Width = 280;
     //
     // bindingSourceAutorizacion
     //
     this.bindingSourceAutorizacion.DataSource = typeof(Entities.Tables.COMAUTORIZACION);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBoxDescrip);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(292, 297);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Detalle";
     //
     // textBoxDescrip
     //
     this.textBoxDescrip.Location = new System.Drawing.Point(12, 128);
     this.textBoxDescrip.Name = "textBoxDescrip";
     this.textBoxDescrip.Size = new System.Drawing.Size(254, 20);
     this.textBoxDescrip.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(101, 97);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(63, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Descripción";
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(136, 47);
     this.toolStripLabel1.Text = "                                           ";
     //
     // toolStripButtonClose
     //
     this.toolStripButtonClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButtonClose.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonClose.Image")));
     this.toolStripButtonClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonClose.Name = "toolStripButtonClose";
     this.toolStripButtonClose.Size = new System.Drawing.Size(83, 47);
     this.toolStripButtonClose.Text = "Cerrar";
     this.toolStripButtonClose.Click += new System.EventHandler(this.toolStripButtonClose_Click);
     //
     // Frm_comAutorizacion
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize = new System.Drawing.Size(649, 347);
     this.ControlBox = false;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolStripEvents);
     this.Name = "Frm_comAutorizacion";
     this.Text = "A.B.M. Niveles de Autorizacion";
     this.Load += new System.EventHandler(this.Frm_comAutorizacion_Load);
     this.toolStripEvents.ResumeLayout(false);
     this.toolStripEvents.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewAutorizacion)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceAutorizacion)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Example #43
0
        public static void PaintClosedOrders(System.Windows.Forms.Integration.WindowsFormsHost _positionHost, System.Windows.Forms.DataGridView _gridOrders, List <Order> _ordersIn)
        {
            try
            {
                if (_positionHost.Child == null)
                {
                    return;
                }

                if (!_positionHost.CheckAccess())
                {
                    _positionHost.Dispatcher.Invoke(new Action <System.Windows.Forms.Integration.WindowsFormsHost, System.Windows.Forms.DataGridView, List <Order> >(PaintClosedOrders), _positionHost, _gridOrders, _ordersIn);
                    return;
                }
                _gridOrders.Rows.Clear();

                if (_ordersIn == null)
                {
                    return;
                }

                var _orders = _ordersIn.OrderBy(o => o.TimeCreate).ToList();

                for (int i = _orders.Count - 1; _orders != null && _orders.Count != 0 && i > -1; i--)
                {
                    if (_orders[i].State == OrderStateType.Activ ||
                        _orders[i].State == OrderStateType.Cancel || _orders[i].State == OrderStateType.Pending
                        )
                    {
                        continue;
                    }

                    System.Windows.Forms.DataGridViewRow nRow = new System.Windows.Forms.DataGridViewRow();

                    nRow.Cells.Add(new System.Windows.Forms.DataGridViewTextBoxCell());
                    nRow.Cells[0].Value = _orders[i].NumberUser;

                    nRow.Cells.Add(new System.Windows.Forms.DataGridViewTextBoxCell());
                    nRow.Cells[1].Value = _orders[i].NumberMarket;

                    nRow.Cells.Add(new System.Windows.Forms.DataGridViewTextBoxCell());
                    nRow.Cells[2].Value = _orders[i].TimeCreate;

                    nRow.Cells.Add(new System.Windows.Forms.DataGridViewTextBoxCell());
                    nRow.Cells[3].Value = _orders[i].SecurityNameCode;

                    nRow.Cells.Add(new System.Windows.Forms.DataGridViewTextBoxCell());
                    nRow.Cells[4].Value = _orders[i].PortfolioNumber;

                    nRow.Cells.Add(new System.Windows.Forms.DataGridViewTextBoxCell());
                    nRow.Cells[5].Value = _orders[i].Side;

                    nRow.Cells.Add(new System.Windows.Forms.DataGridViewTextBoxCell());
                    nRow.Cells[6].Value = _orders[i].State;

                    nRow.Cells.Add(new System.Windows.Forms.DataGridViewTextBoxCell());
                    nRow.Cells[7].Value = _orders[i].Price.ToStringWithNoEndZero();

                    nRow.Cells.Add(new System.Windows.Forms.DataGridViewTextBoxCell());
                    nRow.Cells[8].Value = _orders[i].PriceReal.ToStringWithNoEndZero();

                    nRow.Cells.Add(new System.Windows.Forms.DataGridViewTextBoxCell());
                    nRow.Cells[9].Value = _orders[i].Volume.ToStringWithNoEndZero();

                    nRow.Cells.Add(new System.Windows.Forms.DataGridViewTextBoxCell());
                    nRow.Cells[10].Value = _orders[i].TypeOrder;

                    nRow.Cells.Add(new System.Windows.Forms.DataGridViewTextBoxCell());
                    nRow.Cells[11].Value = _orders[i].TimeRoundTrip;

                    _gridOrders.Rows.Add(nRow);
                }
            }
            catch
            {
                // ignore. Let us sometimes face with null-value, when deleting the original order or modification, but don't break work of mail thread
                // игнорим. Пусть иногда натыкаемся на налл, при удалении исходного ордера или модификации
                // зато не мешаем основному потоку работать
                //SendNewLogMessage(error.ToString(), LogMessageType.Error);
            }
        }
Example #44
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeClientIdentifierTypeRefAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeClientIdentifierTypeRefEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeClientIdentifierTypeRefSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeClientIdentifierTypeRef = new System.Windows.Forms.DataGridView();
            this.labelClientIdentifierTypeName            = new System.Windows.Forms.Label();
            this.textBoxClientIdentifierTypeName          = new System.Windows.Forms.TextBox();
            this.labelClientIdentifierType              = new System.Windows.Forms.Label();
            this.textBoxClientIdentifierType            = new System.Windows.Forms.TextBox();
            this.labelClientIdentifierTypeDescription   = new System.Windows.Forms.Label();
            this.textBoxClientIdentifierTypeDescription = new System.Windows.Forms.TextBox();
            this.labelSortOrder         = new System.Windows.Forms.Label();
            this.maskedTextBoxSortOrder = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.labelActiveFlag        = new System.Windows.Forms.Label();
            this.checkBoxActiveFlag     = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeClientIdentifierTypeRef)).BeginInit();
            this.SuspendLayout();
            //
            // labelClientIdentifierTypeName
            //
            this.labelClientIdentifierTypeName.AutoSize = true;
            this.labelClientIdentifierTypeName.Location = new System.Drawing.Point(11, 13);
            this.labelClientIdentifierTypeName.Name     = "labelClientIdentifierTypeName";
            this.labelClientIdentifierTypeName.Size     = new System.Drawing.Size(71, 13);
            this.labelClientIdentifierTypeName.TabIndex = 2;
            this.labelClientIdentifierTypeName.Text     = "Client Identifier Type Name:";
            //
            //textBoxClientIdentifierTypeName
            //
            this.textBoxClientIdentifierTypeName.Location = new System.Drawing.Point(238, 13);
            this.textBoxClientIdentifierTypeName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxClientIdentifierTypeName.Name     = "textBoxClientIdentifierTypeName";
            this.textBoxClientIdentifierTypeName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxClientIdentifierTypeName.TabIndex = 3;
            //
            // labelClientIdentifierType
            //
            this.labelClientIdentifierType.AutoSize = true;
            this.labelClientIdentifierType.Location = new System.Drawing.Point(11, 36);
            this.labelClientIdentifierType.Name     = "labelClientIdentifierType";
            this.labelClientIdentifierType.Size     = new System.Drawing.Size(71, 13);
            this.labelClientIdentifierType.TabIndex = 4;
            this.labelClientIdentifierType.Text     = "Client Identifier Type:";
            //
            //textBoxClientIdentifierType
            //
            this.textBoxClientIdentifierType.Location = new System.Drawing.Point(238, 36);
            this.textBoxClientIdentifierType.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxClientIdentifierType.Name     = "textBoxClientIdentifierType";
            this.textBoxClientIdentifierType.Size     = new System.Drawing.Size(250, 20);
            this.textBoxClientIdentifierType.TabIndex = 5;
            //
            // labelClientIdentifierTypeDescription
            //
            this.labelClientIdentifierTypeDescription.AutoSize = true;
            this.labelClientIdentifierTypeDescription.Location = new System.Drawing.Point(11, 59);
            this.labelClientIdentifierTypeDescription.Name     = "labelClientIdentifierTypeDescription";
            this.labelClientIdentifierTypeDescription.Size     = new System.Drawing.Size(71, 13);
            this.labelClientIdentifierTypeDescription.TabIndex = 6;
            this.labelClientIdentifierTypeDescription.Text     = "Client Identifier Type Description:";
            //
            //textBoxClientIdentifierTypeDescription
            //
            this.textBoxClientIdentifierTypeDescription.Location = new System.Drawing.Point(238, 59);
            this.textBoxClientIdentifierTypeDescription.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxClientIdentifierTypeDescription.Name     = "textBoxClientIdentifierTypeDescription";
            this.textBoxClientIdentifierTypeDescription.Size     = new System.Drawing.Size(250, 20);
            this.textBoxClientIdentifierTypeDescription.TabIndex = 7;
            //
            // labelSortOrder
            //
            this.labelSortOrder.AutoSize = true;
            this.labelSortOrder.Location = new System.Drawing.Point(11, 82);
            this.labelSortOrder.Name     = "labelSortOrder";
            this.labelSortOrder.Size     = new System.Drawing.Size(71, 13);
            this.labelSortOrder.TabIndex = 8;
            this.labelSortOrder.Text     = "Sort Order:";
            //
            //maskedTextBoxSortOrder
            //
            this.maskedTextBoxSortOrder.Location = new System.Drawing.Point(238, 82);
            this.maskedTextBoxSortOrder.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxSortOrder.Name     = "maskedTextBoxSortOrder";
            this.maskedTextBoxSortOrder.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxSortOrder.TabIndex = 9;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 10;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(238, 105);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 11;
            //
            // labelActiveFlag
            //
            this.labelActiveFlag.AutoSize = true;
            this.labelActiveFlag.Location = new System.Drawing.Point(11, 128);
            this.labelActiveFlag.Name     = "labelActiveFlag";
            this.labelActiveFlag.Size     = new System.Drawing.Size(71, 13);
            this.labelActiveFlag.TabIndex = 12;
            this.labelActiveFlag.Text     = "Active Flag:";
            //
            //checkBoxActiveFlag
            //
            this.checkBoxActiveFlag.Location = new System.Drawing.Point(238, 128);
            this.checkBoxActiveFlag.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.checkBoxActiveFlag.Name     = "checkBoxActiveFlag";
            this.checkBoxActiveFlag.Size     = new System.Drawing.Size(250, 20);
            this.checkBoxActiveFlag.TabIndex = 13;
            //
            // dataGridViewCrudeClientIdentifierTypeRef
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeClientIdentifierTypeRef.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeClientIdentifierTypeRef.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.dataGridViewCrudeClientIdentifierTypeRef.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeClientIdentifierTypeRef.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeClientIdentifierTypeRef.Location      = new System.Drawing.Point(12, 161);
            this.dataGridViewCrudeClientIdentifierTypeRef.Name          = "dataGridViewCrudeClientIdentifierTypeRef";
            this.dataGridViewCrudeClientIdentifierTypeRef.Size          = new System.Drawing.Size(476, 96);
            this.dataGridViewCrudeClientIdentifierTypeRef.TabIndex      = 0;
            this.dataGridViewCrudeClientIdentifierTypeRef.ReadOnly      = true;
            this.dataGridViewCrudeClientIdentifierTypeRef.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeClientIdentifierTypeRef_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(396, 264);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeClientIdentifierTypeRefSearch
            //
            this.buttonCrudeClientIdentifierTypeRefSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeClientIdentifierTypeRefSearch.Location = new System.Drawing.Point(296, 264);
            this.buttonCrudeClientIdentifierTypeRefSearch.Name     = "buttonCrudeClientIdentifierTypeRefSearch";
            this.buttonCrudeClientIdentifierTypeRefSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeClientIdentifierTypeRefSearch.TabIndex = 2;
            this.buttonCrudeClientIdentifierTypeRefSearch.Text     = "&Search";
            this.buttonCrudeClientIdentifierTypeRefSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeClientIdentifierTypeRefSearch.Click += new System.EventHandler(this.buttonCrudeClientIdentifierTypeRefSearch_Click);
            //
            // buttonCrudeClientIdentifierTypeRefAdd
            //
            this.buttonCrudeClientIdentifierTypeRefAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeClientIdentifierTypeRefAdd.Location = new System.Drawing.Point(196, 264);
            this.buttonCrudeClientIdentifierTypeRefAdd.Name     = "buttonCrudeClientIdentifierTypeRefAdd";
            this.buttonCrudeClientIdentifierTypeRefAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeClientIdentifierTypeRefAdd.TabIndex = 3;
            this.buttonCrudeClientIdentifierTypeRefAdd.Text     = "&Add";
            this.buttonCrudeClientIdentifierTypeRefAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeClientIdentifierTypeRefAdd.Click += new System.EventHandler(this.buttonCrudeClientIdentifierTypeRefAdd_Click);
            //
            // buttonCrudeClientIdentifierTypeRefEdit
            //
            this.buttonCrudeClientIdentifierTypeRefEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeClientIdentifierTypeRefEdit.Location = new System.Drawing.Point(96, 264);
            this.buttonCrudeClientIdentifierTypeRefEdit.Name     = "buttonCrudeClientIdentifierTypeRefEdit";
            this.buttonCrudeClientIdentifierTypeRefEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeClientIdentifierTypeRefEdit.TabIndex = 4;
            this.buttonCrudeClientIdentifierTypeRefEdit.Text     = "&Edit";
            this.buttonCrudeClientIdentifierTypeRefEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeClientIdentifierTypeRefEdit.Click += new System.EventHandler(this.buttonCrudeClientIdentifierTypeRefEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(500, 292);
            this.Controls.Add(this.buttonCrudeClientIdentifierTypeRefSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeClientIdentifierTypeRefAdd);
            this.Controls.Add(this.buttonCrudeClientIdentifierTypeRefEdit);
            this.Controls.Add(this.dataGridViewCrudeClientIdentifierTypeRef);
            this.Name = "CrudeClientIdentifierTypeRefSearch";
            this.Text = "Client Identifier Type Ref Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeClientIdentifierTypeRef)).EndInit();
            this.Controls.Add(this.labelClientIdentifierTypeName);
            this.Controls.Add(this.textBoxClientIdentifierTypeName);
            this.Controls.Add(this.labelClientIdentifierType);
            this.Controls.Add(this.textBoxClientIdentifierType);
            this.Controls.Add(this.labelClientIdentifierTypeDescription);
            this.Controls.Add(this.textBoxClientIdentifierTypeDescription);
            this.Controls.Add(this.labelSortOrder);
            this.Controls.Add(this.maskedTextBoxSortOrder);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelActiveFlag);
            this.Controls.Add(this.checkBoxActiveFlag);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainMenuVentas));
     this.label1                 = new System.Windows.Forms.Label();
     this.txtBoxBuscarVentas     = new System.Windows.Forms.TextBox();
     tablaVentas                 = new System.Windows.Forms.DataGridView();
     this.btnRegresarVentanaBase = new System.Windows.Forms.Button();
     this.btnEliminarVentas      = new System.Windows.Forms.Button();
     this.btnModificarVentas     = new System.Windows.Forms.Button();
     this.btnBuscarVentas        = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(tablaVentas)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Rockwell", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(354, 28);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(57, 17);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Ventas";
     //
     // txtBoxBuscarVentas
     //
     this.txtBoxBuscarVentas.Anchor           = System.Windows.Forms.AnchorStyles.Left;
     this.txtBoxBuscarVentas.Location         = new System.Drawing.Point(26, 61);
     this.txtBoxBuscarVentas.Name             = "txtBoxBuscarVentas";
     this.txtBoxBuscarVentas.ShortcutsEnabled = false;
     this.txtBoxBuscarVentas.Size             = new System.Drawing.Size(698, 20);
     this.txtBoxBuscarVentas.TabIndex         = 3;
     this.txtBoxBuscarVentas.TextChanged     += new System.EventHandler(this.txtBoxBuscarVentas_TextChanged);
     this.txtBoxBuscarVentas.KeyPress        += new System.Windows.Forms.KeyPressEventHandler(this.txtBoxBuscarVentas_KeyPress);
     //
     // tablaVentas
     //
     tablaVentas.Anchor = System.Windows.Forms.AnchorStyles.Left;
     tablaVentas.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     tablaVentas.Location            = new System.Drawing.Point(26, 96);
     tablaVentas.Name              = "tablaVentas";
     tablaVentas.Size              = new System.Drawing.Size(736, 395);
     tablaVentas.TabIndex          = 4;
     tablaVentas.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.tablaVentas_CellContentClick);
     //
     // btnRegresarVentanaBase
     //
     this.btnRegresarVentanaBase.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRegresarVentanaBase.BackgroundImage                   = ((System.Drawing.Image)(resources.GetObject("btnRegresarVentanaBase.BackgroundImage")));
     this.btnRegresarVentanaBase.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Center;
     this.btnRegresarVentanaBase.FlatAppearance.BorderSize         = 0;
     this.btnRegresarVentanaBase.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LimeGreen;
     this.btnRegresarVentanaBase.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.btnRegresarVentanaBase.Location                          = new System.Drawing.Point(970, 12);
     this.btnRegresarVentanaBase.Name     = "btnRegresarVentanaBase";
     this.btnRegresarVentanaBase.Size     = new System.Drawing.Size(38, 33);
     this.btnRegresarVentanaBase.TabIndex = 9;
     this.btnRegresarVentanaBase.UseVisualStyleBackColor = true;
     this.btnRegresarVentanaBase.Click += new System.EventHandler(this.btnRegresarVentanaBase_Click);
     //
     // btnEliminarVentas
     //
     this.btnEliminarVentas.Anchor                            = System.Windows.Forms.AnchorStyles.Right;
     this.btnEliminarVentas.BackColor                         = System.Drawing.Color.LimeGreen;
     this.btnEliminarVentas.BackgroundImage                   = ((System.Drawing.Image)(resources.GetObject("btnEliminarVentas.BackgroundImage")));
     this.btnEliminarVentas.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Center;
     this.btnEliminarVentas.FlatAppearance.BorderSize         = 0;
     this.btnEliminarVentas.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DarkGray;
     this.btnEliminarVentas.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.btnEliminarVentas.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnEliminarVentas.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btnEliminarVentas.Location  = new System.Drawing.Point(841, 321);
     this.btnEliminarVentas.Name      = "btnEliminarVentas";
     this.btnEliminarVentas.Size      = new System.Drawing.Size(101, 97);
     this.btnEliminarVentas.TabIndex  = 8;
     this.btnEliminarVentas.UseVisualStyleBackColor = false;
     this.btnEliminarVentas.Click += new System.EventHandler(this.btnEliminarVentas_Click);
     //
     // btnModificarVentas
     //
     this.btnModificarVentas.Anchor                            = System.Windows.Forms.AnchorStyles.Right;
     this.btnModificarVentas.BackColor                         = System.Drawing.Color.LimeGreen;
     this.btnModificarVentas.BackgroundImage                   = ((System.Drawing.Image)(resources.GetObject("btnModificarVentas.BackgroundImage")));
     this.btnModificarVentas.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Center;
     this.btnModificarVentas.FlatAppearance.BorderSize         = 0;
     this.btnModificarVentas.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DarkGray;
     this.btnModificarVentas.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.btnModificarVentas.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnModificarVentas.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btnModificarVentas.Location  = new System.Drawing.Point(841, 146);
     this.btnModificarVentas.Name      = "btnModificarVentas";
     this.btnModificarVentas.Size      = new System.Drawing.Size(101, 97);
     this.btnModificarVentas.TabIndex  = 7;
     this.btnModificarVentas.UseVisualStyleBackColor = false;
     this.btnModificarVentas.Click += new System.EventHandler(this.btnModificarVentas_Click);
     //
     // btnBuscarVentas
     //
     this.btnBuscarVentas.Anchor                            = System.Windows.Forms.AnchorStyles.Left;
     this.btnBuscarVentas.BackgroundImage                   = ((System.Drawing.Image)(resources.GetObject("btnBuscarVentas.BackgroundImage")));
     this.btnBuscarVentas.BackgroundImageLayout             = System.Windows.Forms.ImageLayout.Zoom;
     this.btnBuscarVentas.FlatAppearance.BorderSize         = 0;
     this.btnBuscarVentas.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LimeGreen;
     this.btnBuscarVentas.FlatStyle                         = System.Windows.Forms.FlatStyle.Flat;
     this.btnBuscarVentas.Location                          = new System.Drawing.Point(725, 61);
     this.btnBuscarVentas.Name     = "btnBuscarVentas";
     this.btnBuscarVentas.Size     = new System.Drawing.Size(37, 23);
     this.btnBuscarVentas.TabIndex = 5;
     this.btnBuscarVentas.UseVisualStyleBackColor = true;
     this.btnBuscarVentas.Click += new System.EventHandler(this.btnBuscarVentas_Click);
     //
     // MainMenuVentas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.LightGray;
     this.ClientSize          = new System.Drawing.Size(1020, 520);
     this.Controls.Add(this.btnRegresarVentanaBase);
     this.Controls.Add(this.btnEliminarVentas);
     this.Controls.Add(this.btnModificarVentas);
     this.Controls.Add(this.btnBuscarVentas);
     this.Controls.Add(tablaVentas);
     this.Controls.Add(this.txtBoxBuscarVentas);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "MainMenuVentas";
     this.Text            = "MainMenuVentas";
     this.Load           += new System.EventHandler(this.MainMenuVentas_Load);
     ((System.ComponentModel.ISupportInitialize)(tablaVentas)).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.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.panel2 = new System.Windows.Forms.Panel();
     this.button3 = new System.Windows.Forms.Button();
     this.dateTimePicker4 = new System.Windows.Forms.DateTimePicker();
     this.label15 = new System.Windows.Forms.Label();
     this.dateTimePicker3 = new System.Windows.Forms.DateTimePicker();
     this.label13 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.comboBoxdbcr = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.businessbutton3 = new System.Windows.Forms.Button();
     this.oktwobutton = new System.Windows.Forms.Button();
     this.saveonebutton = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.label4 = new System.Windows.Forms.Label();
     this.dtpInvoiceDateFrom = new System.Windows.Forms.DateTimePicker();
     this.label3 = new System.Windows.Forms.Label();
     this.textBox1partic = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.textBoxdramt = new System.Windows.Forms.TextBox();
     this.comboBoxcust = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.comboBox1acct = new System.Windows.Forms.ComboBox();
     this.label24 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.comboBox1accts = new System.Windows.Forms.ComboBox();
     this.label7 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location = new System.Drawing.Point(451, 50);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.ReadOnly = true;
     this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size = new System.Drawing.Size(575, 320);
     this.dataGridView1.TabIndex = 0;
     this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.button3);
     this.panel2.Controls.Add(this.dateTimePicker4);
     this.panel2.Controls.Add(this.label15);
     this.panel2.Controls.Add(this.dateTimePicker3);
     this.panel2.Controls.Add(this.label13);
     this.panel2.Location = new System.Drawing.Point(451, 4);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(575, 40);
     this.panel2.TabIndex = 89;
     //
     // button3
     //
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.button3.Location = new System.Drawing.Point(484, 9);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(59, 25);
     this.button3.TabIndex = 17;
     this.button3.Text = "Search";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // dateTimePicker4
     //
     this.dateTimePicker4.Location = new System.Drawing.Point(297, 12);
     this.dateTimePicker4.Name = "dateTimePicker4";
     this.dateTimePicker4.Size = new System.Drawing.Size(181, 20);
     this.dateTimePicker4.TabIndex = 16;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(262, 15);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(20, 13);
     this.label15.TabIndex = 35;
     this.label15.Text = "To";
     //
     // dateTimePicker3
     //
     this.dateTimePicker3.Location = new System.Drawing.Point(60, 12);
     this.dateTimePicker3.Name = "dateTimePicker3";
     this.dateTimePicker3.Size = new System.Drawing.Size(181, 20);
     this.dateTimePicker3.TabIndex = 15;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(9, 15);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(30, 13);
     this.label13.TabIndex = 33;
     this.label13.Text = "From";
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.comboBox1accts);
     this.panel1.Controls.Add(this.comboBoxdbcr);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.businessbutton3);
     this.panel1.Controls.Add(this.oktwobutton);
     this.panel1.Controls.Add(this.saveonebutton);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.dtpInvoiceDateFrom);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.textBox1partic);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.textBoxdramt);
     this.panel1.Controls.Add(this.comboBoxcust);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.comboBox1acct);
     this.panel1.Controls.Add(this.label24);
     this.panel1.Location = new System.Drawing.Point(12, 4);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(433, 427);
     this.panel1.TabIndex = 90;
     //
     // comboBoxdbcr
     //
     this.comboBoxdbcr.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxdbcr.FormattingEnabled = true;
     this.comboBoxdbcr.Items.AddRange(new object[] {
     "Credit",
     "Debit"});
     this.comboBoxdbcr.Location = new System.Drawing.Point(140, 199);
     this.comboBoxdbcr.Name = "comboBoxdbcr";
     this.comboBoxdbcr.Size = new System.Drawing.Size(127, 21);
     this.comboBoxdbcr.TabIndex = 165;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(25, 200);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(51, 17);
     this.label5.TabIndex = 166;
     this.label5.Text = "Post To";
     //
     // businessbutton3
     //
     this.businessbutton3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.businessbutton3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.businessbutton3.Location = new System.Drawing.Point(326, 392);
     this.businessbutton3.Name = "businessbutton3";
     this.businessbutton3.Size = new System.Drawing.Size(50, 25);
     this.businessbutton3.TabIndex = 164;
     this.businessbutton3.Text = "Close";
     this.businessbutton3.UseVisualStyleBackColor = true;
     this.businessbutton3.Visible = false;
     this.businessbutton3.Click += new System.EventHandler(this.businessbutton3_Click);
     //
     // oktwobutton
     //
     this.oktwobutton.Enabled = false;
     this.oktwobutton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.oktwobutton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.oktwobutton.Location = new System.Drawing.Point(272, 392);
     this.oktwobutton.Name = "oktwobutton";
     this.oktwobutton.Size = new System.Drawing.Size(50, 25);
     this.oktwobutton.TabIndex = 163;
     this.oktwobutton.Text = "Delete";
     this.oktwobutton.UseVisualStyleBackColor = true;
     this.oktwobutton.Click += new System.EventHandler(this.oktwobutton_Click);
     //
     // saveonebutton
     //
     this.saveonebutton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.saveonebutton.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.saveonebutton.Location = new System.Drawing.Point(136, 392);
     this.saveonebutton.Name = "saveonebutton";
     this.saveonebutton.Size = new System.Drawing.Size(50, 25);
     this.saveonebutton.TabIndex = 161;
     this.saveonebutton.Text = "Save";
     this.saveonebutton.UseVisualStyleBackColor = true;
     this.saveonebutton.Click += new System.EventHandler(this.saveonebutton_Click);
     //
     // button1
     //
     this.button1.Enabled = false;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.button1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.button1.Location = new System.Drawing.Point(193, 392);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(74, 25);
     this.button1.TabIndex = 162;
     this.button1.Text = "Update";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(28, 122);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(34, 17);
     this.label4.TabIndex = 160;
     this.label4.Text = "Date";
     //
     // dtpInvoiceDateFrom
     //
     this.dtpInvoiceDateFrom.Location = new System.Drawing.Point(140, 122);
     this.dtpInvoiceDateFrom.Name = "dtpInvoiceDateFrom";
     this.dtpInvoiceDateFrom.Size = new System.Drawing.Size(200, 20);
     this.dtpInvoiceDateFrom.TabIndex = 159;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(25, 282);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(65, 17);
     this.label3.TabIndex = 158;
     this.label3.Text = "Particulars";
     //
     // textBox1partic
     //
     this.textBox1partic.Location = new System.Drawing.Point(140, 271);
     this.textBox1partic.Multiline = true;
     this.textBox1partic.Name = "textBox1partic";
     this.textBox1partic.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox1partic.Size = new System.Drawing.Size(233, 107);
     this.textBox1partic.TabIndex = 157;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(25, 164);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(53, 17);
     this.label2.TabIndex = 156;
     this.label2.Text = "Amount";
     //
     // textBoxdramt
     //
     this.textBoxdramt.Location = new System.Drawing.Point(140, 163);
     this.textBoxdramt.Name = "textBoxdramt";
     this.textBoxdramt.Size = new System.Drawing.Size(127, 20);
     this.textBoxdramt.TabIndex = 155;
     this.textBoxdramt.TextChanged += new System.EventHandler(this.textBoxdrsalary_TextChanged);
     //
     // comboBoxcust
     //
     this.comboBoxcust.FormattingEnabled = true;
     this.comboBoxcust.Location = new System.Drawing.Point(140, 81);
     this.comboBoxcust.Name = "comboBoxcust";
     this.comboBoxcust.Size = new System.Drawing.Size(233, 21);
     this.comboBoxcust.TabIndex = 116;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(25, 82);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 17);
     this.label1.TabIndex = 117;
     this.label1.Text = "Name";
     //
     // comboBox1acct
     //
     this.comboBox1acct.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1acct.FormattingEnabled = true;
     this.comboBox1acct.Location = new System.Drawing.Point(140, 28);
     this.comboBox1acct.Name = "comboBox1acct";
     this.comboBox1acct.Size = new System.Drawing.Size(233, 21);
     this.comboBox1acct.TabIndex = 114;
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(25, 29);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(67, 17);
     this.label24.TabIndex = 115;
     this.label24.Text = "Cash/Bank";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     this.label6.Location = new System.Drawing.Point(507, 391);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(478, 20);
     this.label6.TabIndex = 195;
     this.label6.Text = "Simple Debit and Credit System of Clients and Transaction Posting";
     //
     // comboBox1accts
     //
     this.comboBox1accts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1accts.FormattingEnabled = true;
     this.comboBox1accts.Items.AddRange(new object[] {
     "Credit",
     "Debit"});
     this.comboBox1accts.Location = new System.Drawing.Point(140, 233);
     this.comboBox1accts.Name = "comboBox1accts";
     this.comboBox1accts.Size = new System.Drawing.Size(127, 21);
     this.comboBox1accts.TabIndex = 167;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(25, 237);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(57, 17);
     this.label7.TabIndex = 168;
     this.label7.Text = "Accounts";
     //
     // frmpayment
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1038, 436);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.dataGridView1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.Name = "frmpayment";
     this.Text = "Payment Form";
     this.Load += new System.EventHandler(this.frmpayment_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.button2       = new System.Windows.Forms.Button();
     this.button1       = new System.Windows.Forms.Button();
     this.textBox3      = new System.Windows.Forms.TextBox();
     this.textBox2      = new System.Windows.Forms.TextBox();
     this.label3        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.label1        = new System.Windows.Forms.Label();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.groupBox2     = new System.Windows.Forms.GroupBox();
     this.button4       = new System.Windows.Forms.Button();
     this.button3       = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(239, 152);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Nueva fila";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(125, 113);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(93, 23);
     this.button2.TabIndex = 7;
     this.button2.Text     = "Limpiar";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(19, 113);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(93, 23);
     this.button1.TabIndex = 6;
     this.button1.Text     = "Agregar";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // textBox3
     //
     this.textBox3.Location     = new System.Drawing.Point(73, 77);
     this.textBox3.Name         = "textBox3";
     this.textBox3.Size         = new System.Drawing.Size(145, 20);
     this.textBox3.TabIndex     = 5;
     this.textBox3.TextChanged += new System.EventHandler(this.NewRowTextBoxesTextChanged);
     //
     // textBox2
     //
     this.textBox2.Location     = new System.Drawing.Point(73, 51);
     this.textBox2.Name         = "textBox2";
     this.textBox2.Size         = new System.Drawing.Size(145, 20);
     this.textBox2.TabIndex     = 4;
     this.textBox2.TextChanged += new System.EventHandler(this.NewRowTextBoxesTextChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(19, 80);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 17);
     this.label3.TabIndex = 3;
     this.label3.Text     = "Edad";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(19, 54);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 17);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Apellido";
     //
     // textBox1
     //
     this.textBox1.Location     = new System.Drawing.Point(73, 25);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(145, 20);
     this.textBox1.TabIndex     = 0;
     this.textBox1.TextChanged += new System.EventHandler(this.NewRowTextBoxesTextChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(19, 28);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(100, 17);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Nombre";
     //
     // dataGridView1
     //
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Location     = new System.Drawing.Point(279, 12);
     this.dataGridView1.Name         = "dataGridView1";
     this.dataGridView1.Size         = new System.Drawing.Size(345, 258);
     this.dataGridView1.TabIndex     = 1;
     this.dataGridView1.RowsAdded   += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.DataGridView1RowsAdded);
     this.dataGridView1.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.DataGridView1RowsRemoved);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.button4);
     this.groupBox2.Controls.Add(this.button3);
     this.groupBox2.Location = new System.Drawing.Point(12, 170);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(238, 100);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Opciones de borrado";
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(19, 58);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(199, 23);
     this.button4.TabIndex = 1;
     this.button4.Text     = "Borrar todas las filas";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.Button4Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(19, 29);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(199, 23);
     this.button3.TabIndex = 0;
     this.button3.Text     = "Borrar una fila";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.Button3Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(636, 282);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "MainForm";
     this.Text            = "Datatables";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
     this.Load           += new System.EventHandler(this.MainFormLoad);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #48
0
		/// <summary>
		/// This method is required for Windows Forms designer support.
		/// Do not change the method contents inside the source code editor. The Forms designer might
		/// not be able to load this method if it was changed manually.
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
			this.takip = new System.Windows.Forms.TabControl();
			this.tabPage2 = new System.Windows.Forms.TabPage();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.label10 = new System.Windows.Forms.Label();
			this.dataGridView1 = new System.Windows.Forms.DataGridView();
			this.Column1 = new System.Windows.Forms.DataGridViewButtonColumn();
			this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.button2 = new System.Windows.Forms.Button();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.comboBox2 = new System.Windows.Forms.ComboBox();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.comboBox3 = new System.Windows.Forms.ComboBox();
			this.button1 = new System.Windows.Forms.Button();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
			this.label2 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.tabPage1 = new System.Windows.Forms.TabPage();
			this.groupBox4 = new System.Windows.Forms.GroupBox();
			this.dataGridView2 = new System.Windows.Forms.DataGridView();
			this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGrid1 = new System.Windows.Forms.DataGrid();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.button3 = new System.Windows.Forms.Button();
			this.comboBox1 = new System.Windows.Forms.ComboBox();
			this.label9 = new System.Windows.Forms.Label();
			this.button4 = new System.Windows.Forms.Button();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
			this.comboBox4 = new System.Windows.Forms.ComboBox();
			this.takip.SuspendLayout();
			this.tabPage2.SuspendLayout();
			this.groupBox2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
			this.groupBox1.SuspendLayout();
			this.tabPage1.SuspendLayout();
			this.groupBox4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
			this.groupBox3.SuspendLayout();
			this.SuspendLayout();
			// 
			// takip
			// 
			this.takip.Controls.Add(this.tabPage2);
			this.takip.Controls.Add(this.tabPage1);
			this.takip.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.takip.Location = new System.Drawing.Point(3, 12);
			this.takip.Name = "takip";
			this.takip.SelectedIndex = 0;
			this.takip.Size = new System.Drawing.Size(1065, 396);
			this.takip.TabIndex = 1;
			this.takip.Click += new System.EventHandler(this.TakipClick);
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.Add(this.groupBox2);
			this.tabPage2.Controls.Add(this.groupBox1);
			this.tabPage2.Location = new System.Drawing.Point(4, 29);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage2.Size = new System.Drawing.Size(1057, 363);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "tabPage2";
			this.tabPage2.UseVisualStyleBackColor = true;
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.label10);
			this.groupBox2.Controls.Add(this.dataGridView1);
			this.groupBox2.Controls.Add(this.button2);
			this.groupBox2.Controls.Add(this.textBox2);
			this.groupBox2.Controls.Add(this.comboBox2);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.label4);
			this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.groupBox2.Location = new System.Drawing.Point(567, 9);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(484, 348);
			this.groupBox2.TabIndex = 3;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "sarfiyat";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(307, 287);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(125, 23);
			this.label10.TabIndex = 10;
			this.label10.Text = "Toplam Fiyat";
			// 
			// dataGridView1
			// 
			this.dataGridView1.AllowUserToAddRows = false;
			this.dataGridView1.AllowUserToDeleteRows = false;
			this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
									this.Column1,
									this.Column2,
									this.Column3,
									this.Column7,
									this.Column8});
			this.dataGridView1.Location = new System.Drawing.Point(3, 142);
			this.dataGridView1.Name = "dataGridView1";
			this.dataGridView1.ReadOnly = true;
			this.dataGridView1.Size = new System.Drawing.Size(429, 129);
			this.dataGridView1.TabIndex = 9;
			this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1CellClick);
			// 
			// Column1
			// 
			this.Column1.FillWeight = 70F;
			this.Column1.HeaderText = "sil";
			this.Column1.Name = "Column1";
			this.Column1.ReadOnly = true;
			this.Column1.Width = 70;
			// 
			// Column2
			// 
			this.Column2.FillWeight = 70F;
			this.Column2.HeaderText = "malzeme";
			this.Column2.Name = "Column2";
			this.Column2.ReadOnly = true;
			this.Column2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
			// 
			// Column3
			// 
			this.Column3.FillWeight = 70F;
			this.Column3.HeaderText = "miktar";
			this.Column3.Name = "Column3";
			this.Column3.ReadOnly = true;
			this.Column3.Width = 70;
			// 
			// Column7
			// 
			this.Column7.FillWeight = 70F;
			this.Column7.HeaderText = "birim";
			this.Column7.Name = "Column7";
			this.Column7.ReadOnly = true;
			this.Column7.Width = 70;
			// 
			// Column8
			// 
			this.Column8.FillWeight = 70F;
			this.Column8.HeaderText = "fiyat";
			this.Column8.Name = "Column8";
			this.Column8.ReadOnly = true;
			this.Column8.Width = 70;
			// 
			// button2
			// 
			this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.button2.Location = new System.Drawing.Point(138, 106);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(100, 34);
			this.button2.TabIndex = 7;
			this.button2.Text = "ekle";
			this.button2.UseVisualStyleBackColor = true;
			this.button2.Click += new System.EventHandler(this.Button2Click);
			// 
			// textBox2
			// 
			this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.textBox2.Location = new System.Drawing.Point(138, 71);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(100, 26);
			this.textBox2.TabIndex = 6;
			// 
			// comboBox2
			// 
			this.comboBox2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			this.comboBox2.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
			this.comboBox2.DisplayMember = "fgfgg";
			this.comboBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.comboBox2.FormattingEnabled = true;
			this.comboBox2.Location = new System.Drawing.Point(138, 32);
			this.comboBox2.Name = "comboBox2";
			this.comboBox2.Size = new System.Drawing.Size(121, 28);
			this.comboBox2.TabIndex = 5;
			this.comboBox2.ValueMember = "fgfgg";
			// 
			// label5
			// 
			this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.label5.Location = new System.Drawing.Point(32, 74);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100, 23);
			this.label5.TabIndex = 1;
			this.label5.Text = "miktar";
			// 
			// label4
			// 
			this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.label4.Location = new System.Drawing.Point(32, 32);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100, 23);
			this.label4.TabIndex = 0;
			this.label4.Text = "malzeme";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.comboBox3);
			this.groupBox1.Controls.Add(this.button1);
			this.groupBox1.Controls.Add(this.textBox1);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.dateTimePicker1);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.groupBox1.Location = new System.Drawing.Point(6, 6);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(558, 296);
			this.groupBox1.TabIndex = 2;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "iş başlat";
			// 
			// comboBox3
			// 
			this.comboBox3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			this.comboBox3.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
			this.comboBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.comboBox3.FormattingEnabled = true;
			this.comboBox3.Location = new System.Drawing.Point(100, 45);
			this.comboBox3.Name = "comboBox3";
			this.comboBox3.Size = new System.Drawing.Size(323, 28);
			this.comboBox3.TabIndex = 1;
			this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.ComboBox3SelectedIndexChanged);
			// 
			// button1
			// 
			this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.button1.Location = new System.Drawing.Point(178, 175);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(75, 35);
			this.button1.TabIndex = 4;
			this.button1.Text = "iş başlat";
			this.button1.UseVisualStyleBackColor = true;
			this.button1.Click += new System.EventHandler(this.Button1Click);
			// 
			// textBox1
			// 
			this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.textBox1.Location = new System.Drawing.Point(153, 130);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(100, 26);
			this.textBox1.TabIndex = 3;
			// 
			// label3
			// 
			this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.label3.Location = new System.Drawing.Point(39, 130);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(91, 35);
			this.label3.TabIndex = 5;
			this.label3.Text = "ücret";
			// 
			// dateTimePicker1
			// 
			this.dateTimePicker1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.dateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Short;
			this.dateTimePicker1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.dateTimePicker1.Location = new System.Drawing.Point(153, 86);
			this.dateTimePicker1.Name = "dateTimePicker1";
			this.dateTimePicker1.Size = new System.Drawing.Size(166, 26);
			this.dateTimePicker1.TabIndex = 2;
			// 
			// label2
			// 
			this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.label2.Location = new System.Drawing.Point(39, 83);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100, 35);
			this.label2.TabIndex = 3;
			this.label2.Text = "tarih";
			// 
			// label1
			// 
			this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
			this.label1.Location = new System.Drawing.Point(39, 48);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(100, 35);
			this.label1.TabIndex = 2;
			this.label1.Text = "firma";
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.groupBox4);
			this.tabPage1.Controls.Add(this.groupBox3);
			this.tabPage1.Location = new System.Drawing.Point(4, 29);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
			this.tabPage1.Size = new System.Drawing.Size(1057, 363);
			this.tabPage1.TabIndex = 2;
			this.tabPage1.Text = "tabPage1";
			this.tabPage1.UseVisualStyleBackColor = true;
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.dataGridView2);
			this.groupBox4.Controls.Add(this.dataGrid1);
			this.groupBox4.Location = new System.Drawing.Point(449, 6);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(580, 262);
			this.groupBox4.TabIndex = 1;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "alacaklar";
			this.groupBox4.Enter += new System.EventHandler(this.GroupBox4Enter);
			// 
			// dataGridView2
			// 
			this.dataGridView2.AllowUserToAddRows = false;
			this.dataGridView2.AllowUserToDeleteRows = false;
			this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
									this.Column6,
									this.Column4,
									this.Column5});
			this.dataGridView2.Location = new System.Drawing.Point(71, 19);
			this.dataGridView2.Name = "dataGridView2";
			this.dataGridView2.ReadOnly = true;
			this.dataGridView2.RowTemplate.ReadOnly = true;
			this.dataGridView2.Size = new System.Drawing.Size(367, 117);
			this.dataGridView2.TabIndex = 1;
			// 
			// Column6
			// 
			this.Column6.HeaderText = "numara";
			this.Column6.Name = "Column6";
			this.Column6.ReadOnly = true;
			// 
			// Column4
			// 
			dataGridViewCellStyle1.Format = "T";
			dataGridViewCellStyle1.NullValue = null;
			this.Column4.DefaultCellStyle = dataGridViewCellStyle1;
			this.Column4.HeaderText = "tarih";
			this.Column4.Name = "Column4";
			this.Column4.ReadOnly = true;
			this.Column4.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			// 
			// Column5
			// 
			this.Column5.HeaderText = "ücret";
			this.Column5.Name = "Column5";
			this.Column5.ReadOnly = true;
			this.Column5.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
			// 
			// dataGrid1
			// 
			this.dataGrid1.AlternatingBackColor = System.Drawing.Color.GhostWhite;
			this.dataGrid1.BackColor = System.Drawing.Color.GhostWhite;
			this.dataGrid1.BackgroundColor = System.Drawing.Color.Lavender;
			this.dataGrid1.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.dataGrid1.CaptionBackColor = System.Drawing.Color.RoyalBlue;
			this.dataGrid1.CaptionFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
			this.dataGrid1.CaptionForeColor = System.Drawing.Color.White;
			this.dataGrid1.DataMember = "";
			this.dataGrid1.FlatMode = true;
			this.dataGrid1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
			this.dataGrid1.ForeColor = System.Drawing.Color.MidnightBlue;
			this.dataGrid1.GridLineColor = System.Drawing.Color.RoyalBlue;
			this.dataGrid1.HeaderBackColor = System.Drawing.Color.MidnightBlue;
			this.dataGrid1.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
			this.dataGrid1.HeaderForeColor = System.Drawing.Color.Lavender;
			this.dataGrid1.LinkColor = System.Drawing.Color.Teal;
			this.dataGrid1.Location = new System.Drawing.Point(6, 147);
			this.dataGrid1.Name = "dataGrid1";
			this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Lavender;
			this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
			this.dataGrid1.SelectionBackColor = System.Drawing.Color.Teal;
			this.dataGrid1.SelectionForeColor = System.Drawing.Color.PaleGreen;
			this.dataGrid1.Size = new System.Drawing.Size(506, 109);
			this.dataGrid1.TabIndex = 0;
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.button3);
			this.groupBox3.Controls.Add(this.comboBox1);
			this.groupBox3.Controls.Add(this.label9);
			this.groupBox3.Controls.Add(this.button4);
			this.groupBox3.Controls.Add(this.label8);
			this.groupBox3.Controls.Add(this.label7);
			this.groupBox3.Controls.Add(this.label6);
			this.groupBox3.Controls.Add(this.textBox3);
			this.groupBox3.Controls.Add(this.dateTimePicker2);
			this.groupBox3.Controls.Add(this.comboBox4);
			this.groupBox3.Location = new System.Drawing.Point(5, 8);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(438, 260);
			this.groupBox3.TabIndex = 0;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "tahsil";
			// 
			// button3
			// 
			this.button3.Location = new System.Drawing.Point(348, 203);
			this.button3.Name = "button3";
			this.button3.Size = new System.Drawing.Size(75, 37);
			this.button3.TabIndex = 13;
			this.button3.Text = "rapor al";
			this.button3.UseVisualStyleBackColor = true;
			this.button3.Click += new System.EventHandler(this.Button3Click);
			// 
			// comboBox1
			// 
			this.comboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			this.comboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
			this.comboBox1.FormattingEnabled = true;
			this.comboBox1.Location = new System.Drawing.Point(6, 65);
			this.comboBox1.Name = "comboBox1";
			this.comboBox1.Size = new System.Drawing.Size(261, 28);
			this.comboBox1.TabIndex = 8;
			this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.ComboBox1SelectedIndexChanged);
			this.comboBox1.Leave += new System.EventHandler(this.ComboBox1Leave);
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(236, 111);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(100, 23);
			this.label9.TabIndex = 9;
			this.label9.Text = "alınma";
			// 
			// button4
			// 
			this.button4.Location = new System.Drawing.Point(192, 185);
			this.button4.Name = "button4";
			this.button4.Size = new System.Drawing.Size(75, 37);
			this.button4.TabIndex = 12;
			this.button4.Text = "işle";
			this.button4.UseVisualStyleBackColor = true;
			this.button4.Click += new System.EventHandler(this.Button4Click);
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(31, 111);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(100, 23);
			this.label8.TabIndex = 7;
			this.label8.Text = "ücret";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(273, 27);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(100, 35);
			this.label7.TabIndex = 6;
			this.label7.Text = "iş numarası";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(31, 39);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(100, 23);
			this.label6.TabIndex = 5;
			this.label6.Text = "firma";
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(31, 137);
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new System.Drawing.Size(100, 26);
			this.textBox3.TabIndex = 10;
			// 
			// dateTimePicker2
			// 
			this.dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;
			this.dateTimePicker2.Location = new System.Drawing.Point(207, 137);
			this.dateTimePicker2.Name = "dateTimePicker2";
			this.dateTimePicker2.Size = new System.Drawing.Size(150, 26);
			this.dateTimePicker2.TabIndex = 11;
			// 
			// comboBox4
			// 
			this.comboBox4.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
			this.comboBox4.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
			this.comboBox4.FormattingEnabled = true;
			this.comboBox4.Location = new System.Drawing.Point(273, 65);
			this.comboBox4.Name = "comboBox4";
			this.comboBox4.Size = new System.Drawing.Size(84, 28);
			this.comboBox4.TabIndex = 9;
			this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.ComboBox4SelectedIndexChanged);
			// 
			// MainForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(1080, 432);
			this.Controls.Add(this.takip);
			this.Name = "MainForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "iscalisma";
			this.Load += new System.EventHandler(this.MainFormLoad);
			this.takip.ResumeLayout(false);
			this.tabPage2.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.groupBox2.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.tabPage1.ResumeLayout(false);
			this.groupBox4.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
			this.groupBox3.ResumeLayout(false);
			this.groupBox3.PerformLayout();
			this.ResumeLayout(false);
		}
Example #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.label1 = new System.Windows.Forms.Label();
     this.gvMatHang = new System.Windows.Forms.DataGridView();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.btThem = new System.Windows.Forms.Button();
     this.btXoa = new System.Windows.Forms.Button();
     this.btThoat = new System.Windows.Forms.Button();
     this.btSua = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label9 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txtMaLT = new System.Windows.Forms.TextBox();
     this.lbNamThanhLap = new System.Windows.Forms.Label();
     this.txtTenNCC = new System.Windows.Forms.TextBox();
     this.txtMaMH = new System.Windows.Forms.TextBox();
     this.txtNamSX = new System.Windows.Forms.TextBox();
     this.txtGiaBan = new System.Windows.Forms.TextBox();
     this.txtDonGia = new System.Windows.Forms.TextBox();
     this.txtMaNCC = new System.Windows.Forms.TextBox();
     this.txtTenMH = new System.Windows.Forms.TextBox();
     this.btReset = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.gvMatHang)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     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.Blue;
     this.label1.Location = new System.Drawing.Point(45, 31);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(927, 39);
     this.label1.TabIndex = 22;
     this.label1.Text = "QUẢN LÝ MẶT HÀNG";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // gvMatHang
     //
     this.gvMatHang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gvMatHang.Location = new System.Drawing.Point(45, 352);
     this.gvMatHang.Name = "gvMatHang";
     this.gvMatHang.Size = new System.Drawing.Size(927, 150);
     this.gvMatHang.TabIndex = 21;
     this.gvMatHang.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gvMatHang_CellContentClick);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btReset);
     this.groupBox2.Controls.Add(this.btThem);
     this.groupBox2.Controls.Add(this.btXoa);
     this.groupBox2.Controls.Add(this.btThoat);
     this.groupBox2.Controls.Add(this.btSua);
     this.groupBox2.Location = new System.Drawing.Point(45, 267);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(927, 79);
     this.groupBox2.TabIndex = 20;
     this.groupBox2.TabStop = false;
     //
     // btThem
     //
     this.btThem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btThem.Location = new System.Drawing.Point(126, 19);
     this.btThem.Name = "btThem";
     this.btThem.Size = new System.Drawing.Size(75, 35);
     this.btThem.TabIndex = 8;
     this.btThem.Text = "Thêm";
     this.btThem.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btThem.UseVisualStyleBackColor = true;
     this.btThem.Click += new System.EventHandler(this.btThem_Click);
     //
     // btXoa
     //
     this.btXoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btXoa.Location = new System.Drawing.Point(278, 17);
     this.btXoa.Name = "btXoa";
     this.btXoa.Size = new System.Drawing.Size(75, 37);
     this.btXoa.TabIndex = 11;
     this.btXoa.Text = "Xóa";
     this.btXoa.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btXoa.UseVisualStyleBackColor = true;
     this.btXoa.Click += new System.EventHandler(this.btXoa_Click);
     //
     // btThoat
     //
     this.btThoat.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btThoat.Location = new System.Drawing.Point(580, 19);
     this.btThoat.Name = "btThoat";
     this.btThoat.Size = new System.Drawing.Size(75, 35);
     this.btThoat.TabIndex = 9;
     this.btThoat.Text = "Thoát";
     this.btThoat.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btThoat.UseVisualStyleBackColor = true;
     this.btThoat.Click += new System.EventHandler(this.btThoat_Click);
     //
     // btSua
     //
     this.btSua.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btSua.Location = new System.Drawing.Point(432, 19);
     this.btSua.Name = "btSua";
     this.btSua.Size = new System.Drawing.Size(75, 35);
     this.btSua.TabIndex = 10;
     this.btSua.Text = "Sửa";
     this.btSua.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.btSua.UseVisualStyleBackColor = true;
     this.btSua.Click += new System.EventHandler(this.btSua_Click);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtMaLT);
     this.groupBox1.Controls.Add(this.lbNamThanhLap);
     this.groupBox1.Controls.Add(this.txtTenNCC);
     this.groupBox1.Controls.Add(this.txtMaMH);
     this.groupBox1.Controls.Add(this.txtNamSX);
     this.groupBox1.Controls.Add(this.txtGiaBan);
     this.groupBox1.Controls.Add(this.txtDonGia);
     this.groupBox1.Controls.Add(this.txtMaNCC);
     this.groupBox1.Controls.Add(this.txtTenMH);
     this.groupBox1.Location = new System.Drawing.Point(45, 104);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(927, 157);
     this.groupBox1.TabIndex = 23;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Thông Tin Mặt Hàng";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(460, 41);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(61, 13);
     this.label9.TabIndex = 3;
     this.label9.Text = "Mã loại tiền";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(226, 41);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(95, 13);
     this.label6.TabIndex = 3;
     this.label6.Text = "Tên nhà cung cấp";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(6, 41);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(69, 13);
     this.label4.TabIndex = 3;
     this.label4.Text = "Mã mặt hàng";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(460, 82);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(72, 13);
     this.label8.TabIndex = 2;
     this.label8.Text = "Năm sản xuất";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(226, 82);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(44, 13);
     this.label5.TabIndex = 2;
     this.label5.Text = "Đơn giá";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 82);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(73, 13);
     this.label3.TabIndex = 2;
     this.label3.Text = "Tên mặt hàng";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(226, 131);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(44, 13);
     this.label2.TabIndex = 4;
     this.label2.Text = "Giá bán";
     //
     // txtMaLT
     //
     this.txtMaLT.Location = new System.Drawing.Point(555, 41);
     this.txtMaLT.Name = "txtMaLT";
     this.txtMaLT.Size = new System.Drawing.Size(100, 20);
     this.txtMaLT.TabIndex = 5;
     //
     // lbNamThanhLap
     //
     this.lbNamThanhLap.AutoSize = true;
     this.lbNamThanhLap.Location = new System.Drawing.Point(6, 131);
     this.lbNamThanhLap.Name = "lbNamThanhLap";
     this.lbNamThanhLap.Size = new System.Drawing.Size(91, 13);
     this.lbNamThanhLap.TabIndex = 4;
     this.lbNamThanhLap.Text = "Mã nhà cung cấp";
     //
     // txtTenNCC
     //
     this.txtTenNCC.Location = new System.Drawing.Point(321, 41);
     this.txtTenNCC.Name = "txtTenNCC";
     this.txtTenNCC.Size = new System.Drawing.Size(100, 20);
     this.txtTenNCC.TabIndex = 5;
     //
     // txtMaMH
     //
     this.txtMaMH.Location = new System.Drawing.Point(101, 41);
     this.txtMaMH.Name = "txtMaMH";
     this.txtMaMH.Size = new System.Drawing.Size(100, 20);
     this.txtMaMH.TabIndex = 5;
     //
     // txtNamSX
     //
     this.txtNamSX.Location = new System.Drawing.Point(555, 82);
     this.txtNamSX.Name = "txtNamSX";
     this.txtNamSX.Size = new System.Drawing.Size(100, 20);
     this.txtNamSX.TabIndex = 7;
     //
     // txtGiaBan
     //
     this.txtGiaBan.Location = new System.Drawing.Point(321, 124);
     this.txtGiaBan.Name = "txtGiaBan";
     this.txtGiaBan.Size = new System.Drawing.Size(100, 20);
     this.txtGiaBan.TabIndex = 6;
     //
     // txtDonGia
     //
     this.txtDonGia.Location = new System.Drawing.Point(321, 82);
     this.txtDonGia.Name = "txtDonGia";
     this.txtDonGia.Size = new System.Drawing.Size(100, 20);
     this.txtDonGia.TabIndex = 7;
     //
     // txtMaNCC
     //
     this.txtMaNCC.Location = new System.Drawing.Point(101, 124);
     this.txtMaNCC.Name = "txtMaNCC";
     this.txtMaNCC.Size = new System.Drawing.Size(100, 20);
     this.txtMaNCC.TabIndex = 6;
     //
     // txtTenMH
     //
     this.txtTenMH.Location = new System.Drawing.Point(101, 82);
     this.txtTenMH.Name = "txtTenMH";
     this.txtTenMH.Size = new System.Drawing.Size(100, 20);
     this.txtTenMH.TabIndex = 7;
     //
     // btReset
     //
     this.btReset.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btReset.Location = new System.Drawing.Point(13, 19);
     this.btReset.Name = "btReset";
     this.btReset.Size = new System.Drawing.Size(84, 35);
     this.btReset.TabIndex = 12;
     this.btReset.Text = "NHẬP LẠI";
     this.btReset.UseVisualStyleBackColor = true;
     this.btReset.Click += new System.EventHandler(this.btReset_Click);
     //
     // frmMatHang
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1007, 534);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.gvMatHang);
     this.Controls.Add(this.groupBox2);
     this.Name = "frmMatHang";
     this.Text = "Quản Lý Mặt Hàng";
     this.Load += new System.EventHandler(this.frmMatHang_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gvMatHang)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components            = new System.ComponentModel.Container();
     this.checkBoxHideZero      = new System.Windows.Forms.CheckBox();
     this.buttonClose           = new System.Windows.Forms.Button();
     this.buttonDel             = new System.Windows.Forms.Button();
     this.buttonModify          = new System.Windows.Forms.Button();
     this.buttonAdd             = new System.Windows.Forms.Button();
     this.contextMenuStrip1     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.新未付款ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.付款ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1    = new System.Windows.Forms.ToolStripSeparator();
     this.款项记录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1       = new System.Windows.Forms.SplitContainer();
     this.dataGridView1         = new System.Windows.Forms.DataGridView();
     this.labelTotal            = new System.Windows.Forms.Label();
     this.buttonPrint           = new System.Windows.Forms.Button();
     this.labelCurCompany       = new System.Windows.Forms.Label();
     this.dataGridView2         = new System.Windows.Forms.DataGridView();
     this.contextMenuStrip2     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.除记录ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.labelCurAmt           = new System.Windows.Forms.Label();
     this.labelInitAmt          = new System.Windows.Forms.Label();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
     this.contextMenuStrip2.SuspendLayout();
     this.SuspendLayout();
     //
     // checkBoxHideZero
     //
     this.checkBoxHideZero.Location = new System.Drawing.Point(290, 12);
     this.checkBoxHideZero.Name     = "checkBoxHideZero";
     this.checkBoxHideZero.Size     = new System.Drawing.Size(104, 24);
     this.checkBoxHideZero.TabIndex = 8;
     this.checkBoxHideZero.Text     = "隐藏零欠款";
     this.checkBoxHideZero.UseVisualStyleBackColor = true;
     this.checkBoxHideZero.Click += new System.EventHandler(this.CheckBoxHideZeroClick);
     //
     // buttonClose
     //
     this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.Location = new System.Drawing.Point(675, 11);
     this.buttonClose.Name     = "buttonClose";
     this.buttonClose.Size     = new System.Drawing.Size(75, 23);
     this.buttonClose.TabIndex = 4;
     this.buttonClose.Text     = "关闭";
     this.buttonClose.UseVisualStyleBackColor = true;
     this.buttonClose.Click += new System.EventHandler(this.ButtonCloseClick);
     //
     // buttonDel
     //
     this.buttonDel.Location = new System.Drawing.Point(174, 11);
     this.buttonDel.Name     = "buttonDel";
     this.buttonDel.Size     = new System.Drawing.Size(75, 23);
     this.buttonDel.TabIndex = 5;
     this.buttonDel.Text     = "删除供应商";
     this.buttonDel.UseVisualStyleBackColor = true;
     this.buttonDel.Click += new System.EventHandler(this.ButtonDelClick);
     //
     // buttonModify
     //
     this.buttonModify.Location = new System.Drawing.Point(93, 11);
     this.buttonModify.Name     = "buttonModify";
     this.buttonModify.Size     = new System.Drawing.Size(75, 23);
     this.buttonModify.TabIndex = 6;
     this.buttonModify.Text     = "更新供应商";
     this.buttonModify.UseVisualStyleBackColor = true;
     this.buttonModify.Click += new System.EventHandler(this.ButtonModifyClick);
     //
     // buttonAdd
     //
     this.buttonAdd.Location = new System.Drawing.Point(12, 11);
     this.buttonAdd.Name     = "buttonAdd";
     this.buttonAdd.Size     = new System.Drawing.Size(75, 23);
     this.buttonAdd.TabIndex = 7;
     this.buttonAdd.Text     = "新增供应商";
     this.buttonAdd.UseVisualStyleBackColor = true;
     this.buttonAdd.Click += new System.EventHandler(this.ButtonAddClick);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.新未付款ToolStripMenuItem,
         this.付款ToolStripMenuItem,
         this.toolStripMenuItem1,
         this.款项记录ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(125, 76);
     //
     // 新未付款ToolStripMenuItem
     //
     this.新未付款ToolStripMenuItem.Name   = "新未付款ToolStripMenuItem";
     this.新未付款ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.新未付款ToolStripMenuItem.Text   = "新未付款";
     this.新未付款ToolStripMenuItem.Click += new System.EventHandler(this.新未付款ToolStripMenuItemClick);
     //
     // 付款ToolStripMenuItem
     //
     this.付款ToolStripMenuItem.Name   = "付款ToolStripMenuItem";
     this.付款ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.付款ToolStripMenuItem.Text   = "付款";
     this.付款ToolStripMenuItem.Click += new System.EventHandler(this.付款ToolStripMenuItemClick);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(121, 6);
     //
     // 款项记录ToolStripMenuItem
     //
     this.款项记录ToolStripMenuItem.Name   = "款项记录ToolStripMenuItem";
     this.款项记录ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.款项记录ToolStripMenuItem.Text   = "款项记录";
     this.款项记录ToolStripMenuItem.Click += new System.EventHandler(this.款项记录ToolStripMenuItemClick);
     //
     // splitContainer1
     //
     this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(12, 39);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
     this.splitContainer1.Panel1.Controls.Add(this.labelTotal);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.BackColor = System.Drawing.Color.Transparent;
     this.splitContainer1.Panel2.Controls.Add(this.buttonPrint);
     this.splitContainer1.Panel2.Controls.Add(this.labelCurCompany);
     this.splitContainer1.Panel2.Controls.Add(this.dataGridView2);
     this.splitContainer1.Panel2.Controls.Add(this.labelCurAmt);
     this.splitContainer1.Panel2.Controls.Add(this.labelInitAmt);
     this.splitContainer1.Size             = new System.Drawing.Size(738, 268);
     this.splitContainer1.SplitterDistance = 311;
     this.splitContainer1.TabIndex         = 10;
     //
     // dataGridView1
     //
     this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.ContextMenuStrip            = this.contextMenuStrip1;
     this.dataGridView1.Location           = new System.Drawing.Point(3, 15);
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.RowHeadersWidth    = 30;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.Size               = new System.Drawing.Size(305, 233);
     this.dataGridView1.TabIndex           = 0;
     this.dataGridView1.SelectionChanged  += new System.EventHandler(this.DataGridView1SelectionChanged);
     //
     // labelTotal
     //
     this.labelTotal.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelTotal.Font     = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelTotal.Location = new System.Drawing.Point(3, 251);
     this.labelTotal.Name     = "labelTotal";
     this.labelTotal.Size     = new System.Drawing.Size(273, 23);
     this.labelTotal.TabIndex = 5;
     this.labelTotal.Text     = "合计应付款:";
     //
     // buttonPrint
     //
     this.buttonPrint.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonPrint.Location = new System.Drawing.Point(345, 15);
     this.buttonPrint.Name     = "buttonPrint";
     this.buttonPrint.Size     = new System.Drawing.Size(75, 23);
     this.buttonPrint.TabIndex = 9;
     this.buttonPrint.Text     = "打印";
     this.buttonPrint.UseVisualStyleBackColor = true;
     this.buttonPrint.Click += new System.EventHandler(this.ButtonPrintClick);
     //
     // labelCurCompany
     //
     this.labelCurCompany.Font     = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelCurCompany.Location = new System.Drawing.Point(3, 15);
     this.labelCurCompany.Name     = "labelCurCompany";
     this.labelCurCompany.Size     = new System.Drawing.Size(233, 23);
     this.labelCurCompany.TabIndex = 8;
     this.labelCurCompany.Text     = "当前往来单位:";
     //
     // dataGridView2
     //
     this.dataGridView2.AllowUserToAddRows = false;
     this.dataGridView2.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.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView2.ContextMenuStrip            = this.contextMenuStrip2;
     this.dataGridView2.Location           = new System.Drawing.Point(3, 38);
     this.dataGridView2.Name               = "dataGridView2";
     this.dataGridView2.RowHeadersWidth    = 30;
     this.dataGridView2.RowTemplate.Height = 23;
     this.dataGridView2.Size               = new System.Drawing.Size(417, 210);
     this.dataGridView2.TabIndex           = 6;
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.除记录ToolStripMenuItem
     });
     this.contextMenuStrip2.Name = "contextMenuStrip2";
     this.contextMenuStrip2.Size = new System.Drawing.Size(125, 26);
     //
     // 删除记录ToolStripMenuItem
     //
     this.除记录ToolStripMenuItem.Name   = "删除记录ToolStripMenuItem";
     this.除记录ToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.除记录ToolStripMenuItem.Text   = "删除记录";
     this.除记录ToolStripMenuItem.Click += new System.EventHandler(this.除记录ToolStripMenuItemClick);
     //
     // labelCurAmt
     //
     this.labelCurAmt.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.labelCurAmt.Font     = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelCurAmt.Location = new System.Drawing.Point(242, 251);
     this.labelCurAmt.Name     = "labelCurAmt";
     this.labelCurAmt.Size     = new System.Drawing.Size(178, 23);
     this.labelCurAmt.TabIndex = 7;
     this.labelCurAmt.Text     = "当前应收款:";
     //
     // labelInitAmt
     //
     this.labelInitAmt.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelInitAmt.Font     = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelInitAmt.Location = new System.Drawing.Point(3, 251);
     this.labelInitAmt.Name     = "labelInitAmt";
     this.labelInitAmt.Size     = new System.Drawing.Size(224, 23);
     this.labelInitAmt.TabIndex = 8;
     this.labelInitAmt.Text     = "初始应收款:";
     //
     // FormAccountOUT
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(762, 322);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.checkBoxHideZero);
     this.Controls.Add(this.buttonClose);
     this.Controls.Add(this.buttonDel);
     this.Controls.Add(this.buttonModify);
     this.Controls.Add(this.buttonAdd);
     this.Name    = "FormAccountOUT";
     this.Text    = "未付款信息";
     this.Load   += new System.EventHandler(this.FormAccountOUTLoad);
     this.Resize += new System.EventHandler(this.FormAccountOUTResize);
     this.contextMenuStrip1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
     this.contextMenuStrip2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.btnClose  = new System.Windows.Forms.Button();
     this.btnEdit   = new System.Windows.Forms.Button();
     this.btnSearch = new System.Windows.Forms.Button();
     this.dataGridViewCrudeDefaultSystemReferenceTable = new System.Windows.Forms.DataGridView();
     this.labelSystemReferenceTableName     = new System.Windows.Forms.Label();
     this.textBoxSystemReferenceTableName   = new System.Windows.Forms.TextBox();
     this.labelSystemReferenceDisplayName   = new System.Windows.Forms.Label();
     this.textBoxSystemReferenceDisplayName = new System.Windows.Forms.TextBox();
     this.labelDateTime          = new System.Windows.Forms.Label();
     this.dateTimePickerDateTime = new System.Windows.Forms.DateTimePicker();
     this.labelUserPicker        = new System.Windows.Forms.Label();
     this.userPicker             = new SolutionNorSolutionPort.UserInterface.DefaultUserPicker();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeDefaultSystemReferenceTable)).BeginInit();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.Location = new System.Drawing.Point(433, 218);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(92, 22);
     this.btnClose.TabIndex = 1;
     this.btnClose.Text     = "&Close";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnEdit
     //
     this.btnEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdit.Location = new System.Drawing.Point(237, 218);
     this.btnEdit.Name     = "btnEdit";
     this.btnEdit.Size     = new System.Drawing.Size(92, 22);
     this.btnEdit.TabIndex = 4;
     this.btnEdit.Text     = "&Edit";
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // btnSearch
     //
     this.btnSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSearch.Location = new System.Drawing.Point(334, 218);
     this.btnSearch.Name     = "btnSearch";
     this.btnSearch.Size     = new System.Drawing.Size(92, 22);
     this.btnSearch.TabIndex = 2;
     this.btnSearch.Text     = "&Search";
     this.btnSearch.UseVisualStyleBackColor = true;
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // dataGridViewCrudeDefaultSystemReferenceTable
     //
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.dataGridViewCrudeDefaultSystemReferenceTable.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewCrudeDefaultSystemReferenceTable.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.dataGridViewCrudeDefaultSystemReferenceTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridViewCrudeDefaultSystemReferenceTable.Location     = new System.Drawing.Point(12, 115);
     this.dataGridViewCrudeDefaultSystemReferenceTable.Name         = "dataGridViewCrudeDefaultSystemReferenceTable";
     this.dataGridViewCrudeDefaultSystemReferenceTable.Size         = new System.Drawing.Size(511, 96);
     this.dataGridViewCrudeDefaultSystemReferenceTable.TabIndex     = 0;
     this.dataGridViewCrudeDefaultSystemReferenceTable.DoubleClick += new System.EventHandler(this.dataGridViewCrudeDefaultSystemReferenceTable_DoubleClick);
     //
     // labelSystemReferenceTableName
     //
     this.labelSystemReferenceTableName.AutoSize = true;
     this.labelSystemReferenceTableName.Location = new System.Drawing.Point(11, 13);
     this.labelSystemReferenceTableName.Name     = "labelSystemReferenceTableName";
     this.labelSystemReferenceTableName.Size     = new System.Drawing.Size(158, 13);
     this.labelSystemReferenceTableName.TabIndex = 2;
     this.labelSystemReferenceTableName.Text     = "System Reference Table Name:";
     //
     // textBoxSystemReferenceTableName
     //
     this.textBoxSystemReferenceTableName.Location = new System.Drawing.Point(191, 13);
     this.textBoxSystemReferenceTableName.Name     = "textBoxSystemReferenceTableName";
     this.textBoxSystemReferenceTableName.Size     = new System.Drawing.Size(332, 20);
     this.textBoxSystemReferenceTableName.TabIndex = 3;
     //
     // labelSystemReferenceDisplayName
     //
     this.labelSystemReferenceDisplayName.AutoSize = true;
     this.labelSystemReferenceDisplayName.Location = new System.Drawing.Point(11, 36);
     this.labelSystemReferenceDisplayName.Name     = "labelSystemReferenceDisplayName";
     this.labelSystemReferenceDisplayName.Size     = new System.Drawing.Size(165, 13);
     this.labelSystemReferenceDisplayName.TabIndex = 4;
     this.labelSystemReferenceDisplayName.Text     = "System Reference Display Name:";
     //
     // textBoxSystemReferenceDisplayName
     //
     this.textBoxSystemReferenceDisplayName.Location = new System.Drawing.Point(191, 36);
     this.textBoxSystemReferenceDisplayName.Name     = "textBoxSystemReferenceDisplayName";
     this.textBoxSystemReferenceDisplayName.Size     = new System.Drawing.Size(332, 20);
     this.textBoxSystemReferenceDisplayName.TabIndex = 5;
     //
     // labelDateTime
     //
     this.labelDateTime.AutoSize = true;
     this.labelDateTime.Location = new System.Drawing.Point(11, 59);
     this.labelDateTime.Name     = "labelDateTime";
     this.labelDateTime.Size     = new System.Drawing.Size(59, 13);
     this.labelDateTime.TabIndex = 6;
     this.labelDateTime.Text     = "Date Time:";
     //
     // dateTimePickerDateTime
     //
     this.dateTimePickerDateTime.Checked      = false;
     this.dateTimePickerDateTime.Location     = new System.Drawing.Point(191, 59);
     this.dateTimePickerDateTime.Name         = "dateTimePickerDateTime";
     this.dateTimePickerDateTime.ShowCheckBox = true;
     this.dateTimePickerDateTime.Size         = new System.Drawing.Size(332, 20);
     this.dateTimePickerDateTime.TabIndex     = 7;
     //
     // labelUserPicker
     //
     this.labelUserPicker.AutoSize = true;
     this.labelUserPicker.Location = new System.Drawing.Point(11, 82);
     this.labelUserPicker.Name     = "labelUserPicker";
     this.labelUserPicker.Size     = new System.Drawing.Size(35, 13);
     this.labelUserPicker.TabIndex = 8;
     this.labelUserPicker.Text     = "User :"******"userPicker";
     this.userPicker.SelectedValue = new System.Guid("00000000-0000-0000-0000-000000000000");
     this.userPicker.Size          = new System.Drawing.Size(332, 27);
     this.userPicker.TabIndex      = 9;
     //
     // DefaultSystemReferenceTableSearch
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(526, 241);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnEdit);
     this.Controls.Add(this.dataGridViewCrudeDefaultSystemReferenceTable);
     this.Controls.Add(this.labelSystemReferenceTableName);
     this.Controls.Add(this.textBoxSystemReferenceTableName);
     this.Controls.Add(this.labelSystemReferenceDisplayName);
     this.Controls.Add(this.textBoxSystemReferenceDisplayName);
     this.Controls.Add(this.labelDateTime);
     this.Controls.Add(this.dateTimePickerDateTime);
     this.Controls.Add(this.labelUserPicker);
     this.Controls.Add(this.userPicker);
     this.Name = "DefaultSystemReferenceTableSearch";
     this.Text = "System Reference Table Search";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeDefaultSystemReferenceTable)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #52
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.components            = new System.ComponentModel.Container();
     this.comboBoxCustomer      = new System.Windows.Forms.ComboBox();
     this.dataGridView1         = new System.Windows.Forms.DataGridView();
     this.contextMenuStrip1     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.暂缓收费ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.免收ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1    = new System.Windows.Forms.ToolStripSeparator();
     this.取消暂缓ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.取消免收ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2    = new System.Windows.Forms.ToolStripSeparator();
     this.除ToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.buttonQuit            = new System.Windows.Forms.Button();
     this.label2           = new System.Windows.Forms.Label();
     this.labelCalResult   = new System.Windows.Forms.Label();
     this.buttonNew        = new System.Windows.Forms.Button();
     this.checkBoxDisp     = new System.Windows.Forms.CheckBox();
     this.buttonSF         = new System.Windows.Forms.Button();
     this.label1           = new System.Windows.Forms.Label();
     this.comboBoxPeriodNo = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // comboBoxCustomer
     //
     this.comboBoxCustomer.FormattingEnabled = true;
     this.comboBoxCustomer.Location          = new System.Drawing.Point(254, 10);
     this.comboBoxCustomer.Name                  = "comboBoxCustomer";
     this.comboBoxCustomer.Size                  = new System.Drawing.Size(121, 20);
     this.comboBoxCustomer.TabIndex              = 11;
     this.comboBoxCustomer.SelectedIndexChanged += new System.EventHandler(this.ComboBoxCustomerSelectedIndexChanged);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.ContextMenuStrip            = this.contextMenuStrip1;
     this.dataGridView1.Location           = new System.Drawing.Point(12, 77);
     this.dataGridView1.MultiSelect        = false;
     this.dataGridView1.Name               = "dataGridView1";
     this.dataGridView1.ReadOnly           = true;
     this.dataGridView1.RowTemplate.Height = 23;
     this.dataGridView1.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size               = new System.Drawing.Size(786, 154);
     this.dataGridView1.TabIndex           = 13;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.暂缓收费ToolStripMenuItem,
         this.免收ToolStripMenuItem,
         this.toolStripMenuItem1,
         this.取消暂缓ToolStripMenuItem,
         this.取消免收ToolStripMenuItem,
         this.toolStripMenuItem2,
         this.除ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(137, 126);
     //
     // 暂缓收费ToolStripMenuItem
     //
     this.暂缓收费ToolStripMenuItem.Name   = "暂缓收费ToolStripMenuItem";
     this.暂缓收费ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.暂缓收费ToolStripMenuItem.Text   = "暂缓收费";
     this.暂缓收费ToolStripMenuItem.Click += new System.EventHandler(this.暂缓收费ToolStripMenuItemClick);
     //
     // 免收ToolStripMenuItem
     //
     this.免收ToolStripMenuItem.Name   = "免收ToolStripMenuItem";
     this.免收ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.免收ToolStripMenuItem.Text   = "免收";
     this.免收ToolStripMenuItem.Click += new System.EventHandler(this.免收ToolStripMenuItemClick);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(133, 6);
     //
     // 取消暂缓ToolStripMenuItem
     //
     this.取消暂缓ToolStripMenuItem.Name   = "取消暂缓ToolStripMenuItem";
     this.取消暂缓ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.取消暂缓ToolStripMenuItem.Text   = "取消暂未收";
     this.取消暂缓ToolStripMenuItem.Click += new System.EventHandler(this.取消暂缓ToolStripMenuItemClick);
     //
     // 取消免收ToolStripMenuItem
     //
     this.取消免收ToolStripMenuItem.Name   = "取消免收ToolStripMenuItem";
     this.取消免收ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.取消免收ToolStripMenuItem.Text   = "取消免收";
     this.取消免收ToolStripMenuItem.Click += new System.EventHandler(this.取消免收ToolStripMenuItemClick);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(133, 6);
     //
     // 删除ToolStripMenuItem
     //
     this.除ToolStripMenuItem.Name   = "删除ToolStripMenuItem";
     this.除ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.除ToolStripMenuItem.Text   = "删除";
     this.除ToolStripMenuItem.Click += new System.EventHandler(this.除ToolStripMenuItemClick);
     //
     // buttonQuit
     //
     this.buttonQuit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonQuit.Location = new System.Drawing.Point(723, 9);
     this.buttonQuit.Name     = "buttonQuit";
     this.buttonQuit.Size     = new System.Drawing.Size(75, 23);
     this.buttonQuit.TabIndex = 12;
     this.buttonQuit.Text     = "退出";
     this.buttonQuit.UseVisualStyleBackColor = true;
     this.buttonQuit.Click += new System.EventHandler(this.ButtonQuitClick);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(192, 9);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(77, 23);
     this.label2.TabIndex  = 8;
     this.label2.Text      = "缴费对象:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCalResult
     //
     this.labelCalResult.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.labelCalResult.ForeColor = System.Drawing.Color.Red;
     this.labelCalResult.Location  = new System.Drawing.Point(12, 234);
     this.labelCalResult.Name      = "labelCalResult";
     this.labelCalResult.Size      = new System.Drawing.Size(326, 23);
     this.labelCalResult.TabIndex  = 9;
     this.labelCalResult.Text      = "共 0 项收费,合计 0 元。";
     this.labelCalResult.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // buttonNew
     //
     this.buttonNew.Location = new System.Drawing.Point(14, 48);
     this.buttonNew.Name     = "buttonNew";
     this.buttonNew.Size     = new System.Drawing.Size(75, 23);
     this.buttonNew.TabIndex = 14;
     this.buttonNew.Text     = "增加缴费";
     this.buttonNew.UseVisualStyleBackColor = true;
     this.buttonNew.Click += new System.EventHandler(this.ButtonNewClick);
     //
     // checkBoxDisp
     //
     this.checkBoxDisp.Checked    = true;
     this.checkBoxDisp.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxDisp.Location   = new System.Drawing.Point(417, 8);
     this.checkBoxDisp.Name       = "checkBoxDisp";
     this.checkBoxDisp.Size       = new System.Drawing.Size(140, 24);
     this.checkBoxDisp.TabIndex   = 15;
     this.checkBoxDisp.Text       = "显示免收及暂未收";
     this.checkBoxDisp.UseVisualStyleBackColor = true;
     this.checkBoxDisp.CheckedChanged         += new System.EventHandler(this.CheckBoxDispCheckedChanged);
     //
     // buttonSF
     //
     this.buttonSF.Location = new System.Drawing.Point(563, 9);
     this.buttonSF.Name     = "buttonSF";
     this.buttonSF.Size     = new System.Drawing.Size(89, 23);
     this.buttonSF.TabIndex = 16;
     this.buttonSF.Text     = "收费";
     this.buttonSF.UseVisualStyleBackColor = true;
     this.buttonSF.Click += new System.EventHandler(this.ButtonSFClick);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(12, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(77, 23);
     this.label1.TabIndex  = 8;
     this.label1.Text      = "缴费周期:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // comboBoxPeriodNo
     //
     this.comboBoxPeriodNo.FormattingEnabled = true;
     this.comboBoxPeriodNo.Location          = new System.Drawing.Point(77, 10);
     this.comboBoxPeriodNo.Name                  = "comboBoxPeriodNo";
     this.comboBoxPeriodNo.Size                  = new System.Drawing.Size(80, 20);
     this.comboBoxPeriodNo.TabIndex              = 17;
     this.comboBoxPeriodNo.SelectedIndexChanged += new System.EventHandler(this.ComboBoxPeriodNoSelectedIndexChanged);
     //
     // FormChargeSF
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(810, 266);
     this.Controls.Add(this.comboBoxPeriodNo);
     this.Controls.Add(this.buttonSF);
     this.Controls.Add(this.checkBoxDisp);
     this.Controls.Add(this.buttonNew);
     this.Controls.Add(this.comboBoxCustomer);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.buttonQuit);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.labelCalResult);
     this.Name  = "FormChargeSF";
     this.Text  = "收费";
     this.Load += new System.EventHandler(this.FormChargeSFLoad);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #53
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialCurrencyTypeRefAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialCurrencyTypeRefEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeFinancialCurrencyTypeRefSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeFinancialCurrencyTypeRef = new System.Windows.Forms.DataGridView();
            this.labelFinancialCurrencyTypeName            = new System.Windows.Forms.Label();
            this.textBoxFinancialCurrencyTypeName          = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyType       = new System.Windows.Forms.Label();
            this.textBoxFinancialCurrencyType     = new System.Windows.Forms.TextBox();
            this.labelFinancialCurrencyTypeCode   = new System.Windows.Forms.Label();
            this.textBoxFinancialCurrencyTypeCode = new System.Windows.Forms.TextBox();
            this.labelDecimalCount         = new System.Windows.Forms.Label();
            this.maskedTextBoxDecimalCount = new System.Windows.Forms.MaskedTextBox();
            this.labelDateTime             = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime    = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialCurrencyTypeRef)).BeginInit();
            this.SuspendLayout();
            //
            // labelFinancialCurrencyTypeName
            //
            this.labelFinancialCurrencyTypeName.AutoSize = true;
            this.labelFinancialCurrencyTypeName.Location = new System.Drawing.Point(11, 13);
            this.labelFinancialCurrencyTypeName.Name     = "labelFinancialCurrencyTypeName";
            this.labelFinancialCurrencyTypeName.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyTypeName.TabIndex = 2;
            this.labelFinancialCurrencyTypeName.Text     = "Financial Currency Type Name:";
            //
            //textBoxFinancialCurrencyTypeName
            //
            this.textBoxFinancialCurrencyTypeName.Location = new System.Drawing.Point(196, 13);
            this.textBoxFinancialCurrencyTypeName.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxFinancialCurrencyTypeName.Name     = "textBoxFinancialCurrencyTypeName";
            this.textBoxFinancialCurrencyTypeName.Size     = new System.Drawing.Size(250, 20);
            this.textBoxFinancialCurrencyTypeName.TabIndex = 3;
            //
            // labelFinancialCurrencyType
            //
            this.labelFinancialCurrencyType.AutoSize = true;
            this.labelFinancialCurrencyType.Location = new System.Drawing.Point(11, 36);
            this.labelFinancialCurrencyType.Name     = "labelFinancialCurrencyType";
            this.labelFinancialCurrencyType.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyType.TabIndex = 4;
            this.labelFinancialCurrencyType.Text     = "Financial Currency Type:";
            //
            //textBoxFinancialCurrencyType
            //
            this.textBoxFinancialCurrencyType.Location = new System.Drawing.Point(196, 36);
            this.textBoxFinancialCurrencyType.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxFinancialCurrencyType.Name     = "textBoxFinancialCurrencyType";
            this.textBoxFinancialCurrencyType.Size     = new System.Drawing.Size(250, 20);
            this.textBoxFinancialCurrencyType.TabIndex = 5;
            //
            // labelFinancialCurrencyTypeCode
            //
            this.labelFinancialCurrencyTypeCode.AutoSize = true;
            this.labelFinancialCurrencyTypeCode.Location = new System.Drawing.Point(11, 59);
            this.labelFinancialCurrencyTypeCode.Name     = "labelFinancialCurrencyTypeCode";
            this.labelFinancialCurrencyTypeCode.Size     = new System.Drawing.Size(71, 13);
            this.labelFinancialCurrencyTypeCode.TabIndex = 6;
            this.labelFinancialCurrencyTypeCode.Text     = "Financial Currency Type Code:";
            //
            //textBoxFinancialCurrencyTypeCode
            //
            this.textBoxFinancialCurrencyTypeCode.Location = new System.Drawing.Point(196, 59);
            this.textBoxFinancialCurrencyTypeCode.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxFinancialCurrencyTypeCode.Name     = "textBoxFinancialCurrencyTypeCode";
            this.textBoxFinancialCurrencyTypeCode.Size     = new System.Drawing.Size(250, 20);
            this.textBoxFinancialCurrencyTypeCode.TabIndex = 7;
            //
            // labelDecimalCount
            //
            this.labelDecimalCount.AutoSize = true;
            this.labelDecimalCount.Location = new System.Drawing.Point(11, 82);
            this.labelDecimalCount.Name     = "labelDecimalCount";
            this.labelDecimalCount.Size     = new System.Drawing.Size(71, 13);
            this.labelDecimalCount.TabIndex = 8;
            this.labelDecimalCount.Text     = "Decimal Count:";
            //
            //maskedTextBoxDecimalCount
            //
            this.maskedTextBoxDecimalCount.Location = new System.Drawing.Point(196, 82);
            this.maskedTextBoxDecimalCount.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.maskedTextBoxDecimalCount.Name     = "maskedTextBoxDecimalCount";
            this.maskedTextBoxDecimalCount.Size     = new System.Drawing.Size(250, 20);
            this.maskedTextBoxDecimalCount.TabIndex = 9;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 105);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 10;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(196, 105);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 11;
            //
            // dataGridViewCrudeFinancialCurrencyTypeRef
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeFinancialCurrencyTypeRef.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeFinancialCurrencyTypeRef.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.dataGridViewCrudeFinancialCurrencyTypeRef.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeFinancialCurrencyTypeRef.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeFinancialCurrencyTypeRef.Location      = new System.Drawing.Point(12, 138);
            this.dataGridViewCrudeFinancialCurrencyTypeRef.Name          = "dataGridViewCrudeFinancialCurrencyTypeRef";
            this.dataGridViewCrudeFinancialCurrencyTypeRef.Size          = new System.Drawing.Size(434, 96);
            this.dataGridViewCrudeFinancialCurrencyTypeRef.TabIndex      = 0;
            this.dataGridViewCrudeFinancialCurrencyTypeRef.ReadOnly      = true;
            this.dataGridViewCrudeFinancialCurrencyTypeRef.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeFinancialCurrencyTypeRef_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(354, 241);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeFinancialCurrencyTypeRefSearch
            //
            this.buttonCrudeFinancialCurrencyTypeRefSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialCurrencyTypeRefSearch.Location = new System.Drawing.Point(254, 241);
            this.buttonCrudeFinancialCurrencyTypeRefSearch.Name     = "buttonCrudeFinancialCurrencyTypeRefSearch";
            this.buttonCrudeFinancialCurrencyTypeRefSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialCurrencyTypeRefSearch.TabIndex = 2;
            this.buttonCrudeFinancialCurrencyTypeRefSearch.Text     = "&Search";
            this.buttonCrudeFinancialCurrencyTypeRefSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialCurrencyTypeRefSearch.Click += new System.EventHandler(this.buttonCrudeFinancialCurrencyTypeRefSearch_Click);
            //
            // buttonCrudeFinancialCurrencyTypeRefAdd
            //
            this.buttonCrudeFinancialCurrencyTypeRefAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialCurrencyTypeRefAdd.Location = new System.Drawing.Point(154, 241);
            this.buttonCrudeFinancialCurrencyTypeRefAdd.Name     = "buttonCrudeFinancialCurrencyTypeRefAdd";
            this.buttonCrudeFinancialCurrencyTypeRefAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialCurrencyTypeRefAdd.TabIndex = 3;
            this.buttonCrudeFinancialCurrencyTypeRefAdd.Text     = "&Add";
            this.buttonCrudeFinancialCurrencyTypeRefAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialCurrencyTypeRefAdd.Click += new System.EventHandler(this.buttonCrudeFinancialCurrencyTypeRefAdd_Click);
            //
            // buttonCrudeFinancialCurrencyTypeRefEdit
            //
            this.buttonCrudeFinancialCurrencyTypeRefEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeFinancialCurrencyTypeRefEdit.Location = new System.Drawing.Point(54, 241);
            this.buttonCrudeFinancialCurrencyTypeRefEdit.Name     = "buttonCrudeFinancialCurrencyTypeRefEdit";
            this.buttonCrudeFinancialCurrencyTypeRefEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeFinancialCurrencyTypeRefEdit.TabIndex = 4;
            this.buttonCrudeFinancialCurrencyTypeRefEdit.Text     = "&Edit";
            this.buttonCrudeFinancialCurrencyTypeRefEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeFinancialCurrencyTypeRefEdit.Click += new System.EventHandler(this.buttonCrudeFinancialCurrencyTypeRefEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(458, 269);
            this.Controls.Add(this.buttonCrudeFinancialCurrencyTypeRefSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeFinancialCurrencyTypeRefAdd);
            this.Controls.Add(this.buttonCrudeFinancialCurrencyTypeRefEdit);
            this.Controls.Add(this.dataGridViewCrudeFinancialCurrencyTypeRef);
            this.Name = "CrudeFinancialCurrencyTypeRefSearch";
            this.Text = "Financial Currency Type Ref Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeFinancialCurrencyTypeRef)).EndInit();
            this.Controls.Add(this.labelFinancialCurrencyTypeName);
            this.Controls.Add(this.textBoxFinancialCurrencyTypeName);
            this.Controls.Add(this.labelFinancialCurrencyType);
            this.Controls.Add(this.textBoxFinancialCurrencyType);
            this.Controls.Add(this.labelFinancialCurrencyTypeCode);
            this.Controls.Add(this.textBoxFinancialCurrencyTypeCode);
            this.Controls.Add(this.labelDecimalCount);
            this.Controls.Add(this.maskedTextBoxDecimalCount);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Example #54
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.dgvDebtors  = new System.Windows.Forms.DataGridView();
     this.label1      = new System.Windows.Forms.Label();
     this.txtFine     = new System.Windows.Forms.TextBox();
     this.btnSetFine  = new System.Windows.Forms.Button();
     this.btnShowList = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDebtors)).BeginInit();
     this.SuspendLayout();
     //
     // dgvDebtors
     //
     this.dgvDebtors.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvDebtors.Location    = new System.Drawing.Point(12, 26);
     this.dgvDebtors.Name        = "dgvDebtors";
     this.dgvDebtors.Size        = new System.Drawing.Size(533, 386);
     this.dgvDebtors.TabIndex    = 0;
     this.dgvDebtors.MouseClick += new System.Windows.Forms.MouseEventHandler(this.DgvDebtorsMouseClick);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Segoe UI Semibold", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(566, 71);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(115, 76);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Розмір пені:";
     //
     // txtFine
     //
     this.txtFine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.txtFine.Font      = new System.Drawing.Font("Segoe UI Semibold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.txtFine.Location  = new System.Drawing.Point(694, 91);
     this.txtFine.Name      = "txtFine";
     this.txtFine.Size      = new System.Drawing.Size(154, 35);
     this.txtFine.TabIndex  = 1;
     this.txtFine.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TxtFineKeyPress);
     //
     // btnSetFine
     //
     this.btnSetFine.BackColor = System.Drawing.Color.Silver;
     this.btnSetFine.Font      = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnSetFine.Location  = new System.Drawing.Point(566, 150);
     this.btnSetFine.Name      = "btnSetFine";
     this.btnSetFine.Size      = new System.Drawing.Size(269, 66);
     this.btnSetFine.TabIndex  = 2;
     this.btnSetFine.Text      = "Встановити";
     this.btnSetFine.UseVisualStyleBackColor = false;
     this.btnSetFine.Click += new System.EventHandler(this.BtnSetFineClick);
     //
     // btnShowList
     //
     this.btnShowList.BackColor = System.Drawing.Color.Silver;
     this.btnShowList.Font      = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnShowList.Location  = new System.Drawing.Point(566, 274);
     this.btnShowList.Name      = "btnShowList";
     this.btnShowList.Size      = new System.Drawing.Size(269, 84);
     this.btnShowList.TabIndex  = 3;
     this.btnShowList.Text      = "Переглянути боржників";
     this.btnShowList.UseVisualStyleBackColor = false;
     this.btnShowList.Click += new System.EventHandler(this.BtnShowListClick);
     //
     // Debtors
     //
     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(914, 430);
     this.Controls.Add(this.btnShowList);
     this.Controls.Add(this.btnSetFine);
     this.Controls.Add(this.txtFine);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dgvDebtors);
     this.Name = "Debtors";
     this.Text = "Робота з боржниками";
     ((System.ComponentModel.ISupportInitialize)(this.dgvDebtors)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 public void ClearDataGridView(System.Windows.Forms.DataGridView view)
 {
     view.Columns.Clear();
 }
Example #56
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtCodigo = new System.Windows.Forms.TextBox();
     this.txtNombre = new System.Windows.Forms.TextBox();
     this.cboPais = new System.Windows.Forms.ComboBox();
     this.BtnBuscar = new System.Windows.Forms.Button();
     this.dgvClientes = new System.Windows.Forms.DataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.dgvClientes)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 57);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(95, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Ingrese un nombre";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 27);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(88, 13);
     this.label2.TabIndex = 0;
     this.label2.Text = "Ingrese el codigo";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 94);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(93, 13);
     this.label3.TabIndex = 0;
     this.label3.Text = "Seleccione el pais";
     //
     // txtCodigo
     //
     this.txtCodigo.Location = new System.Drawing.Point(175, 24);
     this.txtCodigo.Name = "txtCodigo";
     this.txtCodigo.Size = new System.Drawing.Size(100, 20);
     this.txtCodigo.TabIndex = 1;
     //
     // txtNombre
     //
     this.txtNombre.Location = new System.Drawing.Point(175, 54);
     this.txtNombre.Name = "txtNombre";
     this.txtNombre.Size = new System.Drawing.Size(100, 20);
     this.txtNombre.TabIndex = 1;
     //
     // cboPais
     //
     this.cboPais.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPais.FormattingEnabled = true;
     this.cboPais.Location = new System.Drawing.Point(165, 91);
     this.cboPais.Name = "cboPais";
     this.cboPais.Size = new System.Drawing.Size(121, 21);
     this.cboPais.TabIndex = 2;
     //
     // BtnBuscar
     //
     this.BtnBuscar.Location = new System.Drawing.Point(347, 94);
     this.BtnBuscar.Name = "BtnBuscar";
     this.BtnBuscar.Size = new System.Drawing.Size(147, 23);
     this.BtnBuscar.TabIndex = 3;
     this.BtnBuscar.Tag = "";
     this.BtnBuscar.Text = "Buscar";
     this.BtnBuscar.UseVisualStyleBackColor = true;
     this.BtnBuscar.Click += new System.EventHandler(this.BtnBuscar_Click);
     //
     // dgvClientes
     //
     this.dgvClientes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgvClientes.Location = new System.Drawing.Point(12, 142);
     this.dgvClientes.Name = "dgvClientes";
     this.dgvClientes.Size = new System.Drawing.Size(482, 178);
     this.dgvClientes.TabIndex = 4;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(506, 355);
     this.Controls.Add(this.dgvClientes);
     this.Controls.Add(this.BtnBuscar);
     this.Controls.Add(this.cboPais);
     this.Controls.Add(this.txtNombre);
     this.Controls.Add(this.txtCodigo);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.Name = "Form1";
     this.Text = "Busqueda de clientes";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgvClientes)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Editacajero));
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.ID            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Nombre        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.sueldo        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Dirección     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Teléfono      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Imagen        = new System.Windows.Forms.DataGridViewImageColumn();
     this.button4       = new System.Windows.Forms.Button();
     this.button3       = new System.Windows.Forms.Button();
     this.button2       = new System.Windows.Forms.Button();
     this.button1       = new System.Windows.Forms.Button();
     this.label1        = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows          = false;
     this.dataGridView1.BackgroundColor             = System.Drawing.SystemColors.GradientActiveCaption;
     this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.ID,
         this.Nombre,
         this.sueldo,
         this.Dirección,
         this.Teléfono,
         this.Imagen
     });
     this.dataGridView1.Location      = new System.Drawing.Point(13, 61);
     this.dataGridView1.Name          = "dataGridView1";
     this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size          = new System.Drawing.Size(642, 191);
     this.dataGridView1.TabIndex      = 21;
     //
     // ID
     //
     this.ID.HeaderText = "ID";
     this.ID.Name       = "ID";
     //
     // Nombre
     //
     this.Nombre.HeaderText = "Nombre";
     this.Nombre.Name       = "Nombre";
     //
     // sueldo
     //
     this.sueldo.HeaderText = "sueldo";
     this.sueldo.Name       = "sueldo";
     //
     // Dirección
     //
     this.Dirección.HeaderText = "Dirección";
     this.Dirección.Name       = "Dirección";
     //
     // Teléfono
     //
     this.Teléfono.HeaderText = "Teléfono";
     this.Teléfono.Name       = "Teléfono";
     //
     // Imagen
     //
     this.Imagen.HeaderText  = "Imagen";
     this.Imagen.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Stretch;
     this.Imagen.Name        = "Imagen";
     //
     // button4
     //
     this.button4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.Location = new System.Drawing.Point(666, 16);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(120, 30);
     this.button4.TabIndex = 20;
     this.button4.Text     = "Regresar";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.Button4Click);
     //
     // button3
     //
     this.button3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.Location = new System.Drawing.Point(666, 61);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(120, 30);
     this.button3.TabIndex = 19;
     this.button3.Text     = "Editar";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.Button3Click);
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.Location = new System.Drawing.Point(666, 106);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(120, 30);
     this.button2.TabIndex = 18;
     this.button2.Text     = "Eliminar";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(520, 16);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(135, 30);
     this.button1.TabIndex = 17;
     this.button1.Text     = "Mostrar Cajeros";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.Button1Click);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location  = new System.Drawing.Point(279, 21);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(86, 23);
     this.label1.TabIndex  = 16;
     this.label1.Text      = "Cajeros";
     //
     // Editacajero
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.SystemColors.GradientInactiveCaption;
     this.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(794, 271);
     this.Controls.Add(this.dataGridView1);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(810, 310);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(810, 310);
     this.Name          = "Editacajero";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Mostrar Cajeros";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.gdvPedidos = new System.Windows.Forms.DataGridView();
     this.idPedidoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.nmProdutoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtPedidoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.precoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.marcaDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.clientePedidoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.lblNomeProduto = new System.Windows.Forms.Label();
     this.txbNomeProduto = new System.Windows.Forms.TextBox();
     this.btnPesquisar = new System.Windows.Forms.Button();
     this.lblNomeMarca = new System.Windows.Forms.Label();
     this.txbNomeMarca = new System.Windows.Forms.TextBox();
     this.btnLimpar = new System.Windows.Forms.Button();
     this.btnInserir = new System.Windows.Forms.Button();
     this.lblProd = new System.Windows.Forms.Label();
     this.txtNomeProd = new System.Windows.Forms.TextBox();
     this.dtProduto = new System.Windows.Forms.Label();
     this.lblPreco = new System.Windows.Forms.Label();
     this.txtPreco = new System.Windows.Forms.TextBox();
     this.txtMarca = new System.Windows.Forms.TextBox();
     this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
     this.lblMarca = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.button1 = new System.Windows.Forms.Button();
     this.label1 = new System.Windows.Forms.Label();
     this.button2 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.gdvPedidos)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.clientePedidoBindingSource)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // gdvPedidos
     //
     this.gdvPedidos.AutoGenerateColumns = false;
     this.gdvPedidos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.gdvPedidos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.idPedidoDataGridViewTextBoxColumn,
     this.nmProdutoDataGridViewTextBoxColumn,
     this.dtPedidoDataGridViewTextBoxColumn,
     this.precoDataGridViewTextBoxColumn,
     this.marcaDataGridViewTextBoxColumn});
     this.gdvPedidos.DataSource = this.clientePedidoBindingSource;
     this.gdvPedidos.Location = new System.Drawing.Point(49, 375);
     this.gdvPedidos.Name = "gdvPedidos";
     this.gdvPedidos.Size = new System.Drawing.Size(542, 176);
     this.gdvPedidos.TabIndex = 0;
     //
     // idPedidoDataGridViewTextBoxColumn
     //
     this.idPedidoDataGridViewTextBoxColumn.DataPropertyName = "idPedido";
     this.idPedidoDataGridViewTextBoxColumn.HeaderText = "idPedido";
     this.idPedidoDataGridViewTextBoxColumn.Name = "idPedidoDataGridViewTextBoxColumn";
     //
     // nmProdutoDataGridViewTextBoxColumn
     //
     this.nmProdutoDataGridViewTextBoxColumn.DataPropertyName = "nmProduto";
     this.nmProdutoDataGridViewTextBoxColumn.HeaderText = "nmProduto";
     this.nmProdutoDataGridViewTextBoxColumn.Name = "nmProdutoDataGridViewTextBoxColumn";
     //
     // dtPedidoDataGridViewTextBoxColumn
     //
     this.dtPedidoDataGridViewTextBoxColumn.DataPropertyName = "dtPedido";
     this.dtPedidoDataGridViewTextBoxColumn.HeaderText = "dtPedido";
     this.dtPedidoDataGridViewTextBoxColumn.Name = "dtPedidoDataGridViewTextBoxColumn";
     //
     // precoDataGridViewTextBoxColumn
     //
     this.precoDataGridViewTextBoxColumn.DataPropertyName = "preco";
     this.precoDataGridViewTextBoxColumn.HeaderText = "preco";
     this.precoDataGridViewTextBoxColumn.Name = "precoDataGridViewTextBoxColumn";
     //
     // marcaDataGridViewTextBoxColumn
     //
     this.marcaDataGridViewTextBoxColumn.DataPropertyName = "marca";
     this.marcaDataGridViewTextBoxColumn.HeaderText = "marca";
     this.marcaDataGridViewTextBoxColumn.Name = "marcaDataGridViewTextBoxColumn";
     //
     // clientePedidoBindingSource
     //
     this.clientePedidoBindingSource.DataSource = typeof(Classes.ClientePedido);
     //
     // lblNomeProduto
     //
     this.lblNomeProduto.AutoSize = true;
     this.lblNomeProduto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNomeProduto.Location = new System.Drawing.Point(46, 132);
     this.lblNomeProduto.Name = "lblNomeProduto";
     this.lblNomeProduto.Size = new System.Drawing.Size(78, 13);
     this.lblNomeProduto.TabIndex = 1;
     this.lblNomeProduto.Text = "Nome Produto:";
     //
     // txbNomeProduto
     //
     this.txbNomeProduto.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txbNomeProduto.Location = new System.Drawing.Point(149, 129);
     this.txbNomeProduto.Name = "txbNomeProduto";
     this.txbNomeProduto.Size = new System.Drawing.Size(369, 20);
     this.txbNomeProduto.TabIndex = 2;
     //
     // btnPesquisar
     //
     this.btnPesquisar.BackColor = System.Drawing.SystemColors.WindowFrame;
     this.btnPesquisar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPesquisar.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btnPesquisar.Location = new System.Drawing.Point(49, 231);
     this.btnPesquisar.Name = "btnPesquisar";
     this.btnPesquisar.Size = new System.Drawing.Size(194, 37);
     this.btnPesquisar.TabIndex = 3;
     this.btnPesquisar.Text = "Pesquisar";
     this.btnPesquisar.UseVisualStyleBackColor = false;
     this.btnPesquisar.Click += new System.EventHandler(this.btnPesquisar_Click);
     //
     // lblNomeMarca
     //
     this.lblNomeMarca.AutoSize = true;
     this.lblNomeMarca.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNomeMarca.Location = new System.Drawing.Point(46, 174);
     this.lblNomeMarca.Name = "lblNomeMarca";
     this.lblNomeMarca.Size = new System.Drawing.Size(71, 13);
     this.lblNomeMarca.TabIndex = 4;
     this.lblNomeMarca.Text = "Nome Marca:";
     //
     // txbNomeMarca
     //
     this.txbNomeMarca.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txbNomeMarca.Location = new System.Drawing.Point(149, 175);
     this.txbNomeMarca.Name = "txbNomeMarca";
     this.txbNomeMarca.Size = new System.Drawing.Size(369, 20);
     this.txbNomeMarca.TabIndex = 5;
     //
     // btnLimpar
     //
     this.btnLimpar.BackColor = System.Drawing.SystemColors.WindowFrame;
     this.btnLimpar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLimpar.ForeColor = System.Drawing.SystemColors.Control;
     this.btnLimpar.Location = new System.Drawing.Point(49, 274);
     this.btnLimpar.Name = "btnLimpar";
     this.btnLimpar.Size = new System.Drawing.Size(194, 35);
     this.btnLimpar.TabIndex = 6;
     this.btnLimpar.Text = "Limpar";
     this.btnLimpar.UseVisualStyleBackColor = false;
     this.btnLimpar.Click += new System.EventHandler(this.btnLimpar_Click);
     //
     // btnInserir
     //
     this.btnInserir.BackColor = System.Drawing.SystemColors.WindowFrame;
     this.btnInserir.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnInserir.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btnInserir.Location = new System.Drawing.Point(96, 313);
     this.btnInserir.Name = "btnInserir";
     this.btnInserir.Size = new System.Drawing.Size(194, 30);
     this.btnInserir.TabIndex = 7;
     this.btnInserir.Text = "Cadastrar";
     this.btnInserir.UseVisualStyleBackColor = false;
     this.btnInserir.UseWaitCursor = true;
     this.btnInserir.Click += new System.EventHandler(this.btnInserir_Click_1);
     //
     // lblProd
     //
     this.lblProd.AutoSize = true;
     this.lblProd.Location = new System.Drawing.Point(31, 71);
     this.lblProd.Name = "lblProd";
     this.lblProd.Size = new System.Drawing.Size(96, 13);
     this.lblProd.TabIndex = 8;
     this.lblProd.Text = "Nome do Produto: ";
     //
     // txtNomeProd
     //
     this.txtNomeProd.Location = new System.Drawing.Point(131, 71);
     this.txtNomeProd.Name = "txtNomeProd";
     this.txtNomeProd.Size = new System.Drawing.Size(228, 20);
     this.txtNomeProd.TabIndex = 9;
     this.txtNomeProd.UseWaitCursor = true;
     //
     // dtProduto
     //
     this.dtProduto.AutoSize = true;
     this.dtProduto.Location = new System.Drawing.Point(31, 167);
     this.dtProduto.Name = "dtProduto";
     this.dtProduto.Size = new System.Drawing.Size(66, 13);
     this.dtProduto.TabIndex = 10;
     this.dtProduto.Text = "Data Pedido";
     //
     // lblPreco
     //
     this.lblPreco.AutoSize = true;
     this.lblPreco.Location = new System.Drawing.Point(31, 114);
     this.lblPreco.Name = "lblPreco";
     this.lblPreco.Size = new System.Drawing.Size(38, 13);
     this.lblPreco.TabIndex = 12;
     this.lblPreco.Text = "Preço:";
     //
     // txtPreco
     //
     this.txtPreco.Location = new System.Drawing.Point(131, 114);
     this.txtPreco.Name = "txtPreco";
     this.txtPreco.Size = new System.Drawing.Size(225, 20);
     this.txtPreco.TabIndex = 13;
     //
     // txtMarca
     //
     this.txtMarca.Location = new System.Drawing.Point(131, 210);
     this.txtMarca.Name = "txtMarca";
     this.txtMarca.Size = new System.Drawing.Size(225, 20);
     this.txtMarca.TabIndex = 15;
     //
     // maskedTextBox1
     //
     this.maskedTextBox1.Location = new System.Drawing.Point(133, 167);
     this.maskedTextBox1.Mask = "00/00/0000";
     this.maskedTextBox1.Name = "maskedTextBox1";
     this.maskedTextBox1.Size = new System.Drawing.Size(225, 20);
     this.maskedTextBox1.TabIndex = 16;
     this.maskedTextBox1.ValidatingType = typeof(System.DateTime);
     //
     // lblMarca
     //
     this.lblMarca.AutoSize = true;
     this.lblMarca.Location = new System.Drawing.Point(31, 217);
     this.lblMarca.Name = "lblMarca";
     this.lblMarca.Size = new System.Drawing.Size(40, 13);
     this.lblMarca.TabIndex = 17;
     this.lblMarca.Text = "Marca:";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.lblProd);
     this.panel1.Controls.Add(this.lblMarca);
     this.panel1.Controls.Add(this.txtNomeProd);
     this.panel1.Controls.Add(this.maskedTextBox1);
     this.panel1.Controls.Add(this.lblPreco);
     this.panel1.Controls.Add(this.txtMarca);
     this.panel1.Controls.Add(this.dtProduto);
     this.panel1.Controls.Add(this.txtPreco);
     this.panel1.Controls.Add(this.btnInserir);
     this.panel1.Cursor = System.Windows.Forms.Cursors.WaitCursor;
     this.panel1.Location = new System.Drawing.Point(267, 64);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(378, 425);
     this.panel1.TabIndex = 18;
     this.panel1.UseWaitCursor = true;
     this.panel1.Visible = false;
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.SystemColors.WindowFrame;
     this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.button1.Location = new System.Drawing.Point(96, 369);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(194, 30);
     this.button1.TabIndex = 18;
     this.button1.Text = "Fechar";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.UseWaitCursor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(144, 36);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(211, 25);
     this.label1.TabIndex = 19;
     this.label1.Text = "Consulta de Pedidos";
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.SystemColors.WindowFrame;
     this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor = System.Drawing.SystemColors.Control;
     this.button2.Location = new System.Drawing.Point(49, 315);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(194, 35);
     this.button2.TabIndex = 10;
     this.button2.Text = "Cadastrar Novo Produto";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // Pedidos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(657, 563);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.btnLimpar);
     this.Controls.Add(this.txbNomeMarca);
     this.Controls.Add(this.lblNomeMarca);
     this.Controls.Add(this.btnPesquisar);
     this.Controls.Add(this.txbNomeProduto);
     this.Controls.Add(this.lblNomeProduto);
     this.Controls.Add(this.gdvPedidos);
     this.Name = "Pedidos";
     this.Text = "Pedidos";
     this.Load += new System.EventHandler(this.Pedidos_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gdvPedidos)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.clientePedidoBindingSource)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #59
0
        private void InitializeComponent()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.buttonClose = new System.Windows.Forms.Button();
            this.buttonCrudeBookingIdentifierAdd    = new System.Windows.Forms.Button();
            this.buttonCrudeBookingIdentifierEdit   = new System.Windows.Forms.Button();
            this.buttonCrudeBookingIdentifierSearch = new System.Windows.Forms.Button();
            this.dataGridViewCrudeBookingIdentifier = new System.Windows.Forms.DataGridView();
            this.labelBookingIdentifierTypeRefCombo = new System.Windows.Forms.Label();
            this.bookingIdentifierTypeRefCombo      = new BookingIdentifierTypeRefCombo();
            this.labelBookingIdentifierValue        = new System.Windows.Forms.Label();
            this.textBoxBookingIdentifierValue      = new System.Windows.Forms.TextBox();
            this.labelComment           = new System.Windows.Forms.Label();
            this.textBoxComment         = new System.Windows.Forms.TextBox();
            this.labelDateTime          = new System.Windows.Forms.Label();
            this.dateTimePickerDateTime = new System.Windows.Forms.TextBox();
            this.labelUserPicker        = new System.Windows.Forms.Label();
            this.userPicker             = new DefaultUserPicker();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeBookingIdentifier)).BeginInit();
            this.SuspendLayout();
            //
            // labelBookingIdentifierTypeRefCombo
            //
            this.labelBookingIdentifierTypeRefCombo.AutoSize = true;
            this.labelBookingIdentifierTypeRefCombo.Location = new System.Drawing.Point(11, 13);
            this.labelBookingIdentifierTypeRefCombo.Name     = "labelBookingIdentifierTypeRefCombo";
            this.labelBookingIdentifierTypeRefCombo.Size     = new System.Drawing.Size(71, 13);
            this.labelBookingIdentifierTypeRefCombo.TabIndex = 2;
            this.labelBookingIdentifierTypeRefCombo.Text     = "Booking Identifier Type:";
            //
            //bookingIdentifierTypeRefCombo
            //
            this.bookingIdentifierTypeRefCombo.Location = new System.Drawing.Point(168, 13);
            this.bookingIdentifierTypeRefCombo.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.bookingIdentifierTypeRefCombo.Name     = "bookingIdentifierTypeRefCombo";
            this.bookingIdentifierTypeRefCombo.Size     = new System.Drawing.Size(250, 20);
            this.bookingIdentifierTypeRefCombo.TabIndex = 3;
            //
            // labelBookingIdentifierValue
            //
            this.labelBookingIdentifierValue.AutoSize = true;
            this.labelBookingIdentifierValue.Location = new System.Drawing.Point(11, 36);
            this.labelBookingIdentifierValue.Name     = "labelBookingIdentifierValue";
            this.labelBookingIdentifierValue.Size     = new System.Drawing.Size(71, 13);
            this.labelBookingIdentifierValue.TabIndex = 4;
            this.labelBookingIdentifierValue.Text     = "Booking Identifier Value:";
            //
            //textBoxBookingIdentifierValue
            //
            this.textBoxBookingIdentifierValue.Location = new System.Drawing.Point(168, 36);
            this.textBoxBookingIdentifierValue.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxBookingIdentifierValue.Name     = "textBoxBookingIdentifierValue";
            this.textBoxBookingIdentifierValue.Size     = new System.Drawing.Size(250, 20);
            this.textBoxBookingIdentifierValue.TabIndex = 5;
            //
            // labelComment
            //
            this.labelComment.AutoSize = true;
            this.labelComment.Location = new System.Drawing.Point(11, 59);
            this.labelComment.Name     = "labelComment";
            this.labelComment.Size     = new System.Drawing.Size(71, 13);
            this.labelComment.TabIndex = 6;
            this.labelComment.Text     = "Comment:";
            //
            //textBoxComment
            //
            this.textBoxComment.Location = new System.Drawing.Point(168, 59);
            this.textBoxComment.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxComment.Name     = "textBoxComment";
            this.textBoxComment.Size     = new System.Drawing.Size(250, 20);
            this.textBoxComment.TabIndex = 7;
            //
            // labelDateTime
            //
            this.labelDateTime.AutoSize = true;
            this.labelDateTime.Location = new System.Drawing.Point(11, 82);
            this.labelDateTime.Name     = "labelDateTime";
            this.labelDateTime.Size     = new System.Drawing.Size(71, 13);
            this.labelDateTime.TabIndex = 8;
            this.labelDateTime.Text     = "Date Time:";
            //
            //dateTimePickerDateTime
            //
            this.dateTimePickerDateTime.Location = new System.Drawing.Point(168, 82);
            this.dateTimePickerDateTime.Anchor   = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right)));
            this.dateTimePickerDateTime.Name     = "dateTimePickerDateTime";
            this.dateTimePickerDateTime.Size     = new System.Drawing.Size(250, 20);
            this.dateTimePickerDateTime.TabIndex = 9;
            //
            // labelUserPicker
            //
            this.labelUserPicker.AutoSize = true;
            this.labelUserPicker.Location = new System.Drawing.Point(11, 105);
            this.labelUserPicker.Name     = "labelUserPicker";
            this.labelUserPicker.Size     = new System.Drawing.Size(71, 13);
            this.labelUserPicker.TabIndex = 10;
            this.labelUserPicker.Text     = "User:"******"userPicker";
            this.userPicker.Size     = new System.Drawing.Size(250, 20);
            this.userPicker.TabIndex = 11;
            //
            // dataGridViewCrudeBookingIdentifier
            //
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.dataGridViewCrudeBookingIdentifier.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewCrudeBookingIdentifier.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.dataGridViewCrudeBookingIdentifier.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridViewCrudeBookingIdentifier.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridViewCrudeBookingIdentifier.Location      = new System.Drawing.Point(12, 138);
            this.dataGridViewCrudeBookingIdentifier.Name          = "dataGridViewCrudeBookingIdentifier";
            this.dataGridViewCrudeBookingIdentifier.Size          = new System.Drawing.Size(406, 96);
            this.dataGridViewCrudeBookingIdentifier.TabIndex      = 0;
            this.dataGridViewCrudeBookingIdentifier.ReadOnly      = true;
            this.dataGridViewCrudeBookingIdentifier.DoubleClick  += new System.EventHandler(this.dataGridViewCrudeBookingIdentifier_DoubleClick);
            //
            // buttonClose
            //
            this.buttonClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonClose.Location = new System.Drawing.Point(326, 241);

            this.buttonClose.Name     = "buttonClose";
            this.buttonClose.Size     = new System.Drawing.Size(92, 22);
            this.buttonClose.TabIndex = 1;
            this.buttonClose.Text     = "&Close";
            this.buttonClose.UseVisualStyleBackColor = true;
            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);
            //
            // buttonCrudeBookingIdentifierSearch
            //
            this.buttonCrudeBookingIdentifierSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingIdentifierSearch.Location = new System.Drawing.Point(226, 241);
            this.buttonCrudeBookingIdentifierSearch.Name     = "buttonCrudeBookingIdentifierSearch";
            this.buttonCrudeBookingIdentifierSearch.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingIdentifierSearch.TabIndex = 2;
            this.buttonCrudeBookingIdentifierSearch.Text     = "&Search";
            this.buttonCrudeBookingIdentifierSearch.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingIdentifierSearch.Click += new System.EventHandler(this.buttonCrudeBookingIdentifierSearch_Click);
            //
            // buttonCrudeBookingIdentifierAdd
            //
            this.buttonCrudeBookingIdentifierAdd.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingIdentifierAdd.Location = new System.Drawing.Point(126, 241);
            this.buttonCrudeBookingIdentifierAdd.Name     = "buttonCrudeBookingIdentifierAdd";
            this.buttonCrudeBookingIdentifierAdd.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingIdentifierAdd.TabIndex = 3;
            this.buttonCrudeBookingIdentifierAdd.Text     = "&Add";
            this.buttonCrudeBookingIdentifierAdd.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingIdentifierAdd.Click += new System.EventHandler(this.buttonCrudeBookingIdentifierAdd_Click);
            //
            // buttonCrudeBookingIdentifierEdit
            //
            this.buttonCrudeBookingIdentifierEdit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonCrudeBookingIdentifierEdit.Location = new System.Drawing.Point(26, 241);
            this.buttonCrudeBookingIdentifierEdit.Name     = "buttonCrudeBookingIdentifierEdit";
            this.buttonCrudeBookingIdentifierEdit.Size     = new System.Drawing.Size(92, 22);
            this.buttonCrudeBookingIdentifierEdit.TabIndex = 4;
            this.buttonCrudeBookingIdentifierEdit.Text     = "&Edit";
            this.buttonCrudeBookingIdentifierEdit.UseVisualStyleBackColor = true;
            this.buttonCrudeBookingIdentifierEdit.Click += new System.EventHandler(this.buttonCrudeBookingIdentifierEdit_Click);
            //
            // GridForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(430, 269);
            this.Controls.Add(this.buttonCrudeBookingIdentifierSearch);
            this.Controls.Add(this.buttonClose);
            this.Controls.Add(this.buttonCrudeBookingIdentifierAdd);
            this.Controls.Add(this.buttonCrudeBookingIdentifierEdit);
            this.Controls.Add(this.dataGridViewCrudeBookingIdentifier);
            this.Name = "CrudeBookingIdentifierSearch";
            this.Text = "Booking Identifier Search";
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewCrudeBookingIdentifier)).EndInit();
            this.Controls.Add(this.labelBookingIdentifierTypeRefCombo);
            this.Controls.Add(this.bookingIdentifierTypeRefCombo);
            this.Controls.Add(this.labelBookingIdentifierValue);
            this.Controls.Add(this.textBoxBookingIdentifierValue);
            this.Controls.Add(this.labelComment);
            this.Controls.Add(this.textBoxComment);
            this.Controls.Add(this.labelDateTime);
            this.Controls.Add(this.dateTimePickerDateTime);
            this.Controls.Add(this.labelUserPicker);
            this.Controls.Add(this.userPicker);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.mainPanel           = new System.Windows.Forms.TableLayoutPanel();
     this.expressionsGrid     = new System.Windows.Forms.DataGridView();
     this.importBtn           = new System.Windows.Forms.Button();
     this.exportBtn           = new System.Windows.Forms.Button();
     this.encryptionLbl       = new System.Windows.Forms.Label();
     this.encryptionBox       = new System.Windows.Forms.TextBox();
     this.descriptionPanel    = new System.Windows.Forms.TableLayoutPanel();
     this.descriptionLbl      = new System.Windows.Forms.Label();
     this.selectAll           = new System.Windows.Forms.CheckBox();
     this.addNewPatternButton = new System.Windows.Forms.Button();
     this.encryptedPanel      = new System.Windows.Forms.TableLayoutPanel();
     this.lockPictureBox      = new System.Windows.Forms.PictureBox();
     this.decryptionPanel     = new System.Windows.Forms.Panel();
     this.encryptedMessage    = new System.Windows.Forms.Label();
     this.mainPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.expressionsGrid)).BeginInit();
     this.descriptionPanel.SuspendLayout();
     this.encryptedPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lockPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // mainPanel
     //
     this.mainPanel.ColumnCount = 3;
     this.mainPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.mainPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.mainPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.mainPanel.Controls.Add(this.expressionsGrid, 0, 1);
     this.mainPanel.Controls.Add(this.importBtn, 0, 2);
     this.mainPanel.Controls.Add(this.exportBtn, 1, 2);
     this.mainPanel.Controls.Add(this.encryptionLbl, 0, 3);
     this.mainPanel.Controls.Add(this.encryptionBox, 1, 3);
     this.mainPanel.Controls.Add(this.descriptionPanel, 0, 0);
     this.mainPanel.Controls.Add(this.addNewPatternButton, 2, 2);
     this.mainPanel.Location = new System.Drawing.Point(0, 0);
     this.mainPanel.Name     = "mainPanel";
     this.mainPanel.RowCount = 4;
     this.mainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
     this.mainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 45F));
     this.mainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
     this.mainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
     this.mainPanel.Size     = new System.Drawing.Size(829, 439);
     this.mainPanel.TabIndex = 0;
     //
     // expressionsGrid
     //
     this.expressionsGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.mainPanel.SetColumnSpan(this.expressionsGrid, 3);
     this.expressionsGrid.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.expressionsGrid.Location = new System.Drawing.Point(3, 134);
     this.expressionsGrid.Name     = "expressionsGrid";
     this.expressionsGrid.Size     = new System.Drawing.Size(823, 191);
     this.expressionsGrid.TabIndex = 1;
     this.expressionsGrid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.expressionsGrid_KeyDown);
     //
     // importBtn
     //
     this.importBtn.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.importBtn.Location = new System.Drawing.Point(3, 338);
     this.importBtn.Name     = "importBtn";
     this.importBtn.Size     = new System.Drawing.Size(109, 23);
     this.importBtn.TabIndex = 2;
     this.importBtn.Text     = "Import rules(s)";
     this.importBtn.UseVisualStyleBackColor = true;
     this.importBtn.Click += new System.EventHandler(this.importBtn_Click);
     //
     // exportBtn
     //
     this.exportBtn.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.exportBtn.Location = new System.Drawing.Point(251, 338);
     this.exportBtn.Name     = "exportBtn";
     this.exportBtn.Size     = new System.Drawing.Size(108, 23);
     this.exportBtn.TabIndex = 3;
     this.exportBtn.Text     = "Export rules(s)";
     this.exportBtn.UseVisualStyleBackColor = true;
     this.exportBtn.Click += new System.EventHandler(this.exportBtn_Click);
     //
     // encryptionLbl
     //
     this.encryptionLbl.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.encryptionLbl.AutoSize = true;
     this.encryptionLbl.Location = new System.Drawing.Point(3, 398);
     this.encryptionLbl.Name     = "encryptionLbl";
     this.encryptionLbl.Size     = new System.Drawing.Size(0, 13);
     this.encryptionLbl.TabIndex = 4;
     //
     // encryptionBox
     //
     this.encryptionBox.Anchor       = System.Windows.Forms.AnchorStyles.Left;
     this.encryptionBox.Location     = new System.Drawing.Point(251, 395);
     this.encryptionBox.Name         = "encryptionBox";
     this.encryptionBox.PasswordChar = '*';
     this.encryptionBox.Size         = new System.Drawing.Size(214, 20);
     this.encryptionBox.TabIndex     = 5;
     //
     // descriptionPanel
     //
     this.descriptionPanel.ColumnCount = 1;
     this.mainPanel.SetColumnSpan(this.descriptionPanel, 3);
     this.descriptionPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.descriptionPanel.Controls.Add(this.descriptionLbl, 0, 0);
     this.descriptionPanel.Controls.Add(this.selectAll, 0, 1);
     this.descriptionPanel.Location = new System.Drawing.Point(3, 3);
     this.descriptionPanel.Name     = "descriptionPanel";
     this.descriptionPanel.RowCount = 2;
     this.descriptionPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
     this.descriptionPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
     this.descriptionPanel.Size     = new System.Drawing.Size(823, 125);
     this.descriptionPanel.TabIndex = 6;
     //
     // descriptionLbl
     //
     this.descriptionLbl.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.descriptionLbl.AutoSize = true;
     this.descriptionLbl.Location = new System.Drawing.Point(3, 43);
     this.descriptionLbl.Name     = "descriptionLbl";
     this.descriptionLbl.Size     = new System.Drawing.Size(35, 13);
     this.descriptionLbl.TabIndex = 0;
     this.descriptionLbl.Text     = "label1";
     //
     // selectAll
     //
     this.selectAll.Anchor   = System.Windows.Forms.AnchorStyles.Left;
     this.selectAll.AutoSize = true;
     this.selectAll.Location = new System.Drawing.Point(3, 104);
     this.selectAll.Name     = "selectAll";
     this.selectAll.Size     = new System.Drawing.Size(69, 17);
     this.selectAll.TabIndex = 1;
     this.selectAll.Text     = "Select all";
     this.selectAll.UseVisualStyleBackColor = true;
     this.selectAll.CheckedChanged         += new System.EventHandler(this.selectAll_CheckedChanged);
     //
     // addNewPatternButton
     //
     this.addNewPatternButton.Anchor   = System.Windows.Forms.AnchorStyles.Right;
     this.addNewPatternButton.Location = new System.Drawing.Point(751, 338);
     this.addNewPatternButton.Name     = "addNewPatternButton";
     this.addNewPatternButton.Size     = new System.Drawing.Size(75, 23);
     this.addNewPatternButton.TabIndex = 7;
     this.addNewPatternButton.Text     = "Add new";
     this.addNewPatternButton.UseVisualStyleBackColor = true;
     this.addNewPatternButton.Click += new System.EventHandler(this.addNewPatternButton_Click);
     //
     // encryptedPanel
     //
     this.encryptedPanel.ColumnCount = 3;
     this.encryptedPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.encryptedPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.encryptedPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.encryptedPanel.Controls.Add(this.lockPictureBox, 1, 1);
     this.encryptedPanel.Controls.Add(this.decryptionPanel, 1, 5);
     this.encryptedPanel.Controls.Add(this.encryptedMessage, 1, 3);
     this.encryptedPanel.Location = new System.Drawing.Point(0, 0);
     this.encryptedPanel.Name     = "encryptedPanel";
     this.encryptedPanel.RowCount = 8;
     this.encryptedPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
     this.encryptedPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.encryptedPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
     this.encryptedPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.encryptedPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 15F));
     this.encryptedPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.encryptedPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 21F));
     this.encryptedPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.encryptedPanel.Size     = new System.Drawing.Size(829, 439);
     this.encryptedPanel.TabIndex = 10;
     this.encryptedPanel.Visible  = false;
     //
     // lockPictureBox
     //
     this.lockPictureBox.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.lockPictureBox.Location = new System.Drawing.Point(350, 18);
     this.lockPictureBox.Name     = "lockPictureBox";
     this.lockPictureBox.Size     = new System.Drawing.Size(129, 135);
     this.lockPictureBox.TabIndex = 8;
     this.lockPictureBox.TabStop  = false;
     //
     // decryptionPanel
     //
     this.decryptionPanel.Anchor   = System.Windows.Forms.AnchorStyles.Top;
     this.decryptionPanel.Location = new System.Drawing.Point(243, 214);
     this.decryptionPanel.Name     = "decryptionPanel";
     this.decryptionPanel.Size     = new System.Drawing.Size(342, 33);
     this.decryptionPanel.TabIndex = 9;
     //
     // encryptedMessage
     //
     this.encryptedMessage.Anchor           = System.Windows.Forms.AnchorStyles.Top;
     this.encryptedMessage.AutoEllipsis     = true;
     this.encryptedMessage.AutoSize         = true;
     this.encryptedMessage.CausesValidation = false;
     this.encryptedMessage.Font             = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.encryptedMessage.Location         = new System.Drawing.Point(193, 171);
     this.encryptedMessage.Name             = "encryptedMessage";
     this.encryptedMessage.Size             = new System.Drawing.Size(442, 25);
     this.encryptedMessage.TabIndex         = 7;
     this.encryptedMessage.Text             = "Data encrypted. Unprotect Data before proceeding.";
     this.encryptedMessage.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // AnonymizerSettingsControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.Controls.Add(this.mainPanel);
     this.Controls.Add(this.encryptedPanel);
     this.Name = "AnonymizerSettingsControl";
     this.Size = new System.Drawing.Size(832, 442);
     this.mainPanel.ResumeLayout(false);
     this.mainPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.expressionsGrid)).EndInit();
     this.descriptionPanel.ResumeLayout(false);
     this.descriptionPanel.PerformLayout();
     this.encryptedPanel.ResumeLayout(false);
     this.encryptedPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lockPictureBox)).EndInit();
     this.ResumeLayout(false);
 }