Stopwatch-and-Goals-Control.../Klokkeprogram/Kontrollpanel.Designer.cs

423 lines
22 KiB
C#

namespace Klokkeprogram
{
partial class controlPanel
{
/// <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 Windows Form 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(controlPanel));
this.tickTimer = new System.Windows.Forms.Timer(this.components);
this.teamOneIntern = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.goalOne = new System.Windows.Forms.TextBox();
this.goalTwo = new System.Windows.Forms.TextBox();
this.teamOneLogoButton = new System.Windows.Forms.Button();
this.teamTwoLogoButton = new System.Windows.Forms.Button();
this.logoDialog = new System.Windows.Forms.OpenFileDialog();
this.teamOneMinus = new System.Windows.Forms.Button();
this.teamOnePlus = new System.Windows.Forms.Button();
this.teamTwoMinus = new System.Windows.Forms.Button();
this.teamTwoPlus = new System.Windows.Forms.Button();
this.timerReset = new System.Windows.Forms.Button();
this.timerToggle = new System.Windows.Forms.Button();
this.maxMinSelect = new System.Windows.Forms.NumericUpDown();
this.totalMinText = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.clockStatus = new System.Windows.Forms.TextBox();
this.keyingButton = new System.Windows.Forms.Button();
this.colorDialog = new System.Windows.Forms.ColorDialog();
this.fontButton = new System.Windows.Forms.Button();
this.fontDialog = new System.Windows.Forms.FontDialog();
this.textBox3 = new System.Windows.Forms.TextBox();
this.offsetMinutes = new System.Windows.Forms.NumericUpDown();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.offsetSeconds = new System.Windows.Forms.NumericUpDown();
((System.ComponentModel.ISupportInitialize)(this.maxMinSelect)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.offsetMinutes)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.offsetSeconds)).BeginInit();
this.SuspendLayout();
//
// tickTimer
//
this.tickTimer.Interval = 10;
this.tickTimer.Tick += new System.EventHandler(this.tickTimer_Tick);
//
// teamOneIntern
//
this.teamOneIntern.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.teamOneIntern.Location = new System.Drawing.Point(12, 12);
this.teamOneIntern.Name = "teamOneIntern";
this.teamOneIntern.Size = new System.Drawing.Size(235, 26);
this.teamOneIntern.TabIndex = 0;
this.teamOneIntern.Text = "Lag #1";
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox1.Location = new System.Drawing.Point(12, 135);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(235, 26);
this.textBox1.TabIndex = 2;
this.textBox1.Text = "Lag #2";
//
// goalOne
//
this.goalOne.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.goalOne.Location = new System.Drawing.Point(339, 12);
this.goalOne.Name = "goalOne";
this.goalOne.ReadOnly = true;
this.goalOne.Size = new System.Drawing.Size(227, 26);
this.goalOne.TabIndex = 4;
this.goalOne.Text = "Mål";
this.goalOne.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// goalTwo
//
this.goalTwo.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.goalTwo.Location = new System.Drawing.Point(339, 135);
this.goalTwo.Name = "goalTwo";
this.goalTwo.ReadOnly = true;
this.goalTwo.Size = new System.Drawing.Size(227, 26);
this.goalTwo.TabIndex = 7;
this.goalTwo.Text = "Mål";
this.goalTwo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// teamOneLogoButton
//
this.teamOneLogoButton.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.teamOneLogoButton.Location = new System.Drawing.Point(12, 44);
this.teamOneLogoButton.Name = "teamOneLogoButton";
this.teamOneLogoButton.Size = new System.Drawing.Size(76, 34);
this.teamOneLogoButton.TabIndex = 1;
this.teamOneLogoButton.Text = "Logo";
this.teamOneLogoButton.UseVisualStyleBackColor = true;
this.teamOneLogoButton.Click += new System.EventHandler(this.teamOneLogoButton_Click);
//
// teamTwoLogoButton
//
this.teamTwoLogoButton.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.teamTwoLogoButton.Location = new System.Drawing.Point(12, 167);
this.teamTwoLogoButton.Name = "teamTwoLogoButton";
this.teamTwoLogoButton.Size = new System.Drawing.Size(76, 34);
this.teamTwoLogoButton.TabIndex = 3;
this.teamTwoLogoButton.Text = "Logo";
this.teamTwoLogoButton.UseVisualStyleBackColor = true;
this.teamTwoLogoButton.Click += new System.EventHandler(this.teamTwoLogoButton_Click);
//
// logoDialog
//
this.logoDialog.FileName = "Logo";
this.logoDialog.Filter = "PNG-filer(*.png)|*.png|JPEG-filer (*.jpg)|*.jpg|Alle filer (*.*)|*.*";
//
// teamOneMinus
//
this.teamOneMinus.Font = new System.Drawing.Font("Arial Black", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.teamOneMinus.Location = new System.Drawing.Point(339, 44);
this.teamOneMinus.Name = "teamOneMinus";
this.teamOneMinus.Size = new System.Drawing.Size(105, 34);
this.teamOneMinus.TabIndex = 5;
this.teamOneMinus.Text = "-";
this.teamOneMinus.UseVisualStyleBackColor = true;
this.teamOneMinus.Click += new System.EventHandler(this.teamOneMinus_Click);
//
// teamOnePlus
//
this.teamOnePlus.Font = new System.Drawing.Font("Arial Black", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.teamOnePlus.Location = new System.Drawing.Point(461, 44);
this.teamOnePlus.Name = "teamOnePlus";
this.teamOnePlus.Size = new System.Drawing.Size(105, 34);
this.teamOnePlus.TabIndex = 6;
this.teamOnePlus.Text = "+";
this.teamOnePlus.UseVisualStyleBackColor = true;
this.teamOnePlus.Click += new System.EventHandler(this.teamOnePlus_Click);
//
// teamTwoMinus
//
this.teamTwoMinus.Font = new System.Drawing.Font("Arial Black", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.teamTwoMinus.Location = new System.Drawing.Point(339, 167);
this.teamTwoMinus.Name = "teamTwoMinus";
this.teamTwoMinus.Size = new System.Drawing.Size(105, 34);
this.teamTwoMinus.TabIndex = 8;
this.teamTwoMinus.Text = "-";
this.teamTwoMinus.UseVisualStyleBackColor = true;
this.teamTwoMinus.Click += new System.EventHandler(this.teamTwoMinus_Click);
//
// teamTwoPlus
//
this.teamTwoPlus.Font = new System.Drawing.Font("Arial Black", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.teamTwoPlus.Location = new System.Drawing.Point(461, 167);
this.teamTwoPlus.Name = "teamTwoPlus";
this.teamTwoPlus.Size = new System.Drawing.Size(105, 34);
this.teamTwoPlus.TabIndex = 9;
this.teamTwoPlus.Text = "+";
this.teamTwoPlus.UseVisualStyleBackColor = true;
this.teamTwoPlus.Click += new System.EventHandler(this.teamTwoPlus_Click);
//
// timerReset
//
this.timerReset.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.timerReset.Location = new System.Drawing.Point(376, 474);
this.timerReset.Name = "timerReset";
this.timerReset.Size = new System.Drawing.Size(84, 28);
this.timerReset.TabIndex = 21;
this.timerReset.Text = "Reset (00:00)";
this.timerReset.UseVisualStyleBackColor = true;
this.timerReset.Click += new System.EventHandler(this.timerReset_Click);
//
// timerToggle
//
this.timerToggle.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.timerToggle.Location = new System.Drawing.Point(376, 440);
this.timerToggle.Name = "timerToggle";
this.timerToggle.Size = new System.Drawing.Size(84, 28);
this.timerToggle.TabIndex = 19;
this.timerToggle.Text = "Start/Pause";
this.timerToggle.UseVisualStyleBackColor = true;
this.timerToggle.Click += new System.EventHandler(this.timerToggle_Click);
//
// maxMinSelect
//
this.maxMinSelect.Increment = new decimal(new int[] {
2,
0,
0,
0});
this.maxMinSelect.Location = new System.Drawing.Point(466, 479);
this.maxMinSelect.Maximum = new decimal(new int[] {
240,
0,
0,
0});
this.maxMinSelect.Minimum = new decimal(new int[] {
2,
0,
0,
0});
this.maxMinSelect.Name = "maxMinSelect";
this.maxMinSelect.Size = new System.Drawing.Size(100, 20);
this.maxMinSelect.TabIndex = 22;
this.maxMinSelect.Value = new decimal(new int[] {
90,
0,
0,
0});
this.maxMinSelect.ValueChanged += new System.EventHandler(this.maxMinSelect_ValueChanged);
//
// totalMinText
//
this.totalMinText.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.totalMinText.Location = new System.Drawing.Point(466, 444);
this.totalMinText.Name = "totalMinText";
this.totalMinText.ReadOnly = true;
this.totalMinText.Size = new System.Drawing.Size(100, 20);
this.totalMinText.TabIndex = 20;
this.totalMinText.Text = "Total tid (minutter)";
this.totalMinText.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox2
//
this.textBox2.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox2.Location = new System.Drawing.Point(376, 410);
this.textBox2.Name = "textBox2";
this.textBox2.ReadOnly = true;
this.textBox2.Size = new System.Drawing.Size(84, 20);
this.textBox2.TabIndex = 17;
this.textBox2.Text = "Klokkestatus";
this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// clockStatus
//
this.clockStatus.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.clockStatus.Location = new System.Drawing.Point(466, 410);
this.clockStatus.Name = "clockStatus";
this.clockStatus.ReadOnly = true;
this.clockStatus.Size = new System.Drawing.Size(100, 20);
this.clockStatus.TabIndex = 18;
this.clockStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// keyingButton
//
this.keyingButton.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.keyingButton.Location = new System.Drawing.Point(12, 470);
this.keyingButton.Name = "keyingButton";
this.keyingButton.Size = new System.Drawing.Size(95, 28);
this.keyingButton.TabIndex = 16;
this.keyingButton.Text = "Nøklingsfarge";
this.keyingButton.UseVisualStyleBackColor = true;
this.keyingButton.Click += new System.EventHandler(this.keyingButton_Click);
//
// fontButton
//
this.fontButton.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.fontButton.Location = new System.Drawing.Point(12, 436);
this.fontButton.Name = "fontButton";
this.fontButton.Size = new System.Drawing.Size(95, 28);
this.fontButton.TabIndex = 15;
this.fontButton.Text = "Fontinnstillinger";
this.fontButton.UseVisualStyleBackColor = true;
this.fontButton.Click += new System.EventHandler(this.fontButton_Click);
//
// fontDialog
//
this.fontDialog.Color = System.Drawing.Color.White;
this.fontDialog.Font = new System.Drawing.Font("Arial", 72F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
//
// textBox3
//
this.textBox3.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox3.Location = new System.Drawing.Point(376, 262);
this.textBox3.Name = "textBox3";
this.textBox3.ReadOnly = true;
this.textBox3.Size = new System.Drawing.Size(195, 20);
this.textBox3.TabIndex = 10;
this.textBox3.Text = "Offsetinnstillinger";
this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// offsetMinutes
//
this.offsetMinutes.Location = new System.Drawing.Point(376, 314);
this.offsetMinutes.Maximum = new decimal(new int[] {
240,
0,
0,
0});
this.offsetMinutes.Name = "offsetMinutes";
this.offsetMinutes.Size = new System.Drawing.Size(84, 20);
this.offsetMinutes.TabIndex = 13;
this.offsetMinutes.ValueChanged += new System.EventHandler(this.offsetMinutes_ValueChanged);
//
// textBox4
//
this.textBox4.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox4.Location = new System.Drawing.Point(376, 288);
this.textBox4.Name = "textBox4";
this.textBox4.ReadOnly = true;
this.textBox4.Size = new System.Drawing.Size(84, 20);
this.textBox4.TabIndex = 11;
this.textBox4.Text = "Minutter";
this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox5
//
this.textBox5.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox5.Location = new System.Drawing.Point(466, 288);
this.textBox5.Name = "textBox5";
this.textBox5.ReadOnly = true;
this.textBox5.Size = new System.Drawing.Size(105, 20);
this.textBox5.TabIndex = 12;
this.textBox5.Text = "Sekunder";
this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// offsetSeconds
//
this.offsetSeconds.Location = new System.Drawing.Point(466, 314);
this.offsetSeconds.Maximum = new decimal(new int[] {
60,
0,
0,
0});
this.offsetSeconds.Name = "offsetSeconds";
this.offsetSeconds.Size = new System.Drawing.Size(105, 20);
this.offsetSeconds.TabIndex = 14;
this.offsetSeconds.ValueChanged += new System.EventHandler(this.offsetSeconds_ValueChanged);
//
// controlPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(578, 510);
this.Controls.Add(this.offsetSeconds);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.offsetMinutes);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.fontButton);
this.Controls.Add(this.keyingButton);
this.Controls.Add(this.clockStatus);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.totalMinText);
this.Controls.Add(this.maxMinSelect);
this.Controls.Add(this.timerToggle);
this.Controls.Add(this.timerReset);
this.Controls.Add(this.teamTwoPlus);
this.Controls.Add(this.teamTwoMinus);
this.Controls.Add(this.teamOnePlus);
this.Controls.Add(this.teamOneMinus);
this.Controls.Add(this.teamTwoLogoButton);
this.Controls.Add(this.teamOneLogoButton);
this.Controls.Add(this.goalTwo);
this.Controls.Add(this.goalOne);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.teamOneIntern);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "controlPanel";
this.Text = "Kontrollbord - Klokke- og Scoringsavvikling for HamKam Arenaproduksjon";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.maxMinSelect)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.offsetMinutes)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.offsetSeconds)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Timer tickTimer;
private System.Windows.Forms.TextBox teamOneIntern;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox goalOne;
private System.Windows.Forms.TextBox goalTwo;
private System.Windows.Forms.Button teamOneLogoButton;
private System.Windows.Forms.Button teamTwoLogoButton;
private System.Windows.Forms.OpenFileDialog logoDialog;
private System.Windows.Forms.Button teamOneMinus;
private System.Windows.Forms.Button teamOnePlus;
private System.Windows.Forms.Button teamTwoMinus;
private System.Windows.Forms.Button teamTwoPlus;
private System.Windows.Forms.Button timerReset;
private System.Windows.Forms.Button timerToggle;
private System.Windows.Forms.NumericUpDown maxMinSelect;
private System.Windows.Forms.TextBox totalMinText;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox clockStatus;
private System.Windows.Forms.Button keyingButton;
private System.Windows.Forms.ColorDialog colorDialog;
private System.Windows.Forms.Button fontButton;
private System.Windows.Forms.FontDialog fontDialog;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.NumericUpDown offsetMinutes;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.NumericUpDown offsetSeconds;
}
}