first commit
This commit is contained in:
327
Forms/FormMain.Designer.cs
generated
Normal file
327
Forms/FormMain.Designer.cs
generated
Normal file
@@ -0,0 +1,327 @@
|
||||
namespace EFCDesk.Forms
|
||||
{
|
||||
partial class FormMain
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
|
||||
panel1 = new Panel();
|
||||
btn_VisorExpedientes = new Button();
|
||||
ProcesoManual = new Button();
|
||||
buttonErrorLog = new Button();
|
||||
buttonAbrirFolderMov = new Button();
|
||||
buttonAbrirFolder = new Button();
|
||||
buttonAbrirExpediente = new Button();
|
||||
buttonConfiguracion = new Button();
|
||||
panel2 = new Panel();
|
||||
labelTotalExpedientes = new Label();
|
||||
labelUsuario = new Label();
|
||||
labelStatus = new Label();
|
||||
listViewExpedientes = new ListView();
|
||||
fileSystemWatcher = new FileSystemWatcher();
|
||||
imageList1 = new ImageList(components);
|
||||
mynotifyicon = new NotifyIcon(components);
|
||||
contextMenuStrip1 = new ContextMenuStrip(components);
|
||||
cerrarExpedienteElectronicoToolStripMenuItem = new ToolStripMenuItem();
|
||||
listViewArchivosProcesados = new ListView();
|
||||
panel1.SuspendLayout();
|
||||
panel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)fileSystemWatcher).BeginInit();
|
||||
contextMenuStrip1.SuspendLayout();
|
||||
SuspendLayout();
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
panel1.BackColor = Color.White;
|
||||
panel1.Controls.Add(btn_VisorExpedientes);
|
||||
panel1.Controls.Add(ProcesoManual);
|
||||
panel1.Controls.Add(buttonErrorLog);
|
||||
panel1.Controls.Add(buttonAbrirFolderMov);
|
||||
panel1.Controls.Add(buttonAbrirFolder);
|
||||
panel1.Controls.Add(buttonAbrirExpediente);
|
||||
panel1.Controls.Add(buttonConfiguracion);
|
||||
panel1.Location = new Point(3, 6);
|
||||
panel1.Name = "panel1";
|
||||
panel1.Size = new Size(49, 315);
|
||||
panel1.TabIndex = 0;
|
||||
//
|
||||
// btn_VisorExpedientes
|
||||
//
|
||||
btn_VisorExpedientes.BackgroundImage = (Image)resources.GetObject("btn_VisorExpedientes.BackgroundImage");
|
||||
btn_VisorExpedientes.BackgroundImageLayout = ImageLayout.Zoom;
|
||||
btn_VisorExpedientes.Cursor = Cursors.Hand;
|
||||
btn_VisorExpedientes.FlatAppearance.BorderSize = 0;
|
||||
btn_VisorExpedientes.FlatStyle = FlatStyle.Flat;
|
||||
btn_VisorExpedientes.Location = new Point(6, 126);
|
||||
btn_VisorExpedientes.Name = "btn_VisorExpedientes";
|
||||
btn_VisorExpedientes.Size = new Size(30, 23);
|
||||
btn_VisorExpedientes.TabIndex = 8;
|
||||
btn_VisorExpedientes.UseVisualStyleBackColor = true;
|
||||
btn_VisorExpedientes.Click += btn_VisorExpedientes_Click;
|
||||
//
|
||||
// ProcesoManual
|
||||
//
|
||||
ProcesoManual.BackgroundImage = (Image)resources.GetObject("ProcesoManual.BackgroundImage");
|
||||
ProcesoManual.BackgroundImageLayout = ImageLayout.Zoom;
|
||||
ProcesoManual.Cursor = Cursors.Hand;
|
||||
ProcesoManual.FlatAppearance.BorderSize = 0;
|
||||
ProcesoManual.FlatStyle = FlatStyle.Flat;
|
||||
ProcesoManual.Location = new Point(5, 88);
|
||||
ProcesoManual.Name = "ProcesoManual";
|
||||
ProcesoManual.Size = new Size(30, 23);
|
||||
ProcesoManual.TabIndex = 7;
|
||||
ProcesoManual.UseVisualStyleBackColor = true;
|
||||
ProcesoManual.Click += ProcesoManual_Click;
|
||||
//
|
||||
// buttonErrorLog
|
||||
//
|
||||
buttonErrorLog.BackgroundImage = (Image)resources.GetObject("buttonErrorLog.BackgroundImage");
|
||||
buttonErrorLog.BackgroundImageLayout = ImageLayout.Zoom;
|
||||
buttonErrorLog.Cursor = Cursors.Hand;
|
||||
buttonErrorLog.FlatAppearance.BorderSize = 0;
|
||||
buttonErrorLog.FlatStyle = FlatStyle.Flat;
|
||||
buttonErrorLog.Location = new Point(6, 227);
|
||||
buttonErrorLog.Name = "buttonErrorLog";
|
||||
buttonErrorLog.Size = new Size(31, 34);
|
||||
buttonErrorLog.TabIndex = 6;
|
||||
buttonErrorLog.UseVisualStyleBackColor = true;
|
||||
buttonErrorLog.Visible = false;
|
||||
buttonErrorLog.Click += buttonErrorLog_Click;
|
||||
//
|
||||
// buttonAbrirFolderMov
|
||||
//
|
||||
buttonAbrirFolderMov.BackgroundImage = (Image)resources.GetObject("buttonAbrirFolderMov.BackgroundImage");
|
||||
buttonAbrirFolderMov.BackgroundImageLayout = ImageLayout.Zoom;
|
||||
buttonAbrirFolderMov.Cursor = Cursors.Hand;
|
||||
buttonAbrirFolderMov.FlatAppearance.BorderSize = 0;
|
||||
buttonAbrirFolderMov.FlatStyle = FlatStyle.Flat;
|
||||
buttonAbrirFolderMov.Location = new Point(7, 267);
|
||||
buttonAbrirFolderMov.Name = "buttonAbrirFolderMov";
|
||||
buttonAbrirFolderMov.Size = new Size(31, 34);
|
||||
buttonAbrirFolderMov.TabIndex = 5;
|
||||
buttonAbrirFolderMov.UseVisualStyleBackColor = true;
|
||||
buttonAbrirFolderMov.Visible = false;
|
||||
buttonAbrirFolderMov.Click += buttonAbrirFolderMov_Click;
|
||||
//
|
||||
// buttonAbrirFolder
|
||||
//
|
||||
buttonAbrirFolder.BackgroundImage = (Image)resources.GetObject("buttonAbrirFolder.BackgroundImage");
|
||||
buttonAbrirFolder.BackgroundImageLayout = ImageLayout.Zoom;
|
||||
buttonAbrirFolder.Cursor = Cursors.Hand;
|
||||
buttonAbrirFolder.FlatAppearance.BorderSize = 0;
|
||||
buttonAbrirFolder.FlatStyle = FlatStyle.Flat;
|
||||
buttonAbrirFolder.Location = new Point(4, 8);
|
||||
buttonAbrirFolder.Name = "buttonAbrirFolder";
|
||||
buttonAbrirFolder.Size = new Size(31, 34);
|
||||
buttonAbrirFolder.TabIndex = 4;
|
||||
buttonAbrirFolder.UseVisualStyleBackColor = true;
|
||||
buttonAbrirFolder.Click += buttonAbrirFolder_Click;
|
||||
//
|
||||
// buttonAbrirExpediente
|
||||
//
|
||||
buttonAbrirExpediente.BackgroundImage = (Image)resources.GetObject("buttonAbrirExpediente.BackgroundImage");
|
||||
buttonAbrirExpediente.BackgroundImageLayout = ImageLayout.Zoom;
|
||||
buttonAbrirExpediente.Cursor = Cursors.Hand;
|
||||
buttonAbrirExpediente.FlatAppearance.BorderSize = 0;
|
||||
buttonAbrirExpediente.FlatStyle = FlatStyle.Flat;
|
||||
buttonAbrirExpediente.Location = new Point(7, 187);
|
||||
buttonAbrirExpediente.Name = "buttonAbrirExpediente";
|
||||
buttonAbrirExpediente.Size = new Size(31, 34);
|
||||
buttonAbrirExpediente.TabIndex = 3;
|
||||
buttonAbrirExpediente.UseVisualStyleBackColor = true;
|
||||
buttonAbrirExpediente.Visible = false;
|
||||
buttonAbrirExpediente.Click += buttonAbrirExpediente_Click;
|
||||
//
|
||||
// buttonConfiguracion
|
||||
//
|
||||
buttonConfiguracion.BackgroundImage = (Image)resources.GetObject("buttonConfiguracion.BackgroundImage");
|
||||
buttonConfiguracion.BackgroundImageLayout = ImageLayout.Zoom;
|
||||
buttonConfiguracion.Cursor = Cursors.Hand;
|
||||
buttonConfiguracion.FlatAppearance.BorderSize = 0;
|
||||
buttonConfiguracion.FlatStyle = FlatStyle.Flat;
|
||||
buttonConfiguracion.Location = new Point(4, 48);
|
||||
buttonConfiguracion.Name = "buttonConfiguracion";
|
||||
buttonConfiguracion.Size = new Size(31, 34);
|
||||
buttonConfiguracion.TabIndex = 2;
|
||||
buttonConfiguracion.UseVisualStyleBackColor = true;
|
||||
buttonConfiguracion.Click += buttonConfiguracion_Click;
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
panel2.BackColor = Color.White;
|
||||
panel2.Controls.Add(labelTotalExpedientes);
|
||||
panel2.Controls.Add(labelUsuario);
|
||||
panel2.Controls.Add(labelStatus);
|
||||
panel2.Location = new Point(3, 320);
|
||||
panel2.Name = "panel2";
|
||||
panel2.Size = new Size(444, 40);
|
||||
panel2.TabIndex = 1;
|
||||
panel2.Paint += panel2_Paint;
|
||||
//
|
||||
// labelTotalExpedientes
|
||||
//
|
||||
labelTotalExpedientes.AutoSize = true;
|
||||
labelTotalExpedientes.Font = new Font("Century Gothic", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
||||
labelTotalExpedientes.Location = new Point(9, 21);
|
||||
labelTotalExpedientes.Name = "labelTotalExpedientes";
|
||||
labelTotalExpedientes.Size = new Size(40, 16);
|
||||
labelTotalExpedientes.TabIndex = 8;
|
||||
labelTotalExpedientes.Text = "label1";
|
||||
//
|
||||
// labelUsuario
|
||||
//
|
||||
labelUsuario.AutoSize = true;
|
||||
labelUsuario.Font = new Font("Century Gothic", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
||||
labelUsuario.Location = new Point(263, 18);
|
||||
labelUsuario.Name = "labelUsuario";
|
||||
labelUsuario.Size = new Size(40, 16);
|
||||
labelUsuario.TabIndex = 7;
|
||||
labelUsuario.Text = "label1";
|
||||
labelUsuario.Visible = false;
|
||||
labelUsuario.Click += label1_Click;
|
||||
//
|
||||
// labelStatus
|
||||
//
|
||||
labelStatus.AutoSize = true;
|
||||
labelStatus.Font = new Font("Century Gothic", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
||||
labelStatus.Location = new Point(9, 3);
|
||||
labelStatus.Name = "labelStatus";
|
||||
labelStatus.Size = new Size(138, 16);
|
||||
labelStatus.TabIndex = 0;
|
||||
labelStatus.Text = "Sin cambios detectados";
|
||||
//
|
||||
// listViewExpedientes
|
||||
//
|
||||
listViewExpedientes.BorderStyle = BorderStyle.None;
|
||||
listViewExpedientes.Font = new Font("Century Gothic", 8.25F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
||||
listViewExpedientes.HeaderStyle = ColumnHeaderStyle.Nonclickable;
|
||||
listViewExpedientes.Location = new Point(45, 6);
|
||||
listViewExpedientes.Name = "listViewExpedientes";
|
||||
listViewExpedientes.Size = new Size(182, 314);
|
||||
listViewExpedientes.TabIndex = 2;
|
||||
listViewExpedientes.UseCompatibleStateImageBehavior = false;
|
||||
listViewExpedientes.View = View.Tile;
|
||||
listViewExpedientes.MouseClick += listViewExpedientes_MouseClick;
|
||||
//
|
||||
// fileSystemWatcher
|
||||
//
|
||||
fileSystemWatcher.EnableRaisingEvents = true;
|
||||
fileSystemWatcher.SynchronizingObject = this;
|
||||
//
|
||||
// imageList1
|
||||
//
|
||||
imageList1.ColorDepth = ColorDepth.Depth32Bit;
|
||||
imageList1.ImageSize = new Size(16, 16);
|
||||
imageList1.TransparentColor = Color.Transparent;
|
||||
//
|
||||
// mynotifyicon
|
||||
//
|
||||
mynotifyicon.BalloonTipIcon = ToolTipIcon.Info;
|
||||
mynotifyicon.BalloonTipText = "Su expediente electronico se estará actualizando";
|
||||
mynotifyicon.BalloonTipTitle = "Expediente electronico";
|
||||
mynotifyicon.ContextMenuStrip = contextMenuStrip1;
|
||||
mynotifyicon.Icon = (Icon)resources.GetObject("mynotifyicon.Icon");
|
||||
mynotifyicon.Text = "Expediente electronico";
|
||||
mynotifyicon.Visible = true;
|
||||
mynotifyicon.Click += mynotifyicon_Click;
|
||||
//
|
||||
// contextMenuStrip1
|
||||
//
|
||||
contextMenuStrip1.Items.AddRange(new ToolStripItem[] { cerrarExpedienteElectronicoToolStripMenuItem });
|
||||
contextMenuStrip1.Name = "contextMenuStrip1";
|
||||
contextMenuStrip1.Size = new Size(230, 26);
|
||||
//
|
||||
// cerrarExpedienteElectronicoToolStripMenuItem
|
||||
//
|
||||
cerrarExpedienteElectronicoToolStripMenuItem.Name = "cerrarExpedienteElectronicoToolStripMenuItem";
|
||||
cerrarExpedienteElectronicoToolStripMenuItem.Size = new Size(229, 22);
|
||||
cerrarExpedienteElectronicoToolStripMenuItem.Text = "Cerrar expediente electronico";
|
||||
cerrarExpedienteElectronicoToolStripMenuItem.Click += cerrarExpedienteElectronicoToolStripMenuItem_Click;
|
||||
//
|
||||
// listViewArchivosProcesados
|
||||
//
|
||||
listViewArchivosProcesados.BorderStyle = BorderStyle.None;
|
||||
listViewArchivosProcesados.HeaderStyle = ColumnHeaderStyle.Nonclickable;
|
||||
listViewArchivosProcesados.Location = new Point(227, 6);
|
||||
listViewArchivosProcesados.Name = "listViewArchivosProcesados";
|
||||
listViewArchivosProcesados.Size = new Size(220, 314);
|
||||
listViewArchivosProcesados.TabIndex = 3;
|
||||
listViewArchivosProcesados.UseCompatibleStateImageBehavior = false;
|
||||
listViewArchivosProcesados.View = View.Details;
|
||||
//
|
||||
// FormMain
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 17F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
BackgroundImage = (Image)resources.GetObject("$this.BackgroundImage");
|
||||
ClientSize = new Size(453, 367);
|
||||
Controls.Add(listViewArchivosProcesados);
|
||||
Controls.Add(listViewExpedientes);
|
||||
Controls.Add(panel2);
|
||||
Controls.Add(panel1);
|
||||
Font = new Font("Century Gothic", 9F, FontStyle.Regular, GraphicsUnit.Point, 0);
|
||||
FormBorderStyle = FormBorderStyle.None;
|
||||
Icon = (Icon)resources.GetObject("$this.Icon");
|
||||
MaximizeBox = false;
|
||||
MinimizeBox = false;
|
||||
Name = "FormMain";
|
||||
Text = "FormMain";
|
||||
Load += FormMain_Load;
|
||||
Shown += FormMain_Shown;
|
||||
panel1.ResumeLayout(false);
|
||||
panel2.ResumeLayout(false);
|
||||
panel2.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)fileSystemWatcher).EndInit();
|
||||
contextMenuStrip1.ResumeLayout(false);
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Panel panel1;
|
||||
private Panel panel2;
|
||||
private Button buttonConfiguracion;
|
||||
private ListView listViewExpedientes;
|
||||
private FileSystemWatcher fileSystemWatcher;
|
||||
private Button buttonAbrirFolderMov;
|
||||
private Button buttonAbrirFolder;
|
||||
private Button buttonAbrirExpediente;
|
||||
private ImageList imageList1;
|
||||
private NotifyIcon mynotifyicon;
|
||||
private ListView listViewArchivosProcesados;
|
||||
private Label labelStatus;
|
||||
private ContextMenuStrip contextMenuStrip1;
|
||||
private ToolStripMenuItem revisarExpedientesToolStripMenuItem;
|
||||
private ToolStripMenuItem cerrarExpedienteElectronicoToolStripMenuItem;
|
||||
private Button buttonErrorLog;
|
||||
private Label labelUsuario;
|
||||
private Label labelTotalExpedientes;
|
||||
private Button ProcesoManual;
|
||||
private Button btn_VisorExpedientes;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user