namespace PacManProject { partial class Rank { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Rank)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.SystemColors.MenuText; this.label1.Location = new System.Drawing.Point(447, 55); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(26, 21); this.label1.TabIndex = 0; this.label1.Text = "¹Ú"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.SystemColors.MenuText; this.label2.Location = new System.Drawing.Point(447, 95); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(26, 21); this.label2.TabIndex = 1; this.label2.Text = "ÑÇ"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.SystemColors.MenuText; this.label3.Location = new System.Drawing.Point(447, 134); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(26, 21); this.label3.TabIndex = 2; this.label3.Text = "¼¾"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.SystemColors.MenuText; this.label4.Location = new System.Drawing.Point(503, 55); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(19, 21); this.label4.TabIndex = 3; this.label4.Text = "1"; // // label5 // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.SystemColors.MenuText; this.label5.Location = new System.Drawing.Point(503, 95); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(19, 21); this.label5.TabIndex = 4; this.label5.Text = "2"; // // label6 // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.SystemColors.MenuText; this.label6.Location = new System.Drawing.Point(503, 134); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(19, 21); this.label6.TabIndex = 5; this.label6.Text = "3"; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.SystemColors.MenuText; this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 47.99999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(12, 22); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(96, 73); this.label7.TabIndex = 6; this.label7.Text = "Ãû"; // // label8 // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.SystemColors.MenuText; this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 47.99999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(73, 116); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(96, 73); this.label8.TabIndex = 8; this.label8.Text = "ÈË"; // // label9 // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.SystemColors.MenuText; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 47.99999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label9.Location = new System.Drawing.Point(33, 226); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(96, 73); this.label9.TabIndex = 9; this.label9.Text = "ÌÃ"; // // button1 // this.button1.BackColor = System.Drawing.SystemColors.WindowText; this.button1.Cursor = System.Windows.Forms.Cursors.Hand; this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Black; this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Black; this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Black; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("΢ÈíÑźÚ", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.ForeColor = System.Drawing.SystemColors.Menu; this.button1.Location = new System.Drawing.Point(507, 269); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(80, 50); this.button1.TabIndex = 10; this.button1.Text = "¹Ø±Õ"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // Rank // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(632, 366); this.Controls.Add(this.button1); this.Controls.Add(this.label9); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Font = new System.Drawing.Font("΢ÈíÑźÚ", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ForeColor = System.Drawing.SystemColors.Menu; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "Rank"; this.Text = "Rank"; this.Load += new System.EventHandler(this.Rank_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Button button1; } }