namespace VictusPatchGen { partial class Form1 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.UpdateButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.VersionTextbox = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // UpdateButton // this.UpdateButton.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.UpdateButton.Image = ((System.Drawing.Image)(resources.GetObject("UpdateButton.Image"))); this.UpdateButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.UpdateButton.Location = new System.Drawing.Point(120, 9); this.UpdateButton.Name = "UpdateButton"; this.UpdateButton.Size = new System.Drawing.Size(138, 31); this.UpdateButton.TabIndex = 0; this.UpdateButton.Text = "Update EXE && DAT"; this.UpdateButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.UpdateButton.UseVisualStyleBackColor = true; this.UpdateButton.Click += new System.EventHandler(this.UpdateButtonClick); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(6, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(55, 13); this.label1.TabIndex = 1; this.label1.Text = "Version:"; // // VersionTextbox // this.VersionTextbox.Location = new System.Drawing.Point(58, 15); this.VersionTextbox.Name = "VersionTextbox"; this.VersionTextbox.Size = new System.Drawing.Size(56, 20); this.VersionTextbox.TabIndex = 2; this.VersionTextbox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // groupBox1 // this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.UpdateButton); this.groupBox1.Controls.Add(this.VersionTextbox); this.groupBox1.Location = new System.Drawing.Point(12, 3); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(263, 42); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(283, 55); this.Controls.Add(this.groupBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "Form1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Fiesta Version Updater"; this.Load += new System.EventHandler(this.Form1_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button UpdateButton; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox VersionTextbox; private System.Windows.Forms.GroupBox groupBox1; } }