namespace LibationWinForms.GridView { partial class RatingPicker { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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.panel1 = new System.Windows.Forms.Panel(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Margin = new System.Windows.Forms.Padding(0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(12, 15); this.label1.TabIndex = 0; this.label1.Text = "☆"; this.label1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label1.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label1.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // label2 // this.label2.Location = new System.Drawing.Point(12, 0); this.label2.Margin = new System.Windows.Forms.Padding(0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(12, 15); this.label2.TabIndex = 1; this.label2.Text = "☆"; this.label2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label2.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label2.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // label3 // this.label3.Location = new System.Drawing.Point(24, 0); this.label3.Margin = new System.Windows.Forms.Padding(0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(12, 15); this.label3.TabIndex = 3; this.label3.Text = "☆"; this.label3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label3.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label3.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // label4 // this.label4.Location = new System.Drawing.Point(36, 0); this.label4.Margin = new System.Windows.Forms.Padding(0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(12, 15); this.label4.TabIndex = 2; this.label4.Text = "☆"; this.label4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label4.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label4.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // label5 // this.label5.Location = new System.Drawing.Point(48, 0); this.label5.Margin = new System.Windows.Forms.Padding(0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(12, 15); this.label5.TabIndex = 4; this.label5.Text = "☆"; this.label5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label5.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label5.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // panel1 // this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.label5); this.panel1.Location = new System.Drawing.Point(45, 13); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(60, 15); this.panel1.TabIndex = 5; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(0, 13); this.label6.Margin = new System.Windows.Forms.Padding(0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(47, 15); this.label6.TabIndex = 6; this.label6.Text = "Overall:"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label7.Location = new System.Drawing.Point(0, 32); this.label7.Margin = new System.Windows.Forms.Padding(0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(46, 15); this.label7.TabIndex = 8; this.label7.Text = "Perfrm:"; // // panel2 // this.panel2.Controls.Add(this.label8); this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.label10); this.panel2.Controls.Add(this.label11); this.panel2.Controls.Add(this.label12); this.panel2.Location = new System.Drawing.Point(45, 32); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(60, 15); this.panel2.TabIndex = 7; // // label8 // this.label8.Location = new System.Drawing.Point(0, 0); this.label8.Margin = new System.Windows.Forms.Padding(0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(12, 15); this.label8.TabIndex = 0; this.label8.Text = "☆"; this.label8.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label8.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label8.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // label9 // this.label9.Location = new System.Drawing.Point(12, 0); this.label9.Margin = new System.Windows.Forms.Padding(0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(12, 15); this.label9.TabIndex = 1; this.label9.Text = "☆"; this.label9.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label9.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label9.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // label10 // this.label10.Location = new System.Drawing.Point(24, 0); this.label10.Margin = new System.Windows.Forms.Padding(0); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(12, 15); this.label10.TabIndex = 3; this.label10.Text = "☆"; this.label10.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label10.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label10.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // label11 // this.label11.Location = new System.Drawing.Point(36, 0); this.label11.Margin = new System.Windows.Forms.Padding(0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(12, 15); this.label11.TabIndex = 2; this.label11.Text = "☆"; this.label11.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label11.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label11.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // label12 // this.label12.Location = new System.Drawing.Point(48, 0); this.label12.Margin = new System.Windows.Forms.Padding(0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(12, 15); this.label12.TabIndex = 4; this.label12.Text = "☆"; this.label12.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label12.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label12.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(0, 51); this.label13.Margin = new System.Windows.Forms.Padding(0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(37, 15); this.label13.TabIndex = 10; this.label13.Text = "Story:"; // // panel3 // this.panel3.Controls.Add(this.label14); this.panel3.Controls.Add(this.label15); this.panel3.Controls.Add(this.label16); this.panel3.Controls.Add(this.label17); this.panel3.Controls.Add(this.label18); this.panel3.Location = new System.Drawing.Point(45, 51); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(60, 15); this.panel3.TabIndex = 9; // // label14 // this.label14.Location = new System.Drawing.Point(0, 0); this.label14.Margin = new System.Windows.Forms.Padding(0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(12, 15); this.label14.TabIndex = 0; this.label14.Text = "☆"; this.label14.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label14.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label14.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // label15 // this.label15.Location = new System.Drawing.Point(12, 0); this.label15.Margin = new System.Windows.Forms.Padding(0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(12, 15); this.label15.TabIndex = 1; this.label15.Text = "☆"; this.label15.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label15.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label15.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // label16 // this.label16.Location = new System.Drawing.Point(24, 0); this.label16.Margin = new System.Windows.Forms.Padding(0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(12, 15); this.label16.TabIndex = 3; this.label16.Text = "☆"; this.label16.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label16.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label16.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // label17 // this.label17.Location = new System.Drawing.Point(36, 0); this.label17.Margin = new System.Windows.Forms.Padding(0); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(12, 15); this.label17.TabIndex = 2; this.label17.Text = "☆"; this.label17.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label17.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label17.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // label18 // this.label18.Location = new System.Drawing.Point(48, 0); this.label18.Margin = new System.Windows.Forms.Padding(0); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(12, 15); this.label18.TabIndex = 4; this.label18.Text = "☆"; this.label18.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick); this.label18.MouseEnter += new System.EventHandler(this.Star_MouseEnter); this.label18.MouseLeave += new System.EventHandler(this.Star_MouseLeave); // // RatingPicker // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.label13); this.Controls.Add(this.panel3); this.Controls.Add(this.label7); this.Controls.Add(this.panel2); this.Controls.Add(this.label6); this.Controls.Add(this.panel1); this.Name = "RatingPicker"; this.Size = new System.Drawing.Size(108, 80); this.panel1.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel3.ResumeLayout(false); 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.Panel panel1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label18; } }