this.pbxSourceImg = new System.Windows.Forms.PictureBox();
this.openImgDialog = new System.Windows.Forms.OpenFileDialog();
this.btOpenImg = new System.Windows.Forms.Button();
this.grbImage = new System.Windows.Forms.GroupBox();
this.txtImagePath = new System.Windows.Forms.TextBox();
this.btSave = new System.Windows.Forms.Button();
this.btSalir = new System.Windows.Forms.Button();
this.btLoad = new System.Windows.Forms.Button();
this.grbParaters = new System.Windows.Forms.GroupBox();
this.btClear = new System.Windows.Forms.Button();
this.btDel = new System.Windows.Forms.Button();
this.lblNameLvw = new System.Windows.Forms.Label();
this.btAdd = new System.Windows.Forms.Button();
this.btUpdate = new System.Windows.Forms.Button();
this.lblHeight = new System.Windows.Forms.Label();
this.lblWidth = new System.Windows.Forms.Label();
this.lblTop = new System.Windows.Forms.Label();
this.lblLeft = new System.Windows.Forms.Label();
this.txtHeigth = new System.Windows.Forms.TextBox();
this.txtWidth = new System.Windows.Forms.TextBox();
this.txtTop = new System.Windows.Forms.TextBox();
this.txtLeft = new System.Windows.Forms.TextBox();
this.lvwFrameList = new System.Windows.Forms.ListView();
this.nro = new System.Windows.Forms.ColumnHeader();
this.left = new System.Windows.Forms.ColumnHeader();
this.top = new System.Windows.Forms.ColumnHeader();
this.witdh = new System.Windows.Forms.ColumnHeader();
this.height = new System.Windows.Forms.ColumnHeader();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.grbImage.SuspendLayout();
this.grbParaters.SuspendLayout();
this.SuspendLayout();
//
// pbxSourceImg
//
this.pbxSourceImg.BackColor = System.Drawing.Color.Black;
this.pbxSourceImg.Location = new System.Drawing.Point(8, 16);
this.pbxSourceImg.Name = "pbxSourceImg";
this.pbxSourceImg.Size = new System.Drawing.Size(272, 280);
this.pbxSourceImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pbxSourceImg.TabIndex = 0;
this.pbxSourceImg.TabStop = false;
//
// openImgDialog
//
this.openImgDialog.Filter = ""Imagen bmp"|*.bmp|"Imagen jpg"|*.jpg|"Imagen png"|*.png|"Imagen gif"|*.gif|"Imag" +
"en tif"|*.tif|"Imagen jpg"|*.jpeg";
this.openImgDialog.InitialDirectory = ".*.*";
this.openImgDialog.ReadOnlyChecked = true;
this.openImgDialog.Title = "Abrir Imagen";
this.openImgDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.openImgDialog_FileOk);
//
// btOpenImg
//
this.btOpenImg.Location = new System.Drawing.Point(8, 304);
this.btOpenImg.Name = "btOpenImg";
this.btOpenImg.Size = new System.Drawing.Size(40, 32);
this.btOpenImg.TabIndex = 13;
this.btOpenImg.Text = "Abrir";
this.btOpenImg.Click += new System.EventHandler(this.btOpenImg_Click);
//
// grbImage
//
this.grbImage.Controls.AddRang(new System.Windows.Forms.Control[]
{
this.txtImagePath,
this.pbxSourceImg,
this.btOpenImg
});
this.grbImage.Location = new System.Drawing.Point(8, 8);
this.grbImage.Name = "grbImage";
this.grbImage.Size = new System.Drawing.Size(288, 344);
this.grbImage.TabIndex = 3;
this.grbImage.TabStop = false;
this.grbImage.Text = "Imagen";
//
// txtImagePath
//
this.txtImagePath.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtImagePath.Location = new System.Drawing.Point(48, 304);
this.txtImagePath.Multiline = true;
this.txtImagePath.Name = "txtImagePath";
this.txtImagePath.ReadOnly = true;
this.txtImagePath.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtImagePath.Size = new System.Drawing.Size(232, 32);
this.txtImagePath.TabIndex = 14;
this.txtImagePath.Text = "%PATH%";
//
// btSave
//
this.btSave.Location = new System.Drawing.Point(416, 328);
this.btSave.Name = "btSave";
this.btSave.Size = new System.Drawing.Size(80, 24);
this.btSave.TabIndex = 11;
this.btSave.Text = "Guardar";
this.btSave.Click += new System.EventHandler(this.btSave_Click);
//
// btSalir
//
this.btSalir.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btSalir.Location = new System.Drawing.Point(512, 328);
this.btSalir.Name = "btSalir";
this.btSalir.Size = new System.Drawing.Size(80, 24);
this.btSalir.TabIndex = 12;
this.btSalir.Text = "Salir";
this.btSalir.Click += new System.EventHandler(this.btSalir_Click);
//
// btLoad
//
this.btLoad.Location = new System.Drawing.Point(312, 328);
this.btLoad.Name = "btLoad";
this.btLoad.Size = new System.Drawing.Size(80, 24);
this.btLoad.TabIndex = 10;
this.btLoad.Text = "Cargar";
this.btLoad.Click += new System.EventHandler(this.btLoad_Click);
//
// grbParaters
//
this.grbParaters.Controls.AddRange(new System.Windows.Forms.Control[]
{
this.btClear,
this.btDel,
this.lblNameLvw,
this.btAdd,
this.btUpdate,
this.lblHeight,
this.lblWidth,
this.lblTop,
this.lblLeft,
this.txtHeigth,
this.txtWidth,
this.txtTop,
this.txtLeft,
this.lvwFrameList
});
this.grbParaters.Location = new System.Drawing.Point(304, 8);
this.grbParaters.Name = "grbParaters";
this.grbParaters.Size = new System.Drawing.Size(304, 312);
this.grbParaters.TabIndex = 7;
this.grbParaters.TabStop = false;
this.grbParaters.Text = "Parámetros";
//
// btClear
//
this.btClear.Location = new System.Drawing.Point(160, 280);
this.btClear.Name = "btClear";
this.btClear.TabIndex = 9;
this.btClear.Text = "Limpiar lista";
this.btClear.Click += new System.EventHandler(this.btClear_Click);
//
// btDel
//
this.btDel.Location = new System.Drawing.Point(64, 280);
this.btDel.Name = "btDel";
this.btDel.Size = new System.Drawing.Size(88, 24);
this.btDel.TabIndex = 8;
this.btDel.Text = "Borrar registro";
this.btDel.Click += new System.EventHandler(this.btDel_Click);
//
// lblNameLvw
//
this.lblNameLvw.AutoSize = true;
this.lblNameLvw.Location = new System.Drawing.Point(8, 96);
this.lblNameLvw.Name = "lblNameLvw";
this.lblNameLvw.Size = new System.Drawing.Size(85, 13);
this.lblNameLvw.TabIndex = 6;
this.lblNameLvw.Text = "Lista de Frames";
//
// btAdd
//
this.btAdd.Location = new System.Drawing.Point(224, 32);
this.btAdd.Name = "btAdd";
this.btAdd.Size = new System.Drawing.Size(64, 24);
this.btAdd.TabIndex = 4;
this.btAdd.Text = "Agregar";
this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
//
// btUpdate
//
this.btUpdate.Location = new System.Drawing.Point(224, 64);
this.btUpdate.Name = "btUpdate";
this.btUpdate.Size = new System.Drawing.Size(64, 24);
this.btUpdate.TabIndex = 5;
this.btUpdate.Text = "Actualizar";
this.btUpdate.Click += new System.EventHandler(this.btUpdate_Click);
//
// lblHeight
//
this.lblHeight.AutoSize = true;
this.lblHeight.Location = new System.Drawing.Point(112, 68);
this.lblHeight.Name = "lblHeight";
this.lblHeight.Size = new System.Drawing.Size(37, 13);
this.lblHeight.TabIndex = 12;
this.lblHeight.Text = "Heigth";
//
// lblWidth
//
this.lblWidth.AutoSize = true;
this.lblWidth.Location = new System.Drawing.Point(112, 36);
this.lblWidth.Name = "lblWidth";
this.lblWidth.Size = new System.Drawing.Size(33, 13);
this.lblWidth.TabIndex = 11;
this.lblWidth.Text = "Width";
//
// lblTop
//
this.lblTop.AutoSize = true;
this.lblTop.Location = new System.Drawing.Point(16, 68);
this.lblTop.Name = "lblTop";
this.lblTop.Size = new System.Drawing.Size(24, 13);
this.lblTop.TabIndex = 10;
this.lblTop.Text = "Top";
//
// lblLeft
//
this.lblLeft.AutoSize = true;
this.lblLeft.Location = new System.Drawing.Point(16, 36);
this.lblLeft.Name = "lblLeft";
this.lblLeft.Size = new System.Drawing.Size(23, 13);
this.lblLeft.TabIndex = 9;
this.lblLeft.Text = "Left";
//
// txtHeigth
//
this.txtHeigth.AutoSize = false;
this.txtHeigth.Location = new System.Drawing.Point(152, 64);
this.txtHeigth.MaxLength = 4;
this.txtHeigth.Name = "txtHeigth";
this.txtHeigth.Size = new System.Drawing.Size(56, 20);
this.txtHeigth.TabIndex = 3;
this.txtHeigth.Text = "";
this.txtHeigth.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
this.txtHeigth.Leave += new System.EventHandler(this.txt_Leave);
this.txtHeigth.Enter += new System.EventHandler(this.txt_Enter);
//
// txtWidth
//
this.txtWidth.AutoSize = false;
this.txtWidth.Location = new System.Drawing.Point(152, 32);
this.txtWidth.MaxLength = 4;
this.txtWidth.Name = "txtWidth";
this.txtWidth.Size = new System.Drawing.Size(56, 20);
this.txtWidth.TabIndex = 2;
this.txtWidth.Text = "";
this.txtWidth.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
this.txtWidth.Leave += new System.EventHandler(this.txt_Leave);
this.txtWidth.Enter += new System.EventHandler(this.txt_Enter);
//
// txtTop
//
this.txtTop.AutoSize = false;
this.txtTop.Location = new System.Drawing.Point(48, 64);
this.txtTop.MaxLength = 4;
this.txtTop.Name = "txtTop";
this.txtTop.Size = new System.Drawing.Size(56, 20);
this.txtTop.TabIndex = 1;
this.txtTop.Text = "";
this.txtTop.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
this.txtTop.Leave += new System.EventHandler(this.txt_Leave);
this.txtTop.Enter += new System.EventHandler(this.txt_Enter);
//
// txtLeft
//
this.txtLeft.AutoSize = false;
this.txtLeft.BackColor = System.Drawing.SystemColors.Window;
this.txtLeft.Location = new System.Drawing.Point(48, 32);
this.txtLeft.MaxLength = 4;
this.txtLeft.Name = "txtLeft";
this.txtLeft.Size = new System.Drawing.Size(56, 20);
this.txtLeft.TabIndex = 0;
this.txtLeft.Text = "";
this.txtLeft.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_KeyPress);
this.txtLeft.Leave += new System.EventHandler(this.txt_Leave);
this.txtLeft.Enter += new System.EventHandler(this.txt_Enter);
//
// lvwFrameList
//
this.lvwFrameList.Activation = System.Windows.Forms.ItemActivation.TwoClick;
this.lvwFrameList.AutoArrange = false;
this.lvwFrameList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[]
{
this.nro,
this.left,
this.top,
this.witdh,
this.height
});
this.lvwFrameList.FullRowSelect = true;
this.lvwFrameList.GridLines = true;
this.lvwFrameList.HideSelection = false;
this.lvwFrameList.LabelEdit = true;
this.lvwFrameList.Location = new System.Drawing.Point(8, 112);
this.lvwFrameList.MultiSelect = false;
this.lvwFrameList.Name = "lvwFrameList";
this.lvwFrameList.Size = new System.Drawing.Size(288, 160);
this.lvwFrameList.TabIndex = 7;
this.lvwFrameList.View = System.Windows.Forms.View.Details;
this.lvwFrameList.Click += new System.EventHandler(this.lvwFrameList_Click);
//
// nro
//
this.nro.Text = "Nro.";
this.nro.Width = 40;
//
// left
//
this.left.Text = "Left";
this.left.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// top
//
this.top.Text = "Top";
this.top.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// witdh
//
this.witdh.Text = "Widht";
this.witdh.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// height
//
this.height.Text = "Height";
this.height.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// saveFileDialog
//
this.saveFileDialog.DefaultExt = "*.jki";
this.saveFileDialog.Filter = ""Imagen de JuanK"|*.jki";
this.saveFileDialog.InitialDirectory = ".";
this.saveFileDialog.Title = "Guardar Archivo";
this.saveFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog_FileOk);
//
// openFileDialog
//
this.openFileDialog.DefaultExt = "bmp";
this.openFileDialog.Filter = ""Imagen de Juank"|*.jki";
this.openFileDialog.InitialDirectory = ".";
this.openFileDialog.ReadOnlyChecked = true;
this.openFileDialog.Title = "Abrir Imagen bmp";
this.openFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog_FileOk);
//
// FrmConverter
//
this.AcceptButton = this.btAdd;
this.AutoScale = false;
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.CancelButton = this.btSalir;
this.ClientSize = new System.Drawing.Size(616, 365);
this.Controls.AddRange(new System.Windows.Forms.Control[]
{
this.grbParaters,
this.btLoad,
this.btSalir,
this.btSave,
this.grbImage
});
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "FrmConverter";
this.Text = "Convertidor de formato de imagen";
this.grbImage.ResumeLayout(false);
this.grbParaters.ResumeLayout(false);
this.ResumeLayout(false);