242 lines
14 KiB
C#
242 lines
14 KiB
C#
partial class AssetFixer
|
|
{
|
|
/// <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(AssetFixer));
|
|
this.CustomDLURLLabel = new System.Windows.Forms.Label();
|
|
this.URLOverrideBox = new System.Windows.Forms.TextBox();
|
|
this.URLListLabel = new System.Windows.Forms.Label();
|
|
this.URLSelection = new System.Windows.Forms.ComboBox();
|
|
this.AssetFixer_ProgressLabel = new System.Windows.Forms.Label();
|
|
this.AssetFixer_ProgressBar = new System.Windows.Forms.ProgressBar();
|
|
this.AssetLocalization_AssetLinks = new System.Windows.Forms.CheckBox();
|
|
this.AssetLocalization_LocalizePermanentlyBox = new System.Windows.Forms.CheckBox();
|
|
this.AssetLocalization_SaveBackups = new System.Windows.Forms.CheckBox();
|
|
this.AssetLocalization_AssetTypeText = new System.Windows.Forms.Label();
|
|
this.AssetLocalization_ItemNameText = new System.Windows.Forms.Label();
|
|
this.AssetLocalization_ItemNameBox = new System.Windows.Forms.TextBox();
|
|
this.AssetLocalization_AssetTypeBox = new System.Windows.Forms.ComboBox();
|
|
this.AssetLocalization_LocalizeButton = new System.Windows.Forms.Button();
|
|
this.AssetLocalization_BackgroundWorker = new System.ComponentModel.BackgroundWorker();
|
|
this.SuspendLayout();
|
|
//
|
|
// CustomDLURLLabel
|
|
//
|
|
this.CustomDLURLLabel.Location = new System.Drawing.Point(12, 35);
|
|
this.CustomDLURLLabel.Name = "CustomDLURLLabel";
|
|
this.CustomDLURLLabel.Size = new System.Drawing.Size(67, 27);
|
|
this.CustomDLURLLabel.TabIndex = 26;
|
|
this.CustomDLURLLabel.Text = "Custom URL\r\n(Optional)\r\n:";
|
|
this.CustomDLURLLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// URLOverrideBox
|
|
//
|
|
this.URLOverrideBox.Location = new System.Drawing.Point(81, 38);
|
|
this.URLOverrideBox.Name = "URLOverrideBox";
|
|
this.URLOverrideBox.Size = new System.Drawing.Size(214, 20);
|
|
this.URLOverrideBox.TabIndex = 25;
|
|
this.URLOverrideBox.Click += new System.EventHandler(this.URLOverrideBox_Click);
|
|
this.URLOverrideBox.TextChanged += new System.EventHandler(this.URLOverrideBox_TextChanged);
|
|
//
|
|
// URLListLabel
|
|
//
|
|
this.URLListLabel.AutoSize = true;
|
|
this.URLListLabel.Location = new System.Drawing.Point(27, 14);
|
|
this.URLListLabel.Name = "URLListLabel";
|
|
this.URLListLabel.Size = new System.Drawing.Size(32, 13);
|
|
this.URLListLabel.TabIndex = 24;
|
|
this.URLListLabel.Text = "URL:";
|
|
//
|
|
// URLSelection
|
|
//
|
|
this.URLSelection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.URLSelection.DropDownWidth = 242;
|
|
this.URLSelection.FormattingEnabled = true;
|
|
this.URLSelection.Location = new System.Drawing.Point(81, 11);
|
|
this.URLSelection.Name = "URLSelection";
|
|
this.URLSelection.Size = new System.Drawing.Size(214, 21);
|
|
this.URLSelection.TabIndex = 18;
|
|
this.URLSelection.SelectedIndexChanged += new System.EventHandler(this.URLSelection_SelectedIndexChanged);
|
|
//
|
|
// AssetFixer_ProgressLabel
|
|
//
|
|
this.AssetFixer_ProgressLabel.Location = new System.Drawing.Point(12, 217);
|
|
this.AssetFixer_ProgressLabel.Name = "AssetFixer_ProgressLabel";
|
|
this.AssetFixer_ProgressLabel.Size = new System.Drawing.Size(278, 18);
|
|
this.AssetFixer_ProgressLabel.TabIndex = 24;
|
|
this.AssetFixer_ProgressLabel.Text = "Idle";
|
|
this.AssetFixer_ProgressLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// AssetFixer_ProgressBar
|
|
//
|
|
this.AssetFixer_ProgressBar.Location = new System.Drawing.Point(12, 191);
|
|
this.AssetFixer_ProgressBar.Name = "AssetFixer_ProgressBar";
|
|
this.AssetFixer_ProgressBar.Size = new System.Drawing.Size(278, 23);
|
|
this.AssetFixer_ProgressBar.TabIndex = 23;
|
|
//
|
|
// AssetLocalization_AssetLinks
|
|
//
|
|
this.AssetLocalization_AssetLinks.AutoSize = true;
|
|
this.AssetLocalization_AssetLinks.Location = new System.Drawing.Point(42, 140);
|
|
this.AssetLocalization_AssetLinks.Name = "AssetLocalization_AssetLinks";
|
|
this.AssetLocalization_AssetLinks.Size = new System.Drawing.Size(215, 17);
|
|
this.AssetLocalization_AssetLinks.TabIndex = 22;
|
|
this.AssetLocalization_AssetLinks.Text = "Replace Asset Links with Selected URL";
|
|
this.AssetLocalization_AssetLinks.UseVisualStyleBackColor = true;
|
|
this.AssetLocalization_AssetLinks.CheckedChanged += new System.EventHandler(this.AssetLocalization_AssetLinks_CheckedChanged);
|
|
//
|
|
// AssetLocalization_LocalizePermanentlyBox
|
|
//
|
|
this.AssetLocalization_LocalizePermanentlyBox.AutoSize = true;
|
|
this.AssetLocalization_LocalizePermanentlyBox.Location = new System.Drawing.Point(164, 117);
|
|
this.AssetLocalization_LocalizePermanentlyBox.Name = "AssetLocalization_LocalizePermanentlyBox";
|
|
this.AssetLocalization_LocalizePermanentlyBox.Size = new System.Drawing.Size(126, 17);
|
|
this.AssetLocalization_LocalizePermanentlyBox.TabIndex = 21;
|
|
this.AssetLocalization_LocalizePermanentlyBox.Text = "Localize Permanently";
|
|
this.AssetLocalization_LocalizePermanentlyBox.UseVisualStyleBackColor = true;
|
|
this.AssetLocalization_LocalizePermanentlyBox.CheckedChanged += new System.EventHandler(this.AssetLocalization_LocalizePermanentlyBox_CheckedChanged);
|
|
this.AssetLocalization_LocalizePermanentlyBox.Click += new System.EventHandler(this.AssetLocalization_LocalizePermanentlyBox_Click);
|
|
//
|
|
// AssetLocalization_SaveBackups
|
|
//
|
|
this.AssetLocalization_SaveBackups.AutoSize = true;
|
|
this.AssetLocalization_SaveBackups.Location = new System.Drawing.Point(21, 117);
|
|
this.AssetLocalization_SaveBackups.Name = "AssetLocalization_SaveBackups";
|
|
this.AssetLocalization_SaveBackups.Size = new System.Drawing.Size(96, 17);
|
|
this.AssetLocalization_SaveBackups.TabIndex = 20;
|
|
this.AssetLocalization_SaveBackups.Text = "Save Backups";
|
|
this.AssetLocalization_SaveBackups.UseVisualStyleBackColor = true;
|
|
this.AssetLocalization_SaveBackups.CheckedChanged += new System.EventHandler(this.AssetLocalization_SaveBackups_CheckedChanged);
|
|
//
|
|
// AssetLocalization_AssetTypeText
|
|
//
|
|
this.AssetLocalization_AssetTypeText.AutoSize = true;
|
|
this.AssetLocalization_AssetTypeText.Location = new System.Drawing.Point(12, 66);
|
|
this.AssetLocalization_AssetTypeText.Name = "AssetLocalization_AssetTypeText";
|
|
this.AssetLocalization_AssetTypeText.Size = new System.Drawing.Size(63, 13);
|
|
this.AssetLocalization_AssetTypeText.TabIndex = 18;
|
|
this.AssetLocalization_AssetTypeText.Text = "Asset Type:";
|
|
//
|
|
// AssetLocalization_ItemNameText
|
|
//
|
|
this.AssetLocalization_ItemNameText.AutoSize = true;
|
|
this.AssetLocalization_ItemNameText.Location = new System.Drawing.Point(12, 93);
|
|
this.AssetLocalization_ItemNameText.Name = "AssetLocalization_ItemNameText";
|
|
this.AssetLocalization_ItemNameText.Size = new System.Drawing.Size(115, 13);
|
|
this.AssetLocalization_ItemNameText.TabIndex = 15;
|
|
this.AssetLocalization_ItemNameText.Text = "Asset Name (Optional):";
|
|
//
|
|
// AssetLocalization_ItemNameBox
|
|
//
|
|
this.AssetLocalization_ItemNameBox.Location = new System.Drawing.Point(140, 90);
|
|
this.AssetLocalization_ItemNameBox.Name = "AssetLocalization_ItemNameBox";
|
|
this.AssetLocalization_ItemNameBox.Size = new System.Drawing.Size(155, 20);
|
|
this.AssetLocalization_ItemNameBox.TabIndex = 14;
|
|
this.AssetLocalization_ItemNameBox.TextChanged += new System.EventHandler(this.AssetLocalization_ItemNameBox_TextChanged);
|
|
//
|
|
// AssetLocalization_AssetTypeBox
|
|
//
|
|
this.AssetLocalization_AssetTypeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.AssetLocalization_AssetTypeBox.FormattingEnabled = true;
|
|
this.AssetLocalization_AssetTypeBox.Items.AddRange(new object[] {
|
|
"RBXL",
|
|
"RBXM",
|
|
"Lua Script"});
|
|
this.AssetLocalization_AssetTypeBox.Location = new System.Drawing.Point(81, 63);
|
|
this.AssetLocalization_AssetTypeBox.Name = "AssetLocalization_AssetTypeBox";
|
|
this.AssetLocalization_AssetTypeBox.Size = new System.Drawing.Size(214, 21);
|
|
this.AssetLocalization_AssetTypeBox.TabIndex = 12;
|
|
this.AssetLocalization_AssetTypeBox.SelectedIndexChanged += new System.EventHandler(this.AssetLocalization_AssetTypeBox_SelectedIndexChanged);
|
|
//
|
|
// AssetLocalization_LocalizeButton
|
|
//
|
|
this.AssetLocalization_LocalizeButton.Location = new System.Drawing.Point(12, 164);
|
|
this.AssetLocalization_LocalizeButton.Name = "AssetLocalization_LocalizeButton";
|
|
this.AssetLocalization_LocalizeButton.Size = new System.Drawing.Size(278, 21);
|
|
this.AssetLocalization_LocalizeButton.TabIndex = 11;
|
|
this.AssetLocalization_LocalizeButton.Text = "Browse and Localize Model/Place";
|
|
this.AssetLocalization_LocalizeButton.UseVisualStyleBackColor = true;
|
|
this.AssetLocalization_LocalizeButton.Click += new System.EventHandler(this.AssetLocalization_LocalizeButton_Click);
|
|
//
|
|
// AssetLocalization_BackgroundWorker
|
|
//
|
|
this.AssetLocalization_BackgroundWorker.WorkerReportsProgress = true;
|
|
this.AssetLocalization_BackgroundWorker.WorkerSupportsCancellation = true;
|
|
this.AssetLocalization_BackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this.AssetLocalization_BackgroundWorker_DoWork);
|
|
this.AssetLocalization_BackgroundWorker.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.AssetLocalization_BackgroundWorker_ProgressChanged);
|
|
this.AssetLocalization_BackgroundWorker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.AssetLocalization_BackgroundWorker_RunWorkerCompleted);
|
|
//
|
|
// AssetFixer
|
|
//
|
|
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(302, 241);
|
|
this.Controls.Add(this.AssetFixer_ProgressLabel);
|
|
this.Controls.Add(this.URLOverrideBox);
|
|
this.Controls.Add(this.AssetFixer_ProgressBar);
|
|
this.Controls.Add(this.CustomDLURLLabel);
|
|
this.Controls.Add(this.AssetLocalization_AssetLinks);
|
|
this.Controls.Add(this.AssetLocalization_LocalizePermanentlyBox);
|
|
this.Controls.Add(this.URLListLabel);
|
|
this.Controls.Add(this.AssetLocalization_SaveBackups);
|
|
this.Controls.Add(this.URLSelection);
|
|
this.Controls.Add(this.AssetLocalization_AssetTypeText);
|
|
this.Controls.Add(this.AssetLocalization_ItemNameText);
|
|
this.Controls.Add(this.AssetLocalization_LocalizeButton);
|
|
this.Controls.Add(this.AssetLocalization_ItemNameBox);
|
|
this.Controls.Add(this.AssetLocalization_AssetTypeBox);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "AssetFixer";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Asset Fixer";
|
|
this.Closing += new System.ComponentModel.CancelEventHandler(this.AssetSDK_Close);
|
|
this.Load += new System.EventHandler(this.AssetSDK_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.CheckBox AssetLocalization_SaveBackups;
|
|
private System.Windows.Forms.Label AssetLocalization_AssetTypeText;
|
|
private System.Windows.Forms.Label AssetLocalization_ItemNameText;
|
|
private System.Windows.Forms.TextBox AssetLocalization_ItemNameBox;
|
|
private System.Windows.Forms.ComboBox AssetLocalization_AssetTypeBox;
|
|
private System.Windows.Forms.Button AssetLocalization_LocalizeButton;
|
|
private System.Windows.Forms.ComboBox URLSelection;
|
|
private System.ComponentModel.BackgroundWorker AssetLocalization_BackgroundWorker;
|
|
private System.Windows.Forms.Label CustomDLURLLabel;
|
|
private System.Windows.Forms.TextBox URLOverrideBox;
|
|
private System.Windows.Forms.Label URLListLabel;
|
|
private System.Windows.Forms.CheckBox AssetLocalization_LocalizePermanentlyBox;
|
|
private System.Windows.Forms.CheckBox AssetLocalization_AssetLinks;
|
|
private System.Windows.Forms.ProgressBar AssetFixer_ProgressBar;
|
|
private System.Windows.Forms.Label AssetFixer_ProgressLabel;
|
|
} |