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/Charts.Designer.cs

88 lines
2.9 KiB
C#
Raw Normal View History

2024-04-18 00:38:59 +00:00
namespace CDSAE3_Lian_Lian_Kan.Forms
{
partial class Charts
{
/// <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()
{
= new Label();
back = new PictureBox();
tablePanel = new Panel();
((System.ComponentModel.ISupportInitialize)back).BeginInit();
SuspendLayout();
//
// 排行榜
//
.AutoSize = true;
.Font = new Font("Microsoft YaHei UI", 20F);
.Location = new Point(649, 18);
.Name = "排行榜";
.Size = new Size(142, 52);
.TabIndex = 1;
.Text = "排行榜";
//
// back
//
back.Image = Properties.Resources.left_arrow;
back.Location = new Point(37, 18);
back.Name = "back";
back.Size = new Size(75, 75);
back.SizeMode = PictureBoxSizeMode.Zoom;
back.TabIndex = 3;
back.TabStop = false;
back.Click += back_Click;
//
// tablePanel
//
tablePanel.AutoScroll = true;
tablePanel.Location = new Point(37, 132);
tablePanel.Name = "tablePanel";
tablePanel.Size = new Size(1323, 720);
tablePanel.TabIndex = 5;
//
// Charts
//
AutoScaleDimensions = new SizeF(11F, 24F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.FromArgb(249, 211, 171);
ClientSize = new Size(1418, 904);
Controls.Add(tablePanel);
Controls.Add(back);
Controls.Add();
FormBorderStyle = FormBorderStyle.None;
Name = "Charts";
Text = "charts";
((System.ComponentModel.ISupportInitialize)back).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label ;
private PictureBox back;
private Panel tablePanel;
}
}