362 lines
14 KiB
C#
362 lines
14 KiB
C#
/*
|
|
* Created by SharpDevelop.
|
|
* User: BITL-Gaming
|
|
* Date: 11/28/2016
|
|
* Time: 7:55 AM
|
|
*
|
|
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
|
*/
|
|
namespace NovetusLauncher
|
|
{
|
|
partial class ClientinfoEditor
|
|
{
|
|
/// <summary>
|
|
/// Designer variable used to keep track of non-visual components.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Disposes resources used by the form.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing) {
|
|
if (components != null) {
|
|
components.Dispose();
|
|
}
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
/// <summary>
|
|
/// This method is required for Windows Forms designer support.
|
|
/// Do not change the method contents inside the source code editor. The Forms designer might
|
|
/// not be able to load this method if it was changed manually.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClientinfoEditor));
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.checkBox4 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox6 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox7 = new System.Windows.Forms.CheckBox();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.Location = new System.Drawing.Point(12, 64);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(210, 24);
|
|
this.checkBox1.TabIndex = 0;
|
|
this.checkBox1.Text = "Allows players to set custom names";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
this.checkBox1.CheckedChanged += new System.EventHandler(this.CheckBox1CheckedChanged);
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.Location = new System.Drawing.Point(12, 84);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(210, 20);
|
|
this.checkBox2.TabIndex = 1;
|
|
this.checkBox2.Text = "Allows the launcher to set custom IDs";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
this.checkBox2.CheckedChanged += new System.EventHandler(this.CheckBox2CheckedChanged);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(10, 181);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.textBox1.Size = new System.Drawing.Size(279, 60);
|
|
this.textBox1.TabIndex = 4;
|
|
this.textBox1.TextChanged += new System.EventHandler(this.TextBox1TextChanged);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(10, 162);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(92, 16);
|
|
this.label1.TabIndex = 5;
|
|
this.label1.Text = "Client Description";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(10, 50);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(80, 17);
|
|
this.label2.TabIndex = 6;
|
|
this.label2.Text = "Client Options:";
|
|
//
|
|
// checkBox3
|
|
//
|
|
this.checkBox3.Location = new System.Drawing.Point(12, 102);
|
|
this.checkBox3.Name = "checkBox3";
|
|
this.checkBox3.Size = new System.Drawing.Size(211, 20);
|
|
this.checkBox3.TabIndex = 13;
|
|
this.checkBox3.Text = "Client uses a single EXE to run";
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
this.checkBox3.CheckedChanged += new System.EventHandler(this.CheckBox3CheckedChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(309, 52);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(92, 13);
|
|
this.label3.TabIndex = 14;
|
|
this.label3.Text = "Client EXE MD5";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(309, 68);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.ReadOnly = true;
|
|
this.textBox2.Size = new System.Drawing.Size(311, 20);
|
|
this.textBox2.TabIndex = 15;
|
|
this.textBox2.TextChanged += new System.EventHandler(this.TextBox2TextChanged);
|
|
//
|
|
// textBox3
|
|
//
|
|
this.textBox3.Location = new System.Drawing.Point(309, 107);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.ReadOnly = true;
|
|
this.textBox3.Size = new System.Drawing.Size(312, 20);
|
|
this.textBox3.TabIndex = 16;
|
|
this.textBox3.TextChanged += new System.EventHandler(this.TextBox3TextChanged);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(309, 91);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(92, 13);
|
|
this.label4.TabIndex = 17;
|
|
this.label4.Text = "Client Script MD5";
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Location = new System.Drawing.Point(309, 140);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(312, 29);
|
|
this.button4.TabIndex = 18;
|
|
this.button4.Text = "Get MD5s from client directory";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.Button4Click);
|
|
//
|
|
// checkBox4
|
|
//
|
|
this.checkBox4.Location = new System.Drawing.Point(239, 64);
|
|
this.checkBox4.Name = "checkBox4";
|
|
this.checkBox4.Size = new System.Drawing.Size(50, 24);
|
|
this.checkBox4.TabIndex = 19;
|
|
this.checkBox4.Text = "Lock";
|
|
this.checkBox4.UseVisualStyleBackColor = true;
|
|
this.checkBox4.Visible = false;
|
|
this.checkBox4.CheckedChanged += new System.EventHandler(this.CheckBox4CheckedChanged);
|
|
//
|
|
// checkBox6
|
|
//
|
|
this.checkBox6.Location = new System.Drawing.Point(12, 120);
|
|
this.checkBox6.Name = "checkBox6";
|
|
this.checkBox6.Size = new System.Drawing.Size(262, 21);
|
|
this.checkBox6.TabIndex = 20;
|
|
this.checkBox6.Text = "Fix Scripts and Map Loading for 2007-Early 2008";
|
|
this.checkBox6.UseVisualStyleBackColor = true;
|
|
this.checkBox6.CheckedChanged += new System.EventHandler(this.CheckBox6CheckedChanged);
|
|
//
|
|
// checkBox7
|
|
//
|
|
this.checkBox7.Location = new System.Drawing.Point(12, 137);
|
|
this.checkBox7.Name = "checkBox7";
|
|
this.checkBox7.Size = new System.Drawing.Size(262, 22);
|
|
this.checkBox7.TabIndex = 21;
|
|
this.checkBox7.Text = "Already has security options";
|
|
this.checkBox7.UseVisualStyleBackColor = true;
|
|
this.checkBox7.CheckedChanged += new System.EventHandler(this.CheckBox7CheckedChanged);
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(632, 24);
|
|
this.menuStrip1.TabIndex = 22;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.newToolStripMenuItem,
|
|
this.loadToolStripMenuItem,
|
|
this.saveToolStripMenuItem});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
this.fileToolStripMenuItem.Text = "File";
|
|
//
|
|
// newToolStripMenuItem
|
|
//
|
|
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
|
|
this.newToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
|
|
this.newToolStripMenuItem.Text = "New";
|
|
this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick);
|
|
//
|
|
// loadToolStripMenuItem
|
|
//
|
|
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
|
this.loadToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
|
|
this.loadToolStripMenuItem.Text = "Load";
|
|
this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItemClick);
|
|
//
|
|
// saveToolStripMenuItem
|
|
//
|
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
|
|
this.saveToolStripMenuItem.Text = "Save";
|
|
this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItemClick);
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Location = new System.Drawing.Point(309, 204);
|
|
this.textBox4.Multiline = true;
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.textBox4.Size = new System.Drawing.Size(311, 101);
|
|
this.textBox4.TabIndex = 23;
|
|
this.textBox4.TextChanged += new System.EventHandler(this.TextBox4TextChanged);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(308, 185);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(143, 16);
|
|
this.label5.TabIndex = 24;
|
|
this.label5.Text = "Client Command Arguments";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
this.label6.Location = new System.Drawing.Point(0, 28);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(632, 2);
|
|
this.label6.TabIndex = 25;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(309, 311);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(311, 21);
|
|
this.button1.TabIndex = 26;
|
|
this.button1.Text = "Documentation";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.Button1Click);
|
|
//
|
|
// textBox5
|
|
//
|
|
this.textBox5.Location = new System.Drawing.Point(10, 263);
|
|
this.textBox5.Multiline = true;
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|
this.textBox5.Size = new System.Drawing.Size(279, 60);
|
|
this.textBox5.TabIndex = 27;
|
|
this.textBox5.TextChanged += new System.EventHandler(this.TextBox5TextChanged);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Location = new System.Drawing.Point(10, 244);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(100, 16);
|
|
this.label7.TabIndex = 28;
|
|
this.label7.Text = "Warning (if needed)";
|
|
//
|
|
// ClientinfoEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.ClientSize = new System.Drawing.Size(632, 341);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.textBox5);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.textBox4);
|
|
this.Controls.Add(this.checkBox7);
|
|
this.Controls.Add(this.checkBox6);
|
|
this.Controls.Add(this.checkBox4);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.textBox3);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.checkBox3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.checkBox2);
|
|
this.Controls.Add(this.checkBox1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.MaximizeBox = false;
|
|
this.Name = "ClientinfoEditor";
|
|
this.Text = "Novetus Client SDK";
|
|
this.Load += new System.EventHandler(this.ClientinfoCreatorLoad);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
}
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.CheckBox checkBox7;
|
|
private System.Windows.Forms.CheckBox checkBox6;
|
|
private System.Windows.Forms.CheckBox checkBox4;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
}
|
|
}
|