diff --git a/CodeWalker/Project/Panels/EditAudioAmbientRulePanel.Designer.cs b/CodeWalker/Project/Panels/EditAudioAmbientRulePanel.Designer.cs index ff3dcb9..ce30d68 100644 --- a/CodeWalker/Project/Panels/EditAudioAmbientRulePanel.Designer.cs +++ b/CodeWalker/Project/Panels/EditAudioAmbientRulePanel.Designer.cs @@ -170,6 +170,7 @@ // // ExplicitSpawnCombo // + this.ExplicitSpawnCombo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.ExplicitSpawnCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ExplicitSpawnCombo.FormattingEnabled = true; this.ExplicitSpawnCombo.Location = new System.Drawing.Point(412, 103); @@ -637,6 +638,7 @@ this.Controls.Add(this.GoToButton); this.Controls.Add(this.tabControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimumSize = new System.Drawing.Size(528, 489); this.Name = "EditAudioAmbientRulePanel"; this.Text = "Edit Audio Ambient Rule"; this.tabControl1.ResumeLayout(false); diff --git a/CodeWalker/Project/Panels/EditAudioAmbientZonePanel.Designer.cs b/CodeWalker/Project/Panels/EditAudioAmbientZonePanel.Designer.cs index 6c1a4f9..c8e5a7c 100644 --- a/CodeWalker/Project/Panels/EditAudioAmbientZonePanel.Designer.cs +++ b/CodeWalker/Project/Panels/EditAudioAmbientZonePanel.Designer.cs @@ -33,6 +33,7 @@ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditAudioAmbientZonePanel)); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); + this.SelectRuleButton = new System.Windows.Forms.Button(); this.PositioningRotationAngleTextBox = new System.Windows.Forms.TextBox(); this.label26 = new System.Windows.Forms.Label(); this.ActivationZoneRotationAngleTextBox = new System.Windows.Forms.TextBox(); @@ -88,7 +89,6 @@ this.label16 = new System.Windows.Forms.Label(); this.ActivationZoneCentreTextBox = new System.Windows.Forms.TextBox(); this.GoToButton = new System.Windows.Forms.Button(); - this.SelectRuleButton = new System.Windows.Forms.Button(); label18 = new System.Windows.Forms.Label(); label27 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); @@ -192,6 +192,17 @@ this.tabPage1.Text = "Ambient Zone"; this.tabPage1.UseVisualStyleBackColor = true; // + // SelectRuleButton + // + this.SelectRuleButton.Enabled = false; + this.SelectRuleButton.Location = new System.Drawing.Point(469, 272); + this.SelectRuleButton.Name = "SelectRuleButton"; + this.SelectRuleButton.Size = new System.Drawing.Size(75, 23); + this.SelectRuleButton.TabIndex = 116; + this.SelectRuleButton.Text = "Select Rule"; + this.SelectRuleButton.UseVisualStyleBackColor = true; + this.SelectRuleButton.Click += new System.EventHandler(this.SelectRuleButton_Click); + // // PositioningRotationAngleTextBox // this.PositioningRotationAngleTextBox.Location = new System.Drawing.Point(272, 354); @@ -677,17 +688,6 @@ this.GoToButton.UseVisualStyleBackColor = true; this.GoToButton.Click += new System.EventHandler(this.GoToButton_Click); // - // SelectRuleButton - // - this.SelectRuleButton.Enabled = false; - this.SelectRuleButton.Location = new System.Drawing.Point(469, 272); - this.SelectRuleButton.Name = "SelectRuleButton"; - this.SelectRuleButton.Size = new System.Drawing.Size(75, 23); - this.SelectRuleButton.TabIndex = 116; - this.SelectRuleButton.Text = "Select Rule"; - this.SelectRuleButton.UseVisualStyleBackColor = true; - this.SelectRuleButton.Click += new System.EventHandler(this.SelectRuleButton_Click); - // // EditAudioAmbientZonePanel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -696,6 +696,7 @@ this.Controls.Add(this.GoToButton); this.Controls.Add(this.tabControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimumSize = new System.Drawing.Size(578, 489); this.Name = "EditAudioAmbientZonePanel"; this.Text = "Edit Audio Ambient Zone"; this.tabControl1.ResumeLayout(false); diff --git a/CodeWalker/Project/Panels/EditAudioStaticEmitterPanel.Designer.cs b/CodeWalker/Project/Panels/EditAudioStaticEmitterPanel.Designer.cs index f49f358..ad584e7 100644 --- a/CodeWalker/Project/Panels/EditAudioStaticEmitterPanel.Designer.cs +++ b/CodeWalker/Project/Panels/EditAudioStaticEmitterPanel.Designer.cs @@ -797,6 +797,7 @@ this.Controls.Add(this.GoToButton); this.Controls.Add(this.tabControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimumSize = new System.Drawing.Size(528, 489); this.Name = "EditAudioStaticEmitterPanel"; this.Text = "Edit Audio Static Emitter"; this.tabControl1.ResumeLayout(false);