namespace DevConsole{
partial class FormUpdateCreator
{
/// <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()
{
this.label1 = new System.Windows.Forms.Label();
this.textBox_version = new System.Windows.Forms.TextBox();
this.checkedListBox_corefiles = new System.Windows.Forms.CheckedListBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.checkedListBox_languagefiles = new System.Windows.Forms.CheckedListBox();
this.label4 = new System.Windows.Forms.Label();
this.checkedListBox_skinfiles = new System.Windows.Forms.CheckedListBox();
this.label5 = new System.Windows.Forms.Label();
this.checkBox_forcelanguageupdate = new System.Windows.Forms.CheckBox();
this.button_ok = new System.Windows.Forms.Button();
this.richTextBox_changelog = new System.Windows.Forms.RichTextBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(45, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Version:";
//
// textBox_version
//
this.textBox_version.Location = new System.Drawing.Point(63, 16);
this.textBox_version.Name = "textBox_version";
this.textBox_version.ReadOnly = true;
this.textBox_version.Size = new System.Drawing.Size(70, 20);
this.textBox_version.TabIndex = 1;
//
// checkedListBox_corefiles
//
this.checkedListBox_corefiles.FormattingEnabled = true;
this.checkedListBox_corefiles.Location = new System.Drawing.Point(12, 162);
this.checkedListBox_corefiles.Name = "checkedListBox_corefiles";
this.checkedListBox_corefiles.Size = new System.Drawing.Size(503, 124);
this.checkedListBox_corefiles.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 146);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 13);
this.label2.TabIndex = 0;
this.label2.Text = "Core Files:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 289);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(82, 13);
this.label3.TabIndex = 0;
this.label3.Text = "Language Files:";
//
// checkedListBox_languagefiles
//
this.checkedListBox_languagefiles.FormattingEnabled = true;
this.checkedListBox_languagefiles.Location = new System.Drawing.Point(12, 315);
this.checkedListBox_languagefiles.Name = "checkedListBox_languagefiles";
this.checkedListBox_languagefiles.Size = new System.Drawing.Size(503, 79);
this.checkedListBox_languagefiles.TabIndex = 2;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 397);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(64, 13);
this.label4.TabIndex = 0;
this.label4.Text = "Skin Packs:";
//
// checkedListBox_skinfiles
//
this.checkedListBox_skinfiles.FormattingEnabled = true;
this.checkedListBox_skinfiles.Location = new System.Drawing.Point(12, 413);
this.checkedListBox_skinfiles.Name = "checkedListBox_skinfiles";
this.checkedListBox_skinfiles.Size = new System.Drawing.Size(503, 79);
this.checkedListBox_skinfiles.TabIndex = 2;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(457, 26);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(58, 13);
this.label5.TabIndex = 0;
this.label5.Text = "Changelog";
//
// checkBox_forcelanguageupdate
//
this.checkBox_forcelanguageupdate.AutoSize = true;
this.checkBox_forcelanguageupdate.Location = new System.Drawing.Point(373, 292);
this.checkBox_forcelanguageupdate.Name = "checkBox_forcelanguageupdate";
this.checkBox_forcelanguageupdate.Size = new System.Drawing.Size(142, 17);
this.checkBox_forcelanguageupdate.TabIndex = 4;
this.checkBox_forcelanguageupdate.Text = "Force Language Update";
this.checkBox_forcelanguageupdate.UseVisualStyleBackColor = true;
//
// button_ok
//
this.button_ok.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button_ok.Location = new System.Drawing.Point(226, 498);
this.button_ok.Name = "button_ok";
this.button_ok.Size = new System.Drawing.Size(75, 23);
this.button_ok.TabIndex = 5;
this.button_ok.Text = "Ok";
this.button_ok.UseVisualStyleBackColor = true;
//
// richTextBox_changelog
//
this.richTextBox_changelog.Location = new System.Drawing.Point(15, 42);
this.richTextBox_changelog.Name = "richTextBox_changelog";
this.richTextBox_changelog.Size = new System.Drawing.Size(500, 101);
this.richTextBox_changelog.TabIndex = 6;
this.richTextBox_changelog.Text = "";
//
// FormUpdateCreator
//
this.AcceptButton = this.button_ok;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(527, 529);
this.Controls.Add(this.richTextBox_changelog);
this.Controls.Add(this.button_ok);
this.Controls.Add(this.checkBox_forcelanguageupdate);
this.Controls.Add(this.checkedListBox_skinfiles);
this.Controls.Add(this.checkedListBox_languagefiles);
this.Controls.Add(this.checkedListBox_corefiles);
this.Controls.Add(this.textBox_version);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label5);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "FormUpdateCreator";
this.Text = "Create Update";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
internal System.Windows.Forms.TextBox textBox_version;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
internal System.Windows.Forms.CheckedListBox checkedListBox_corefiles;
internal System.Windows.Forms.CheckedListBox checkedListBox_languagefiles;
internal System.Windows.Forms.CheckedListBox checkedListBox_skinfiles;
private System.Windows.Forms.Button button_ok;
internal System.Windows.Forms.CheckBox checkBox_forcelanguageupdate;
internal System.Windows.Forms.RichTextBox richTextBox_changelog;
}
}
|