namespace TrackerUI { partial class CreatePrizeForm { /// /// 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(CreatePrizeForm)); this.headerLabel = new System.Windows.Forms.Label(); this.placeNumberValue = new System.Windows.Forms.TextBox(); this.placeNumberLabel = new System.Windows.Forms.Label(); this.prizePercentageValue = new System.Windows.Forms.TextBox(); this.prizePercentageLabel = new System.Windows.Forms.Label(); this.prizeAmountValue = new System.Windows.Forms.TextBox(); this.prizeAmountLabel = new System.Windows.Forms.Label(); this.placeNameValue = new System.Windows.Forms.TextBox(); this.placeNameLabel = new System.Windows.Forms.Label(); this.orLabel = new System.Windows.Forms.Label(); this.createPrizeButton = new System.Windows.Forms.Button(); this.SuspendLayout(); // // headerLabel // this.headerLabel.AutoSize = true; this.headerLabel.Font = new System.Drawing.Font("Segoe UI Light", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.headerLabel.ForeColor = System.Drawing.Color.DodgerBlue; this.headerLabel.Location = new System.Drawing.Point(12, 9); this.headerLabel.Name = "headerLabel"; this.headerLabel.Size = new System.Drawing.Size(209, 50); this.headerLabel.TabIndex = 12; this.headerLabel.Text = "Create Prize"; // // placeNumberValue // this.placeNumberValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.placeNumberValue.Location = new System.Drawing.Point(183, 83); this.placeNumberValue.Name = "placeNumberValue"; this.placeNumberValue.Size = new System.Drawing.Size(234, 35); this.placeNumberValue.TabIndex = 14; // // placeNumberLabel // this.placeNumberLabel.AutoSize = true; this.placeNumberLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.placeNumberLabel.ForeColor = System.Drawing.Color.DodgerBlue; this.placeNumberLabel.Location = new System.Drawing.Point(16, 88); this.placeNumberLabel.Name = "placeNumberLabel"; this.placeNumberLabel.Size = new System.Drawing.Size(144, 30); this.placeNumberLabel.TabIndex = 13; this.placeNumberLabel.Text = "Place Number"; // // prizePercentageValue // this.prizePercentageValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.prizePercentageValue.Location = new System.Drawing.Point(183, 296); this.prizePercentageValue.Name = "prizePercentageValue"; this.prizePercentageValue.Size = new System.Drawing.Size(234, 35); this.prizePercentageValue.TabIndex = 16; // // prizePercentageLabel // this.prizePercentageLabel.AutoSize = true; this.prizePercentageLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.prizePercentageLabel.ForeColor = System.Drawing.Color.DodgerBlue; this.prizePercentageLabel.Location = new System.Drawing.Point(16, 301); this.prizePercentageLabel.Name = "prizePercentageLabel"; this.prizePercentageLabel.Size = new System.Drawing.Size(167, 30); this.prizePercentageLabel.TabIndex = 15; this.prizePercentageLabel.Text = "Prize Percentage"; // // prizeAmountValue // this.prizeAmountValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.prizeAmountValue.Location = new System.Drawing.Point(183, 185); this.prizeAmountValue.Name = "prizeAmountValue"; this.prizeAmountValue.Size = new System.Drawing.Size(234, 35); this.prizeAmountValue.TabIndex = 18; // // prizeAmountLabel // this.prizeAmountLabel.AutoSize = true; this.prizeAmountLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.prizeAmountLabel.ForeColor = System.Drawing.Color.DodgerBlue; this.prizeAmountLabel.Location = new System.Drawing.Point(16, 190); this.prizeAmountLabel.Name = "prizeAmountLabel"; this.prizeAmountLabel.Size = new System.Drawing.Size(139, 30); this.prizeAmountLabel.TabIndex = 17; this.prizeAmountLabel.Text = "Prize Amount"; // // placeNameValue // this.placeNameValue.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.placeNameValue.Location = new System.Drawing.Point(183, 134); this.placeNameValue.Name = "placeNameValue"; this.placeNameValue.Size = new System.Drawing.Size(234, 35); this.placeNameValue.TabIndex = 20; // // placeNameLabel // this.placeNameLabel.AutoSize = true; this.placeNameLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.placeNameLabel.ForeColor = System.Drawing.Color.DodgerBlue; this.placeNameLabel.Location = new System.Drawing.Point(16, 139); this.placeNameLabel.Name = "placeNameLabel"; this.placeNameLabel.Size = new System.Drawing.Size(124, 30); this.placeNameLabel.TabIndex = 19; this.placeNameLabel.Text = "Place Name"; // // orLabel // this.orLabel.AutoSize = true; this.orLabel.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.orLabel.ForeColor = System.Drawing.Color.DodgerBlue; this.orLabel.Location = new System.Drawing.Point(161, 241); this.orLabel.Name = "orLabel"; this.orLabel.Size = new System.Drawing.Size(60, 30); this.orLabel.TabIndex = 21; this.orLabel.Text = "- or -"; // // createPrizeButton // this.createPrizeButton.FlatAppearance.BorderColor = System.Drawing.Color.Silver; this.createPrizeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DimGray; this.createPrizeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.WhiteSmoke; this.createPrizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.createPrizeButton.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.createPrizeButton.ForeColor = System.Drawing.Color.DodgerBlue; this.createPrizeButton.Location = new System.Drawing.Point(124, 389); this.createPrizeButton.Name = "createPrizeButton"; this.createPrizeButton.Size = new System.Drawing.Size(224, 54); this.createPrizeButton.TabIndex = 24; this.createPrizeButton.Text = "Create Prize"; this.createPrizeButton.UseVisualStyleBackColor = true; // // CreatePrizeForm // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 30F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(471, 504); this.Controls.Add(this.createPrizeButton); this.Controls.Add(this.orLabel); this.Controls.Add(this.placeNameValue); this.Controls.Add(this.placeNameLabel); this.Controls.Add(this.prizeAmountValue); this.Controls.Add(this.prizeAmountLabel); this.Controls.Add(this.prizePercentageValue); this.Controls.Add(this.prizePercentageLabel); this.Controls.Add(this.placeNumberValue); this.Controls.Add(this.placeNumberLabel); this.Controls.Add(this.headerLabel); this.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ForeColor = System.Drawing.Color.DodgerBlue; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(6, 7, 6, 7); this.Name = "CreatePrizeForm"; this.Text = "Create Prize"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label headerLabel; private System.Windows.Forms.TextBox placeNumberValue; private System.Windows.Forms.Label placeNumberLabel; private System.Windows.Forms.TextBox prizePercentageValue; private System.Windows.Forms.Label prizePercentageLabel; private System.Windows.Forms.TextBox prizeAmountValue; private System.Windows.Forms.Label prizeAmountLabel; private System.Windows.Forms.TextBox placeNameValue; private System.Windows.Forms.Label placeNameLabel; private System.Windows.Forms.Label orLabel; private System.Windows.Forms.Button createPrizeButton; } }