Quasar/Server/Forms/FrmUpdate.Designer.cs

104 lines
4.3 KiB
C#

namespace xServer.Forms
{
partial class FrmUpdate
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUpdate));
this.btnUpdate = new System.Windows.Forms.Button();
this.txtURL = new System.Windows.Forms.TextBox();
this.lblURL = new System.Windows.Forms.Label();
this.lblInformation = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnUpdate
//
this.btnUpdate.Location = new System.Drawing.Point(246, 37);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(138, 23);
this.btnUpdate.TabIndex = 0;
this.btnUpdate.Text = "Update Clients";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// txtURL
//
this.txtURL.Location = new System.Drawing.Point(48, 6);
this.txtURL.Name = "txtURL";
this.txtURL.Size = new System.Drawing.Size(336, 22);
this.txtURL.TabIndex = 1;
//
// lblURL
//
this.lblURL.AutoSize = true;
this.lblURL.Location = new System.Drawing.Point(12, 9);
this.lblURL.Name = "lblURL";
this.lblURL.Size = new System.Drawing.Size(30, 13);
this.lblURL.TabIndex = 2;
this.lblURL.Text = "URL:";
//
// lblInformation
//
this.lblInformation.AutoSize = true;
this.lblInformation.Location = new System.Drawing.Point(12, 37);
this.lblInformation.Name = "lblInformation";
this.lblInformation.Size = new System.Drawing.Size(221, 26);
this.lblInformation.TabIndex = 3;
this.lblInformation.Text = "Please be sure to use the same settings in\r\nyour new client. Check your URL!!!";
//
// frmUpdate
//
this.AcceptButton = this.btnUpdate;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(396, 72);
this.Controls.Add(this.lblInformation);
this.Controls.Add(this.lblURL);
this.Controls.Add(this.txtURL);
this.Controls.Add(this.btnUpdate);
this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmUpdate";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "xRAT 2.0 - Update []";
this.Load += new System.EventHandler(this.FrmUpdate_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.TextBox txtURL;
private System.Windows.Forms.Label lblURL;
private System.Windows.Forms.Label lblInformation;
}
}