385 lines
18 KiB
C#
385 lines
18 KiB
C#
namespace LibationWinForms.GridView
|
|
{
|
|
partial class MyRatingCellEditor
|
|
{
|
|
/// <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 Component 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()
|
|
{
|
|
this.lblOverall = new System.Windows.Forms.Label();
|
|
this.lblPerform = new System.Windows.Forms.Label();
|
|
this.lblStory = new System.Windows.Forms.Label();
|
|
this.starOverall1 = new System.Windows.Forms.Label();
|
|
this.starOverall2 = new System.Windows.Forms.Label();
|
|
this.starOverall3 = new System.Windows.Forms.Label();
|
|
this.starOverall4 = new System.Windows.Forms.Label();
|
|
this.starOverall5 = new System.Windows.Forms.Label();
|
|
this.panelOverall = new System.Windows.Forms.Panel();
|
|
this.panelPerform = new System.Windows.Forms.Panel();
|
|
this.starPerform1 = new System.Windows.Forms.Label();
|
|
this.starPerform2 = new System.Windows.Forms.Label();
|
|
this.starPerform3 = new System.Windows.Forms.Label();
|
|
this.starPerform4 = new System.Windows.Forms.Label();
|
|
this.starPerform5 = new System.Windows.Forms.Label();
|
|
this.panelStory = new System.Windows.Forms.Panel();
|
|
this.starStory1 = new System.Windows.Forms.Label();
|
|
this.starStory2 = new System.Windows.Forms.Label();
|
|
this.starStory3 = new System.Windows.Forms.Label();
|
|
this.starStory4 = new System.Windows.Forms.Label();
|
|
this.starStory5 = new System.Windows.Forms.Label();
|
|
this.panelOverall.SuspendLayout();
|
|
this.panelPerform.SuspendLayout();
|
|
this.panelStory.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblOverall
|
|
//
|
|
this.lblOverall.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblOverall.AutoSize = true;
|
|
this.lblOverall.Location = new System.Drawing.Point(0, 0);
|
|
this.lblOverall.Margin = new System.Windows.Forms.Padding(0);
|
|
this.lblOverall.Name = "lblOverall";
|
|
this.lblOverall.Size = new System.Drawing.Size(47, 15);
|
|
this.lblOverall.TabIndex = 6;
|
|
this.lblOverall.Text = "Overall:";
|
|
//
|
|
// lblPerform
|
|
//
|
|
this.lblPerform.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblPerform.AutoSize = true;
|
|
this.lblPerform.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.lblPerform.Location = new System.Drawing.Point(0, 15);
|
|
this.lblPerform.Margin = new System.Windows.Forms.Padding(0);
|
|
this.lblPerform.Name = "lblPerform";
|
|
this.lblPerform.Size = new System.Drawing.Size(53, 15);
|
|
this.lblPerform.TabIndex = 8;
|
|
this.lblPerform.Text = "Perform:";
|
|
//
|
|
// lblStory
|
|
//
|
|
this.lblStory.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.lblStory.AutoSize = true;
|
|
this.lblStory.Location = new System.Drawing.Point(0, 30);
|
|
this.lblStory.Margin = new System.Windows.Forms.Padding(0);
|
|
this.lblStory.Name = "lblStory";
|
|
this.lblStory.Size = new System.Drawing.Size(37, 15);
|
|
this.lblStory.TabIndex = 10;
|
|
this.lblStory.Text = "Story:";
|
|
//
|
|
// starOverall1
|
|
//
|
|
this.starOverall1.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starOverall1.Location = new System.Drawing.Point(0, 0);
|
|
this.starOverall1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starOverall1.Name = "starOverall1";
|
|
this.starOverall1.Size = new System.Drawing.Size(9, 10);
|
|
this.starOverall1.TabIndex = 0;
|
|
this.starOverall1.Text = "☆";
|
|
this.starOverall1.UseCompatibleTextRendering = true;
|
|
this.starOverall1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starOverall1.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starOverall1.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// starOverall2
|
|
//
|
|
this.starOverall2.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starOverall2.Location = new System.Drawing.Point(9, 0);
|
|
this.starOverall2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starOverall2.Name = "starOverall2";
|
|
this.starOverall2.Size = new System.Drawing.Size(9, 10);
|
|
this.starOverall2.TabIndex = 1;
|
|
this.starOverall2.Text = "☆";
|
|
this.starOverall2.UseCompatibleTextRendering = true;
|
|
this.starOverall2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starOverall2.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starOverall2.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// starOverall3
|
|
//
|
|
this.starOverall3.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starOverall3.Location = new System.Drawing.Point(18, 0);
|
|
this.starOverall3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starOverall3.Name = "starOverall3";
|
|
this.starOverall3.Size = new System.Drawing.Size(9, 10);
|
|
this.starOverall3.TabIndex = 3;
|
|
this.starOverall3.Text = "☆";
|
|
this.starOverall3.UseCompatibleTextRendering = true;
|
|
this.starOverall3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starOverall3.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starOverall3.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// starOverall4
|
|
//
|
|
this.starOverall4.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starOverall4.Location = new System.Drawing.Point(27, 0);
|
|
this.starOverall4.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starOverall4.Name = "starOverall4";
|
|
this.starOverall4.Size = new System.Drawing.Size(9, 10);
|
|
this.starOverall4.TabIndex = 2;
|
|
this.starOverall4.Text = "☆";
|
|
this.starOverall4.UseCompatibleTextRendering = true;
|
|
this.starOverall4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starOverall4.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starOverall4.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// starOverall5
|
|
//
|
|
this.starOverall5.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starOverall5.Location = new System.Drawing.Point(36, 0);
|
|
this.starOverall5.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starOverall5.Name = "starOverall5";
|
|
this.starOverall5.Size = new System.Drawing.Size(9, 10);
|
|
this.starOverall5.TabIndex = 4;
|
|
this.starOverall5.Text = "☆";
|
|
this.starOverall5.UseCompatibleTextRendering = true;
|
|
this.starOverall5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starOverall5.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starOverall5.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// panelOverall
|
|
//
|
|
this.panelOverall.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.panelOverall.Controls.Add(this.starOverall1);
|
|
this.panelOverall.Controls.Add(this.starOverall2);
|
|
this.panelOverall.Controls.Add(this.starOverall3);
|
|
this.panelOverall.Controls.Add(this.starOverall4);
|
|
this.panelOverall.Controls.Add(this.starOverall5);
|
|
this.panelOverall.Location = new System.Drawing.Point(55, 3);
|
|
this.panelOverall.Name = "panelOverall";
|
|
this.panelOverall.Size = new System.Drawing.Size(45, 10);
|
|
this.panelOverall.TabIndex = 5;
|
|
//
|
|
// panelPerform
|
|
//
|
|
this.panelPerform.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.panelPerform.Controls.Add(this.starPerform1);
|
|
this.panelPerform.Controls.Add(this.starPerform2);
|
|
this.panelPerform.Controls.Add(this.starPerform3);
|
|
this.panelPerform.Controls.Add(this.starPerform4);
|
|
this.panelPerform.Controls.Add(this.starPerform5);
|
|
this.panelPerform.Location = new System.Drawing.Point(55, 18);
|
|
this.panelPerform.Name = "panelPerform";
|
|
this.panelPerform.Size = new System.Drawing.Size(45, 10);
|
|
this.panelPerform.TabIndex = 7;
|
|
//
|
|
// starPerform1
|
|
//
|
|
this.starPerform1.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starPerform1.Location = new System.Drawing.Point(0, 0);
|
|
this.starPerform1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starPerform1.Name = "starPerform1";
|
|
this.starPerform1.Size = new System.Drawing.Size(9, 10);
|
|
this.starPerform1.TabIndex = 0;
|
|
this.starPerform1.Text = "☆";
|
|
this.starPerform1.UseCompatibleTextRendering = true;
|
|
this.starPerform1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starPerform1.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starPerform1.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// starPerform2
|
|
//
|
|
this.starPerform2.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starPerform2.Location = new System.Drawing.Point(9, 0);
|
|
this.starPerform2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starPerform2.Name = "starPerform2";
|
|
this.starPerform2.Size = new System.Drawing.Size(9, 10);
|
|
this.starPerform2.TabIndex = 1;
|
|
this.starPerform2.Text = "☆";
|
|
this.starPerform2.UseCompatibleTextRendering = true;
|
|
this.starPerform2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starPerform2.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starPerform2.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// starPerform3
|
|
//
|
|
this.starPerform3.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starPerform3.Location = new System.Drawing.Point(18, 0);
|
|
this.starPerform3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starPerform3.Name = "starPerform3";
|
|
this.starPerform3.Size = new System.Drawing.Size(9, 10);
|
|
this.starPerform3.TabIndex = 3;
|
|
this.starPerform3.Text = "☆";
|
|
this.starPerform3.UseCompatibleTextRendering = true;
|
|
this.starPerform3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starPerform3.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starPerform3.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// starPerform4
|
|
//
|
|
this.starPerform4.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starPerform4.Location = new System.Drawing.Point(27, 0);
|
|
this.starPerform4.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starPerform4.Name = "starPerform4";
|
|
this.starPerform4.Size = new System.Drawing.Size(9, 10);
|
|
this.starPerform4.TabIndex = 2;
|
|
this.starPerform4.Text = "☆";
|
|
this.starPerform4.UseCompatibleTextRendering = true;
|
|
this.starPerform4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starPerform4.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starPerform4.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// starPerform5
|
|
//
|
|
this.starPerform5.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starPerform5.Location = new System.Drawing.Point(36, 0);
|
|
this.starPerform5.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starPerform5.Name = "starPerform5";
|
|
this.starPerform5.Size = new System.Drawing.Size(9, 10);
|
|
this.starPerform5.TabIndex = 4;
|
|
this.starPerform5.Text = "☆";
|
|
this.starPerform5.UseCompatibleTextRendering = true;
|
|
this.starPerform5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starPerform5.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starPerform5.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// panelStory
|
|
//
|
|
this.panelStory.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.panelStory.Controls.Add(this.starStory1);
|
|
this.panelStory.Controls.Add(this.starStory2);
|
|
this.panelStory.Controls.Add(this.starStory3);
|
|
this.panelStory.Controls.Add(this.starStory4);
|
|
this.panelStory.Controls.Add(this.starStory5);
|
|
this.panelStory.Location = new System.Drawing.Point(55, 33);
|
|
this.panelStory.Name = "panelStory";
|
|
this.panelStory.Size = new System.Drawing.Size(45, 10);
|
|
this.panelStory.TabIndex = 9;
|
|
//
|
|
// starStory1
|
|
//
|
|
this.starStory1.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starStory1.Location = new System.Drawing.Point(0, 0);
|
|
this.starStory1.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starStory1.Name = "starStory1";
|
|
this.starStory1.Size = new System.Drawing.Size(9, 10);
|
|
this.starStory1.TabIndex = 0;
|
|
this.starStory1.Text = "☆";
|
|
this.starStory1.UseCompatibleTextRendering = true;
|
|
this.starStory1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starStory1.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starStory1.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// starStory2
|
|
//
|
|
this.starStory2.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starStory2.Location = new System.Drawing.Point(9, 0);
|
|
this.starStory2.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starStory2.Name = "starStory2";
|
|
this.starStory2.Size = new System.Drawing.Size(9, 10);
|
|
this.starStory2.TabIndex = 1;
|
|
this.starStory2.Text = "☆";
|
|
this.starStory2.UseCompatibleTextRendering = true;
|
|
this.starStory2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starStory2.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starStory2.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// starStory3
|
|
//
|
|
this.starStory3.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starStory3.Location = new System.Drawing.Point(18, 0);
|
|
this.starStory3.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starStory3.Name = "starStory3";
|
|
this.starStory3.Size = new System.Drawing.Size(9, 10);
|
|
this.starStory3.TabIndex = 3;
|
|
this.starStory3.Text = "☆";
|
|
this.starStory3.UseCompatibleTextRendering = true;
|
|
this.starStory3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starStory3.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starStory3.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// starStory4
|
|
//
|
|
this.starStory4.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starStory4.Location = new System.Drawing.Point(27, 0);
|
|
this.starStory4.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starStory4.Name = "starStory4";
|
|
this.starStory4.Size = new System.Drawing.Size(9, 10);
|
|
this.starStory4.TabIndex = 2;
|
|
this.starStory4.Text = "☆";
|
|
this.starStory4.UseCompatibleTextRendering = true;
|
|
this.starStory4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starStory4.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starStory4.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// starStory5
|
|
//
|
|
this.starStory5.Font = new System.Drawing.Font("Segoe UI", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.starStory5.Location = new System.Drawing.Point(36, 0);
|
|
this.starStory5.Margin = new System.Windows.Forms.Padding(0);
|
|
this.starStory5.Name = "starStory5";
|
|
this.starStory5.Size = new System.Drawing.Size(9, 10);
|
|
this.starStory5.TabIndex = 4;
|
|
this.starStory5.Text = "☆";
|
|
this.starStory5.UseCompatibleTextRendering = true;
|
|
this.starStory5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Star_MouseClick);
|
|
this.starStory5.MouseEnter += new System.EventHandler(this.Star_MouseEnter);
|
|
this.starStory5.MouseLeave += new System.EventHandler(this.Star_MouseLeave);
|
|
//
|
|
// MyRatingCellEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.lblStory);
|
|
this.Controls.Add(this.panelStory);
|
|
this.Controls.Add(this.lblPerform);
|
|
this.Controls.Add(this.panelPerform);
|
|
this.Controls.Add(this.lblOverall);
|
|
this.Controls.Add(this.panelOverall);
|
|
this.Name = "MyRatingCellEditor";
|
|
this.Size = new System.Drawing.Size(108, 45);
|
|
this.panelOverall.ResumeLayout(false);
|
|
this.panelPerform.ResumeLayout(false);
|
|
this.panelStory.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label starOverall1;
|
|
private System.Windows.Forms.Label starOverall2;
|
|
private System.Windows.Forms.Label starOverall3;
|
|
private System.Windows.Forms.Label starOverall4;
|
|
private System.Windows.Forms.Label starOverall5;
|
|
private System.Windows.Forms.Panel panelOverall;
|
|
private System.Windows.Forms.Label lblOverall;
|
|
private System.Windows.Forms.Label lblPerform;
|
|
private System.Windows.Forms.Panel panelPerform;
|
|
private System.Windows.Forms.Label starPerform1;
|
|
private System.Windows.Forms.Label starPerform2;
|
|
private System.Windows.Forms.Label starPerform3;
|
|
private System.Windows.Forms.Label starPerform4;
|
|
private System.Windows.Forms.Label starPerform5;
|
|
private System.Windows.Forms.Label lblStory;
|
|
private System.Windows.Forms.Panel panelStory;
|
|
private System.Windows.Forms.Label starStory1;
|
|
private System.Windows.Forms.Label starStory2;
|
|
private System.Windows.Forms.Label starStory3;
|
|
private System.Windows.Forms.Label starStory4;
|
|
private System.Windows.Forms.Label starStory5;
|
|
}
|
|
}
|