299 lines
17 KiB
C#
299 lines
17 KiB
C#
namespace ScaBox30
|
|
{
|
|
partial class DataUI
|
|
{
|
|
/// <summary>
|
|
/// Variable del diseñador necesaria.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Limpiar los recursos que se estén usando.
|
|
/// </summary>
|
|
/// <param name="disposing">true si los recursos administrados se deben desechar; false en caso contrario.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Código generado por el Diseñador de Windows Forms
|
|
|
|
/// <summary>
|
|
/// Método necesario para admitir el Diseñador. No se puede modificar
|
|
/// el contenido de este método con el editor de código.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataUI));
|
|
this.textBoxCCE = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.buttonSave = new System.Windows.Forms.Button();
|
|
this.labelRegistros = new System.Windows.Forms.Label();
|
|
this.buttonOpenFile = new System.Windows.Forms.Button();
|
|
this.textPathFile = new System.Windows.Forms.TextBox();
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
this.panelBody = new System.Windows.Forms.Panel();
|
|
this.panelButtons = new System.Windows.Forms.Panel();
|
|
this.panelTitleBar = new System.Windows.Forms.Panel();
|
|
this.btnMin = new System.Windows.Forms.Button();
|
|
this.btnMax = new System.Windows.Forms.Button();
|
|
this.labelCaption = new System.Windows.Forms.Label();
|
|
this.btnClose = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.panelBody.SuspendLayout();
|
|
this.panelButtons.SuspendLayout();
|
|
this.panelTitleBar.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBoxCCE
|
|
//
|
|
this.textBoxCCE.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBoxCCE.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBoxCCE.Location = new System.Drawing.Point(595, 411);
|
|
this.textBoxCCE.Name = "textBoxCCE";
|
|
this.textBoxCCE.Size = new System.Drawing.Size(157, 29);
|
|
this.textBoxCCE.TabIndex = 15;
|
|
this.textBoxCCE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxCCE_KeyDown);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(439, 414);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(150, 24);
|
|
this.label1.TabIndex = 14;
|
|
this.label1.Text = "Buscar código:";
|
|
//
|
|
// buttonSave
|
|
//
|
|
this.buttonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonSave.BackColor = System.Drawing.Color.SteelBlue;
|
|
this.buttonSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
|
|
this.buttonSave.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.buttonSave.Location = new System.Drawing.Point(759, 408);
|
|
this.buttonSave.Name = "buttonSave";
|
|
this.buttonSave.Size = new System.Drawing.Size(100, 35);
|
|
this.buttonSave.TabIndex = 13;
|
|
this.buttonSave.Text = "Guardar";
|
|
this.buttonSave.UseVisualStyleBackColor = false;
|
|
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
|
//
|
|
// labelRegistros
|
|
//
|
|
this.labelRegistros.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.labelRegistros.AutoSize = true;
|
|
this.labelRegistros.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelRegistros.Location = new System.Drawing.Point(13, 408);
|
|
this.labelRegistros.Name = "labelRegistros";
|
|
this.labelRegistros.Size = new System.Drawing.Size(103, 24);
|
|
this.labelRegistros.TabIndex = 12;
|
|
this.labelRegistros.Text = "Registros:";
|
|
//
|
|
// buttonOpenFile
|
|
//
|
|
this.buttonOpenFile.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
|
this.buttonOpenFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.buttonOpenFile.BackColor = System.Drawing.Color.SeaGreen;
|
|
this.buttonOpenFile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.buttonOpenFile.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
|
|
this.buttonOpenFile.ForeColor = System.Drawing.Color.WhiteSmoke;
|
|
this.buttonOpenFile.Location = new System.Drawing.Point(759, 14);
|
|
this.buttonOpenFile.Name = "buttonOpenFile";
|
|
this.buttonOpenFile.Size = new System.Drawing.Size(100, 35);
|
|
this.buttonOpenFile.TabIndex = 13;
|
|
this.buttonOpenFile.Text = "Open File";
|
|
this.buttonOpenFile.UseVisualStyleBackColor = false;
|
|
this.buttonOpenFile.Click += new System.EventHandler(this.buttonOpenFile_Click);
|
|
//
|
|
// textPathFile
|
|
//
|
|
this.textPathFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textPathFile.BackColor = System.Drawing.Color.White;
|
|
this.textPathFile.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textPathFile.Location = new System.Drawing.Point(11, 19);
|
|
this.textPathFile.Name = "textPathFile";
|
|
this.textPathFile.ReadOnly = true;
|
|
this.textPathFile.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
this.textPathFile.Size = new System.Drawing.Size(742, 26);
|
|
this.textPathFile.TabIndex = 12;
|
|
//
|
|
// 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(13, 13);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.dataGridView1.Size = new System.Drawing.Size(846, 389);
|
|
this.dataGridView1.TabIndex = 18;
|
|
this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);
|
|
this.dataGridView1.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDoubleClick);
|
|
//
|
|
// panelBody
|
|
//
|
|
this.panelBody.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.panelBody.Controls.Add(this.dataGridView1);
|
|
this.panelBody.Controls.Add(this.labelRegistros);
|
|
this.panelBody.Controls.Add(this.textBoxCCE);
|
|
this.panelBody.Controls.Add(this.buttonSave);
|
|
this.panelBody.Controls.Add(this.label1);
|
|
this.panelBody.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelBody.Location = new System.Drawing.Point(0, 35);
|
|
this.panelBody.Name = "panelBody";
|
|
this.panelBody.Padding = new System.Windows.Forms.Padding(10, 10, 0, 0);
|
|
this.panelBody.Size = new System.Drawing.Size(871, 457);
|
|
this.panelBody.TabIndex = 21;
|
|
//
|
|
// panelButtons
|
|
//
|
|
this.panelButtons.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.panelButtons.Controls.Add(this.label2);
|
|
this.panelButtons.Controls.Add(this.textPathFile);
|
|
this.panelButtons.Controls.Add(this.buttonOpenFile);
|
|
this.panelButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panelButtons.Location = new System.Drawing.Point(0, 492);
|
|
this.panelButtons.Name = "panelButtons";
|
|
this.panelButtons.Size = new System.Drawing.Size(871, 60);
|
|
this.panelButtons.TabIndex = 20;
|
|
//
|
|
// panelTitleBar
|
|
//
|
|
this.panelTitleBar.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.panelTitleBar.Controls.Add(this.btnMin);
|
|
this.panelTitleBar.Controls.Add(this.btnMax);
|
|
this.panelTitleBar.Controls.Add(this.labelCaption);
|
|
this.panelTitleBar.Controls.Add(this.btnClose);
|
|
this.panelTitleBar.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelTitleBar.Location = new System.Drawing.Point(0, 0);
|
|
this.panelTitleBar.Name = "panelTitleBar";
|
|
this.panelTitleBar.Size = new System.Drawing.Size(871, 35);
|
|
this.panelTitleBar.TabIndex = 19;
|
|
this.panelTitleBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelTitleBar_MouseDown);
|
|
//
|
|
// btnMin
|
|
//
|
|
this.btnMin.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnMin.FlatAppearance.BorderSize = 0;
|
|
this.btnMin.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver;
|
|
this.btnMin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnMin.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnMin.ForeColor = System.Drawing.Color.White;
|
|
this.btnMin.Location = new System.Drawing.Point(751, 0);
|
|
this.btnMin.Name = "btnMin";
|
|
this.btnMin.Size = new System.Drawing.Size(40, 35);
|
|
this.btnMin.TabIndex = 6;
|
|
this.btnMin.Text = "-";
|
|
this.btnMin.UseVisualStyleBackColor = false;
|
|
this.btnMin.Visible = false;
|
|
this.btnMin.Click += new System.EventHandler(this.btnMin_Click);
|
|
//
|
|
// btnMax
|
|
//
|
|
this.btnMax.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.btnMax.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnMax.FlatAppearance.BorderSize = 0;
|
|
this.btnMax.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Silver;
|
|
this.btnMax.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnMax.ForeColor = System.Drawing.Color.White;
|
|
this.btnMax.Location = new System.Drawing.Point(791, 0);
|
|
this.btnMax.Name = "btnMax";
|
|
this.btnMax.Size = new System.Drawing.Size(40, 35);
|
|
this.btnMax.TabIndex = 5;
|
|
this.btnMax.Text = "[ ]";
|
|
this.btnMax.UseVisualStyleBackColor = false;
|
|
this.btnMax.Click += new System.EventHandler(this.btnMax_Click);
|
|
//
|
|
// labelCaption
|
|
//
|
|
this.labelCaption.AutoSize = true;
|
|
this.labelCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelCaption.ForeColor = System.Drawing.Color.White;
|
|
this.labelCaption.Location = new System.Drawing.Point(9, 8);
|
|
this.labelCaption.Name = "labelCaption";
|
|
this.labelCaption.Size = new System.Drawing.Size(86, 17);
|
|
this.labelCaption.TabIndex = 4;
|
|
this.labelCaption.Text = "labelCaption";
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.btnClose.FlatAppearance.BorderSize = 0;
|
|
this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(79)))), ((int)(((byte)(95)))));
|
|
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnClose.ForeColor = System.Drawing.Color.White;
|
|
this.btnClose.Location = new System.Drawing.Point(831, 0);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(40, 35);
|
|
this.btnClose.TabIndex = 3;
|
|
this.btnClose.Text = "X";
|
|
this.btnClose.UseVisualStyleBackColor = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label2.Location = new System.Drawing.Point(13, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(182, 18);
|
|
this.label2.TabIndex = 19;
|
|
this.label2.Text = "Importar base de datos";
|
|
//
|
|
// DataUI
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(871, 552);
|
|
this.Controls.Add(this.panelBody);
|
|
this.Controls.Add(this.panelButtons);
|
|
this.Controls.Add(this.panelTitleBar);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "DataUI";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Data";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DataUI_FormClosing);
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.panelBody.ResumeLayout(false);
|
|
this.panelBody.PerformLayout();
|
|
this.panelButtons.ResumeLayout(false);
|
|
this.panelButtons.PerformLayout();
|
|
this.panelTitleBar.ResumeLayout(false);
|
|
this.panelTitleBar.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.TextBox textBoxCCE;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button buttonSave;
|
|
private System.Windows.Forms.Label labelRegistros;
|
|
private System.Windows.Forms.Button buttonOpenFile;
|
|
private System.Windows.Forms.TextBox textPathFile;
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
private System.Windows.Forms.Panel panelBody;
|
|
private System.Windows.Forms.Panel panelButtons;
|
|
private System.Windows.Forms.Panel panelTitleBar;
|
|
private System.Windows.Forms.Label labelCaption;
|
|
private System.Windows.Forms.Button btnClose;
|
|
private System.Windows.Forms.Button btnMin;
|
|
private System.Windows.Forms.Button btnMax;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
}
|
|
|