namespace CDSAE3_Lian_Lian_Kan.Forms { partial class Charts { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }