/// <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.textBoxButtonRt       = new PlsGui.TextBoxButton();
     this.flowLayoutPanel1      = new System.Windows.Forms.FlowLayoutPanel();
     this.labelPth              = new System.Windows.Forms.Label();
     this.label1                = new System.Windows.Forms.Label();
     this.textBoxButtonRtCOI    = new PlsGui.TextBoxButton();
     this.labelNmrEmprs         = new System.Windows.Forms.Label();
     this.numericUpDownNmrEmprs = new System.Windows.Forms.NumericUpDown();
     this.groupBoxCnxn          = new System.Windows.Forms.GroupBox();
     this.radioButtonRmt        = new System.Windows.Forms.RadioButton();
     this.radioButtonLcl        = new System.Windows.Forms.RadioButton();
     this.openFileDialogBsDts   = new System.Windows.Forms.OpenFileDialog();
     this.toolTipPth            = new System.Windows.Forms.ToolTip(this.components);
     this.panelDrch.SuspendLayout();
     this.panelAbj.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.flowLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownNmrEmprs)).BeginInit();
     this.groupBoxCnxn.SuspendLayout();
     this.SuspendLayout();
     //
     // panelDrch
     //
     this.panelDrch.Location = new System.Drawing.Point(272, 0);
     //
     // panelAbj
     //
     this.panelAbj.Location = new System.Drawing.Point(0, 229);
     this.panelAbj.Size     = new System.Drawing.Size(450, 44);
     //
     // textBoxButtonRt
     //
     this.textBoxButtonRt.Location     = new System.Drawing.Point(127, 8);
     this.textBoxButtonRt.Name         = "textBoxButtonRt";
     this.textBoxButtonRt.Size         = new System.Drawing.Size(291, 20);
     this.textBoxButtonRt.TabIndex     = 1;
     this.textBoxButtonRt.ButtonClick += new System.EventHandler(this.TextBoxButton1ButtonClick);
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.labelPth);
     this.flowLayoutPanel1.Controls.Add(this.textBoxButtonRt);
     this.flowLayoutPanel1.Controls.Add(this.label1);
     this.flowLayoutPanel1.Controls.Add(this.textBoxButtonRtCOI);
     this.flowLayoutPanel1.Controls.Add(this.labelNmrEmprs);
     this.flowLayoutPanel1.Controls.Add(this.numericUpDownNmrEmprs);
     this.flowLayoutPanel1.Controls.Add(this.groupBoxCnxn);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Padding  = new System.Windows.Forms.Padding(5);
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(450, 229);
     this.flowLayoutPanel1.TabIndex = 2;
     //
     // labelPth
     //
     this.labelPth.Location = new System.Drawing.Point(8, 5);
     this.labelPth.Name     = "labelPth";
     this.labelPth.Size     = new System.Drawing.Size(113, 23);
     this.labelPth.TabIndex = 2;
     this.labelPth.Text     = "Ruta de Datos SAE";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 31);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(113, 23);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Ruta de Datos COI";
     //
     // textBoxButtonRtCOI
     //
     this.textBoxButtonRtCOI.Location     = new System.Drawing.Point(127, 34);
     this.textBoxButtonRtCOI.Name         = "textBoxButtonRtCOI";
     this.textBoxButtonRtCOI.Size         = new System.Drawing.Size(291, 20);
     this.textBoxButtonRtCOI.TabIndex     = 6;
     this.textBoxButtonRtCOI.ButtonClick += new System.EventHandler(this.TextBoxButton1ButtonClick);
     //
     // labelNmrEmprs
     //
     this.labelNmrEmprs.Location = new System.Drawing.Point(8, 57);
     this.labelNmrEmprs.Name     = "labelNmrEmprs";
     this.labelNmrEmprs.Size     = new System.Drawing.Size(113, 23);
     this.labelNmrEmprs.TabIndex = 3;
     this.labelNmrEmprs.Text     = "Número de Empresa";
     //
     // numericUpDownNmrEmprs
     //
     this.numericUpDownNmrEmprs.Location = new System.Drawing.Point(127, 60);
     this.numericUpDownNmrEmprs.Name     = "numericUpDownNmrEmprs";
     this.numericUpDownNmrEmprs.Size     = new System.Drawing.Size(120, 20);
     this.numericUpDownNmrEmprs.TabIndex = 4;
     //
     // groupBoxCnxn
     //
     this.groupBoxCnxn.Controls.Add(this.radioButtonRmt);
     this.groupBoxCnxn.Controls.Add(this.radioButtonLcl);
     this.groupBoxCnxn.Location = new System.Drawing.Point(8, 86);
     this.groupBoxCnxn.Name     = "groupBoxCnxn";
     this.groupBoxCnxn.Size     = new System.Drawing.Size(200, 100);
     this.groupBoxCnxn.TabIndex = 5;
     this.groupBoxCnxn.TabStop  = false;
     this.groupBoxCnxn.Text     = "Conexión";
     this.groupBoxCnxn.Visible  = false;
     //
     // radioButtonRmt
     //
     this.radioButtonRmt.Location = new System.Drawing.Point(9, 49);
     this.radioButtonRmt.Name     = "radioButtonRmt";
     this.radioButtonRmt.Size     = new System.Drawing.Size(104, 24);
     this.radioButtonRmt.TabIndex = 1;
     this.radioButtonRmt.Text     = "Remota";
     this.radioButtonRmt.UseVisualStyleBackColor = true;
     //
     // radioButtonLcl
     //
     this.radioButtonLcl.Checked  = true;
     this.radioButtonLcl.Location = new System.Drawing.Point(9, 19);
     this.radioButtonLcl.Name     = "radioButtonLcl";
     this.radioButtonLcl.Size     = new System.Drawing.Size(104, 24);
     this.radioButtonLcl.TabIndex = 0;
     this.radioButtonLcl.TabStop  = true;
     this.radioButtonLcl.Text     = "Local";
     this.radioButtonLcl.UseVisualStyleBackColor = true;
     //
     // openFileDialogBsDts
     //
     this.openFileDialogBsDts.FileName = "openFileDialog1";
     //
     // FConfiguracion
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(450, 273);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Name  = "FConfiguracion";
     this.Text  = "FConfiguracion";
     this.Load += new System.EventHandler(this.FConfiguracionLoad);
     this.Controls.SetChildIndex(this.panelAbj, 0);
     this.Controls.SetChildIndex(this.flowLayoutPanel1, 0);
     this.panelDrch.ResumeLayout(false);
     this.panelAbj.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.flowLayoutPanel1.ResumeLayout(false);
     this.flowLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDownNmrEmprs)).EndInit();
     this.groupBoxCnxn.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #2
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.splitContainer1  = new System.Windows.Forms.SplitContainer();
     this.dataGridView1    = new System.Windows.Forms.DataGridView();
     this.panel1           = new System.Windows.Forms.Panel();
     this.panel2           = new System.Windows.Forms.Panel();
     this.button2          = new System.Windows.Forms.Button();
     this.button1          = new System.Windows.Forms.Button();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.textBoxButton1   = new PlsGui.TextBoxButton();
     this.textBoxButton2   = new PlsGui.TextBoxButton();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.label3           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.textBoxButton3   = new PlsGui.TextBoxButton();
     this.textBoxButton4   = new PlsGui.TextBoxButton();
     this.groupBox3        = new System.Windows.Forms.GroupBox();
     this.label5           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.dateTimePicker1  = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2  = new System.Windows.Forms.DateTimePicker();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.flowLayoutPanel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.flowLayoutPanel1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.dataGridView1);
     this.splitContainer1.Panel2.Controls.Add(this.panel1);
     this.splitContainer1.Size             = new System.Drawing.Size(682, 376);
     this.splitContainer1.SplitterDistance = 135;
     this.splitContainer1.TabIndex         = 0;
     //
     // 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(682, 189);
     this.dataGridView1.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 189);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(682, 48);
     this.panel1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.button2);
     this.panel2.Controls.Add(this.button1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel2.Location = new System.Drawing.Point(463, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(219, 48);
     this.panel2.TabIndex = 0;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(128, 16);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 1;
     this.button2.Text     = "Buscar";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.Button2Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(24, 16);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(98, 23);
     this.button1.TabIndex = 0;
     this.button1.Text     = "Exportar EXCEL";
     this.button1.UseVisualStyleBackColor = true;
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.Controls.Add(this.groupBox1);
     this.flowLayoutPanel1.Controls.Add(this.groupBox2);
     this.flowLayoutPanel1.Controls.Add(this.groupBox3);
     this.flowLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(682, 135);
     this.flowLayoutPanel1.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBoxButton2);
     this.groupBox1.Controls.Add(this.textBoxButton1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(200, 100);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Clientes";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(6, 29);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(78, 23);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Inicial";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(6, 59);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(75, 23);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Final";
     //
     // textBoxButton1
     //
     this.textBoxButton1.Location = new System.Drawing.Point(90, 26);
     this.textBoxButton1.Name     = "textBoxButton1";
     this.textBoxButton1.Size     = new System.Drawing.Size(100, 20);
     this.textBoxButton1.TabIndex = 4;
     //
     // textBoxButton2
     //
     this.textBoxButton2.Location = new System.Drawing.Point(90, 56);
     this.textBoxButton2.Name     = "textBoxButton2";
     this.textBoxButton2.Size     = new System.Drawing.Size(100, 20);
     this.textBoxButton2.TabIndex = 5;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.textBoxButton4);
     this.groupBox2.Controls.Add(this.textBoxButton3);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Location = new System.Drawing.Point(209, 3);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(200, 100);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Vendedores";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(6, 29);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(64, 23);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Inicial";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(6, 59);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(64, 23);
     this.label4.TabIndex = 1;
     this.label4.Text     = "Final";
     //
     // textBoxButton3
     //
     this.textBoxButton3.Location = new System.Drawing.Point(90, 26);
     this.textBoxButton3.Name     = "textBoxButton3";
     this.textBoxButton3.Size     = new System.Drawing.Size(100, 20);
     this.textBoxButton3.TabIndex = 4;
     //
     // textBoxButton4
     //
     this.textBoxButton4.Location = new System.Drawing.Point(90, 56);
     this.textBoxButton4.Name     = "textBoxButton4";
     this.textBoxButton4.Size     = new System.Drawing.Size(100, 20);
     this.textBoxButton4.TabIndex = 5;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.dateTimePicker2);
     this.groupBox3.Controls.Add(this.dateTimePicker1);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Location = new System.Drawing.Point(415, 3);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(200, 100);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Fechas";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 29);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(65, 23);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Inicial";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(6, 59);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(65, 23);
     this.label6.TabIndex = 1;
     this.label6.Text     = "Final";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePicker1.Location = new System.Drawing.Point(64, 26);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(119, 20);
     this.dateTimePicker1.TabIndex = 2;
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePicker2.Location = new System.Drawing.Point(64, 56);
     this.dateTimePicker2.Name     = "dateTimePicker2";
     this.dateTimePicker2.Size     = new System.Drawing.Size(119, 20);
     this.dateTimePicker2.TabIndex = 3;
     //
     // FVntsMstrdr
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(682, 376);
     this.Controls.Add(this.splitContainer1);
     this.Name = "FVntsMstrdr";
     this.Text = "Ventas por Clientes";
     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();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.flowLayoutPanel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }