first test

This commit is contained in:
minster586
2026-08-10 03:41:48 -04:00
parent 4c6eae510e
commit 4cefd8fb7d
10 changed files with 2022 additions and 26 deletions
+9 -3
View File
@@ -1,6 +1,6 @@
namespace PainoBar_Helper
{
partial class settings_form
partial class SettingsForm
{
/// <summary>
/// Required designer variable.
@@ -95,6 +95,7 @@
profiles_combo_box_selector.Name = "profiles_combo_box_selector";
profiles_combo_box_selector.Size = new Size(199, 25);
profiles_combo_box_selector.TabIndex = 1;
profiles_combo_box_selector.SelectedIndexChanged += profiles_combo_box_selector_SelectedIndexChanged;
//
// new_profile_button
//
@@ -104,6 +105,7 @@
new_profile_button.TabIndex = 2;
new_profile_button.Text = "+ New";
new_profile_button.UseVisualStyleBackColor = true;
new_profile_button.Click += new_profile_button_Click;
//
// delete_profile_button
//
@@ -113,6 +115,7 @@
delete_profile_button.TabIndex = 3;
delete_profile_button.Text = "Delete";
delete_profile_button.UseVisualStyleBackColor = true;
delete_profile_button.Click += delete_profile_button_Click;
//
// profile_name_label
//
@@ -251,6 +254,7 @@
output_folder_browse_button.TabIndex = 3;
output_folder_browse_button.Text = "Browse";
output_folder_browse_button.UseVisualStyleBackColor = true;
output_folder_browse_button.Click += output_folder_browse_button_Click;
//
// local_web_server_check_box
//
@@ -307,6 +311,7 @@
chkOverrideCredentials.TabIndex = 0;
chkOverrideCredentials.Text = "Enable Profile Credentials and Custom Config Generation";
chkOverrideCredentials.UseVisualStyleBackColor = true;
chkOverrideCredentials.CheckedChanged += chkOverrideCredentials_CheckedChanged;
//
// txtConfigFilePathLabel
//
@@ -332,6 +337,7 @@
btnBrowseConfigFile.TabIndex = 3;
btnBrowseConfigFile.Text = "Browse";
btnBrowseConfigFile.UseVisualStyleBackColor = true;
btnBrowseConfigFile.Click += btnBrowseConfigFile_Click;
//
// UsernameLabel
//
@@ -366,14 +372,14 @@
txtPianobarPass.TabIndex = 7;
txtPianobarPass.UseSystemPasswordChar = true;
//
// settings_form
// SettingsForm
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(454, 586);
Controls.Add(profile_configuration_group_box);
Controls.Add(profiles_group_box);
Name = "settings_form";
Name = "SettingsForm";
Text = "Settings";
profiles_group_box.ResumeLayout(false);
profiles_group_box.PerformLayout();