This repository has been archived on 2024-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
CDSAE3/CDSAE3_Lian_Lian_Kan/Forms/Setting.Designer.cs

644 lines
25 KiB
C#

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()
{
back = new PictureBox();
= new Label();
contextPanel = new Panel();
groupAlgorithm = new GroupBox();
GraphAlgorithm = new RadioButton();
ArrayAlgorithm = new RadioButton();
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();
groupAlgorithm.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();
SuspendLayout();
//
// 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(groupAlgorithm);
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(1167, 1209);
contextPanel.TabIndex = 21;
//
// groupAlgorithm
//
groupAlgorithm.BackColor = Color.FromArgb(0, 0, 0, 0);
groupAlgorithm.Controls.Add(GraphAlgorithm);
groupAlgorithm.Controls.Add(ArrayAlgorithm);
groupAlgorithm.Font = new Font("Microsoft YaHei UI", 15F);
groupAlgorithm.Location = new Point(61, 886);
groupAlgorithm.Name = "groupAlgorithm";
groupAlgorithm.Size = new Size(327, 208);
groupAlgorithm.TabIndex = 35;
groupAlgorithm.TabStop = false;
groupAlgorithm.Text = " 内部算法";
//
// GraphAlgorithm
//
GraphAlgorithm.AutoSize = true;
GraphAlgorithm.Location = new Point(25, 105);
GraphAlgorithm.Name = "GraphAlgorithm";
GraphAlgorithm.Size = new Size(72, 43);
GraphAlgorithm.TabIndex = 1;
GraphAlgorithm.Text = "图";
GraphAlgorithm.UseVisualStyleBackColor = true;
GraphAlgorithm.CheckedChanged += Algorithm_CheckedChanged;
//
// ArrayAlgorithm
//
ArrayAlgorithm.AutoSize = true;
ArrayAlgorithm.Checked = true;
ArrayAlgorithm.Location = new Point(25, 45);
ArrayAlgorithm.Name = "ArrayAlgorithm";
ArrayAlgorithm.Size = new Size(102, 43);
ArrayAlgorithm.TabIndex = 0;
ArrayAlgorithm.TabStop = true;
ArrayAlgorithm.Text = "数组";
ArrayAlgorithm.UseVisualStyleBackColor = true;
ArrayAlgorithm.CheckedChanged += Algorithm_CheckedChanged;
//
// 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;
button1.Click += button1_Click;
//
// 当前主题
//
.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;
//
// Setting
//
AutoScaleDimensions = new SizeF(11F, 24F);
AutoScaleMode = AutoScaleMode.Font;
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;
Name = "Setting";
Text = "Setting";
((System.ComponentModel.ISupportInitialize)back).EndInit();
contextPanel.ResumeLayout(false);
contextPanel.PerformLayout();
groupAlgorithm.ResumeLayout(false);
groupAlgorithm.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();
ResumeLayout(false);
PerformLayout();
}
#endregion
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;
private GroupBox groupAlgorithm;
private RadioButton GraphAlgorithm;
private RadioButton ArrayAlgorithm;
}
}