2024-04-02 23:14:34 +08:00
|
|
|
|
namespace CDSAE3_Lian_Lian_Kan.Forms
|
|
|
|
|
{
|
|
|
|
|
partial class Setting
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2024-04-18 08:38:59 +08:00
|
|
|
|
back = new PictureBox();
|
|
|
|
|
设置 = new Label();
|
|
|
|
|
contextPanel = new Panel();
|
|
|
|
|
button1 = new Button();
|
|
|
|
|
当前主题 = new Label();
|
|
|
|
|
themeSelector = new ComboBox();
|
|
|
|
|
主题 = new Label();
|
|
|
|
|
albumSelector = new ComboBox();
|
|
|
|
|
psButton = new PictureBox();
|
|
|
|
|
nextSong = new PictureBox();
|
|
|
|
|
lastSong = new PictureBox();
|
|
|
|
|
songName = new Label();
|
|
|
|
|
专辑 = new Label();
|
|
|
|
|
当前播放 = new Label();
|
|
|
|
|
soundScapeVolumeText = new TextBox();
|
|
|
|
|
songVolumeText = new TextBox();
|
|
|
|
|
soundScapeVolume = new TrackBar();
|
|
|
|
|
音效音量 = new Label();
|
|
|
|
|
音乐音量 = new Label();
|
|
|
|
|
musicVolume = new TrackBar();
|
|
|
|
|
音乐 = new Label();
|
|
|
|
|
groupDifficulty = new GroupBox();
|
|
|
|
|
time = new TextBox();
|
|
|
|
|
时间 = new Label();
|
|
|
|
|
x4 = new Label();
|
|
|
|
|
x2 = new Label();
|
|
|
|
|
x3 = new Label();
|
|
|
|
|
x1 = new Label();
|
|
|
|
|
hardHeight = new Label();
|
|
|
|
|
normalHeight = new Label();
|
|
|
|
|
easyHeight = new Label();
|
|
|
|
|
hardWidth = new Label();
|
|
|
|
|
normalWidth = new Label();
|
|
|
|
|
easyWidth = new Label();
|
|
|
|
|
cusHeight = new TextBox();
|
|
|
|
|
cusWidth = new TextBox();
|
|
|
|
|
custom = new RadioButton();
|
|
|
|
|
hard = new RadioButton();
|
|
|
|
|
normal = new RadioButton();
|
|
|
|
|
easy = new RadioButton();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)back).BeginInit();
|
|
|
|
|
contextPanel.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)psButton).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)nextSong).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)lastSong).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)soundScapeVolume).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)musicVolume).BeginInit();
|
|
|
|
|
groupDifficulty.SuspendLayout();
|
2024-04-02 23:14:34 +08:00
|
|
|
|
SuspendLayout();
|
|
|
|
|
//
|
2024-04-18 08:38:59 +08:00
|
|
|
|
// back
|
|
|
|
|
//
|
|
|
|
|
back.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
back.Image = Properties.Resources.left_arrow;
|
|
|
|
|
back.Location = new Point(27, 18);
|
|
|
|
|
back.Name = "back";
|
|
|
|
|
back.Size = new Size(60, 60);
|
|
|
|
|
back.SizeMode = PictureBoxSizeMode.Zoom;
|
|
|
|
|
back.TabIndex = 20;
|
|
|
|
|
back.TabStop = false;
|
|
|
|
|
back.Click += back_ClickAsync;
|
|
|
|
|
//
|
|
|
|
|
// 设置
|
|
|
|
|
//
|
|
|
|
|
设置.AutoSize = true;
|
|
|
|
|
设置.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
设置.Font = new Font("Microsoft YaHei UI", 20F);
|
|
|
|
|
设置.Location = new Point(670, 26);
|
|
|
|
|
设置.Name = "设置";
|
|
|
|
|
设置.Size = new Size(102, 52);
|
|
|
|
|
设置.TabIndex = 22;
|
|
|
|
|
设置.Text = "设置";
|
|
|
|
|
//
|
|
|
|
|
// contextPanel
|
|
|
|
|
//
|
|
|
|
|
contextPanel.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
|
|
|
|
contextPanel.BackColor = SystemColors.ScrollBar;
|
|
|
|
|
contextPanel.Controls.Add(button1);
|
|
|
|
|
contextPanel.Controls.Add(当前主题);
|
|
|
|
|
contextPanel.Controls.Add(themeSelector);
|
|
|
|
|
contextPanel.Controls.Add(主题);
|
|
|
|
|
contextPanel.Controls.Add(albumSelector);
|
|
|
|
|
contextPanel.Controls.Add(psButton);
|
|
|
|
|
contextPanel.Controls.Add(nextSong);
|
|
|
|
|
contextPanel.Controls.Add(lastSong);
|
|
|
|
|
contextPanel.Controls.Add(songName);
|
|
|
|
|
contextPanel.Controls.Add(专辑);
|
|
|
|
|
contextPanel.Controls.Add(当前播放);
|
|
|
|
|
contextPanel.Controls.Add(soundScapeVolumeText);
|
|
|
|
|
contextPanel.Controls.Add(songVolumeText);
|
|
|
|
|
contextPanel.Controls.Add(soundScapeVolume);
|
|
|
|
|
contextPanel.Controls.Add(音效音量);
|
|
|
|
|
contextPanel.Controls.Add(音乐音量);
|
|
|
|
|
contextPanel.Controls.Add(musicVolume);
|
|
|
|
|
contextPanel.Controls.Add(音乐);
|
|
|
|
|
contextPanel.Controls.Add(groupDifficulty);
|
|
|
|
|
contextPanel.Location = new Point(71, 103);
|
|
|
|
|
contextPanel.Name = "contextPanel";
|
|
|
|
|
contextPanel.Size = new Size(1219, 1209);
|
|
|
|
|
contextPanel.TabIndex = 21;
|
|
|
|
|
//
|
|
|
|
|
// button1
|
|
|
|
|
//
|
|
|
|
|
button1.AutoSize = true;
|
|
|
|
|
button1.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
button1.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
button1.Location = new Point(499, 824);
|
|
|
|
|
button1.Name = "button1";
|
|
|
|
|
button1.Size = new Size(177, 49);
|
|
|
|
|
button1.TabIndex = 34;
|
|
|
|
|
button1.Text = "创建新主题";
|
|
|
|
|
button1.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// 当前主题
|
|
|
|
|
//
|
|
|
|
|
当前主题.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
当前主题.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
当前主题.Location = new Point(86, 829);
|
|
|
|
|
当前主题.Name = "当前主题";
|
|
|
|
|
当前主题.Size = new Size(171, 45);
|
|
|
|
|
当前主题.TabIndex = 33;
|
|
|
|
|
当前主题.Text = "当前主题:";
|
|
|
|
|
//
|
|
|
|
|
// themeSelector
|
|
|
|
|
//
|
|
|
|
|
themeSelector.FormattingEnabled = true;
|
|
|
|
|
themeSelector.Location = new Point(264, 833);
|
|
|
|
|
themeSelector.Name = "themeSelector";
|
|
|
|
|
themeSelector.Size = new Size(182, 32);
|
|
|
|
|
themeSelector.TabIndex = 32;
|
|
|
|
|
themeSelector.SelectedIndexChanged += themeSelector_SelectedIndexChanged;
|
|
|
|
|
//
|
|
|
|
|
// 主题
|
|
|
|
|
//
|
|
|
|
|
主题.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
主题.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
主题.Location = new Point(86, 763);
|
|
|
|
|
主题.Name = "主题";
|
|
|
|
|
主题.Size = new Size(83, 36);
|
|
|
|
|
主题.TabIndex = 31;
|
|
|
|
|
主题.Text = "主题";
|
|
|
|
|
//
|
|
|
|
|
// albumSelector
|
|
|
|
|
//
|
|
|
|
|
albumSelector.FormattingEnabled = true;
|
|
|
|
|
albumSelector.Location = new Point(364, 599);
|
|
|
|
|
albumSelector.Name = "albumSelector";
|
|
|
|
|
albumSelector.Size = new Size(182, 32);
|
|
|
|
|
albumSelector.TabIndex = 30;
|
|
|
|
|
albumSelector.SelectedIndexChanged += albumSelector_SelectedIndexChanged;
|
|
|
|
|
//
|
|
|
|
|
// psButton
|
|
|
|
|
//
|
|
|
|
|
psButton.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
psButton.Image = Properties.Resources.pause;
|
|
|
|
|
psButton.Location = new Point(380, 665);
|
|
|
|
|
psButton.Name = "psButton";
|
|
|
|
|
psButton.Size = new Size(60, 60);
|
|
|
|
|
psButton.SizeMode = PictureBoxSizeMode.Zoom;
|
|
|
|
|
psButton.TabIndex = 29;
|
|
|
|
|
psButton.TabStop = false;
|
|
|
|
|
psButton.Click += psButton_Click;
|
|
|
|
|
//
|
|
|
|
|
// nextSong
|
|
|
|
|
//
|
|
|
|
|
nextSong.Image = Properties.Resources.next;
|
|
|
|
|
nextSong.Location = new Point(499, 665);
|
|
|
|
|
nextSong.Name = "nextSong";
|
|
|
|
|
nextSong.Size = new Size(60, 60);
|
|
|
|
|
nextSong.SizeMode = PictureBoxSizeMode.Zoom;
|
|
|
|
|
nextSong.TabIndex = 28;
|
|
|
|
|
nextSong.TabStop = false;
|
|
|
|
|
nextSong.Click += nextSong_Click;
|
|
|
|
|
//
|
|
|
|
|
// lastSong
|
|
|
|
|
//
|
|
|
|
|
lastSong.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
lastSong.Image = Properties.Resources.last;
|
|
|
|
|
lastSong.Location = new Point(260, 665);
|
|
|
|
|
lastSong.Name = "lastSong";
|
|
|
|
|
lastSong.Size = new Size(60, 60);
|
|
|
|
|
lastSong.SizeMode = PictureBoxSizeMode.Zoom;
|
|
|
|
|
lastSong.TabIndex = 27;
|
|
|
|
|
lastSong.TabStop = false;
|
|
|
|
|
lastSong.Click += lastSong_Click;
|
|
|
|
|
//
|
|
|
|
|
// songName
|
|
|
|
|
//
|
|
|
|
|
songName.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
songName.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
songName.Location = new Point(593, 594);
|
|
|
|
|
songName.Name = "songName";
|
|
|
|
|
songName.Size = new Size(695, 45);
|
|
|
|
|
songName.TabIndex = 26;
|
|
|
|
|
songName.Text = "歌曲:";
|
|
|
|
|
//
|
|
|
|
|
// 专辑
|
|
|
|
|
//
|
|
|
|
|
专辑.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
专辑.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
专辑.Location = new Point(260, 594);
|
|
|
|
|
专辑.Name = "专辑";
|
|
|
|
|
专辑.Size = new Size(109, 45);
|
|
|
|
|
专辑.TabIndex = 25;
|
|
|
|
|
专辑.Text = "专辑:";
|
|
|
|
|
//
|
|
|
|
|
// 当前播放
|
|
|
|
|
//
|
|
|
|
|
当前播放.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
当前播放.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
当前播放.Location = new Point(86, 594);
|
|
|
|
|
当前播放.Name = "当前播放";
|
|
|
|
|
当前播放.Size = new Size(171, 45);
|
|
|
|
|
当前播放.TabIndex = 24;
|
|
|
|
|
当前播放.Text = "当前播放:";
|
|
|
|
|
//
|
|
|
|
|
// soundScapeVolumeText
|
|
|
|
|
//
|
|
|
|
|
soundScapeVolumeText.BackColor = Color.FromArgb(199, 161, 121);
|
|
|
|
|
soundScapeVolumeText.BorderStyle = BorderStyle.FixedSingle;
|
|
|
|
|
soundScapeVolumeText.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
soundScapeVolumeText.Location = new Point(810, 521);
|
|
|
|
|
soundScapeVolumeText.Name = "soundScapeVolumeText";
|
|
|
|
|
soundScapeVolumeText.Size = new Size(96, 46);
|
|
|
|
|
soundScapeVolumeText.TabIndex = 23;
|
|
|
|
|
soundScapeVolumeText.Text = "60";
|
|
|
|
|
soundScapeVolumeText.TextChanged += soundScapeVolumeText_TextChanged;
|
|
|
|
|
//
|
|
|
|
|
// songVolumeText
|
|
|
|
|
//
|
|
|
|
|
songVolumeText.BackColor = Color.FromArgb(199, 161, 121);
|
|
|
|
|
songVolumeText.BorderStyle = BorderStyle.FixedSingle;
|
|
|
|
|
songVolumeText.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
songVolumeText.Location = new Point(810, 452);
|
|
|
|
|
songVolumeText.Name = "songVolumeText";
|
|
|
|
|
songVolumeText.Size = new Size(96, 46);
|
|
|
|
|
songVolumeText.TabIndex = 18;
|
|
|
|
|
songVolumeText.Text = "60";
|
|
|
|
|
songVolumeText.TextChanged += songVolumeText_TextChanged;
|
|
|
|
|
//
|
|
|
|
|
// soundScapeVolume
|
|
|
|
|
//
|
|
|
|
|
soundScapeVolume.Location = new Point(260, 524);
|
|
|
|
|
soundScapeVolume.Maximum = 100;
|
|
|
|
|
soundScapeVolume.Name = "soundScapeVolume";
|
|
|
|
|
soundScapeVolume.Size = new Size(544, 69);
|
|
|
|
|
soundScapeVolume.TabIndex = 22;
|
|
|
|
|
soundScapeVolume.Value = 60;
|
|
|
|
|
soundScapeVolume.Scroll += soundScapeVolume_Scroll;
|
|
|
|
|
//
|
|
|
|
|
// 音效音量
|
|
|
|
|
//
|
|
|
|
|
音效音量.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
音效音量.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
音效音量.Location = new Point(86, 524);
|
|
|
|
|
音效音量.Name = "音效音量";
|
|
|
|
|
音效音量.Size = new Size(143, 43);
|
|
|
|
|
音效音量.TabIndex = 21;
|
|
|
|
|
音效音量.Text = "音效音量";
|
|
|
|
|
//
|
|
|
|
|
// 音乐音量
|
|
|
|
|
//
|
|
|
|
|
音乐音量.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
音乐音量.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
音乐音量.Location = new Point(86, 452);
|
|
|
|
|
音乐音量.Name = "音乐音量";
|
|
|
|
|
音乐音量.Size = new Size(143, 43);
|
|
|
|
|
音乐音量.TabIndex = 20;
|
|
|
|
|
音乐音量.Text = "音乐音量";
|
|
|
|
|
//
|
|
|
|
|
// musicVolume
|
|
|
|
|
//
|
|
|
|
|
musicVolume.Location = new Point(260, 452);
|
|
|
|
|
musicVolume.Maximum = 100;
|
|
|
|
|
musicVolume.Name = "musicVolume";
|
|
|
|
|
musicVolume.Size = new Size(544, 69);
|
|
|
|
|
musicVolume.TabIndex = 19;
|
|
|
|
|
musicVolume.Value = 60;
|
|
|
|
|
musicVolume.Scroll += musicVolume_Scroll;
|
|
|
|
|
//
|
|
|
|
|
// 音乐
|
|
|
|
|
//
|
|
|
|
|
音乐.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
音乐.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
音乐.Location = new Point(86, 394);
|
|
|
|
|
音乐.Name = "音乐";
|
|
|
|
|
音乐.Size = new Size(83, 36);
|
|
|
|
|
音乐.TabIndex = 18;
|
|
|
|
|
音乐.Text = "音乐";
|
|
|
|
|
//
|
|
|
|
|
// groupDifficulty
|
|
|
|
|
//
|
|
|
|
|
groupDifficulty.BackColor = Color.FromArgb(0, 0, 0, 0);
|
|
|
|
|
groupDifficulty.Controls.Add(time);
|
|
|
|
|
groupDifficulty.Controls.Add(时间);
|
|
|
|
|
groupDifficulty.Controls.Add(x4);
|
|
|
|
|
groupDifficulty.Controls.Add(x2);
|
|
|
|
|
groupDifficulty.Controls.Add(x3);
|
|
|
|
|
groupDifficulty.Controls.Add(x1);
|
|
|
|
|
groupDifficulty.Controls.Add(hardHeight);
|
|
|
|
|
groupDifficulty.Controls.Add(normalHeight);
|
|
|
|
|
groupDifficulty.Controls.Add(easyHeight);
|
|
|
|
|
groupDifficulty.Controls.Add(hardWidth);
|
|
|
|
|
groupDifficulty.Controls.Add(normalWidth);
|
|
|
|
|
groupDifficulty.Controls.Add(easyWidth);
|
|
|
|
|
groupDifficulty.Controls.Add(cusHeight);
|
|
|
|
|
groupDifficulty.Controls.Add(cusWidth);
|
|
|
|
|
groupDifficulty.Controls.Add(custom);
|
|
|
|
|
groupDifficulty.Controls.Add(hard);
|
|
|
|
|
groupDifficulty.Controls.Add(normal);
|
|
|
|
|
groupDifficulty.Controls.Add(easy);
|
|
|
|
|
groupDifficulty.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
groupDifficulty.Location = new Point(61, 33);
|
|
|
|
|
groupDifficulty.Name = "groupDifficulty";
|
|
|
|
|
groupDifficulty.Size = new Size(512, 317);
|
|
|
|
|
groupDifficulty.TabIndex = 2;
|
|
|
|
|
groupDifficulty.TabStop = false;
|
|
|
|
|
groupDifficulty.Text = " 难度";
|
|
|
|
|
//
|
|
|
|
|
// time
|
|
|
|
|
//
|
|
|
|
|
time.BackColor = Color.FromArgb(199, 161, 121);
|
|
|
|
|
time.BorderStyle = BorderStyle.FixedSingle;
|
|
|
|
|
time.Location = new Point(138, 250);
|
|
|
|
|
time.Name = "time";
|
|
|
|
|
time.Size = new Size(96, 46);
|
|
|
|
|
time.TabIndex = 17;
|
|
|
|
|
time.Text = "3:00";
|
|
|
|
|
time.Enter += time_Enter;
|
|
|
|
|
time.Validated += time_Validated;
|
|
|
|
|
//
|
|
|
|
|
// 时间
|
|
|
|
|
//
|
|
|
|
|
时间.Location = new Point(25, 252);
|
|
|
|
|
时间.Name = "时间";
|
|
|
|
|
时间.Size = new Size(83, 36);
|
|
|
|
|
时间.TabIndex = 16;
|
|
|
|
|
时间.Text = "时间";
|
|
|
|
|
//
|
|
|
|
|
// x4
|
|
|
|
|
//
|
|
|
|
|
x4.AutoSize = true;
|
|
|
|
|
x4.Location = new Point(240, 193);
|
|
|
|
|
x4.Name = "x4";
|
|
|
|
|
x4.Size = new Size(32, 39);
|
|
|
|
|
x4.TabIndex = 14;
|
|
|
|
|
x4.Text = "x";
|
|
|
|
|
//
|
|
|
|
|
// x2
|
|
|
|
|
//
|
|
|
|
|
x2.AutoSize = true;
|
|
|
|
|
x2.Location = new Point(240, 96);
|
|
|
|
|
x2.Name = "x2";
|
|
|
|
|
x2.Size = new Size(32, 39);
|
|
|
|
|
x2.TabIndex = 13;
|
|
|
|
|
x2.Text = "x";
|
|
|
|
|
//
|
|
|
|
|
// x3
|
|
|
|
|
//
|
|
|
|
|
x3.AutoSize = true;
|
|
|
|
|
x3.Location = new Point(240, 143);
|
|
|
|
|
x3.Name = "x3";
|
|
|
|
|
x3.Size = new Size(32, 39);
|
|
|
|
|
x3.TabIndex = 15;
|
|
|
|
|
x3.Text = "x";
|
|
|
|
|
//
|
|
|
|
|
// x1
|
|
|
|
|
//
|
|
|
|
|
x1.AutoSize = true;
|
|
|
|
|
x1.Location = new Point(240, 49);
|
|
|
|
|
x1.Name = "x1";
|
|
|
|
|
x1.Size = new Size(32, 39);
|
|
|
|
|
x1.TabIndex = 3;
|
|
|
|
|
x1.Text = "x";
|
|
|
|
|
//
|
|
|
|
|
// hardHeight
|
|
|
|
|
//
|
|
|
|
|
hardHeight.Location = new Point(278, 146);
|
|
|
|
|
hardHeight.Name = "hardHeight";
|
|
|
|
|
hardHeight.Size = new Size(96, 36);
|
|
|
|
|
hardHeight.TabIndex = 12;
|
|
|
|
|
hardHeight.Text = "12";
|
|
|
|
|
//
|
|
|
|
|
// normalHeight
|
|
|
|
|
//
|
|
|
|
|
normalHeight.Location = new Point(278, 99);
|
|
|
|
|
normalHeight.Name = "normalHeight";
|
|
|
|
|
normalHeight.Size = new Size(96, 36);
|
|
|
|
|
normalHeight.TabIndex = 11;
|
|
|
|
|
normalHeight.Text = "8";
|
|
|
|
|
//
|
|
|
|
|
// easyHeight
|
|
|
|
|
//
|
|
|
|
|
easyHeight.Location = new Point(278, 52);
|
|
|
|
|
easyHeight.Name = "easyHeight";
|
|
|
|
|
easyHeight.Size = new Size(96, 36);
|
|
|
|
|
easyHeight.TabIndex = 10;
|
|
|
|
|
easyHeight.Text = "4";
|
|
|
|
|
//
|
|
|
|
|
// hardWidth
|
|
|
|
|
//
|
|
|
|
|
hardWidth.Location = new Point(138, 146);
|
|
|
|
|
hardWidth.Name = "hardWidth";
|
|
|
|
|
hardWidth.Size = new Size(96, 36);
|
|
|
|
|
hardWidth.TabIndex = 9;
|
|
|
|
|
hardWidth.Text = "21";
|
|
|
|
|
//
|
|
|
|
|
// normalWidth
|
|
|
|
|
//
|
|
|
|
|
normalWidth.Location = new Point(138, 99);
|
|
|
|
|
normalWidth.Name = "normalWidth";
|
|
|
|
|
normalWidth.Size = new Size(96, 36);
|
|
|
|
|
normalWidth.TabIndex = 8;
|
|
|
|
|
normalWidth.Text = "24";
|
|
|
|
|
//
|
|
|
|
|
// easyWidth
|
|
|
|
|
//
|
|
|
|
|
easyWidth.Location = new Point(138, 52);
|
|
|
|
|
easyWidth.Name = "easyWidth";
|
|
|
|
|
easyWidth.Size = new Size(96, 36);
|
|
|
|
|
easyWidth.TabIndex = 7;
|
|
|
|
|
easyWidth.Text = "7";
|
|
|
|
|
//
|
|
|
|
|
// cusHeight
|
|
|
|
|
//
|
|
|
|
|
cusHeight.BackColor = Color.FromArgb(199, 161, 121);
|
|
|
|
|
cusHeight.BorderStyle = BorderStyle.FixedSingle;
|
|
|
|
|
cusHeight.Location = new Point(278, 191);
|
|
|
|
|
cusHeight.Name = "cusHeight";
|
|
|
|
|
cusHeight.Size = new Size(96, 46);
|
|
|
|
|
cusHeight.TabIndex = 6;
|
|
|
|
|
cusHeight.Text = "高?";
|
|
|
|
|
cusHeight.TextChanged += cusHeight_TextChanged;
|
|
|
|
|
//
|
|
|
|
|
// cusWidth
|
|
|
|
|
//
|
|
|
|
|
cusWidth.BackColor = Color.FromArgb(199, 161, 121);
|
|
|
|
|
cusWidth.BorderStyle = BorderStyle.FixedSingle;
|
|
|
|
|
cusWidth.Location = new Point(138, 191);
|
|
|
|
|
cusWidth.Name = "cusWidth";
|
|
|
|
|
cusWidth.Size = new Size(96, 46);
|
|
|
|
|
cusWidth.TabIndex = 5;
|
|
|
|
|
cusWidth.Text = "宽?";
|
|
|
|
|
cusWidth.TextChanged += cusWidth_TextChanged;
|
|
|
|
|
//
|
|
|
|
|
// custom
|
|
|
|
|
//
|
|
|
|
|
custom.AutoSize = true;
|
|
|
|
|
custom.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
custom.Location = new Point(0, 192);
|
|
|
|
|
custom.Name = "custom";
|
|
|
|
|
custom.Size = new Size(132, 43);
|
|
|
|
|
custom.TabIndex = 4;
|
|
|
|
|
custom.Text = "自定义";
|
|
|
|
|
custom.UseVisualStyleBackColor = true;
|
|
|
|
|
custom.CheckedChanged += Difficulty_CheckedChanged;
|
|
|
|
|
//
|
|
|
|
|
// hard
|
|
|
|
|
//
|
|
|
|
|
hard.AutoSize = true;
|
|
|
|
|
hard.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
hard.Location = new Point(0, 143);
|
|
|
|
|
hard.Name = "hard";
|
|
|
|
|
hard.Size = new Size(102, 43);
|
|
|
|
|
hard.TabIndex = 3;
|
|
|
|
|
hard.Text = "困难";
|
|
|
|
|
hard.UseVisualStyleBackColor = true;
|
|
|
|
|
hard.CheckedChanged += Difficulty_CheckedChanged;
|
|
|
|
|
//
|
|
|
|
|
// normal
|
|
|
|
|
//
|
|
|
|
|
normal.AutoSize = true;
|
|
|
|
|
normal.Checked = true;
|
|
|
|
|
normal.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
normal.Location = new Point(0, 94);
|
|
|
|
|
normal.Name = "normal";
|
|
|
|
|
normal.Size = new Size(102, 43);
|
|
|
|
|
normal.TabIndex = 2;
|
|
|
|
|
normal.TabStop = true;
|
|
|
|
|
normal.Text = "普通";
|
|
|
|
|
normal.UseVisualStyleBackColor = true;
|
|
|
|
|
normal.CheckedChanged += Difficulty_CheckedChanged;
|
|
|
|
|
//
|
|
|
|
|
// easy
|
|
|
|
|
//
|
|
|
|
|
easy.AutoSize = true;
|
|
|
|
|
easy.Font = new Font("Microsoft YaHei UI", 15F);
|
|
|
|
|
easy.Location = new Point(0, 45);
|
|
|
|
|
easy.Name = "easy";
|
|
|
|
|
easy.Size = new Size(102, 43);
|
|
|
|
|
easy.TabIndex = 1;
|
|
|
|
|
easy.Text = "简单";
|
|
|
|
|
easy.UseVisualStyleBackColor = true;
|
|
|
|
|
easy.CheckedChanged += Difficulty_CheckedChanged;
|
|
|
|
|
//
|
2024-04-02 23:14:34 +08:00
|
|
|
|
// Setting
|
|
|
|
|
//
|
|
|
|
|
AutoScaleDimensions = new SizeF(11F, 24F);
|
|
|
|
|
AutoScaleMode = AutoScaleMode.Font;
|
2024-04-18 08:38:59 +08:00
|
|
|
|
AutoScroll = true;
|
|
|
|
|
BackColor = Color.FromArgb(199, 161, 121);
|
|
|
|
|
ClientSize = new Size(1440, 960);
|
|
|
|
|
Controls.Add(设置);
|
|
|
|
|
Controls.Add(contextPanel);
|
|
|
|
|
Controls.Add(back);
|
|
|
|
|
DoubleBuffered = true;
|
|
|
|
|
FormBorderStyle = FormBorderStyle.None;
|
2024-04-02 23:14:34 +08:00
|
|
|
|
Name = "Setting";
|
|
|
|
|
Text = "Setting";
|
2024-04-18 08:38:59 +08:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)back).EndInit();
|
|
|
|
|
contextPanel.ResumeLayout(false);
|
|
|
|
|
contextPanel.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)psButton).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)nextSong).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)lastSong).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)soundScapeVolume).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)musicVolume).EndInit();
|
|
|
|
|
groupDifficulty.ResumeLayout(false);
|
|
|
|
|
groupDifficulty.PerformLayout();
|
2024-04-02 23:14:34 +08:00
|
|
|
|
ResumeLayout(false);
|
2024-04-18 08:38:59 +08:00
|
|
|
|
PerformLayout();
|
2024-04-02 23:14:34 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2024-04-18 08:38:59 +08:00
|
|
|
|
private PictureBox back;
|
|
|
|
|
private Label 设置;
|
|
|
|
|
private Panel contextPanel;
|
|
|
|
|
private Button button1;
|
|
|
|
|
private Label 当前主题;
|
|
|
|
|
private ComboBox themeSelector;
|
|
|
|
|
private Label 主题;
|
|
|
|
|
private ComboBox albumSelector;
|
|
|
|
|
private PictureBox psButton;
|
|
|
|
|
private PictureBox nextSong;
|
|
|
|
|
private PictureBox lastSong;
|
|
|
|
|
private Label songName;
|
|
|
|
|
private Label 专辑;
|
|
|
|
|
private Label 当前播放;
|
|
|
|
|
private TextBox soundScapeVolumeText;
|
|
|
|
|
private TextBox songVolumeText;
|
|
|
|
|
private TrackBar soundScapeVolume;
|
|
|
|
|
private Label 音效音量;
|
|
|
|
|
private Label 音乐音量;
|
|
|
|
|
private TrackBar musicVolume;
|
|
|
|
|
private Label 音乐;
|
|
|
|
|
private GroupBox groupDifficulty;
|
|
|
|
|
private TextBox time;
|
|
|
|
|
private Label 时间;
|
|
|
|
|
private Label x4;
|
|
|
|
|
private Label x2;
|
|
|
|
|
private Label x3;
|
|
|
|
|
private Label x1;
|
|
|
|
|
private Label hardHeight;
|
|
|
|
|
private Label normalHeight;
|
|
|
|
|
private Label easyHeight;
|
|
|
|
|
private Label hardWidth;
|
|
|
|
|
private Label normalWidth;
|
|
|
|
|
private Label easyWidth;
|
|
|
|
|
private TextBox cusHeight;
|
|
|
|
|
private TextBox cusWidth;
|
|
|
|
|
private RadioButton custom;
|
|
|
|
|
private RadioButton hard;
|
|
|
|
|
private RadioButton normal;
|
|
|
|
|
private RadioButton easy;
|
2024-04-02 23:14:34 +08:00
|
|
|
|
}
|
|
|
|
|
}
|