diff --git a/Crowbar/Widgets/Main Tabs/PackUserControl.Designer.vb b/Crowbar/Widgets/Main Tabs/PackUserControl.Designer.vb index f979293..bd58a03 100644 --- a/Crowbar/Widgets/Main Tabs/PackUserControl.Designer.vb +++ b/Crowbar/Widgets/Main Tabs/PackUserControl.Designer.vb @@ -42,6 +42,7 @@ Partial Class PackUserControl Me.DirectPackerOptionsTextBox = New System.Windows.Forms.TextBox() Me.PackerOptionsTextBox = New System.Windows.Forms.TextBox() Me.Panel2 = New System.Windows.Forms.Panel() + Me.MultiFileVpkCheckBox = New System.Windows.Forms.CheckBox() Me.PackOptionsUseDefaultsButton = New System.Windows.Forms.Button() Me.LogFileCheckBox = New System.Windows.Forms.CheckBox() Me.Label3 = New System.Windows.Forms.Label() @@ -55,7 +56,6 @@ Partial Class PackUserControl Me.PackedFilesComboBox = New System.Windows.Forms.ComboBox() Me.GotoPackedFileButton = New System.Windows.Forms.Button() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) - Me.MultiFileVpkCheckBox = New System.Windows.Forms.CheckBox() Me.Panel1.SuspendLayout() CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer2.Panel1.SuspendLayout() @@ -296,6 +296,17 @@ Partial Class PackUserControl Me.Panel2.Size = New System.Drawing.Size(764, 131) Me.Panel2.TabIndex = 0 ' + 'MultiFileVpkCheckBox + ' + Me.MultiFileVpkCheckBox.AutoSize = True + Me.MultiFileVpkCheckBox.Location = New System.Drawing.Point(6, 51) + Me.MultiFileVpkCheckBox.Name = "MultiFileVpkCheckBox" + Me.MultiFileVpkCheckBox.Size = New System.Drawing.Size(116, 17) + Me.MultiFileVpkCheckBox.TabIndex = 13 + Me.MultiFileVpkCheckBox.Text = "Write multi-file VPK" + Me.MultiFileVpkCheckBox.UseVisualStyleBackColor = True + Me.MultiFileVpkCheckBox.Visible = False + ' 'PackOptionsUseDefaultsButton ' Me.PackOptionsUseDefaultsButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) @@ -321,9 +332,9 @@ Partial Class PackUserControl Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(3, 5) Me.Label3.Name = "Label3" - Me.Label3.Size = New System.Drawing.Size(173, 13) + Me.Label3.Size = New System.Drawing.Size(156, 13) Me.Label3.TabIndex = 0 - Me.Label3.Text = "Game that has the archive packer:" + Me.Label3.Text = "Game that has the packer tool:" ' 'GameSetupComboBox ' @@ -331,9 +342,9 @@ Partial Class PackUserControl Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GameSetupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.GameSetupComboBox.FormattingEnabled = True - Me.GameSetupComboBox.Location = New System.Drawing.Point(179, 1) + Me.GameSetupComboBox.Location = New System.Drawing.Point(165, 1) Me.GameSetupComboBox.Name = "GameSetupComboBox" - Me.GameSetupComboBox.Size = New System.Drawing.Size(486, 21) + Me.GameSetupComboBox.Size = New System.Drawing.Size(500, 21) Me.GameSetupComboBox.TabIndex = 1 ' 'SetUpGamesButton @@ -427,17 +438,6 @@ Partial Class PackUserControl Me.GotoPackedFileButton.Text = "Goto" Me.GotoPackedFileButton.UseVisualStyleBackColor = True ' - 'MultiFileVpkCheckBox - ' - Me.MultiFileVpkCheckBox.AutoSize = True - Me.MultiFileVpkCheckBox.Location = New System.Drawing.Point(6, 51) - Me.MultiFileVpkCheckBox.Name = "MultiFileVpkCheckBox" - Me.MultiFileVpkCheckBox.Size = New System.Drawing.Size(116, 17) - Me.MultiFileVpkCheckBox.TabIndex = 13 - Me.MultiFileVpkCheckBox.Text = "Write multi-file VPK" - Me.MultiFileVpkCheckBox.UseVisualStyleBackColor = True - Me.MultiFileVpkCheckBox.Visible = False - ' 'PackUserControl ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) diff --git a/Crowbar/Widgets/Main Tabs/SetUpGamesUserControl.Designer.vb b/Crowbar/Widgets/Main Tabs/SetUpGamesUserControl.Designer.vb index 38f6fdd..8c99b1d 100644 --- a/Crowbar/Widgets/Main Tabs/SetUpGamesUserControl.Designer.vb +++ b/Crowbar/Widgets/Main Tabs/SetUpGamesUserControl.Designer.vb @@ -308,9 +308,9 @@ Partial Class SetUpGamesUserControl Me.PackerLabel.Location = New System.Drawing.Point(6, 251) Me.PackerLabel.Margin = New System.Windows.Forms.Padding(3, 9, 3, 0) Me.PackerLabel.Name = "PackerLabel" - Me.PackerLabel.Size = New System.Drawing.Size(43, 13) + Me.PackerLabel.Size = New System.Drawing.Size(64, 13) Me.PackerLabel.TabIndex = 16 - Me.PackerLabel.Text = "Packer:" + Me.PackerLabel.Text = "Packer tool:" ' 'BrowseForUnpackerPathFileNameButton ' @@ -373,6 +373,7 @@ Partial Class SetUpGamesUserControl ' Me.GameNameTextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Me.GameNameTextBox.CueBannerText = "" Me.GameNameTextBox.Location = New System.Drawing.Point(55, 19) Me.GameNameTextBox.Name = "GameNameTextBox" Me.GameNameTextBox.Size = New System.Drawing.Size(709, 21)