-Update a .Net Framework 4.5 :: Minor Fix :: -Rimozione firma (dava errori in compilazione)
280 lines
13 KiB
C#
280 lines
13 KiB
C#
|
|
namespace DynUpdater
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <summary>
|
|
/// Variabile di progettazione necessaria.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Pulire le risorse in uso.
|
|
/// </summary>
|
|
/// <param name="disposing">ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Codice generato da Progettazione Windows Form
|
|
|
|
/// <summary>
|
|
/// Metodo necessario per il supporto della finestra di progettazione. Non modificare
|
|
/// il contenuto del metodo con l'editor di codice.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.TXTusername = new System.Windows.Forms.TextBox();
|
|
this.TXTpassword = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.TXThostname = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.BTNsave = new System.Windows.Forms.Button();
|
|
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
this.LBLstatus = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
this.ProgressBarStatus = new System.Windows.Forms.ToolStripProgressBar();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
|
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
this.BTNopen = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.configurazioneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.BTNexit = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.TXTstatus = new System.Windows.Forms.TextBox();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.contextMenuStrip.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// backgroundWorker1
|
|
//
|
|
this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(17, 19);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(61, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Username:";
|
|
//
|
|
// TXTusername
|
|
//
|
|
this.TXTusername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TXTusername.Location = new System.Drawing.Point(101, 16);
|
|
this.TXTusername.Name = "TXTusername";
|
|
this.TXTusername.Size = new System.Drawing.Size(307, 21);
|
|
this.TXTusername.TabIndex = 1;
|
|
//
|
|
// TXTpassword
|
|
//
|
|
this.TXTpassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TXTpassword.Location = new System.Drawing.Point(101, 46);
|
|
this.TXTpassword.Name = "TXTpassword";
|
|
this.TXTpassword.PasswordChar = '*';
|
|
this.TXTpassword.Size = new System.Drawing.Size(307, 21);
|
|
this.TXTpassword.TabIndex = 3;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(21, 49);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(59, 13);
|
|
this.label2.TabIndex = 2;
|
|
this.label2.Text = "Password:";
|
|
//
|
|
// TXThostname
|
|
//
|
|
this.TXThostname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TXThostname.Location = new System.Drawing.Point(101, 75);
|
|
this.TXThostname.Name = "TXThostname";
|
|
this.TXThostname.Size = new System.Drawing.Size(307, 21);
|
|
this.TXThostname.TabIndex = 5;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(17, 78);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(62, 13);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "Hostname:";
|
|
//
|
|
// BTNsave
|
|
//
|
|
this.BTNsave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.BTNsave.Location = new System.Drawing.Point(101, 108);
|
|
this.BTNsave.Name = "BTNsave";
|
|
this.BTNsave.Size = new System.Drawing.Size(306, 34);
|
|
this.BTNsave.TabIndex = 6;
|
|
this.BTNsave.Text = "Apply";
|
|
this.BTNsave.UseVisualStyleBackColor = true;
|
|
this.BTNsave.Click += new System.EventHandler(this.BTNsave_Click);
|
|
//
|
|
// statusStrip1
|
|
//
|
|
this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.LBLstatus,
|
|
this.toolStripStatusLabel1,
|
|
this.ProgressBarStatus});
|
|
this.statusStrip1.Location = new System.Drawing.Point(0, 159);
|
|
this.statusStrip1.Name = "statusStrip1";
|
|
this.statusStrip1.Size = new System.Drawing.Size(616, 22);
|
|
this.statusStrip1.TabIndex = 7;
|
|
this.statusStrip1.Text = "statusStrip1";
|
|
//
|
|
// LBLstatus
|
|
//
|
|
this.LBLstatus.Name = "LBLstatus";
|
|
this.LBLstatus.Size = new System.Drawing.Size(57, 17);
|
|
this.LBLstatus.Text = "LBLstatus";
|
|
//
|
|
// toolStripStatusLabel1
|
|
//
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(544, 17);
|
|
this.toolStripStatusLabel1.Spring = true;
|
|
//
|
|
// ProgressBarStatus
|
|
//
|
|
this.ProgressBarStatus.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
this.ProgressBarStatus.Name = "ProgressBarStatus";
|
|
this.ProgressBarStatus.Size = new System.Drawing.Size(100, 18);
|
|
this.ProgressBarStatus.Style = System.Windows.Forms.ProgressBarStyle.Marquee;
|
|
this.ProgressBarStatus.Visible = false;
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 300000;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// notifyIcon1
|
|
//
|
|
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip;
|
|
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
|
this.notifyIcon1.Text = "OVH DynUpdater";
|
|
this.notifyIcon1.Visible = true;
|
|
this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
|
|
//
|
|
// contextMenuStrip
|
|
//
|
|
this.contextMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|
this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.BTNopen,
|
|
this.configurazioneToolStripMenuItem,
|
|
this.toolStripSeparator1,
|
|
this.BTNexit});
|
|
this.contextMenuStrip.Name = "contextMenuStrip";
|
|
this.contextMenuStrip.Size = new System.Drawing.Size(149, 76);
|
|
this.contextMenuStrip.Text = "Open";
|
|
//
|
|
// BTNopen
|
|
//
|
|
this.BTNopen.Name = "BTNopen";
|
|
this.BTNopen.Size = new System.Drawing.Size(148, 22);
|
|
this.BTNopen.Text = "Show";
|
|
this.BTNopen.Click += new System.EventHandler(this.BTNopen_Click);
|
|
//
|
|
// configurazioneToolStripMenuItem
|
|
//
|
|
this.configurazioneToolStripMenuItem.Name = "configurazioneToolStripMenuItem";
|
|
this.configurazioneToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
|
|
this.configurazioneToolStripMenuItem.Text = "Configuration";
|
|
this.configurazioneToolStripMenuItem.Click += new System.EventHandler(this.configurazioneToolStripMenuItem_Click);
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(145, 6);
|
|
//
|
|
// BTNexit
|
|
//
|
|
this.BTNexit.Name = "BTNexit";
|
|
this.BTNexit.Size = new System.Drawing.Size(148, 22);
|
|
this.BTNexit.Text = "Exit";
|
|
this.BTNexit.Click += new System.EventHandler(this.BTNexit_Click);
|
|
//
|
|
// TXTstatus
|
|
//
|
|
this.TXTstatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.TXTstatus.Location = new System.Drawing.Point(414, 16);
|
|
this.TXTstatus.Multiline = true;
|
|
this.TXTstatus.Name = "TXTstatus";
|
|
this.TXTstatus.ReadOnly = true;
|
|
this.TXTstatus.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.TXTstatus.Size = new System.Drawing.Size(190, 126);
|
|
this.TXTstatus.TabIndex = 1;
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(616, 181);
|
|
this.Controls.Add(this.TXTstatus);
|
|
this.Controls.Add(this.statusStrip1);
|
|
this.Controls.Add(this.BTNsave);
|
|
this.Controls.Add(this.TXThostname);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.TXTpassword);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.TXTusername);
|
|
this.Controls.Add(this.label1);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 7.8F);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "Form1";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "OVH DynUpdater";
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
this.statusStrip1.ResumeLayout(false);
|
|
this.statusStrip1.PerformLayout();
|
|
this.contextMenuStrip.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox TXTusername;
|
|
private System.Windows.Forms.TextBox TXTpassword;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox TXThostname;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Button BTNsave;
|
|
private System.Windows.Forms.StatusStrip statusStrip1;
|
|
private System.Windows.Forms.ToolStripStatusLabel LBLstatus;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.NotifyIcon notifyIcon1;
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
|
|
private System.Windows.Forms.ToolStripMenuItem BTNopen;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripMenuItem BTNexit;
|
|
private System.Windows.Forms.ToolStripProgressBar ProgressBarStatus;
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
private System.Windows.Forms.TextBox TXTstatus;
|
|
private System.Windows.Forms.ToolStripMenuItem configurazioneToolStripMenuItem;
|
|
}
|
|
}
|
|
|