Profile config dialog - positioning cleanup
This commit is contained in:
parent
492f78bfa2
commit
8e33182a56
|
@ -48,7 +48,7 @@
|
|||
// OkBtn
|
||||
//
|
||||
this.OkBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.OkBtn.Location = new System.Drawing.Point(290, 337);
|
||||
this.OkBtn.Location = new System.Drawing.Point(290, 302);
|
||||
this.OkBtn.Name = "OkBtn";
|
||||
this.OkBtn.Size = new System.Drawing.Size(60, 23);
|
||||
this.OkBtn.TabIndex = 0;
|
||||
|
@ -60,7 +60,7 @@
|
|||
//
|
||||
this.CancelBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.CancelBtn.Location = new System.Drawing.Point(356, 337);
|
||||
this.CancelBtn.Location = new System.Drawing.Point(356, 302);
|
||||
this.CancelBtn.Name = "CancelBtn";
|
||||
this.CancelBtn.Size = new System.Drawing.Size(60, 23);
|
||||
this.CancelBtn.TabIndex = 1;
|
||||
|
@ -85,8 +85,9 @@
|
|||
//
|
||||
// SaveScreenshotStatesCheckBox
|
||||
//
|
||||
this.SaveScreenshotStatesCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.SaveScreenshotStatesCheckBox.AutoSize = true;
|
||||
this.SaveScreenshotStatesCheckBox.Location = new System.Drawing.Point(12, 103);
|
||||
this.SaveScreenshotStatesCheckBox.Location = new System.Drawing.Point(12, 88);
|
||||
this.SaveScreenshotStatesCheckBox.Name = "SaveScreenshotStatesCheckBox";
|
||||
this.SaveScreenshotStatesCheckBox.Size = new System.Drawing.Size(166, 17);
|
||||
this.SaveScreenshotStatesCheckBox.TabIndex = 6;
|
||||
|
@ -97,8 +98,9 @@
|
|||
//
|
||||
// SaveLargeScreenshotStatesCheckBox
|
||||
//
|
||||
this.SaveLargeScreenshotStatesCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.SaveLargeScreenshotStatesCheckBox.AutoSize = true;
|
||||
this.SaveLargeScreenshotStatesCheckBox.Location = new System.Drawing.Point(12, 126);
|
||||
this.SaveLargeScreenshotStatesCheckBox.Location = new System.Drawing.Point(12, 111);
|
||||
this.SaveLargeScreenshotStatesCheckBox.Name = "SaveLargeScreenshotStatesCheckBox";
|
||||
this.SaveLargeScreenshotStatesCheckBox.Size = new System.Drawing.Size(196, 17);
|
||||
this.SaveLargeScreenshotStatesCheckBox.TabIndex = 7;
|
||||
|
@ -109,8 +111,9 @@
|
|||
//
|
||||
// AllowUDLRCheckBox
|
||||
//
|
||||
this.AllowUDLRCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.AllowUDLRCheckBox.AutoSize = true;
|
||||
this.AllowUDLRCheckBox.Location = new System.Drawing.Point(12, 149);
|
||||
this.AllowUDLRCheckBox.Location = new System.Drawing.Point(12, 134);
|
||||
this.AllowUDLRCheckBox.Name = "AllowUDLRCheckBox";
|
||||
this.AllowUDLRCheckBox.Size = new System.Drawing.Size(111, 17);
|
||||
this.AllowUDLRCheckBox.TabIndex = 8;
|
||||
|
@ -121,11 +124,12 @@
|
|||
//
|
||||
// ProfileDialogHelpTexBox
|
||||
//
|
||||
this.ProfileDialogHelpTexBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.ProfileDialogHelpTexBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.ProfileDialogHelpTexBox.Location = new System.Drawing.Point(218, 12);
|
||||
this.ProfileDialogHelpTexBox.Name = "ProfileDialogHelpTexBox";
|
||||
this.ProfileDialogHelpTexBox.ReadOnly = true;
|
||||
this.ProfileDialogHelpTexBox.Size = new System.Drawing.Size(198, 154);
|
||||
this.ProfileDialogHelpTexBox.Size = new System.Drawing.Size(198, 200);
|
||||
this.ProfileDialogHelpTexBox.TabIndex = 2;
|
||||
this.ProfileDialogHelpTexBox.Text = resources.GetString("ProfileDialogHelpTexBox.Text");
|
||||
//
|
||||
|
@ -140,9 +144,10 @@
|
|||
//
|
||||
// CustomProfileOptionsLabel
|
||||
//
|
||||
this.CustomProfileOptionsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.CustomProfileOptionsLabel.AutoSize = true;
|
||||
this.CustomProfileOptionsLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.CustomProfileOptionsLabel.Location = new System.Drawing.Point(9, 85);
|
||||
this.CustomProfileOptionsLabel.Location = new System.Drawing.Point(9, 70);
|
||||
this.CustomProfileOptionsLabel.Name = "CustomProfileOptionsLabel";
|
||||
this.CustomProfileOptionsLabel.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
||||
this.CustomProfileOptionsLabel.Size = new System.Drawing.Size(113, 13);
|
||||
|
@ -152,9 +157,10 @@
|
|||
//
|
||||
// N64CoreSettingsLabel
|
||||
//
|
||||
this.N64CoreSettingsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.N64CoreSettingsLabel.AutoSize = true;
|
||||
this.N64CoreSettingsLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.N64CoreSettingsLabel.Location = new System.Drawing.Point(9, 188);
|
||||
this.N64CoreSettingsLabel.Location = new System.Drawing.Point(9, 173);
|
||||
this.N64CoreSettingsLabel.Name = "N64CoreSettingsLabel";
|
||||
this.N64CoreSettingsLabel.Size = new System.Drawing.Size(93, 13);
|
||||
this.N64CoreSettingsLabel.TabIndex = 9;
|
||||
|
@ -163,13 +169,14 @@
|
|||
//
|
||||
// N64CoreTypeComboBox
|
||||
//
|
||||
this.N64CoreTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.N64CoreTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.N64CoreTypeComboBox.FormattingEnabled = true;
|
||||
this.N64CoreTypeComboBox.Items.AddRange(new object[] {
|
||||
"Pure Interpreter",
|
||||
"Interpreter",
|
||||
"Dynarec"});
|
||||
this.N64CoreTypeComboBox.Location = new System.Drawing.Point(79, 206);
|
||||
this.N64CoreTypeComboBox.Location = new System.Drawing.Point(79, 191);
|
||||
this.N64CoreTypeComboBox.Name = "N64CoreTypeComboBox";
|
||||
this.N64CoreTypeComboBox.Size = new System.Drawing.Size(99, 21);
|
||||
this.N64CoreTypeComboBox.TabIndex = 11;
|
||||
|
@ -177,8 +184,9 @@
|
|||
//
|
||||
// N64CoreTypeLabel
|
||||
//
|
||||
this.N64CoreTypeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.N64CoreTypeLabel.AutoSize = true;
|
||||
this.N64CoreTypeLabel.Location = new System.Drawing.Point(9, 209);
|
||||
this.N64CoreTypeLabel.Location = new System.Drawing.Point(9, 194);
|
||||
this.N64CoreTypeLabel.Name = "N64CoreTypeLabel";
|
||||
this.N64CoreTypeLabel.Size = new System.Drawing.Size(56, 13);
|
||||
this.N64CoreTypeLabel.TabIndex = 10;
|
||||
|
@ -187,9 +195,10 @@
|
|||
//
|
||||
// OtherOptions
|
||||
//
|
||||
this.OtherOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.OtherOptions.AutoSize = true;
|
||||
this.OtherOptions.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.OtherOptions.Location = new System.Drawing.Point(9, 250);
|
||||
this.OtherOptions.Location = new System.Drawing.Point(9, 261);
|
||||
this.OtherOptions.Name = "OtherOptions";
|
||||
this.OtherOptions.Size = new System.Drawing.Size(72, 13);
|
||||
this.OtherOptions.TabIndex = 12;
|
||||
|
@ -197,8 +206,9 @@
|
|||
//
|
||||
// AutoCheckForUpdates
|
||||
//
|
||||
this.AutoCheckForUpdates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.AutoCheckForUpdates.AutoSize = true;
|
||||
this.AutoCheckForUpdates.Location = new System.Drawing.Point(12, 268);
|
||||
this.AutoCheckForUpdates.Location = new System.Drawing.Point(12, 279);
|
||||
this.AutoCheckForUpdates.Name = "AutoCheckForUpdates";
|
||||
this.AutoCheckForUpdates.Size = new System.Drawing.Size(345, 17);
|
||||
this.AutoCheckForUpdates.TabIndex = 13;
|
||||
|
@ -211,7 +221,7 @@
|
|||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.CancelButton = this.CancelBtn;
|
||||
this.ClientSize = new System.Drawing.Size(428, 372);
|
||||
this.ClientSize = new System.Drawing.Size(428, 337);
|
||||
this.Controls.Add(this.AutoCheckForUpdates);
|
||||
this.Controls.Add(this.OtherOptions);
|
||||
this.Controls.Add(this.N64CoreTypeLabel);
|
||||
|
@ -227,6 +237,7 @@
|
|||
this.Controls.Add(this.CancelBtn);
|
||||
this.Controls.Add(this.OkBtn);
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MinimumSize = new System.Drawing.Size(315, 280);
|
||||
this.Name = "ProfileConfig";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "Profile Config";
|
||||
|
|
Loading…
Reference in New Issue