/// <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(FWeapons));
			this.btnCancel = new SafeButton();
			this.ddWeapons = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.SafeLabel1 = new SafeLabel();
			this.btnDelete = new SafeButton();
			this.SafeLabel2 = new SafeLabel();
			this.SafeLabel3 = new SafeLabel();
			this.SafeLabel4 = new SafeLabel();
			this.chkInternet = new System.Windows.Forms.CheckBox();
			this.txtWeaponId = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			this.txtManufacturer = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			this.ddClass = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.linkWeaponsAutomatic = new System.Windows.Forms.LinkLabel();
			this.btnSave = new SafeButton();
			this.SafeLabel5 = new SafeLabel();
			this.txtModel = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			this.txtCaliber = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			this.SafeLabel6 = new SafeLabel();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.SuspendLayout();
			// 
			// btnCancel
			// 
			this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Location = new System.Drawing.Point(320, 176);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(75, 23);
			this.btnCancel.TabIndex = 9;
			this.btnCancel.Text = "Stäng";
			this.toolTip1.SetToolTip(this.btnCancel, "Stäng fönstret");
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// ddWeapons
			// 
			this.ddWeapons.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ddWeapons.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddWeapons.Location = new System.Drawing.Point(112, 8);
			this.ddWeapons.Name = "ddWeapons";
			this.ddWeapons.Size = new System.Drawing.Size(204, 21);
			this.ddWeapons.TabIndex = 1;
			this.toolTip1.SetToolTip(this.ddWeapons, "Välj ett vapen att konfigurera");
			this.ddWeapons.SelectedIndexChanged += new System.EventHandler(this.ddWeapons_SelectedIndexChanged);
			// 
			// SafeLabel1
			// 
			this.SafeLabel1.Location = new System.Drawing.Point(8, 8);
			this.SafeLabel1.Name = "SafeLabel1";
			this.SafeLabel1.Size = new System.Drawing.Size(96, 23);
			this.SafeLabel1.TabIndex = 2;
			this.SafeLabel1.Text = "Vapen";
			// 
			// btnDelete
			// 
			this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnDelete.Location = new System.Drawing.Point(320, 8);
			this.btnDelete.Name = "btnDelete";
			this.btnDelete.Size = new System.Drawing.Size(75, 23);
			this.btnDelete.TabIndex = 10;
			this.btnDelete.Text = "Radera";
			this.toolTip1.SetToolTip(this.btnDelete, "Raderar det valda vapnet");
			this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
			// 
			// SafeLabel2
			// 
			this.SafeLabel2.Location = new System.Drawing.Point(8, 32);
			this.SafeLabel2.Name = "SafeLabel2";
			this.SafeLabel2.Size = new System.Drawing.Size(96, 23);
			this.SafeLabel2.TabIndex = 4;
			this.SafeLabel2.Text = "Beteckning";
			// 
			// SafeLabel3
			// 
			this.SafeLabel3.Location = new System.Drawing.Point(8, 80);
			this.SafeLabel3.Name = "SafeLabel3";
			this.SafeLabel3.Size = new System.Drawing.Size(96, 23);
			this.SafeLabel3.TabIndex = 5;
			this.SafeLabel3.Text = "Modell";
			// 
			// SafeLabel4
			// 
			this.SafeLabel4.Location = new System.Drawing.Point(8, 128);
			this.SafeLabel4.Name = "SafeLabel4";
			this.SafeLabel4.Size = new System.Drawing.Size(96, 23);
			this.SafeLabel4.TabIndex = 6;
			this.SafeLabel4.Text = "Klass";
			// 
			// chkInternet
			// 
			this.chkInternet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.chkInternet.Enabled = false;
			this.chkInternet.Location = new System.Drawing.Point(256, 152);
			this.chkInternet.Name = "chkInternet";
			this.chkInternet.Size = new System.Drawing.Size(136, 24);
			this.chkInternet.TabIndex = 7;
			this.chkInternet.TabStop = false;
			this.chkInternet.Text = "Hämtat från Internet";
			this.chkInternet.Visible = false;
			// 
			// txtWeaponId
			// 
			this.txtWeaponId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtWeaponId.Location = new System.Drawing.Point(112, 32);
			this.txtWeaponId.Name = "txtWeaponId";
			this.txtWeaponId.Size = new System.Drawing.Size(280, 20);
			this.txtWeaponId.TabIndex = 2;
			this.toolTip1.SetToolTip(this.txtWeaponId, "Fyll i vapnets beteckning, t.ex. SW32");
			this.txtWeaponId.LostFocus += new System.EventHandler(this.txtWeaponId_LostFocus);
			// 
			// txtManufacturer
			// 
			this.txtManufacturer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtManufacturer.Location = new System.Drawing.Point(112, 56);
			this.txtManufacturer.Name = "txtManufacturer";
			this.txtManufacturer.Size = new System.Drawing.Size(280, 20);
			this.txtManufacturer.TabIndex = 3;
			this.toolTip1.SetToolTip(this.txtManufacturer, "Fyll i vapnets fabrikat, t.ex. Smith & Wesson");
			this.txtManufacturer.TextChanged += new System.EventHandler(this.txtName_TextChanged);
			// 
			// ddClass
			// 
			this.ddClass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ddClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddClass.Location = new System.Drawing.Point(112, 128);
			this.ddClass.Name = "ddClass";
			this.ddClass.Size = new System.Drawing.Size(280, 21);
			this.ddClass.TabIndex = 6;
			this.toolTip1.SetToolTip(this.ddClass, "Välj vapnets klass");
			// 
			// linkWeaponsAutomatic
			// 
			this.linkWeaponsAutomatic.Location = new System.Drawing.Point(8, 152);
			this.linkWeaponsAutomatic.Name = "linkWeaponsAutomatic";
			this.linkWeaponsAutomatic.Size = new System.Drawing.Size(240, 23);
			this.linkWeaponsAutomatic.TabIndex = 7;
			this.linkWeaponsAutomatic.TabStop = true;
			this.linkWeaponsAutomatic.Text = "Hämta vapen från Internet";
			this.linkWeaponsAutomatic.Visible = false;
			// 
			// btnSave
			// 
			this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnSave.Location = new System.Drawing.Point(240, 176);
			this.btnSave.Name = "btnSave";
			this.btnSave.Size = new System.Drawing.Size(75, 23);
			this.btnSave.TabIndex = 8;
			this.btnSave.Text = "Spara";
			this.toolTip1.SetToolTip(this.btnSave, "Spara det nya eller ändrade vapnet.");
			this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
			// 
			// SafeLabel5
			// 
			this.SafeLabel5.Location = new System.Drawing.Point(8, 56);
			this.SafeLabel5.Name = "SafeLabel5";
			this.SafeLabel5.Size = new System.Drawing.Size(96, 23);
			this.SafeLabel5.TabIndex = 9;
			this.SafeLabel5.Text = "Fabrikat";
			// 
			// txtModel
			// 
			this.txtModel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtModel.Location = new System.Drawing.Point(112, 80);
			this.txtModel.Name = "txtModel";
			this.txtModel.Size = new System.Drawing.Size(280, 20);
			this.txtModel.TabIndex = 4;
			this.toolTip1.SetToolTip(this.txtModel, "Fyll i vapnets modell");
			// 
			// txtCaliber
			// 
			this.txtCaliber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtCaliber.Location = new System.Drawing.Point(112, 104);
			this.txtCaliber.Name = "txtCaliber";
			this.txtCaliber.Size = new System.Drawing.Size(280, 20);
			this.txtCaliber.TabIndex = 5;
			this.toolTip1.SetToolTip(this.txtCaliber, "Fyll i vapnets kaliber, t.ex. 9mm");
			// 
			// SafeLabel6
			// 
			this.SafeLabel6.Location = new System.Drawing.Point(8, 104);
			this.SafeLabel6.Name = "SafeLabel6";
			this.SafeLabel6.Size = new System.Drawing.Size(96, 23);
			this.SafeLabel6.TabIndex = 12;
			this.SafeLabel6.Text = "Kaliber";
			// 
			// FWeapons
			// 
			this.AcceptButton = this.btnSave;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.btnCancel;
			this.ClientSize = new System.Drawing.Size(400, 206);
			this.Controls.Add(this.SafeLabel6);
			this.Controls.Add(this.txtCaliber);
			this.Controls.Add(this.txtModel);
			this.Controls.Add(this.txtManufacturer);
			this.Controls.Add(this.txtWeaponId);
			this.Controls.Add(this.SafeLabel5);
			this.Controls.Add(this.btnSave);
			this.Controls.Add(this.linkWeaponsAutomatic);
			this.Controls.Add(this.ddClass);
			this.Controls.Add(this.chkInternet);
			this.Controls.Add(this.SafeLabel4);
			this.Controls.Add(this.SafeLabel3);
			this.Controls.Add(this.SafeLabel2);
			this.Controls.Add(this.btnDelete);
			this.Controls.Add(this.SafeLabel1);
			this.Controls.Add(this.ddWeapons);
			this.Controls.Add(this.btnCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FWeapons";
			this.Text = "Vapen";
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Exemple #2
0
 /// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FClubs));
     this._safeLabel1              = new Forms.SafeLabel();
     this._ddClubs                 = new Forms.SafeComboBox();
     this._btnDelete               = new Forms.SafeButton();
     this._safeLabel2              = new Forms.SafeLabel();
     this._txtName                 = new Forms.SafeTextBox();
     this._safeLabel3              = new Forms.SafeLabel();
     this._safeLabel4              = new Forms.SafeLabel();
     this._txtOfficialName         = new Forms.SafeTextBox();
     this._ddCountry               = new Forms.SafeComboBox();
     this._btnSave                 = new Forms.SafeButton();
     this._btnCancel               = new Forms.SafeButton();
     this._linkFetchClubsAutomatic = new System.Windows.Forms.LinkLabel();
     this._toolTip1                = new System.Windows.Forms.ToolTip(this.components);
     this._txtPgInfo               = new System.Windows.Forms.TextBox();
     this._txtBgInfo               = new System.Windows.Forms.TextBox();
     this._label1     = new System.Windows.Forms.Label();
     this._label2     = new System.Windows.Forms.Label();
     this._picPgError = new System.Windows.Forms.PictureBox();
     this._picBgError = new System.Windows.Forms.PictureBox();
     this.SuspendLayout();
     //
     // SafeLabel1
     //
     this._safeLabel1.Location = new System.Drawing.Point(8, 8);
     this._safeLabel1.Name     = "_safeLabel1";
     this._safeLabel1.TabIndex = 0;
     this._safeLabel1.Text     = "Klubbar:";
     //
     // ddClubs
     //
     this._ddClubs.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._ddClubs.Location              = new System.Drawing.Point(112, 8);
     this._ddClubs.Name                  = "_ddClubs";
     this._ddClubs.Size                  = new System.Drawing.Size(200, 21);
     this._ddClubs.TabIndex              = 1;
     this._ddClubs.SelectedIndexChanged += new System.EventHandler(this.DdClubsSelectedIndexChanged);
     //
     // btnDelete
     //
     this._btnDelete.Location = new System.Drawing.Point(320, 8);
     this._btnDelete.Name     = "_btnDelete";
     this._btnDelete.TabIndex = 2;
     this._btnDelete.Text     = "Radera";
     this._toolTip1.SetToolTip(this._btnDelete, "Här raderar du den valda klubben");
     this._btnDelete.Click += new System.EventHandler(this.BtnDeleteClick);
     //
     // SafeLabel2
     //
     this._safeLabel2.Location = new System.Drawing.Point(8, 56);
     this._safeLabel2.Name     = "_safeLabel2";
     this._safeLabel2.TabIndex = 4;
     this._safeLabel2.Text     = "Namn";
     //
     // txtName
     //
     this._txtName.Location     = new System.Drawing.Point(112, 56);
     this._txtName.Name         = "_txtName";
     this._txtName.Size         = new System.Drawing.Size(280, 20);
     this._txtName.TabIndex     = 4;
     this._txtName.Text         = "";
     this._txtName.TextChanged += new System.EventHandler(this.TxtNameTextChanged);
     //
     // SafeLabel3
     //
     this._safeLabel3.Location = new System.Drawing.Point(8, 80);
     this._safeLabel3.Name     = "_safeLabel3";
     this._safeLabel3.TabIndex = 6;
     this._safeLabel3.Text     = "Land";
     //
     // SafeLabel4
     //
     this._safeLabel4.Location = new System.Drawing.Point(8, 32);
     this._safeLabel4.Name     = "_safeLabel4";
     this._safeLabel4.TabIndex = 7;
     this._safeLabel4.Text     = "Officiell beteckning";
     //
     // txtOfficialName
     //
     this._txtOfficialName.Location     = new System.Drawing.Point(112, 32);
     this._txtOfficialName.Name         = "_txtOfficialName";
     this._txtOfficialName.Size         = new System.Drawing.Size(280, 20);
     this._txtOfficialName.TabIndex     = 3;
     this._txtOfficialName.Text         = "";
     this._txtOfficialName.TextChanged += new System.EventHandler(this.TxtOfficialNameTextChanged);
     //
     // ddCountry
     //
     this._ddCountry.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._ddCountry.Location      = new System.Drawing.Point(112, 80);
     this._ddCountry.Name          = "_ddCountry";
     this._ddCountry.Size          = new System.Drawing.Size(280, 21);
     this._ddCountry.TabIndex      = 5;
     //
     // btnSave
     //
     this._btnSave.Enabled  = false;
     this._btnSave.Location = new System.Drawing.Point(240, 160);
     this._btnSave.Name     = "_btnSave";
     this._btnSave.TabIndex = 8;
     this._btnSave.Text     = "Spara";
     this._toolTip1.SetToolTip(this._btnSave, "Spara den ändrade informationen");
     this._btnSave.Click += new System.EventHandler(this.BtnSaveClick);
     //
     // btnCancel
     //
     this._btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this._btnCancel.Location     = new System.Drawing.Point(320, 160);
     this._btnCancel.Name         = "_btnCancel";
     this._btnCancel.TabIndex     = 9;
     this._btnCancel.Text         = "Stäng";
     this._toolTip1.SetToolTip(this._btnCancel, "Stäng utan att spara");
     this._btnCancel.Click += new System.EventHandler(this.BtnCancelClick);
     //
     // linkFetchClubsAutomatic
     //
     this._linkFetchClubsAutomatic.Location     = new System.Drawing.Point(8, 160);
     this._linkFetchClubsAutomatic.Name         = "_linkFetchClubsAutomatic";
     this._linkFetchClubsAutomatic.Size         = new System.Drawing.Size(160, 23);
     this._linkFetchClubsAutomatic.TabIndex     = 10;
     this._linkFetchClubsAutomatic.TabStop      = true;
     this._linkFetchClubsAutomatic.Text         = "Hämta klubbar från Internet";
     this._linkFetchClubsAutomatic.Visible      = false;
     this._linkFetchClubsAutomatic.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkFetchClubsAutomaticLinkClicked);
     //
     // txtPgInfo
     //
     this._txtPgInfo.Location     = new System.Drawing.Point(112, 104);
     this._txtPgInfo.Name         = "_txtPgInfo";
     this._txtPgInfo.Size         = new System.Drawing.Size(280, 20);
     this._txtPgInfo.TabIndex     = 6;
     this._txtPgInfo.Text         = "";
     this._txtPgInfo.TextChanged += new System.EventHandler(this.TxtPgInfoTextChanged);
     //
     // txtBgInfo
     //
     this._txtBgInfo.Location     = new System.Drawing.Point(112, 128);
     this._txtBgInfo.Name         = "_txtBgInfo";
     this._txtBgInfo.Size         = new System.Drawing.Size(280, 20);
     this._txtBgInfo.TabIndex     = 7;
     this._txtBgInfo.Text         = "";
     this._txtBgInfo.TextChanged += new System.EventHandler(this.TxtBgInfoTextChanged);
     //
     // label1
     //
     this._label1.Location = new System.Drawing.Point(8, 104);
     this._label1.Name     = "_label1";
     this._label1.TabIndex = 12;
     this._label1.Text     = "Postgiro";
     //
     // label2
     //
     this._label2.Location = new System.Drawing.Point(8, 128);
     this._label2.Name     = "_label2";
     this._label2.Size     = new System.Drawing.Size(104, 23);
     this._label2.TabIndex = 13;
     this._label2.Text     = "Bankgiro";
     //
     // picPgError
     //
     this._picPgError.Image    = ((System.Drawing.Image)(resources.GetObject("picPgError.Image")));
     this._picPgError.Location = new System.Drawing.Point(96, 112);
     this._picPgError.Name     = "_picPgError";
     this._picPgError.Size     = new System.Drawing.Size(16, 16);
     this._picPgError.TabIndex = 14;
     this._picPgError.TabStop  = false;
     this._picPgError.Visible  = false;
     //
     // picBgError
     //
     this._picBgError.Image    = ((System.Drawing.Image)(resources.GetObject("picBgError.Image")));
     this._picBgError.Location = new System.Drawing.Point(96, 136);
     this._picBgError.Name     = "_picBgError";
     this._picBgError.Size     = new System.Drawing.Size(16, 16);
     this._picBgError.TabIndex = 15;
     this._picBgError.TabStop  = false;
     this._picBgError.Visible  = false;
     //
     // FClubs
     //
     this.AcceptButton      = this._btnSave;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this._btnCancel;
     this.ClientSize        = new System.Drawing.Size(400, 190);
     this.Controls.Add(this._picBgError);
     this.Controls.Add(this._picPgError);
     this.Controls.Add(this._label2);
     this.Controls.Add(this._label1);
     this.Controls.Add(this._txtBgInfo);
     this.Controls.Add(this._txtPgInfo);
     this.Controls.Add(this._linkFetchClubsAutomatic);
     this.Controls.Add(this._btnCancel);
     this.Controls.Add(this._btnSave);
     this.Controls.Add(this._ddCountry);
     this.Controls.Add(this._txtOfficialName);
     this.Controls.Add(this._txtName);
     this.Controls.Add(this._safeLabel4);
     this.Controls.Add(this._safeLabel3);
     this.Controls.Add(this._safeLabel2);
     this.Controls.Add(this._btnDelete);
     this.Controls.Add(this._ddClubs);
     this.Controls.Add(this._safeLabel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FClubs";
     this.Text = "Klubbar";
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FPrintSelection));
			this.lblSelection = new SafeLabel();
			this.chkPrintAll = new System.Windows.Forms.CheckBox();
			this.DdSelection = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.btnOk = new SafeButton();
			this.btnCancel = new SafeButton();
			this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
			this.lblNumericUpDown1 = new System.Windows.Forms.Label();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
			this.SuspendLayout();
			// 
			// lblSelection
			// 
			this.lblSelection.Location = new System.Drawing.Point(8, 8);
			this.lblSelection.Name = "lblSelection";
			this.lblSelection.Size = new System.Drawing.Size(100, 23);
			this.lblSelection.TabIndex = 0;
			this.lblSelection.Text = "Selection";
			// 
			// chkPrintAll
			// 
			this.chkPrintAll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.chkPrintAll.Checked = true;
			this.chkPrintAll.CheckState = System.Windows.Forms.CheckState.Checked;
			this.chkPrintAll.Location = new System.Drawing.Point(112, 32);
			this.chkPrintAll.Name = "chkPrintAll";
			this.chkPrintAll.Size = new System.Drawing.Size(304, 24);
			this.chkPrintAll.TabIndex = 1;
			this.chkPrintAll.Text = "checkBox1";
			this.chkPrintAll.CheckedChanged += new System.EventHandler(this.chkPrintAll_CheckedChanged);
			// 
			// DdSelection
			// 
			this.DdSelection.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.DdSelection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.DdSelection.Enabled = false;
			this.DdSelection.Location = new System.Drawing.Point(112, 8);
			this.DdSelection.Name = "DdSelection";
			this.DdSelection.Size = new System.Drawing.Size(304, 21);
			this.DdSelection.TabIndex = 2;
			// 
			// btnOk
			// 
			this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnOk.Location = new System.Drawing.Point(264, 56);
			this.btnOk.Name = "btnOk";
			this.btnOk.Size = new System.Drawing.Size(75, 23);
			this.btnOk.TabIndex = 3;
			this.btnOk.Text = "OK";
			this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
			// 
			// btnCancel
			// 
			this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnCancel.Location = new System.Drawing.Point(344, 56);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(75, 23);
			this.btnCancel.TabIndex = 4;
			this.btnCancel.Text = "Cancel";
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// numericUpDown1
			// 
			this.numericUpDown1.Location = new System.Drawing.Point(112, 54);
			this.numericUpDown1.Name = "numericUpDown1";
			this.numericUpDown1.Size = new System.Drawing.Size(44, 20);
			this.numericUpDown1.TabIndex = 5;
			this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numericUpDown1.Visible = false;
			// 
			// lblNumericUpDown1
			// 
			this.lblNumericUpDown1.AutoSize = true;
			this.lblNumericUpDown1.Location = new System.Drawing.Point(163, 56);
			this.lblNumericUpDown1.Name = "lblNumericUpDown1";
			this.lblNumericUpDown1.Size = new System.Drawing.Size(35, 13);
			this.lblNumericUpDown1.TabIndex = 6;
			this.lblNumericUpDown1.Text = "label1";
			this.lblNumericUpDown1.Visible = false;
			// 
			// FPrintSelection
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(424, 86);
			this.Controls.Add(this.lblNumericUpDown1);
			this.Controls.Add(this.numericUpDown1);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.btnOk);
			this.Controls.Add(this.DdSelection);
			this.Controls.Add(this.chkPrintAll);
			this.Controls.Add(this.lblSelection);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FPrintSelection";
			this.Text = "Skriv ut";
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
 /// <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(FCompetitionField));
     this.lblName                = new SafeLabel();
     this.txtName                = new Allberg.Shooter.Windows.Forms.SafeTextBox();
     this.btnCancel              = new SafeButton();
     this.lblStartDate           = new SafeLabel();
     this.dateTimePicker1        = new System.Windows.Forms.DateTimePicker();
     this.lblStartTime           = new SafeLabel();
     this.numStartHour           = new System.Windows.Forms.NumericUpDown();
     this.lblPatrolTime          = new SafeLabel();
     this.numPatrolTime          = new System.Windows.Forms.NumericUpDown();
     this.SafeLabel1             = new SafeLabel();
     this.numPatrolTimeBetween   = new System.Windows.Forms.NumericUpDown();
     this.numPatrolSize          = new System.Windows.Forms.NumericUpDown();
     this.SafeLabel2             = new SafeLabel();
     this.SafeLabel3             = new SafeLabel();
     this.numPatrolRest          = new System.Windows.Forms.NumericUpDown();
     this.btnSave                = new SafeButton();
     this.chkNorwegianCount      = new System.Windows.Forms.CheckBox();
     this.numStartMinute         = new System.Windows.Forms.NumericUpDown();
     this.SafeLabel4             = new SafeLabel();
     this.SafeLabel5             = new SafeLabel();
     this.SafeLabel6             = new SafeLabel();
     this.SafeLabel7             = new SafeLabel();
     this.toolTip1               = new System.Windows.Forms.ToolTip(this.components);
     this.chkFinal               = new System.Windows.Forms.CheckBox();
     this.DDPatrolConnectionType = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     this.chkUsePriceMoney       = new System.Windows.Forms.CheckBox();
     this.numPriceMoneyReturn    = new System.Windows.Forms.NumericUpDown();
     this.label1                    = new System.Windows.Forms.Label();
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.txtShooterFee4            = new System.Windows.Forms.TextBox();
     this.label9                    = new System.Windows.Forms.Label();
     this.txtShooterFee3            = new System.Windows.Forms.TextBox();
     this.label8                    = new System.Windows.Forms.Label();
     this.txtShooterFee2            = new System.Windows.Forms.TextBox();
     this.label7                    = new System.Windows.Forms.Label();
     this.numShoterPercentWithPrice = new System.Windows.Forms.NumericUpDown();
     this.label4                    = new System.Windows.Forms.Label();
     this.txtFirstPrice             = new System.Windows.Forms.TextBox();
     this.label3                    = new System.Windows.Forms.Label();
     this.txtShooterFee1            = new System.Windows.Forms.TextBox();
     this.label2                    = new System.Windows.Forms.Label();
     this.label5                    = new System.Windows.Forms.Label();
     this.lblCompetitionType        = new System.Windows.Forms.Label();
     this.DDChampionship            = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     this.safeLabel8                = new SafeLabel();
     this.label6                    = new System.Windows.Forms.Label();
     this.chkOneClass               = new Allberg.Shooter.Windows.Forms.SafeCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.numStartHour)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPatrolTime)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPatrolTimeBetween)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPatrolSize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPatrolRest)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numStartMinute)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPriceMoneyReturn)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numShoterPercentWithPrice)).BeginInit();
     this.SuspendLayout();
     //
     // lblName
     //
     this.lblName.Location = new System.Drawing.Point(8, 32);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(100, 23);
     this.lblName.TabIndex = 0;
     this.lblName.Text     = "Namn";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(112, 32);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(296, 20);
     this.txtName.TabIndex = 1;
     this.toolTip1.SetToolTip(this.txtName, "Fyll i namnet på tävlingen. Detta kommer att bl.a. visas på utskrifter.");
     //
     // btnCancel
     //
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(329, 288);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex     = 17;
     this.btnCancel.Text         = "Stäng";
     this.toolTip1.SetToolTip(this.btnCancel, "Stäng fönstret utan att spara.");
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // lblStartDate
     //
     this.lblStartDate.Location = new System.Drawing.Point(8, 56);
     this.lblStartDate.Name     = "lblStartDate";
     this.lblStartDate.Size     = new System.Drawing.Size(100, 23);
     this.lblStartDate.TabIndex = 3;
     this.lblStartDate.Text     = "Startdatum";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(112, 56);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(152, 20);
     this.dateTimePicker1.TabIndex = 2;
     this.toolTip1.SetToolTip(this.dateTimePicker1, "Fyll i datum för tävlingen");
     //
     // lblStartTime
     //
     this.lblStartTime.Location = new System.Drawing.Point(8, 80);
     this.lblStartTime.Name     = "lblStartTime";
     this.lblStartTime.Size     = new System.Drawing.Size(100, 23);
     this.lblStartTime.TabIndex = 5;
     this.lblStartTime.Text     = "Starttid";
     //
     // numStartHour
     //
     this.numStartHour.Location = new System.Drawing.Point(112, 80);
     this.numStartHour.Maximum  = new decimal(new int[] {
         23,
         0,
         0,
         0
     });
     this.numStartHour.Name      = "numStartHour";
     this.numStartHour.Size      = new System.Drawing.Size(40, 20);
     this.numStartHour.TabIndex  = 3;
     this.numStartHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolTip1.SetToolTip(this.numStartHour, "Fyll i första patrullens starttid (timme)");
     this.numStartHour.Value = new decimal(new int[] {
         8,
         0,
         0,
         0
     });
     this.numStartHour.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numStartHour_KeyUp);
     //
     // lblPatrolTime
     //
     this.lblPatrolTime.Location = new System.Drawing.Point(8, 104);
     this.lblPatrolTime.Name     = "lblPatrolTime";
     this.lblPatrolTime.Size     = new System.Drawing.Size(100, 23);
     this.lblPatrolTime.TabIndex = 7;
     this.lblPatrolTime.Text     = "Patrulltid";
     //
     // numPatrolTime
     //
     this.numPatrolTime.Location = new System.Drawing.Point(112, 104);
     this.numPatrolTime.Maximum  = new decimal(new int[] {
         240,
         0,
         0,
         0
     });
     this.numPatrolTime.Name      = "numPatrolTime";
     this.numPatrolTime.Size      = new System.Drawing.Size(40, 20);
     this.numPatrolTime.TabIndex  = 5;
     this.numPatrolTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolTip1.SetToolTip(this.numPatrolTime, "Fyll i hur lång tid en patrull beräknas ta på sig för att gå ett varv");
     this.numPatrolTime.Value = new decimal(new int[] {
         60,
         0,
         0,
         0
     });
     this.numPatrolTime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numPatrolTime_KeyUp);
     //
     // SafeLabel1
     //
     this.SafeLabel1.Location = new System.Drawing.Point(8, 128);
     this.SafeLabel1.Name     = "SafeLabel1";
     this.SafeLabel1.Size     = new System.Drawing.Size(104, 23);
     this.SafeLabel1.TabIndex = 9;
     this.SafeLabel1.Text     = "Tid mellan patruller";
     //
     // numPatrolTimeBetween
     //
     this.numPatrolTimeBetween.Location  = new System.Drawing.Point(112, 128);
     this.numPatrolTimeBetween.Name      = "numPatrolTimeBetween";
     this.numPatrolTimeBetween.Size      = new System.Drawing.Size(40, 20);
     this.numPatrolTimeBetween.TabIndex  = 6;
     this.numPatrolTimeBetween.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolTip1.SetToolTip(this.numPatrolTimeBetween, "Fyll i hur lång tid det ska vara mellan patrullerna");
     this.numPatrolTimeBetween.Value = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numPatrolTimeBetween.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numPatrolTimeBetween_KeyUp);
     //
     // numPatrolSize
     //
     this.numPatrolSize.Location = new System.Drawing.Point(112, 152);
     this.numPatrolSize.Maximum  = new decimal(new int[] {
         15,
         0,
         0,
         0
     });
     this.numPatrolSize.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numPatrolSize.Name      = "numPatrolSize";
     this.numPatrolSize.Size      = new System.Drawing.Size(40, 20);
     this.numPatrolSize.TabIndex  = 7;
     this.numPatrolSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolTip1.SetToolTip(this.numPatrolSize, "Fyll i patrullens maxstorlek");
     this.numPatrolSize.Value = new decimal(new int[] {
         8,
         0,
         0,
         0
     });
     this.numPatrolSize.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numPatrolSize_KeyUp);
     //
     // SafeLabel2
     //
     this.SafeLabel2.Location = new System.Drawing.Point(8, 152);
     this.SafeLabel2.Name     = "SafeLabel2";
     this.SafeLabel2.Size     = new System.Drawing.Size(100, 23);
     this.SafeLabel2.TabIndex = 12;
     this.SafeLabel2.Text     = "Patrullstorlek";
     //
     // SafeLabel3
     //
     this.SafeLabel3.Location = new System.Drawing.Point(8, 176);
     this.SafeLabel3.Name     = "SafeLabel3";
     this.SafeLabel3.Size     = new System.Drawing.Size(100, 23);
     this.SafeLabel3.TabIndex = 13;
     this.SafeLabel3.Text     = "Vilotid";
     //
     // numPatrolRest
     //
     this.numPatrolRest.Location  = new System.Drawing.Point(112, 176);
     this.numPatrolRest.Name      = "numPatrolRest";
     this.numPatrolRest.Size      = new System.Drawing.Size(40, 20);
     this.numPatrolRest.TabIndex  = 8;
     this.numPatrolRest.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolTip1.SetToolTip(this.numPatrolRest, "Fyll i vilotiden. Det är tiden från att en patrull ska vara tillbaka tills en sky" +
                              "tt kan planeras in i nästa patrull");
     this.numPatrolRest.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numPatrolRest_KeyUp);
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(249, 288);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 16;
     this.btnSave.Text     = "Spara";
     this.toolTip1.SetToolTip(this.btnSave, "Spara tävlingsinformation samt stäng fönstret");
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // chkNorwegianCount
     //
     this.chkNorwegianCount.Location = new System.Drawing.Point(11, 268);
     this.chkNorwegianCount.Name     = "chkNorwegianCount";
     this.chkNorwegianCount.Size     = new System.Drawing.Size(120, 24);
     this.chkNorwegianCount.TabIndex = 9;
     this.chkNorwegianCount.Text     = "Poängfältskjutning";
     this.toolTip1.SetToolTip(this.chkNorwegianCount, "Här väljer du om det ska vara poängfältskjutning, vilket också kallas för norsk r" +
                              "äkning");
     //
     // numStartMinute
     //
     this.numStartMinute.Increment = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.numStartMinute.Location = new System.Drawing.Point(160, 80);
     this.numStartMinute.Maximum  = new decimal(new int[] {
         55,
         0,
         0,
         0
     });
     this.numStartMinute.Name      = "numStartMinute";
     this.numStartMinute.Size      = new System.Drawing.Size(40, 20);
     this.numStartMinute.TabIndex  = 4;
     this.numStartMinute.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.toolTip1.SetToolTip(this.numStartMinute, "Fyll i första patrullens starttid (minut)");
     this.numStartMinute.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numStartMinute_KeyUp);
     //
     // SafeLabel4
     //
     this.SafeLabel4.Location = new System.Drawing.Point(160, 104);
     this.SafeLabel4.Name     = "SafeLabel4";
     this.SafeLabel4.Size     = new System.Drawing.Size(48, 23);
     this.SafeLabel4.TabIndex = 14;
     this.SafeLabel4.Text     = "minuter";
     //
     // SafeLabel5
     //
     this.SafeLabel5.Location = new System.Drawing.Point(160, 128);
     this.SafeLabel5.Name     = "SafeLabel5";
     this.SafeLabel5.Size     = new System.Drawing.Size(48, 23);
     this.SafeLabel5.TabIndex = 15;
     this.SafeLabel5.Text     = "minuter";
     //
     // SafeLabel6
     //
     this.SafeLabel6.Location = new System.Drawing.Point(160, 176);
     this.SafeLabel6.Name     = "SafeLabel6";
     this.SafeLabel6.Size     = new System.Drawing.Size(48, 23);
     this.SafeLabel6.TabIndex = 16;
     this.SafeLabel6.Text     = "minuter";
     //
     // SafeLabel7
     //
     this.SafeLabel7.Location = new System.Drawing.Point(160, 152);
     this.SafeLabel7.Name     = "SafeLabel7";
     this.SafeLabel7.Size     = new System.Drawing.Size(48, 23);
     this.SafeLabel7.TabIndex = 17;
     this.SafeLabel7.Text     = "stycken";
     //
     // chkFinal
     //
     this.chkFinal.Location = new System.Drawing.Point(11, 248);
     this.chkFinal.Name     = "chkFinal";
     this.chkFinal.Size     = new System.Drawing.Size(88, 24);
     this.chkFinal.TabIndex = 10;
     this.chkFinal.Text     = "Särskjutning";
     this.toolTip1.SetToolTip(this.chkFinal, "Här väljer du om det ska vara särskjutning");
     //
     // DDPatrolConnectionType
     //
     this.DDPatrolConnectionType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.DDPatrolConnectionType.FormattingEnabled = true;
     this.DDPatrolConnectionType.Items.AddRange(new object[] {
         "A,B,C,R,M",
         "A+R,B+C,M",
         "A+R,B,C,M",
         "A+R+B+C+M"
     });
     this.DDPatrolConnectionType.Location = new System.Drawing.Point(112, 227);
     this.DDPatrolConnectionType.Name     = "DDPatrolConnectionType";
     this.DDPatrolConnectionType.Size     = new System.Drawing.Size(96, 21);
     this.DDPatrolConnectionType.TabIndex = 28;
     this.toolTip1.SetToolTip(this.DDPatrolConnectionType, "Tillsammans innebär att klass B och C respektive A och R kan läggas i samma patru" +
                              "ll. Enskild innebär att en patrull enbart kan innehålla en klass i taget.");
     this.DDPatrolConnectionType.SelectedIndexChanged += new System.EventHandler(this.DDPatrolConnectionType_SelectedIndexChanged);
     //
     // chkUsePriceMoney
     //
     this.chkUsePriceMoney.Location        = new System.Drawing.Point(8, 16);
     this.chkUsePriceMoney.Name            = "chkUsePriceMoney";
     this.chkUsePriceMoney.Size            = new System.Drawing.Size(88, 24);
     this.chkUsePriceMoney.TabIndex        = 11;
     this.chkUsePriceMoney.Text            = "Prispengar";
     this.chkUsePriceMoney.CheckedChanged += new System.EventHandler(this.chkUsePriceMoney_CheckedChanged);
     //
     // numPriceMoneyReturn
     //
     this.numPriceMoneyReturn.Increment = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.numPriceMoneyReturn.Location = new System.Drawing.Point(136, 32);
     this.numPriceMoneyReturn.Minimum  = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.numPriceMoneyReturn.Name      = "numPriceMoneyReturn";
     this.numPriceMoneyReturn.ReadOnly  = true;
     this.numPriceMoneyReturn.Size      = new System.Drawing.Size(48, 20);
     this.numPriceMoneyReturn.TabIndex  = 12;
     this.numPriceMoneyReturn.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numPriceMoneyReturn.Value     = new decimal(new int[] {
         40,
         0,
         0,
         0
     });
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 40);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(96, 23);
     this.label1.TabIndex = 21;
     this.label1.Text     = "Återbetalning (%)";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtShooterFee4);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.txtShooterFee3);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.txtShooterFee2);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.numShoterPercentWithPrice);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.txtFirstPrice);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtShooterFee1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.chkUsePriceMoney);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.numPriceMoneyReturn);
     this.groupBox1.Location = new System.Drawing.Point(216, 80);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(192, 202);
     this.groupBox1.TabIndex = 22;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Prispengar";
     //
     // txtShooterFee4
     //
     this.txtShooterFee4.Location  = new System.Drawing.Point(120, 176);
     this.txtShooterFee4.Name      = "txtShooterFee4";
     this.txtShooterFee4.ReadOnly  = true;
     this.txtShooterFee4.Size      = new System.Drawing.Size(64, 20);
     this.txtShooterFee4.TabIndex  = 31;
     this.txtShooterFee4.Text      = "100";
     this.txtShooterFee4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 176);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(112, 23);
     this.label9.TabIndex = 32;
     this.label9.Text     = "Anmälningsavgift v4";
     //
     // txtShooterFee3
     //
     this.txtShooterFee3.Location  = new System.Drawing.Point(120, 153);
     this.txtShooterFee3.Name      = "txtShooterFee3";
     this.txtShooterFee3.ReadOnly  = true;
     this.txtShooterFee3.Size      = new System.Drawing.Size(64, 20);
     this.txtShooterFee3.TabIndex  = 29;
     this.txtShooterFee3.Text      = "100";
     this.txtShooterFee3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 153);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(112, 23);
     this.label8.TabIndex = 30;
     this.label8.Text     = "Anmälningsavgift v3";
     //
     // txtShooterFee2
     //
     this.txtShooterFee2.Location  = new System.Drawing.Point(120, 130);
     this.txtShooterFee2.Name      = "txtShooterFee2";
     this.txtShooterFee2.ReadOnly  = true;
     this.txtShooterFee2.Size      = new System.Drawing.Size(64, 20);
     this.txtShooterFee2.TabIndex  = 27;
     this.txtShooterFee2.Text      = "100";
     this.txtShooterFee2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 130);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(112, 23);
     this.label7.TabIndex = 28;
     this.label7.Text     = "Anmälningsavgift v2";
     //
     // numShoterPercentWithPrice
     //
     this.numShoterPercentWithPrice.Increment = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.numShoterPercentWithPrice.Location = new System.Drawing.Point(136, 56);
     this.numShoterPercentWithPrice.Minimum  = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     this.numShoterPercentWithPrice.Name      = "numShoterPercentWithPrice";
     this.numShoterPercentWithPrice.ReadOnly  = true;
     this.numShoterPercentWithPrice.Size      = new System.Drawing.Size(48, 20);
     this.numShoterPercentWithPrice.TabIndex  = 13;
     this.numShoterPercentWithPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numShoterPercentWithPrice.Value     = new decimal(new int[] {
         25,
         0,
         0,
         0
     });
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 56);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(112, 16);
     this.label4.TabIndex = 26;
     this.label4.Text     = "Skyttar med pris (%)";
     //
     // txtFirstPrice
     //
     this.txtFirstPrice.Location  = new System.Drawing.Point(120, 82);
     this.txtFirstPrice.Name      = "txtFirstPrice";
     this.txtFirstPrice.ReadOnly  = true;
     this.txtFirstPrice.Size      = new System.Drawing.Size(64, 20);
     this.txtFirstPrice.TabIndex  = 15;
     this.txtFirstPrice.Text      = "250";
     this.txtFirstPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 82);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(100, 20);
     this.label3.TabIndex = 24;
     this.label3.Text     = "Förstapris";
     //
     // txtShooterFee1
     //
     this.txtShooterFee1.Location  = new System.Drawing.Point(120, 107);
     this.txtShooterFee1.Name      = "txtShooterFee1";
     this.txtShooterFee1.ReadOnly  = true;
     this.txtShooterFee1.Size      = new System.Drawing.Size(64, 20);
     this.txtShooterFee1.TabIndex  = 14;
     this.txtShooterFee1.Text      = "100";
     this.txtShooterFee1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 107);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(112, 23);
     this.label2.TabIndex = 22;
     this.label2.Text     = "Anmälningsavgift v1";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 8);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(100, 23);
     this.label5.TabIndex = 23;
     this.label5.Text     = "Tävlingstyp";
     //
     // lblCompetitionType
     //
     this.lblCompetitionType.Location = new System.Drawing.Point(120, 8);
     this.lblCompetitionType.Name     = "lblCompetitionType";
     this.lblCompetitionType.Size     = new System.Drawing.Size(100, 23);
     this.lblCompetitionType.TabIndex = 24;
     this.lblCompetitionType.Text     = "Fälttävlan";
     //
     // DDChampionship
     //
     this.DDChampionship.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.DDChampionship.FormattingEnabled = true;
     this.DDChampionship.Items.AddRange(new object[] {
         "Klubbtävling",
         "Nationellt tävling",
         "Kretsmästerskap",
         "Landsdelsmästerskap",
         "SM"
     });
     this.DDChampionship.Location = new System.Drawing.Point(112, 200);
     this.DDChampionship.Name     = "DDChampionship";
     this.DDChampionship.Size     = new System.Drawing.Size(96, 21);
     this.DDChampionship.TabIndex = 25;
     //
     // safeLabel8
     //
     this.safeLabel8.AutoSize = true;
     this.safeLabel8.Location = new System.Drawing.Point(10, 203);
     this.safeLabel8.Name     = "safeLabel8";
     this.safeLabel8.Size     = new System.Drawing.Size(62, 13);
     this.safeLabel8.TabIndex = 26;
     this.safeLabel8.Text     = "Mästerskap";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(11, 227);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(50, 13);
     this.label6.TabIndex = 27;
     this.label6.Text     = "Patrulltyp";
     //
     // chkOneClass
     //
     this.chkOneClass.AutoSize = true;
     this.chkOneClass.Location = new System.Drawing.Point(11, 289);
     this.chkOneClass.Name     = "chkOneClass";
     this.chkOneClass.Size     = new System.Drawing.Size(128, 17);
     this.chkOneClass.TabIndex = 29;
     this.chkOneClass.Text     = "Slå samman klass 1-3";
     this.chkOneClass.UseVisualStyleBackColor = true;
     //
     // FCompetitionField
     //
     this.AcceptButton      = this.btnSave;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(416, 316);
     this.Controls.Add(this.chkOneClass);
     this.Controls.Add(this.DDPatrolConnectionType);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.safeLabel8);
     this.Controls.Add(this.DDChampionship);
     this.Controls.Add(this.lblCompetitionType);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.chkFinal);
     this.Controls.Add(this.SafeLabel7);
     this.Controls.Add(this.SafeLabel6);
     this.Controls.Add(this.SafeLabel5);
     this.Controls.Add(this.SafeLabel4);
     this.Controls.Add(this.numStartMinute);
     this.Controls.Add(this.chkNorwegianCount);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.numPatrolRest);
     this.Controls.Add(this.SafeLabel3);
     this.Controls.Add(this.SafeLabel2);
     this.Controls.Add(this.numPatrolSize);
     this.Controls.Add(this.numPatrolTimeBetween);
     this.Controls.Add(this.SafeLabel1);
     this.Controls.Add(this.numPatrolTime);
     this.Controls.Add(this.lblPatrolTime);
     this.Controls.Add(this.numStartHour);
     this.Controls.Add(this.lblStartTime);
     this.Controls.Add(this.dateTimePicker1);
     this.Controls.Add(this.lblStartDate);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.lblName);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "FCompetitionField";
     this.Text        = "Tävlingsinfo";
     ((System.ComponentModel.ISupportInitialize)(this.numStartHour)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPatrolTime)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPatrolTimeBetween)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPatrolSize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPatrolRest)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numStartMinute)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numPriceMoneyReturn)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numShoterPercentWithPrice)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <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(FCompetitionField));
			this.lblName = new SafeLabel();
			this.txtName = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			this.btnCancel = new SafeButton();
			this.lblStartDate = new SafeLabel();
			this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
			this.lblStartTime = new SafeLabel();
			this.numStartHour = new System.Windows.Forms.NumericUpDown();
			this.lblPatrolTime = new SafeLabel();
			this.numPatrolTime = new System.Windows.Forms.NumericUpDown();
			this.SafeLabel1 = new SafeLabel();
			this.numPatrolTimeBetween = new System.Windows.Forms.NumericUpDown();
			this.numPatrolSize = new System.Windows.Forms.NumericUpDown();
			this.SafeLabel2 = new SafeLabel();
			this.SafeLabel3 = new SafeLabel();
			this.numPatrolRest = new System.Windows.Forms.NumericUpDown();
			this.btnSave = new SafeButton();
			this.chkNorwegianCount = new System.Windows.Forms.CheckBox();
			this.numStartMinute = new System.Windows.Forms.NumericUpDown();
			this.SafeLabel4 = new SafeLabel();
			this.SafeLabel5 = new SafeLabel();
			this.SafeLabel6 = new SafeLabel();
			this.SafeLabel7 = new SafeLabel();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.chkFinal = new System.Windows.Forms.CheckBox();
			this.DDPatrolConnectionType = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.chkUsePriceMoney = new System.Windows.Forms.CheckBox();
			this.numPriceMoneyReturn = new System.Windows.Forms.NumericUpDown();
			this.label1 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.txtShooterFee4 = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.txtShooterFee3 = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.txtShooterFee2 = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.numShoterPercentWithPrice = new System.Windows.Forms.NumericUpDown();
			this.label4 = new System.Windows.Forms.Label();
			this.txtFirstPrice = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.txtShooterFee1 = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.lblCompetitionType = new System.Windows.Forms.Label();
			this.DDChampionship = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.safeLabel8 = new SafeLabel();
			this.label6 = new System.Windows.Forms.Label();
			this.chkOneClass = new Allberg.Shooter.Windows.Forms.SafeCheckBox();
			((System.ComponentModel.ISupportInitialize)(this.numStartHour)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPatrolTime)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPatrolTimeBetween)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPatrolSize)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPatrolRest)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numStartMinute)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceMoneyReturn)).BeginInit();
			this.groupBox1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numShoterPercentWithPrice)).BeginInit();
			this.SuspendLayout();
			// 
			// lblName
			// 
			this.lblName.Location = new System.Drawing.Point(8, 32);
			this.lblName.Name = "lblName";
			this.lblName.Size = new System.Drawing.Size(100, 23);
			this.lblName.TabIndex = 0;
			this.lblName.Text = "Namn";
			// 
			// txtName
			// 
			this.txtName.Location = new System.Drawing.Point(112, 32);
			this.txtName.Name = "txtName";
			this.txtName.Size = new System.Drawing.Size(296, 20);
			this.txtName.TabIndex = 1;
			this.toolTip1.SetToolTip(this.txtName, "Fyll i namnet på tävlingen. Detta kommer att bl.a. visas på utskrifter.");
			// 
			// btnCancel
			// 
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Location = new System.Drawing.Point(329, 288);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(75, 23);
			this.btnCancel.TabIndex = 17;
			this.btnCancel.Text = "Stäng";
			this.toolTip1.SetToolTip(this.btnCancel, "Stäng fönstret utan att spara.");
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// lblStartDate
			// 
			this.lblStartDate.Location = new System.Drawing.Point(8, 56);
			this.lblStartDate.Name = "lblStartDate";
			this.lblStartDate.Size = new System.Drawing.Size(100, 23);
			this.lblStartDate.TabIndex = 3;
			this.lblStartDate.Text = "Startdatum";
			// 
			// dateTimePicker1
			// 
			this.dateTimePicker1.Location = new System.Drawing.Point(112, 56);
			this.dateTimePicker1.Name = "dateTimePicker1";
			this.dateTimePicker1.Size = new System.Drawing.Size(152, 20);
			this.dateTimePicker1.TabIndex = 2;
			this.toolTip1.SetToolTip(this.dateTimePicker1, "Fyll i datum för tävlingen");
			// 
			// lblStartTime
			// 
			this.lblStartTime.Location = new System.Drawing.Point(8, 80);
			this.lblStartTime.Name = "lblStartTime";
			this.lblStartTime.Size = new System.Drawing.Size(100, 23);
			this.lblStartTime.TabIndex = 5;
			this.lblStartTime.Text = "Starttid";
			// 
			// numStartHour
			// 
			this.numStartHour.Location = new System.Drawing.Point(112, 80);
			this.numStartHour.Maximum = new decimal(new int[] {
			23,
			0,
			0,
			0});
			this.numStartHour.Name = "numStartHour";
			this.numStartHour.Size = new System.Drawing.Size(40, 20);
			this.numStartHour.TabIndex = 3;
			this.numStartHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.toolTip1.SetToolTip(this.numStartHour, "Fyll i första patrullens starttid (timme)");
			this.numStartHour.Value = new decimal(new int[] {
			8,
			0,
			0,
			0});
			this.numStartHour.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numStartHour_KeyUp);
			// 
			// lblPatrolTime
			// 
			this.lblPatrolTime.Location = new System.Drawing.Point(8, 104);
			this.lblPatrolTime.Name = "lblPatrolTime";
			this.lblPatrolTime.Size = new System.Drawing.Size(100, 23);
			this.lblPatrolTime.TabIndex = 7;
			this.lblPatrolTime.Text = "Patrulltid";
			// 
			// numPatrolTime
			// 
			this.numPatrolTime.Location = new System.Drawing.Point(112, 104);
			this.numPatrolTime.Maximum = new decimal(new int[] {
			240,
			0,
			0,
			0});
			this.numPatrolTime.Name = "numPatrolTime";
			this.numPatrolTime.Size = new System.Drawing.Size(40, 20);
			this.numPatrolTime.TabIndex = 5;
			this.numPatrolTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.toolTip1.SetToolTip(this.numPatrolTime, "Fyll i hur lång tid en patrull beräknas ta på sig för att gå ett varv");
			this.numPatrolTime.Value = new decimal(new int[] {
			60,
			0,
			0,
			0});
			this.numPatrolTime.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numPatrolTime_KeyUp);
			// 
			// SafeLabel1
			// 
			this.SafeLabel1.Location = new System.Drawing.Point(8, 128);
			this.SafeLabel1.Name = "SafeLabel1";
			this.SafeLabel1.Size = new System.Drawing.Size(104, 23);
			this.SafeLabel1.TabIndex = 9;
			this.SafeLabel1.Text = "Tid mellan patruller";
			// 
			// numPatrolTimeBetween
			// 
			this.numPatrolTimeBetween.Location = new System.Drawing.Point(112, 128);
			this.numPatrolTimeBetween.Name = "numPatrolTimeBetween";
			this.numPatrolTimeBetween.Size = new System.Drawing.Size(40, 20);
			this.numPatrolTimeBetween.TabIndex = 6;
			this.numPatrolTimeBetween.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.toolTip1.SetToolTip(this.numPatrolTimeBetween, "Fyll i hur lång tid det ska vara mellan patrullerna");
			this.numPatrolTimeBetween.Value = new decimal(new int[] {
			10,
			0,
			0,
			0});
			this.numPatrolTimeBetween.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numPatrolTimeBetween_KeyUp);
			// 
			// numPatrolSize
			// 
			this.numPatrolSize.Location = new System.Drawing.Point(112, 152);
			this.numPatrolSize.Maximum = new decimal(new int[] {
			15,
			0,
			0,
			0});
			this.numPatrolSize.Minimum = new decimal(new int[] {
			1,
			0,
			0,
			0});
			this.numPatrolSize.Name = "numPatrolSize";
			this.numPatrolSize.Size = new System.Drawing.Size(40, 20);
			this.numPatrolSize.TabIndex = 7;
			this.numPatrolSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.toolTip1.SetToolTip(this.numPatrolSize, "Fyll i patrullens maxstorlek");
			this.numPatrolSize.Value = new decimal(new int[] {
			8,
			0,
			0,
			0});
			this.numPatrolSize.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numPatrolSize_KeyUp);
			// 
			// SafeLabel2
			// 
			this.SafeLabel2.Location = new System.Drawing.Point(8, 152);
			this.SafeLabel2.Name = "SafeLabel2";
			this.SafeLabel2.Size = new System.Drawing.Size(100, 23);
			this.SafeLabel2.TabIndex = 12;
			this.SafeLabel2.Text = "Patrullstorlek";
			// 
			// SafeLabel3
			// 
			this.SafeLabel3.Location = new System.Drawing.Point(8, 176);
			this.SafeLabel3.Name = "SafeLabel3";
			this.SafeLabel3.Size = new System.Drawing.Size(100, 23);
			this.SafeLabel3.TabIndex = 13;
			this.SafeLabel3.Text = "Vilotid";
			// 
			// numPatrolRest
			// 
			this.numPatrolRest.Location = new System.Drawing.Point(112, 176);
			this.numPatrolRest.Name = "numPatrolRest";
			this.numPatrolRest.Size = new System.Drawing.Size(40, 20);
			this.numPatrolRest.TabIndex = 8;
			this.numPatrolRest.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.toolTip1.SetToolTip(this.numPatrolRest, "Fyll i vilotiden. Det är tiden från att en patrull ska vara tillbaka tills en sky" +
					"tt kan planeras in i nästa patrull");
			this.numPatrolRest.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numPatrolRest_KeyUp);
			// 
			// btnSave
			// 
			this.btnSave.Location = new System.Drawing.Point(249, 288);
			this.btnSave.Name = "btnSave";
			this.btnSave.Size = new System.Drawing.Size(75, 23);
			this.btnSave.TabIndex = 16;
			this.btnSave.Text = "Spara";
			this.toolTip1.SetToolTip(this.btnSave, "Spara tävlingsinformation samt stäng fönstret");
			this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
			// 
			// chkNorwegianCount
			// 
			this.chkNorwegianCount.Location = new System.Drawing.Point(11, 268);
			this.chkNorwegianCount.Name = "chkNorwegianCount";
			this.chkNorwegianCount.Size = new System.Drawing.Size(120, 24);
			this.chkNorwegianCount.TabIndex = 9;
			this.chkNorwegianCount.Text = "Poängfältskjutning";
			this.toolTip1.SetToolTip(this.chkNorwegianCount, "Här väljer du om det ska vara poängfältskjutning, vilket också kallas för norsk r" +
					"äkning");
			// 
			// numStartMinute
			// 
			this.numStartMinute.Increment = new decimal(new int[] {
			5,
			0,
			0,
			0});
			this.numStartMinute.Location = new System.Drawing.Point(160, 80);
			this.numStartMinute.Maximum = new decimal(new int[] {
			55,
			0,
			0,
			0});
			this.numStartMinute.Name = "numStartMinute";
			this.numStartMinute.Size = new System.Drawing.Size(40, 20);
			this.numStartMinute.TabIndex = 4;
			this.numStartMinute.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.toolTip1.SetToolTip(this.numStartMinute, "Fyll i första patrullens starttid (minut)");
			this.numStartMinute.KeyUp += new System.Windows.Forms.KeyEventHandler(this.numStartMinute_KeyUp);
			// 
			// SafeLabel4
			// 
			this.SafeLabel4.Location = new System.Drawing.Point(160, 104);
			this.SafeLabel4.Name = "SafeLabel4";
			this.SafeLabel4.Size = new System.Drawing.Size(48, 23);
			this.SafeLabel4.TabIndex = 14;
			this.SafeLabel4.Text = "minuter";
			// 
			// SafeLabel5
			// 
			this.SafeLabel5.Location = new System.Drawing.Point(160, 128);
			this.SafeLabel5.Name = "SafeLabel5";
			this.SafeLabel5.Size = new System.Drawing.Size(48, 23);
			this.SafeLabel5.TabIndex = 15;
			this.SafeLabel5.Text = "minuter";
			// 
			// SafeLabel6
			// 
			this.SafeLabel6.Location = new System.Drawing.Point(160, 176);
			this.SafeLabel6.Name = "SafeLabel6";
			this.SafeLabel6.Size = new System.Drawing.Size(48, 23);
			this.SafeLabel6.TabIndex = 16;
			this.SafeLabel6.Text = "minuter";
			// 
			// SafeLabel7
			// 
			this.SafeLabel7.Location = new System.Drawing.Point(160, 152);
			this.SafeLabel7.Name = "SafeLabel7";
			this.SafeLabel7.Size = new System.Drawing.Size(48, 23);
			this.SafeLabel7.TabIndex = 17;
			this.SafeLabel7.Text = "stycken";
			// 
			// chkFinal
			// 
			this.chkFinal.Location = new System.Drawing.Point(11, 248);
			this.chkFinal.Name = "chkFinal";
			this.chkFinal.Size = new System.Drawing.Size(88, 24);
			this.chkFinal.TabIndex = 10;
			this.chkFinal.Text = "Särskjutning";
			this.toolTip1.SetToolTip(this.chkFinal, "Här väljer du om det ska vara särskjutning");
			// 
			// DDPatrolConnectionType
			// 
			this.DDPatrolConnectionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.DDPatrolConnectionType.FormattingEnabled = true;
			this.DDPatrolConnectionType.Items.AddRange(new object[] {
			"A,B,C,R,M",
			"A+R,B+C,M",
			"A+R,B,C,M",
			"A+R+B+C+M"});
			this.DDPatrolConnectionType.Location = new System.Drawing.Point(112, 227);
			this.DDPatrolConnectionType.Name = "DDPatrolConnectionType";
			this.DDPatrolConnectionType.Size = new System.Drawing.Size(96, 21);
			this.DDPatrolConnectionType.TabIndex = 28;
			this.toolTip1.SetToolTip(this.DDPatrolConnectionType, "Tillsammans innebär att klass B och C respektive A och R kan läggas i samma patru" +
					"ll. Enskild innebär att en patrull enbart kan innehålla en klass i taget.");
			this.DDPatrolConnectionType.SelectedIndexChanged += new System.EventHandler(this.DDPatrolConnectionType_SelectedIndexChanged);
			// 
			// chkUsePriceMoney
			// 
			this.chkUsePriceMoney.Location = new System.Drawing.Point(8, 16);
			this.chkUsePriceMoney.Name = "chkUsePriceMoney";
			this.chkUsePriceMoney.Size = new System.Drawing.Size(88, 24);
			this.chkUsePriceMoney.TabIndex = 11;
			this.chkUsePriceMoney.Text = "Prispengar";
			this.chkUsePriceMoney.CheckedChanged += new System.EventHandler(this.chkUsePriceMoney_CheckedChanged);
			// 
			// numPriceMoneyReturn
			// 
			this.numPriceMoneyReturn.Increment = new decimal(new int[] {
			5,
			0,
			0,
			0});
			this.numPriceMoneyReturn.Location = new System.Drawing.Point(136, 32);
			this.numPriceMoneyReturn.Minimum = new decimal(new int[] {
			5,
			0,
			0,
			0});
			this.numPriceMoneyReturn.Name = "numPriceMoneyReturn";
			this.numPriceMoneyReturn.ReadOnly = true;
			this.numPriceMoneyReturn.Size = new System.Drawing.Size(48, 20);
			this.numPriceMoneyReturn.TabIndex = 12;
			this.numPriceMoneyReturn.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPriceMoneyReturn.Value = new decimal(new int[] {
			40,
			0,
			0,
			0});
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 40);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(96, 23);
			this.label1.TabIndex = 21;
			this.label1.Text = "Återbetalning (%)";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.txtShooterFee4);
			this.groupBox1.Controls.Add(this.label9);
			this.groupBox1.Controls.Add(this.txtShooterFee3);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.txtShooterFee2);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.numShoterPercentWithPrice);
			this.groupBox1.Controls.Add(this.label4);
			this.groupBox1.Controls.Add(this.txtFirstPrice);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.txtShooterFee1);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.chkUsePriceMoney);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.numPriceMoneyReturn);
			this.groupBox1.Location = new System.Drawing.Point(216, 80);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(192, 202);
			this.groupBox1.TabIndex = 22;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Prispengar";
			// 
			// txtShooterFee4
			// 
			this.txtShooterFee4.Location = new System.Drawing.Point(120, 176);
			this.txtShooterFee4.Name = "txtShooterFee4";
			this.txtShooterFee4.ReadOnly = true;
			this.txtShooterFee4.Size = new System.Drawing.Size(64, 20);
			this.txtShooterFee4.TabIndex = 31;
			this.txtShooterFee4.Text = "100";
			this.txtShooterFee4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(8, 176);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(112, 23);
			this.label9.TabIndex = 32;
			this.label9.Text = "Anmälningsavgift v4";
			// 
			// txtShooterFee3
			// 
			this.txtShooterFee3.Location = new System.Drawing.Point(120, 153);
			this.txtShooterFee3.Name = "txtShooterFee3";
			this.txtShooterFee3.ReadOnly = true;
			this.txtShooterFee3.Size = new System.Drawing.Size(64, 20);
			this.txtShooterFee3.TabIndex = 29;
			this.txtShooterFee3.Text = "100";
			this.txtShooterFee3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(8, 153);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(112, 23);
			this.label8.TabIndex = 30;
			this.label8.Text = "Anmälningsavgift v3";
			// 
			// txtShooterFee2
			// 
			this.txtShooterFee2.Location = new System.Drawing.Point(120, 130);
			this.txtShooterFee2.Name = "txtShooterFee2";
			this.txtShooterFee2.ReadOnly = true;
			this.txtShooterFee2.Size = new System.Drawing.Size(64, 20);
			this.txtShooterFee2.TabIndex = 27;
			this.txtShooterFee2.Text = "100";
			this.txtShooterFee2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(8, 130);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(112, 23);
			this.label7.TabIndex = 28;
			this.label7.Text = "Anmälningsavgift v2";
			// 
			// numShoterPercentWithPrice
			// 
			this.numShoterPercentWithPrice.Increment = new decimal(new int[] {
			5,
			0,
			0,
			0});
			this.numShoterPercentWithPrice.Location = new System.Drawing.Point(136, 56);
			this.numShoterPercentWithPrice.Minimum = new decimal(new int[] {
			5,
			0,
			0,
			0});
			this.numShoterPercentWithPrice.Name = "numShoterPercentWithPrice";
			this.numShoterPercentWithPrice.ReadOnly = true;
			this.numShoterPercentWithPrice.Size = new System.Drawing.Size(48, 20);
			this.numShoterPercentWithPrice.TabIndex = 13;
			this.numShoterPercentWithPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numShoterPercentWithPrice.Value = new decimal(new int[] {
			25,
			0,
			0,
			0});
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(8, 56);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(112, 16);
			this.label4.TabIndex = 26;
			this.label4.Text = "Skyttar med pris (%)";
			// 
			// txtFirstPrice
			// 
			this.txtFirstPrice.Location = new System.Drawing.Point(120, 82);
			this.txtFirstPrice.Name = "txtFirstPrice";
			this.txtFirstPrice.ReadOnly = true;
			this.txtFirstPrice.Size = new System.Drawing.Size(64, 20);
			this.txtFirstPrice.TabIndex = 15;
			this.txtFirstPrice.Text = "250";
			this.txtFirstPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(8, 82);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(100, 20);
			this.label3.TabIndex = 24;
			this.label3.Text = "Förstapris";
			// 
			// txtShooterFee1
			// 
			this.txtShooterFee1.Location = new System.Drawing.Point(120, 107);
			this.txtShooterFee1.Name = "txtShooterFee1";
			this.txtShooterFee1.ReadOnly = true;
			this.txtShooterFee1.Size = new System.Drawing.Size(64, 20);
			this.txtShooterFee1.TabIndex = 14;
			this.txtShooterFee1.Text = "100";
			this.txtShooterFee1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 107);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(112, 23);
			this.label2.TabIndex = 22;
			this.label2.Text = "Anmälningsavgift v1";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(8, 8);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(100, 23);
			this.label5.TabIndex = 23;
			this.label5.Text = "Tävlingstyp";
			// 
			// lblCompetitionType
			// 
			this.lblCompetitionType.Location = new System.Drawing.Point(120, 8);
			this.lblCompetitionType.Name = "lblCompetitionType";
			this.lblCompetitionType.Size = new System.Drawing.Size(100, 23);
			this.lblCompetitionType.TabIndex = 24;
			this.lblCompetitionType.Text = "Fälttävlan";
			// 
			// DDChampionship
			// 
			this.DDChampionship.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.DDChampionship.FormattingEnabled = true;
			this.DDChampionship.Items.AddRange(new object[] {
			"Klubbtävling",
			"Nationellt tävling",
			"Kretsmästerskap",
			"Landsdelsmästerskap",
			"SM"});
			this.DDChampionship.Location = new System.Drawing.Point(112, 200);
			this.DDChampionship.Name = "DDChampionship";
			this.DDChampionship.Size = new System.Drawing.Size(96, 21);
			this.DDChampionship.TabIndex = 25;
			// 
			// safeLabel8
			// 
			this.safeLabel8.AutoSize = true;
			this.safeLabel8.Location = new System.Drawing.Point(10, 203);
			this.safeLabel8.Name = "safeLabel8";
			this.safeLabel8.Size = new System.Drawing.Size(62, 13);
			this.safeLabel8.TabIndex = 26;
			this.safeLabel8.Text = "Mästerskap";
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(11, 227);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(50, 13);
			this.label6.TabIndex = 27;
			this.label6.Text = "Patrulltyp";
			// 
			// chkOneClass
			// 
			this.chkOneClass.AutoSize = true;
			this.chkOneClass.Location = new System.Drawing.Point(11, 289);
			this.chkOneClass.Name = "chkOneClass";
			this.chkOneClass.Size = new System.Drawing.Size(128, 17);
			this.chkOneClass.TabIndex = 29;
			this.chkOneClass.Text = "Slå samman klass 1-3";
			this.chkOneClass.UseVisualStyleBackColor = true;
			// 
			// FCompetitionField
			// 
			this.AcceptButton = this.btnSave;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.btnCancel;
			this.ClientSize = new System.Drawing.Size(416, 316);
			this.Controls.Add(this.chkOneClass);
			this.Controls.Add(this.DDPatrolConnectionType);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.safeLabel8);
			this.Controls.Add(this.DDChampionship);
			this.Controls.Add(this.lblCompetitionType);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.chkFinal);
			this.Controls.Add(this.SafeLabel7);
			this.Controls.Add(this.SafeLabel6);
			this.Controls.Add(this.SafeLabel5);
			this.Controls.Add(this.SafeLabel4);
			this.Controls.Add(this.numStartMinute);
			this.Controls.Add(this.chkNorwegianCount);
			this.Controls.Add(this.btnSave);
			this.Controls.Add(this.numPatrolRest);
			this.Controls.Add(this.SafeLabel3);
			this.Controls.Add(this.SafeLabel2);
			this.Controls.Add(this.numPatrolSize);
			this.Controls.Add(this.numPatrolTimeBetween);
			this.Controls.Add(this.SafeLabel1);
			this.Controls.Add(this.numPatrolTime);
			this.Controls.Add(this.lblPatrolTime);
			this.Controls.Add(this.numStartHour);
			this.Controls.Add(this.lblStartTime);
			this.Controls.Add(this.dateTimePicker1);
			this.Controls.Add(this.lblStartDate);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.txtName);
			this.Controls.Add(this.lblName);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "FCompetitionField";
			this.Text = "Tävlingsinfo";
			((System.ComponentModel.ISupportInitialize)(this.numStartHour)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPatrolTime)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPatrolTimeBetween)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPatrolSize)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPatrolRest)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numStartMinute)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceMoneyReturn)).EndInit();
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numShoterPercentWithPrice)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
		/// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FServerConnect));
			this._safeLabel1 = new SafeLabel();
			this._btnConnect = new SafeButton();
			this._btnCancel = new SafeButton();
			this._ddServerAddress = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this._timerSearchServer = new System.Windows.Forms.Timer(this.components);
			this._label1 = new System.Windows.Forms.Label();
			this._lblCompetition = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// SafeLabel1
			// 
			this._safeLabel1.Location = new System.Drawing.Point(8, 8);
			this._safeLabel1.Name = "_safeLabel1";
			this._safeLabel1.Size = new System.Drawing.Size(64, 23);
			this._safeLabel1.TabIndex = 0;
			this._safeLabel1.Text = "Server";
			// 
			// btnConnect
			// 
			this._btnConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this._btnConnect.Location = new System.Drawing.Point(128, 64);
			this._btnConnect.Name = "_btnConnect";
			this._btnConnect.TabIndex = 1;
			this._btnConnect.Text = "Anslut";
			this._btnConnect.Click += new System.EventHandler(this.BtnConnectClick);
			// 
			// btnCancel
			// 
			this._btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this._btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this._btnCancel.Location = new System.Drawing.Point(208, 64);
			this._btnCancel.Name = "_btnCancel";
			this._btnCancel.TabIndex = 2;
			this._btnCancel.Text = "Avbryt";
			this._btnCancel.Click += new System.EventHandler(this.BtnCancelClick);
			// 
			// ddServerAddress
			// 
			this._ddServerAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this._ddServerAddress.Location = new System.Drawing.Point(72, 8);
			this._ddServerAddress.Name = "_ddServerAddress";
			this._ddServerAddress.Size = new System.Drawing.Size(208, 21);
			this._ddServerAddress.TabIndex = 3;
			this._ddServerAddress.SelectedIndexChanged += new System.EventHandler(this.DdServerAddressSelectedIndexChanged);
			// 
			// timerSearchServer
			// 
			this._timerSearchServer.Interval = 500;
			this._timerSearchServer.Tick += new System.EventHandler(this.TimerSearchServerTick);
			// 
			// label1
			// 
			this._label1.Location = new System.Drawing.Point(8, 32);
			this._label1.Name = "_label1";
			this._label1.Size = new System.Drawing.Size(64, 23);
			this._label1.TabIndex = 4;
			this._label1.Text = "Tävling";
			// 
			// lblCompetition
			// 
			this._lblCompetition.Location = new System.Drawing.Point(72, 32);
			this._lblCompetition.Name = "_lblCompetition";
			this._lblCompetition.Size = new System.Drawing.Size(208, 23);
			this._lblCompetition.TabIndex = 5;
			// 
			// FServerConnect
			// 
			this.AcceptButton = this._btnConnect;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this._btnCancel;
			this.ClientSize = new System.Drawing.Size(288, 94);
			this.Controls.Add(this._lblCompetition);
			this.Controls.Add(this._label1);
			this.Controls.Add(this._ddServerAddress);
			this.Controls.Add(this._btnCancel);
			this.Controls.Add(this._btnConnect);
			this.Controls.Add(this._safeLabel1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FServerConnect";
			this.Text = "Anslut till server";
			this.ResumeLayout(false);

		}
		/// <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(FTeams));
			this.btnSave = new SafeButton();
			this.btnCancel = new SafeButton();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.label1 = new System.Windows.Forms.Label();
			this.DdTeams = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.DdTeamsView = new System.Data.DataView();
			this.btnDelete = new SafeButton();
			this.DdClubs = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.txtName = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			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.ddWeaponClass = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.label8 = new System.Windows.Forms.Label();
			this.ddCompetitor1 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.ddCompetitor2 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.ddCompetitor3 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.ddCompetitor4 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.label9 = new System.Windows.Forms.Label();
			this.ddCompetitor5 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			((System.ComponentModel.ISupportInitialize)(this.DdTeamsView)).BeginInit();
			this.SuspendLayout();
			// 
			// btnSave
			// 
			this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnSave.Location = new System.Drawing.Point(240, 228);
			this.btnSave.Name = "btnSave";
			this.btnSave.Size = new System.Drawing.Size(75, 23);
			this.btnSave.TabIndex = 6;
			this.btnSave.Text = "Spara";
			this.toolTip1.SetToolTip(this.btnSave, "Spara den ändrade informationen");
			this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
			// 
			// btnCancel
			// 
			this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Location = new System.Drawing.Point(320, 228);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(75, 23);
			this.btnCancel.TabIndex = 7;
			this.btnCancel.Text = "Stäng";
			this.toolTip1.SetToolTip(this.btnCancel, "Stäng utan att spara");
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(56, 23);
			this.label1.TabIndex = 8;
			this.label1.Text = "Lag";
			// 
			// DdTeams
			// 
			this.DdTeams.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.DdTeams.DataSource = this.DdTeamsView;
			this.DdTeams.DisplayMember = "TeamId";
			this.DdTeams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.DdTeams.Location = new System.Drawing.Point(64, 8);
			this.DdTeams.Name = "DdTeams";
			this.DdTeams.Size = new System.Drawing.Size(248, 21);
			this.DdTeams.TabIndex = 9;
			this.DdTeams.ValueMember = "TeamId";
			this.DdTeams.SelectedIndexChanged += new System.EventHandler(this.DdTeams_SelectedIndexChanged);
			// 
			// DdTeamsView
			// 
			this.DdTeamsView.ApplyDefaultSort = true;
			// 
			// btnDelete
			// 
			this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnDelete.Location = new System.Drawing.Point(320, 8);
			this.btnDelete.Name = "btnDelete";
			this.btnDelete.Size = new System.Drawing.Size(75, 23);
			this.btnDelete.TabIndex = 10;
			this.btnDelete.Text = "Radera";
			this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
			// 
			// DdClubs
			// 
			this.DdClubs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.DdClubs.DisplayMember = "ClubName";
			this.DdClubs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.DdClubs.Location = new System.Drawing.Point(64, 32);
			this.DdClubs.Name = "DdClubs";
			this.DdClubs.Size = new System.Drawing.Size(328, 21);
			this.DdClubs.TabIndex = 11;
			this.DdClubs.ValueMember = "ClubId";
			this.DdClubs.SelectedIndexChanged += new System.EventHandler(this.DdClubs_SelectedIndexChanged);
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 32);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(48, 23);
			this.label2.TabIndex = 12;
			this.label2.Text = "Klubb";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(8, 80);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(48, 23);
			this.label3.TabIndex = 13;
			this.label3.Text = "Namn";
			// 
			// txtName
			// 
			this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtName.Location = new System.Drawing.Point(64, 80);
			this.txtName.Name = "txtName";
			this.txtName.Size = new System.Drawing.Size(328, 20);
			this.txtName.TabIndex = 14;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(8, 104);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(48, 23);
			this.label4.TabIndex = 15;
			this.label4.Text = "Nr1";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(8, 128);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(48, 23);
			this.label5.TabIndex = 16;
			this.label5.Text = "Nr2";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(8, 152);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(48, 23);
			this.label6.TabIndex = 17;
			this.label6.Text = "Nr3";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(8, 56);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(48, 23);
			this.label7.TabIndex = 18;
			this.label7.Text = "Klass";
			// 
			// ddWeaponClass
			// 
			this.ddWeaponClass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ddWeaponClass.DisplayMember = "ClassName";
			this.ddWeaponClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddWeaponClass.Location = new System.Drawing.Point(64, 56);
			this.ddWeaponClass.Name = "ddWeaponClass";
			this.ddWeaponClass.Size = new System.Drawing.Size(328, 21);
			this.ddWeaponClass.TabIndex = 19;
			this.ddWeaponClass.ValueMember = "ClassId";
			this.ddWeaponClass.SelectedIndexChanged += new System.EventHandler(this.ddWeaponClass_SelectedIndexChanged);
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(8, 176);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(48, 23);
			this.label8.TabIndex = 20;
			this.label8.Text = "Nr4";
			// 
			// ddCompetitor1
			// 
			this.ddCompetitor1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ddCompetitor1.DisplayMember = "CompName";
			this.ddCompetitor1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddCompetitor1.Location = new System.Drawing.Point(64, 104);
			this.ddCompetitor1.Name = "ddCompetitor1";
			this.ddCompetitor1.Size = new System.Drawing.Size(328, 21);
			this.ddCompetitor1.TabIndex = 21;
			this.ddCompetitor1.ValueMember = "CompId";
			// 
			// ddCompetitor2
			// 
			this.ddCompetitor2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ddCompetitor2.DisplayMember = "CompName";
			this.ddCompetitor2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddCompetitor2.Location = new System.Drawing.Point(64, 128);
			this.ddCompetitor2.Name = "ddCompetitor2";
			this.ddCompetitor2.Size = new System.Drawing.Size(328, 21);
			this.ddCompetitor2.TabIndex = 22;
			this.ddCompetitor2.ValueMember = "CompId";
			// 
			// ddCompetitor3
			// 
			this.ddCompetitor3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ddCompetitor3.DisplayMember = "CompName";
			this.ddCompetitor3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddCompetitor3.Location = new System.Drawing.Point(64, 152);
			this.ddCompetitor3.Name = "ddCompetitor3";
			this.ddCompetitor3.Size = new System.Drawing.Size(328, 21);
			this.ddCompetitor3.TabIndex = 23;
			this.ddCompetitor3.ValueMember = "CompId";
			// 
			// ddCompetitor4
			// 
			this.ddCompetitor4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ddCompetitor4.DisplayMember = "CompName";
			this.ddCompetitor4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddCompetitor4.Location = new System.Drawing.Point(64, 176);
			this.ddCompetitor4.Name = "ddCompetitor4";
			this.ddCompetitor4.Size = new System.Drawing.Size(328, 21);
			this.ddCompetitor4.TabIndex = 24;
			this.ddCompetitor4.ValueMember = "CompId";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(8, 199);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(48, 23);
			this.label9.TabIndex = 25;
			this.label9.Text = "Nr5";
			// 
			// ddCompetitor5
			// 
			this.ddCompetitor5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ddCompetitor5.DisplayMember = "CompName";
			this.ddCompetitor5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddCompetitor5.Location = new System.Drawing.Point(64, 199);
			this.ddCompetitor5.Name = "ddCompetitor5";
			this.ddCompetitor5.Size = new System.Drawing.Size(328, 21);
			this.ddCompetitor5.TabIndex = 26;
			this.ddCompetitor5.ValueMember = "CompId";
			// 
			// FTeams
			// 
			this.AcceptButton = this.btnSave;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.btnCancel;
			this.ClientSize = new System.Drawing.Size(400, 258);
			this.Controls.Add(this.ddCompetitor5);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.ddCompetitor4);
			this.Controls.Add(this.ddCompetitor3);
			this.Controls.Add(this.ddCompetitor2);
			this.Controls.Add(this.ddCompetitor1);
			this.Controls.Add(this.label8);
			this.Controls.Add(this.ddWeaponClass);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.txtName);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.DdClubs);
			this.Controls.Add(this.btnDelete);
			this.Controls.Add(this.DdTeams);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.btnSave);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FTeams";
			this.Text = "Lag";
			((System.ComponentModel.ISupportInitialize)(this.DdTeamsView)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
		/// <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(FCompetitors));
			this.btnCancel = new SafeButton();
			this.SafeLabel1 = new SafeLabel();
			this.Skyttekortsnr = new SafeLabel();
			this.ddShooters = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.btnDelete = new SafeButton();
			this.txtCardNr = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			this.btnSave = new SafeButton();
			this.linkFetchShootersAutomatic = new System.Windows.Forms.LinkLabel();
			this.SafeLabel2 = new SafeLabel();
			this.SafeLabel3 = new SafeLabel();
			this.SafeLabel4 = new SafeLabel();
			this.SafeLabel5 = new SafeLabel();
			this.SafeLabel6 = new SafeLabel();
			this.chkCompetitor1 = new System.Windows.Forms.CheckBox();
			this.chkCompetitor2 = new System.Windows.Forms.CheckBox();
			this.chkCompetitor3 = new System.Windows.Forms.CheckBox();
			this.ddWeapon1 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.txtSurName = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			this.txtGivenName = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			this.txtEmail = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			this.txtPayed = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			this.ddClubs = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.ddWeapon2 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.ddWeapon4 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.ddWeapon3 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.groupBoxPatrols = new System.Windows.Forms.GroupBox();
			this.ddPatrol4 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.ddPatrol3 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.ddPatrol2 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.ddPatrol1 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.chkCompetitor4 = new System.Windows.Forms.CheckBox();
			this.SafeLabel7 = new SafeLabel();
			this.ddShooterClass = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.groupBox3 = new System.Windows.Forms.GroupBox();
			this.ddShooterClass4 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.ddShooterClass3 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.ddShooterClass2 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.ddShooterClass1 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.chkArrived = new System.Windows.Forms.CheckBox();
			this.panel1 = new System.Windows.Forms.Panel();
			this.groupBox1.SuspendLayout();
			this.groupBoxPatrols.SuspendLayout();
			this.groupBox3.SuspendLayout();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// btnCancel
			// 
			this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Location = new System.Drawing.Point(424, 336);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(75, 23);
			this.btnCancel.TabIndex = 23;
			this.btnCancel.Text = "Stäng";
			this.toolTip1.SetToolTip(this.btnCancel, "Stäng utan att spara skytt");
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// SafeLabel1
			// 
			this.SafeLabel1.Location = new System.Drawing.Point(8, 8);
			this.SafeLabel1.Name = "SafeLabel1";
			this.SafeLabel1.Size = new System.Drawing.Size(100, 23);
			this.SafeLabel1.TabIndex = 1;
			this.SafeLabel1.Text = "Skyttar";
			// 
			// Skyttekortsnr
			// 
			this.Skyttekortsnr.Location = new System.Drawing.Point(8, 32);
			this.Skyttekortsnr.Name = "Skyttekortsnr";
			this.Skyttekortsnr.Size = new System.Drawing.Size(100, 23);
			this.Skyttekortsnr.TabIndex = 2;
			this.Skyttekortsnr.Text = "Pistolskyttekort";
			// 
			// ddShooters
			// 
			this.ddShooters.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ddShooters.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddShooters.Location = new System.Drawing.Point(112, 8);
			this.ddShooters.Name = "ddShooters";
			this.ddShooters.Size = new System.Drawing.Size(312, 21);
			this.ddShooters.TabIndex = 1;
			this.toolTip1.SetToolTip(this.ddShooters, "Välj en skytt för att kunna editera information om honom/henne");
			this.ddShooters.SelectedIndexChanged += new System.EventHandler(this.ddShooters_SelectedIndexChanged);
			// 
			// btnDelete
			// 
			this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnDelete.Location = new System.Drawing.Point(432, 8);
			this.btnDelete.Name = "btnDelete";
			this.btnDelete.Size = new System.Drawing.Size(75, 23);
			this.btnDelete.TabIndex = 2;
			this.btnDelete.Text = "Radera";
			this.toolTip1.SetToolTip(this.btnDelete, "Raderar den valda skytten");
			this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
			// 
			// txtCardNr
			// 
			this.txtCardNr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtCardNr.Location = new System.Drawing.Point(112, 32);
			this.txtCardNr.Name = "txtCardNr";
			this.txtCardNr.Size = new System.Drawing.Size(392, 20);
			this.txtCardNr.TabIndex = 3;
			this.toolTip1.SetToolTip(this.txtCardNr, "Fyll i pistolskyttekort");
			this.txtCardNr.Leave += new System.EventHandler(this.txtCardNr_CursorLeave);
			this.txtCardNr.TextChanged += new System.EventHandler(this.txtCardNr_TextChanged);
			// 
			// btnSave
			// 
			this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnSave.Enabled = false;
			this.btnSave.Location = new System.Drawing.Point(344, 336);
			this.btnSave.Name = "btnSave";
			this.btnSave.Size = new System.Drawing.Size(75, 23);
			this.btnSave.TabIndex = 22;
			this.btnSave.Text = "Spara";
			this.toolTip1.SetToolTip(this.btnSave, "Sparar skytt");
			this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
			// 
			// linkFetchShootersAutomatic
			// 
			this.linkFetchShootersAutomatic.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.linkFetchShootersAutomatic.Location = new System.Drawing.Point(8, 336);
			this.linkFetchShootersAutomatic.Name = "linkFetchShootersAutomatic";
			this.linkFetchShootersAutomatic.Size = new System.Drawing.Size(144, 23);
			this.linkFetchShootersAutomatic.TabIndex = 21;
			this.linkFetchShootersAutomatic.TabStop = true;
			this.linkFetchShootersAutomatic.Text = "Hämta skyttar från Internet";
			this.linkFetchShootersAutomatic.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkFetchShootersAutomatic_LinkClicked);
			// 
			// SafeLabel2
			// 
			this.SafeLabel2.Location = new System.Drawing.Point(8, 56);
			this.SafeLabel2.Name = "SafeLabel2";
			this.SafeLabel2.Size = new System.Drawing.Size(100, 23);
			this.SafeLabel2.TabIndex = 8;
			this.SafeLabel2.Text = "Förnamn";
			// 
			// SafeLabel3
			// 
			this.SafeLabel3.Location = new System.Drawing.Point(8, 80);
			this.SafeLabel3.Name = "SafeLabel3";
			this.SafeLabel3.Size = new System.Drawing.Size(100, 23);
			this.SafeLabel3.TabIndex = 9;
			this.SafeLabel3.Text = "Efternamn";
			// 
			// SafeLabel4
			// 
			this.SafeLabel4.Location = new System.Drawing.Point(8, 128);
			this.SafeLabel4.Name = "SafeLabel4";
			this.SafeLabel4.Size = new System.Drawing.Size(100, 23);
			this.SafeLabel4.TabIndex = 10;
			this.SafeLabel4.Text = "Epost";
			// 
			// SafeLabel5
			// 
			this.SafeLabel5.Location = new System.Drawing.Point(8, 152);
			this.SafeLabel5.Name = "SafeLabel5";
			this.SafeLabel5.Size = new System.Drawing.Size(100, 23);
			this.SafeLabel5.TabIndex = 11;
			this.SafeLabel5.Text = "Klubb";
			// 
			// SafeLabel6
			// 
			this.SafeLabel6.Location = new System.Drawing.Point(8, 176);
			this.SafeLabel6.Name = "SafeLabel6";
			this.SafeLabel6.Size = new System.Drawing.Size(100, 23);
			this.SafeLabel6.TabIndex = 12;
			this.SafeLabel6.Text = "Betalat";
			// 
			// chkCompetitor1
			// 
			this.chkCompetitor1.Checked = true;
			this.chkCompetitor1.CheckState = System.Windows.Forms.CheckState.Checked;
			this.chkCompetitor1.Location = new System.Drawing.Point(7, 12);
			this.chkCompetitor1.Name = "chkCompetitor1";
			this.chkCompetitor1.Size = new System.Drawing.Size(68, 24);
			this.chkCompetitor1.TabIndex = 10;
			this.chkCompetitor1.TabStop = false;
			this.chkCompetitor1.Text = "Vapen 1";
			this.chkCompetitor1.CheckedChanged += new System.EventHandler(this.chkCompetitor1_CheckedChanged);
			// 
			// chkCompetitor2
			// 
			this.chkCompetitor2.Location = new System.Drawing.Point(7, 37);
			this.chkCompetitor2.Name = "chkCompetitor2";
			this.chkCompetitor2.Size = new System.Drawing.Size(68, 24);
			this.chkCompetitor2.TabIndex = 12;
			this.chkCompetitor2.Text = "Vapen 2";
			this.chkCompetitor2.CheckedChanged += new System.EventHandler(this.chkCompetitor2_CheckedChanged);
			// 
			// chkCompetitor3
			// 
			this.chkCompetitor3.Location = new System.Drawing.Point(7, 60);
			this.chkCompetitor3.Name = "chkCompetitor3";
			this.chkCompetitor3.Size = new System.Drawing.Size(68, 24);
			this.chkCompetitor3.TabIndex = 15;
			this.chkCompetitor3.Text = "Vapen 3";
			this.chkCompetitor3.CheckedChanged += new System.EventHandler(this.chkCompetitor3_CheckedChanged);
			// 
			// ddWeapon1
			// 
			this.ddWeapon1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddWeapon1.Location = new System.Drawing.Point(8, 16);
			this.ddWeapon1.Name = "ddWeapon1";
			this.ddWeapon1.Size = new System.Drawing.Size(121, 21);
			this.ddWeapon1.TabIndex = 10;
			this.toolTip1.SetToolTip(this.ddWeapon1, "Välj vilket vapen som skytten ska använda. Om du inte vet vilket vapen men vilken" +
					" klass, välj ett av \"Unknown\"-vapnen");
			this.ddWeapon1.SelectedIndexChanged += new System.EventHandler(this.ddWeapon1_SelectedIndexChanged);
			this.ddWeapon1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ddWeapon1_MouseUp);
			// 
			// txtSurName
			// 
			this.txtSurName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtSurName.Location = new System.Drawing.Point(112, 56);
			this.txtSurName.Name = "txtSurName";
			this.txtSurName.Size = new System.Drawing.Size(392, 20);
			this.txtSurName.TabIndex = 4;
			this.toolTip1.SetToolTip(this.txtSurName, "Fyll i skyttens förnamn");
			this.txtSurName.TextChanged += new System.EventHandler(this.txtSurName_TextChanged);
			// 
			// txtGivenName
			// 
			this.txtGivenName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtGivenName.Location = new System.Drawing.Point(112, 80);
			this.txtGivenName.Name = "txtGivenName";
			this.txtGivenName.Size = new System.Drawing.Size(392, 20);
			this.txtGivenName.TabIndex = 5;
			this.toolTip1.SetToolTip(this.txtGivenName, "Fyll i skyttens efternamn");
			this.txtGivenName.TextChanged += new System.EventHandler(this.txtGivenName_TextChanged);
			// 
			// txtEmail
			// 
			this.txtEmail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtEmail.Location = new System.Drawing.Point(112, 128);
			this.txtEmail.Name = "txtEmail";
			this.txtEmail.Size = new System.Drawing.Size(392, 20);
			this.txtEmail.TabIndex = 7;
			this.toolTip1.SetToolTip(this.txtEmail, "Fyll i skyttens e-postadress");
			this.txtEmail.TextChanged += new System.EventHandler(this.txtEmail_TextChanged);
			// 
			// txtPayed
			// 
			this.txtPayed.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtPayed.Location = new System.Drawing.Point(112, 176);
			this.txtPayed.Name = "txtPayed";
			this.txtPayed.Size = new System.Drawing.Size(160, 20);
			this.txtPayed.TabIndex = 9;
			this.txtPayed.TextChanged += new System.EventHandler(this.txtPayed_TextChanged);
			// 
			// ddClubs
			// 
			this.ddClubs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ddClubs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddClubs.Location = new System.Drawing.Point(112, 152);
			this.ddClubs.Name = "ddClubs";
			this.ddClubs.Size = new System.Drawing.Size(392, 21);
			this.ddClubs.TabIndex = 8;
			this.toolTip1.SetToolTip(this.ddClubs, "Välj skyttens klubb");
			this.ddClubs.SelectedIndexChanged += new System.EventHandler(this.ddClubs_SelectedIndexChanged);
			// 
			// ddWeapon2
			// 
			this.ddWeapon2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddWeapon2.Enabled = false;
			this.ddWeapon2.Location = new System.Drawing.Point(8, 40);
			this.ddWeapon2.Name = "ddWeapon2";
			this.ddWeapon2.Size = new System.Drawing.Size(121, 21);
			this.ddWeapon2.TabIndex = 13;
			this.toolTip1.SetToolTip(this.ddWeapon2, "Välj vilket vapen som skytten ska använda. Om du inte vet vilket vapen men vilken" +
					" klass, välj ett av \"Unknown\"-vapnen");
			this.ddWeapon2.SelectedIndexChanged += new System.EventHandler(this.ddWeapon2_SelectedIndexChanged);
			this.ddWeapon2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ddWeapon2_MouseUp);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.ddWeapon4);
			this.groupBox1.Controls.Add(this.ddWeapon3);
			this.groupBox1.Controls.Add(this.ddWeapon1);
			this.groupBox1.Controls.Add(this.ddWeapon2);
			this.groupBox1.Location = new System.Drawing.Point(90, -1);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(136, 120);
			this.groupBox1.TabIndex = 23;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Vapen";
			// 
			// ddWeapon4
			// 
			this.ddWeapon4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddWeapon4.Enabled = false;
			this.ddWeapon4.Location = new System.Drawing.Point(8, 88);
			this.ddWeapon4.Name = "ddWeapon4";
			this.ddWeapon4.Size = new System.Drawing.Size(121, 21);
			this.ddWeapon4.TabIndex = 19;
			this.toolTip1.SetToolTip(this.ddWeapon4, "Välj vilket vapen som skytten ska använda. Om du inte vet vilket vapen men vilken" +
					" klass, välj ett av \"Unknown\"-vapnen");
			this.ddWeapon4.SelectedIndexChanged += new System.EventHandler(this.ddWeapon4_SelectedIndexChanged);
			this.ddWeapon4.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ddWeapon4_MouseUp);
			// 
			// ddWeapon3
			// 
			this.ddWeapon3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddWeapon3.Enabled = false;
			this.ddWeapon3.Location = new System.Drawing.Point(8, 64);
			this.ddWeapon3.Name = "ddWeapon3";
			this.ddWeapon3.Size = new System.Drawing.Size(121, 21);
			this.ddWeapon3.TabIndex = 16;
			this.toolTip1.SetToolTip(this.ddWeapon3, "Välj vilket vapen som skytten ska använda. Om du inte vet vilket vapen men vilken" +
					" klass, välj ett av \"Unknown\"-vapnen");
			this.ddWeapon3.SelectedIndexChanged += new System.EventHandler(this.ddWeapon3_SelectedIndexChanged);
			this.ddWeapon3.MouseUp += new System.Windows.Forms.MouseEventHandler(this.ddWeapon3_MouseUp);
			// 
			// groupBoxPatrols
			// 
			this.groupBoxPatrols.Controls.Add(this.ddPatrol4);
			this.groupBoxPatrols.Controls.Add(this.ddPatrol3);
			this.groupBoxPatrols.Controls.Add(this.ddPatrol2);
			this.groupBoxPatrols.Controls.Add(this.ddPatrol1);
			this.groupBoxPatrols.Location = new System.Drawing.Point(232, 0);
			this.groupBoxPatrols.Name = "groupBoxPatrols";
			this.groupBoxPatrols.Size = new System.Drawing.Size(136, 120);
			this.groupBoxPatrols.TabIndex = 24;
			this.groupBoxPatrols.TabStop = false;
			this.groupBoxPatrols.Text = "Patrull";
			// 
			// ddPatrol4
			// 
			this.ddPatrol4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddPatrol4.Enabled = false;
			this.ddPatrol4.Location = new System.Drawing.Point(8, 88);
			this.ddPatrol4.Name = "ddPatrol4";
			this.ddPatrol4.Size = new System.Drawing.Size(121, 21);
			this.ddPatrol4.TabIndex = 20;
			this.toolTip1.SetToolTip(this.ddPatrol4, "Här kan du manuellt välja vilken patrull som skytten ska vara med i");
			this.ddPatrol4.SelectedIndexChanged += new System.EventHandler(this.ddPatrol4_SelectedIndexChanged);
			// 
			// ddPatrol3
			// 
			this.ddPatrol3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddPatrol3.Enabled = false;
			this.ddPatrol3.Location = new System.Drawing.Point(8, 64);
			this.ddPatrol3.Name = "ddPatrol3";
			this.ddPatrol3.Size = new System.Drawing.Size(121, 21);
			this.ddPatrol3.TabIndex = 17;
			this.toolTip1.SetToolTip(this.ddPatrol3, "Här kan du manuellt välja vilken patrull som skytten ska vara med i");
			this.ddPatrol3.SelectedIndexChanged += new System.EventHandler(this.ddPatrol3_SelectedIndexChanged);
			// 
			// ddPatrol2
			// 
			this.ddPatrol2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddPatrol2.Enabled = false;
			this.ddPatrol2.Location = new System.Drawing.Point(8, 40);
			this.ddPatrol2.Name = "ddPatrol2";
			this.ddPatrol2.Size = new System.Drawing.Size(121, 21);
			this.ddPatrol2.TabIndex = 14;
			this.toolTip1.SetToolTip(this.ddPatrol2, "Här kan du manuellt välja vilken patrull som skytten ska vara med i");
			this.ddPatrol2.SelectedIndexChanged += new System.EventHandler(this.ddPatrol2_SelectedIndexChanged);
			// 
			// ddPatrol1
			// 
			this.ddPatrol1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddPatrol1.Location = new System.Drawing.Point(8, 16);
			this.ddPatrol1.Name = "ddPatrol1";
			this.ddPatrol1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.ddPatrol1.Size = new System.Drawing.Size(121, 21);
			this.ddPatrol1.TabIndex = 11;
			this.toolTip1.SetToolTip(this.ddPatrol1, "Här kan du manuellt välja vilken patrull som skytten ska vara med i");
			this.ddPatrol1.SelectedIndexChanged += new System.EventHandler(this.ddPatrol1_SelectedIndexChanged);
			// 
			// chkCompetitor4
			// 
			this.chkCompetitor4.Location = new System.Drawing.Point(7, 84);
			this.chkCompetitor4.Name = "chkCompetitor4";
			this.chkCompetitor4.Size = new System.Drawing.Size(68, 24);
			this.chkCompetitor4.TabIndex = 18;
			this.chkCompetitor4.Text = "Vapen 4";
			this.chkCompetitor4.CheckedChanged += new System.EventHandler(this.chkCompetitor4_CheckedChanged);
			// 
			// SafeLabel7
			// 
			this.SafeLabel7.Location = new System.Drawing.Point(8, 104);
			this.SafeLabel7.Name = "SafeLabel7";
			this.SafeLabel7.Size = new System.Drawing.Size(100, 23);
			this.SafeLabel7.TabIndex = 26;
			this.SafeLabel7.Text = "Skytteklass";
			// 
			// ddShooterClass
			// 
			this.ddShooterClass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ddShooterClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddShooterClass.Location = new System.Drawing.Point(112, 104);
			this.ddShooterClass.Name = "ddShooterClass";
			this.ddShooterClass.Size = new System.Drawing.Size(392, 21);
			this.ddShooterClass.TabIndex = 6;
			this.toolTip1.SetToolTip(this.ddShooterClass, "Välj skyttens klass");
			this.ddShooterClass.SelectedIndexChanged += new System.EventHandler(this.ddShooterClass_SelectedIndexChanged);
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.Add(this.ddShooterClass4);
			this.groupBox3.Controls.Add(this.ddShooterClass3);
			this.groupBox3.Controls.Add(this.ddShooterClass2);
			this.groupBox3.Controls.Add(this.ddShooterClass1);
			this.groupBox3.Location = new System.Drawing.Point(374, 0);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(109, 120);
			this.groupBox3.TabIndex = 27;
			this.groupBox3.TabStop = false;
			this.groupBox3.Text = "Klass";
			// 
			// ddShooterClass4
			// 
			this.ddShooterClass4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddShooterClass4.Enabled = false;
			this.ddShooterClass4.Location = new System.Drawing.Point(8, 88);
			this.ddShooterClass4.Name = "ddShooterClass4";
			this.ddShooterClass4.Size = new System.Drawing.Size(88, 21);
			this.ddShooterClass4.TabIndex = 3;
			this.toolTip1.SetToolTip(this.ddShooterClass4, "Här väljer du specialklasser så som dam, junior och veteran. Samtliga dessa kan e" +
					"ndast väljas om vapnet är ett C-vapen, då dessa klasser endast tävlar i C");
			this.ddShooterClass4.SelectedIndexChanged += new System.EventHandler(this.ddShooterClass4_SelectedIndexChanged);
			// 
			// ddShooterClass3
			// 
			this.ddShooterClass3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddShooterClass3.Enabled = false;
			this.ddShooterClass3.Location = new System.Drawing.Point(8, 64);
			this.ddShooterClass3.Name = "ddShooterClass3";
			this.ddShooterClass3.Size = new System.Drawing.Size(88, 21);
			this.ddShooterClass3.TabIndex = 2;
			this.toolTip1.SetToolTip(this.ddShooterClass3, "Här väljer du specialklasser så som dam, junior och veteran. Samtliga dessa kan e" +
					"ndast väljas om vapnet är ett C-vapen, då dessa klasser endast tävlar i C");
			this.ddShooterClass3.SelectedIndexChanged += new System.EventHandler(this.ddShooterClass3_SelectedIndexChanged);
			// 
			// ddShooterClass2
			// 
			this.ddShooterClass2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddShooterClass2.Enabled = false;
			this.ddShooterClass2.Location = new System.Drawing.Point(8, 40);
			this.ddShooterClass2.Name = "ddShooterClass2";
			this.ddShooterClass2.Size = new System.Drawing.Size(88, 21);
			this.ddShooterClass2.TabIndex = 1;
			this.toolTip1.SetToolTip(this.ddShooterClass2, "Här väljer du specialklasser så som dam, junior och veteran. Samtliga dessa kan e" +
					"ndast väljas om vapnet är ett C-vapen, då dessa klasser endast tävlar i C");
			this.ddShooterClass2.SelectedIndexChanged += new System.EventHandler(this.ddShooterClass2_SelectedIndexChanged);
			// 
			// ddShooterClass1
			// 
			this.ddShooterClass1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddShooterClass1.Location = new System.Drawing.Point(8, 16);
			this.ddShooterClass1.Name = "ddShooterClass1";
			this.ddShooterClass1.Size = new System.Drawing.Size(88, 21);
			this.ddShooterClass1.TabIndex = 0;
			this.toolTip1.SetToolTip(this.ddShooterClass1, "Här väljer du specialklasser så som dam, junior och veteran. Samtliga dessa kan e" +
					"ndast väljas om vapnet är ett C-vapen, då dessa klasser endast tävlar i C");
			this.ddShooterClass1.SelectedIndexChanged += new System.EventHandler(this.ddShooterClass1_SelectedIndexChanged);
			// 
			// chkArrived
			// 
			this.chkArrived.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.chkArrived.Location = new System.Drawing.Point(392, 176);
			this.chkArrived.Name = "chkArrived";
			this.chkArrived.Size = new System.Drawing.Size(104, 24);
			this.chkArrived.TabIndex = 28;
			this.chkArrived.Text = "Ankommit";
			this.chkArrived.CheckedChanged += new System.EventHandler(this.chkArrived_CheckedChanged);
			// 
			// panel1
			// 
			this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.panel1.AutoScroll = true;
			this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panel1.Controls.Add(this.chkCompetitor1);
			this.panel1.Controls.Add(this.chkCompetitor2);
			this.panel1.Controls.Add(this.groupBox3);
			this.panel1.Controls.Add(this.chkCompetitor3);
			this.panel1.Controls.Add(this.chkCompetitor4);
			this.panel1.Controls.Add(this.groupBoxPatrols);
			this.panel1.Controls.Add(this.groupBox1);
			this.panel1.Location = new System.Drawing.Point(11, 208);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(496, 125);
			this.panel1.TabIndex = 29;
			// 
			// FCompetitors
			// 
			this.AcceptButton = this.btnSave;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.btnCancel;
			this.ClientSize = new System.Drawing.Size(512, 367);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.chkArrived);
			this.Controls.Add(this.ddShooterClass);
			this.Controls.Add(this.SafeLabel7);
			this.Controls.Add(this.ddClubs);
			this.Controls.Add(this.txtPayed);
			this.Controls.Add(this.txtEmail);
			this.Controls.Add(this.txtGivenName);
			this.Controls.Add(this.txtSurName);
			this.Controls.Add(this.txtCardNr);
			this.Controls.Add(this.SafeLabel6);
			this.Controls.Add(this.SafeLabel5);
			this.Controls.Add(this.SafeLabel4);
			this.Controls.Add(this.SafeLabel3);
			this.Controls.Add(this.SafeLabel2);
			this.Controls.Add(this.linkFetchShootersAutomatic);
			this.Controls.Add(this.btnSave);
			this.Controls.Add(this.btnDelete);
			this.Controls.Add(this.ddShooters);
			this.Controls.Add(this.Skyttekortsnr);
			this.Controls.Add(this.SafeLabel1);
			this.Controls.Add(this.btnCancel);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FCompetitors";
			this.Text = "Skyttar";
			this.groupBox1.ResumeLayout(false);
			this.groupBoxPatrols.ResumeLayout(false);
			this.groupBox3.ResumeLayout(false);
			this.panel1.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Exemple #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FPrintSelection));
     this.lblSelection      = new SafeLabel();
     this.chkPrintAll       = new System.Windows.Forms.CheckBox();
     this.DdSelection       = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     this.btnOk             = new SafeButton();
     this.btnCancel         = new SafeButton();
     this.numericUpDown1    = new System.Windows.Forms.NumericUpDown();
     this.lblNumericUpDown1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     this.SuspendLayout();
     //
     // lblSelection
     //
     this.lblSelection.Location = new System.Drawing.Point(8, 8);
     this.lblSelection.Name     = "lblSelection";
     this.lblSelection.Size     = new System.Drawing.Size(100, 23);
     this.lblSelection.TabIndex = 0;
     this.lblSelection.Text     = "Selection";
     //
     // chkPrintAll
     //
     this.chkPrintAll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.chkPrintAll.Checked         = true;
     this.chkPrintAll.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chkPrintAll.Location        = new System.Drawing.Point(112, 32);
     this.chkPrintAll.Name            = "chkPrintAll";
     this.chkPrintAll.Size            = new System.Drawing.Size(304, 24);
     this.chkPrintAll.TabIndex        = 1;
     this.chkPrintAll.Text            = "checkBox1";
     this.chkPrintAll.CheckedChanged += new System.EventHandler(this.chkPrintAll_CheckedChanged);
     //
     // DdSelection
     //
     this.DdSelection.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.DdSelection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.DdSelection.Enabled       = false;
     this.DdSelection.Location      = new System.Drawing.Point(112, 8);
     this.DdSelection.Name          = "DdSelection";
     this.DdSelection.Size          = new System.Drawing.Size(304, 21);
     this.DdSelection.TabIndex      = 2;
     //
     // btnOk
     //
     this.btnOk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.Location = new System.Drawing.Point(264, 56);
     this.btnOk.Name     = "btnOk";
     this.btnOk.Size     = new System.Drawing.Size(75, 23);
     this.btnOk.TabIndex = 3;
     this.btnOk.Text     = "OK";
     this.btnOk.Click   += new System.EventHandler(this.btnOk_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.Location = new System.Drawing.Point(344, 56);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 4;
     this.btnCancel.Text     = "Cancel";
     this.btnCancel.Click   += new System.EventHandler(this.btnCancel_Click);
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location  = new System.Drawing.Point(112, 54);
     this.numericUpDown1.Name      = "numericUpDown1";
     this.numericUpDown1.Size      = new System.Drawing.Size(44, 20);
     this.numericUpDown1.TabIndex  = 5;
     this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDown1.Visible   = false;
     //
     // lblNumericUpDown1
     //
     this.lblNumericUpDown1.AutoSize = true;
     this.lblNumericUpDown1.Location = new System.Drawing.Point(163, 56);
     this.lblNumericUpDown1.Name     = "lblNumericUpDown1";
     this.lblNumericUpDown1.Size     = new System.Drawing.Size(35, 13);
     this.lblNumericUpDown1.TabIndex = 6;
     this.lblNumericUpDown1.Text     = "label1";
     this.lblNumericUpDown1.Visible  = false;
     //
     // FPrintSelection
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(424, 86);
     this.Controls.Add(this.lblNumericUpDown1);
     this.Controls.Add(this.numericUpDown1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Controls.Add(this.DdSelection);
     this.Controls.Add(this.chkPrintAll);
     this.Controls.Add(this.lblSelection);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FPrintSelection";
     this.Text = "Skriv ut";
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #10
0
 /// <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(FTeams));
     this.btnSave       = new SafeButton();
     this.btnCancel     = new SafeButton();
     this.toolTip1      = new System.Windows.Forms.ToolTip(this.components);
     this.label1        = new System.Windows.Forms.Label();
     this.DdTeams       = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     this.DdTeamsView   = new System.Data.DataView();
     this.btnDelete     = new SafeButton();
     this.DdClubs       = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     this.label2        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.txtName       = new Allberg.Shooter.Windows.Forms.SafeTextBox();
     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.ddWeaponClass = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     this.label8        = new System.Windows.Forms.Label();
     this.ddCompetitor1 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     this.ddCompetitor2 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     this.ddCompetitor3 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     this.ddCompetitor4 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     this.label9        = new System.Windows.Forms.Label();
     this.ddCompetitor5 = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.DdTeamsView)).BeginInit();
     this.SuspendLayout();
     //
     // btnSave
     //
     this.btnSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Location = new System.Drawing.Point(240, 228);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 6;
     this.btnSave.Text     = "Spara";
     this.toolTip1.SetToolTip(this.btnSave, "Spara den ändrade informationen");
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(320, 228);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex     = 7;
     this.btnCancel.Text         = "Stäng";
     this.toolTip1.SetToolTip(this.btnCancel, "Stäng utan att spara");
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 23);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Lag";
     //
     // DdTeams
     //
     this.DdTeams.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DdTeams.DataSource            = this.DdTeamsView;
     this.DdTeams.DisplayMember         = "TeamId";
     this.DdTeams.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.DdTeams.Location              = new System.Drawing.Point(64, 8);
     this.DdTeams.Name                  = "DdTeams";
     this.DdTeams.Size                  = new System.Drawing.Size(248, 21);
     this.DdTeams.TabIndex              = 9;
     this.DdTeams.ValueMember           = "TeamId";
     this.DdTeams.SelectedIndexChanged += new System.EventHandler(this.DdTeams_SelectedIndexChanged);
     //
     // DdTeamsView
     //
     this.DdTeamsView.ApplyDefaultSort = true;
     //
     // btnDelete
     //
     this.btnDelete.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.Location = new System.Drawing.Point(320, 8);
     this.btnDelete.Name     = "btnDelete";
     this.btnDelete.Size     = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex = 10;
     this.btnDelete.Text     = "Radera";
     this.btnDelete.Click   += new System.EventHandler(this.btnDelete_Click);
     //
     // DdClubs
     //
     this.DdClubs.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DdClubs.DisplayMember         = "ClubName";
     this.DdClubs.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.DdClubs.Location              = new System.Drawing.Point(64, 32);
     this.DdClubs.Name                  = "DdClubs";
     this.DdClubs.Size                  = new System.Drawing.Size(328, 21);
     this.DdClubs.TabIndex              = 11;
     this.DdClubs.ValueMember           = "ClubId";
     this.DdClubs.SelectedIndexChanged += new System.EventHandler(this.DdClubs_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 23);
     this.label2.TabIndex = 12;
     this.label2.Text     = "Klubb";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 80);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(48, 23);
     this.label3.TabIndex = 13;
     this.label3.Text     = "Namn";
     //
     // txtName
     //
     this.txtName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtName.Location = new System.Drawing.Point(64, 80);
     this.txtName.Name     = "txtName";
     this.txtName.Size     = new System.Drawing.Size(328, 20);
     this.txtName.TabIndex = 14;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 104);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(48, 23);
     this.label4.TabIndex = 15;
     this.label4.Text     = "Nr1";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 128);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(48, 23);
     this.label5.TabIndex = 16;
     this.label5.Text     = "Nr2";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 152);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(48, 23);
     this.label6.TabIndex = 17;
     this.label6.Text     = "Nr3";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(8, 56);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(48, 23);
     this.label7.TabIndex = 18;
     this.label7.Text     = "Klass";
     //
     // ddWeaponClass
     //
     this.ddWeaponClass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.ddWeaponClass.DisplayMember         = "ClassName";
     this.ddWeaponClass.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddWeaponClass.Location              = new System.Drawing.Point(64, 56);
     this.ddWeaponClass.Name                  = "ddWeaponClass";
     this.ddWeaponClass.Size                  = new System.Drawing.Size(328, 21);
     this.ddWeaponClass.TabIndex              = 19;
     this.ddWeaponClass.ValueMember           = "ClassId";
     this.ddWeaponClass.SelectedIndexChanged += new System.EventHandler(this.ddWeaponClass_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(8, 176);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(48, 23);
     this.label8.TabIndex = 20;
     this.label8.Text     = "Nr4";
     //
     // ddCompetitor1
     //
     this.ddCompetitor1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.ddCompetitor1.DisplayMember = "CompName";
     this.ddCompetitor1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddCompetitor1.Location      = new System.Drawing.Point(64, 104);
     this.ddCompetitor1.Name          = "ddCompetitor1";
     this.ddCompetitor1.Size          = new System.Drawing.Size(328, 21);
     this.ddCompetitor1.TabIndex      = 21;
     this.ddCompetitor1.ValueMember   = "CompId";
     //
     // ddCompetitor2
     //
     this.ddCompetitor2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.ddCompetitor2.DisplayMember = "CompName";
     this.ddCompetitor2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddCompetitor2.Location      = new System.Drawing.Point(64, 128);
     this.ddCompetitor2.Name          = "ddCompetitor2";
     this.ddCompetitor2.Size          = new System.Drawing.Size(328, 21);
     this.ddCompetitor2.TabIndex      = 22;
     this.ddCompetitor2.ValueMember   = "CompId";
     //
     // ddCompetitor3
     //
     this.ddCompetitor3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.ddCompetitor3.DisplayMember = "CompName";
     this.ddCompetitor3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddCompetitor3.Location      = new System.Drawing.Point(64, 152);
     this.ddCompetitor3.Name          = "ddCompetitor3";
     this.ddCompetitor3.Size          = new System.Drawing.Size(328, 21);
     this.ddCompetitor3.TabIndex      = 23;
     this.ddCompetitor3.ValueMember   = "CompId";
     //
     // ddCompetitor4
     //
     this.ddCompetitor4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.ddCompetitor4.DisplayMember = "CompName";
     this.ddCompetitor4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddCompetitor4.Location      = new System.Drawing.Point(64, 176);
     this.ddCompetitor4.Name          = "ddCompetitor4";
     this.ddCompetitor4.Size          = new System.Drawing.Size(328, 21);
     this.ddCompetitor4.TabIndex      = 24;
     this.ddCompetitor4.ValueMember   = "CompId";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 199);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(48, 23);
     this.label9.TabIndex = 25;
     this.label9.Text     = "Nr5";
     //
     // ddCompetitor5
     //
     this.ddCompetitor5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.ddCompetitor5.DisplayMember = "CompName";
     this.ddCompetitor5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddCompetitor5.Location      = new System.Drawing.Point(64, 199);
     this.ddCompetitor5.Name          = "ddCompetitor5";
     this.ddCompetitor5.Size          = new System.Drawing.Size(328, 21);
     this.ddCompetitor5.TabIndex      = 26;
     this.ddCompetitor5.ValueMember   = "CompId";
     //
     // FTeams
     //
     this.AcceptButton      = this.btnSave;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(400, 258);
     this.Controls.Add(this.ddCompetitor5);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.ddCompetitor4);
     this.Controls.Add(this.ddCompetitor3);
     this.Controls.Add(this.ddCompetitor2);
     this.Controls.Add(this.ddCompetitor1);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.ddWeaponClass);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.DdClubs);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.DdTeams);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnSave);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FTeams";
     this.Text = "Lag";
     ((System.ComponentModel.ISupportInitialize)(this.DdTeamsView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		private void checkToEnableShooterClassX(SafeComboBox ddShooterClassX,
			DataTable shooterClassTableX,
			SafeComboBox ddWeaponX)
		{
			Trace.WriteLine("FCompetitors: checkToEnableShooterClassX() " +
				"started on thread \"" +
				Thread.CurrentThread.Name + 
				"\" ( " +
				Thread.CurrentThread.ManagedThreadId.ToString() + 
				" )");

			if (ddShooterClass.SelectedValue == null)
				return; // ops

			Structs.ShootersClass currentClass = 
				(Structs.ShootersClass)int.Parse((string)ddShooterClass.SelectedValue);
			
			string currentClassString = currentClass.ToString().Replace("Klass", "Klass ");
			object currentValue = null;
			try
			{
				currentValue = ddShooterClassX.SelectedValue;
			}
			catch(Exception)
			{
			}
			ddShooterClassX.SelectedIndex = -1;
			shooterClassTableX.Clear();

			Structs.Weapon weapon = new Structs.Weapon(); // This is just a fake to get throw
			if (ddWeaponX.SelectedValue == null)
			{
				if (ddWeaponX.Items.Count > 0)
				{
					ddWeaponX.SelectedIndex = 0;
					return; // This automaticly calls this procedure again
				}
			}
			else
			{
				weapon = CommonCode.GetWeapon((string)ddWeaponX.SelectedValue);
			}

			if (weapon.WClass == Structs.WeaponClass.C)
			{
				DataRow newRow1Default = shooterClassTableX.NewRow();
				newRow1Default["Id"] = 0;
				newRow1Default["Name"] = currentClassString;
				shooterClassTableX.Rows.Add(newRow1Default);

				DataRow newRow1Dam = shooterClassTableX.NewRow();
				newRow1Dam["Id"] = 1;
				newRow1Dam["Name"] = "Dam";
				shooterClassTableX.Rows.Add(newRow1Dam);

				DataRow newRow1Junior = shooterClassTableX.NewRow();
				newRow1Junior["Id"] = 2;
				newRow1Junior["Name"] = "Junior";
				shooterClassTableX.Rows.Add(newRow1Junior);

				DataRow newRow1VY = shooterClassTableX.NewRow();
				newRow1VY["Id"] = 3;
				newRow1VY["Name"] = "VY";
				shooterClassTableX.Rows.Add(newRow1VY);

				DataRow newRow1VA = shooterClassTableX.NewRow();
				newRow1VA["Id"] = 4;
				newRow1VA["Name"] = "VÄ";
				shooterClassTableX.Rows.Add(newRow1VA);

				DataRow newRow1ÖP = shooterClassTableX.NewRow();
				newRow1ÖP["Id"] = 5;
				newRow1ÖP["Name"] = "ÖP";
				shooterClassTableX.Rows.Add(newRow1ÖP);
			}
			else
			{
				DataRow newRow1Default = shooterClassTableX.NewRow();
				newRow1Default["Id"] = 0;
				newRow1Default["Name"] = currentClassString;
				shooterClassTableX.Rows.Add(newRow1Default);

				DataRow newRow1ÖP = shooterClassTableX.NewRow();
				newRow1ÖP["Id"] = 5;
				newRow1ÖP["Name"] = "ÖP";
				shooterClassTableX.Rows.Add(newRow1ÖP);
			}
			
			try
			{
				if (currentValue != null)
					ddShooterClassX.SelectedValue = currentValue;
				else
					ddShooterClassX.SelectedIndex = 0;
			}
			catch(Exception)
			{
				ddShooterClassX.SelectedIndex = 0;
			}
			
			Trace.WriteLine("FCompetitors: checkToEnableShooterClassX() ended.");
		}
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FSettings));
			this.tabControl1 = new System.Windows.Forms.TabControl();
			this.tabPageLabels = new System.Windows.Forms.TabPage();
			this.numLabelsInnerMarginVertical = new System.Windows.Forms.NumericUpDown();
			this.numLabelsInnerMarginHorisontal = new System.Windows.Forms.NumericUpDown();
			this.label14 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.numLabelsFontSize = new System.Windows.Forms.NumericUpDown();
			this.label12 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.ddLabelsFont = new System.Windows.Forms.ComboBox();
			this.numLabelsNrOfLabelsY = new System.Windows.Forms.NumericUpDown();
			this.numLabelsNrOfLabelsX = new System.Windows.Forms.NumericUpDown();
			this.numLabelsLabelSizeY = new System.Windows.Forms.NumericUpDown();
			this.numLabelsLabelSizeX = new System.Windows.Forms.NumericUpDown();
			this.numLabelsLeftMargin = new System.Windows.Forms.NumericUpDown();
			this.numLabelsTopMargin = new System.Windows.Forms.NumericUpDown();
			this.label10 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.ddLabelType = new System.Windows.Forms.ComboBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.ddLabelUsage = new System.Windows.Forms.ComboBox();
			this.tabPagePrints = new System.Windows.Forms.TabPage();
			this.panelPrintResults = new System.Windows.Forms.Panel();
			this.btnPrintsOrientationChange = new System.Windows.Forms.Button();
			this.DDPrintoutOrientation = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.label19 = new System.Windows.Forms.Label();
			this.btnPrintsColsChange = new System.Windows.Forms.Button();
			this.numericPrintoutColumnWidth = new System.Windows.Forms.NumericUpDown();
			this.label18 = new System.Windows.Forms.Label();
			this.DDPrintoutColumn = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.DDPrintoutFont = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.label17 = new System.Windows.Forms.Label();
			this.btnPrintsFontChange = new System.Windows.Forms.Button();
			this.lblFontSample = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.DDPrintoutType = new System.Windows.Forms.ComboBox();
			this.tabPageLogo = new System.Windows.Forms.TabPage();
			this.btnLogoRemoveFile = new SafeButton();
			this.btnLogoChooseFile = new SafeButton();
			this.label1 = new System.Windows.Forms.Label();
			this.pictureBoxLogo = new System.Windows.Forms.PictureBox();
			this.btnCancel = new SafeButton();
			this.btnApply = new SafeButton();
			this.btnOK = new SafeButton();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.fontDialog1 = new System.Windows.Forms.FontDialog();
			this.tabControl1.SuspendLayout();
			this.tabPageLabels.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsInnerMarginVertical)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsInnerMarginHorisontal)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsFontSize)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsNrOfLabelsY)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsNrOfLabelsX)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsLabelSizeY)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsLabelSizeX)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsLeftMargin)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsTopMargin)).BeginInit();
			this.tabPagePrints.SuspendLayout();
			this.panelPrintResults.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericPrintoutColumnWidth)).BeginInit();
			this.tabPageLogo.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
			this.SuspendLayout();
			// 
			// tabControl1
			// 
			this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.tabControl1.Controls.Add(this.tabPageLabels);
			this.tabControl1.Controls.Add(this.tabPagePrints);
			this.tabControl1.Controls.Add(this.tabPageLogo);
			this.tabControl1.Location = new System.Drawing.Point(0, 0);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.Size = new System.Drawing.Size(512, 264);
			this.tabControl1.TabIndex = 0;
			// 
			// tabPageLabels
			// 
			this.tabPageLabels.Controls.Add(this.numLabelsInnerMarginVertical);
			this.tabPageLabels.Controls.Add(this.numLabelsInnerMarginHorisontal);
			this.tabPageLabels.Controls.Add(this.label14);
			this.tabPageLabels.Controls.Add(this.label13);
			this.tabPageLabels.Controls.Add(this.numLabelsFontSize);
			this.tabPageLabels.Controls.Add(this.label12);
			this.tabPageLabels.Controls.Add(this.label11);
			this.tabPageLabels.Controls.Add(this.ddLabelsFont);
			this.tabPageLabels.Controls.Add(this.numLabelsNrOfLabelsY);
			this.tabPageLabels.Controls.Add(this.numLabelsNrOfLabelsX);
			this.tabPageLabels.Controls.Add(this.numLabelsLabelSizeY);
			this.tabPageLabels.Controls.Add(this.numLabelsLabelSizeX);
			this.tabPageLabels.Controls.Add(this.numLabelsLeftMargin);
			this.tabPageLabels.Controls.Add(this.numLabelsTopMargin);
			this.tabPageLabels.Controls.Add(this.label10);
			this.tabPageLabels.Controls.Add(this.label9);
			this.tabPageLabels.Controls.Add(this.label8);
			this.tabPageLabels.Controls.Add(this.label7);
			this.tabPageLabels.Controls.Add(this.label6);
			this.tabPageLabels.Controls.Add(this.label5);
			this.tabPageLabels.Controls.Add(this.label4);
			this.tabPageLabels.Controls.Add(this.ddLabelType);
			this.tabPageLabels.Controls.Add(this.label3);
			this.tabPageLabels.Controls.Add(this.label2);
			this.tabPageLabels.Controls.Add(this.ddLabelUsage);
			this.tabPageLabels.Location = new System.Drawing.Point(4, 22);
			this.tabPageLabels.Name = "tabPageLabels";
			this.tabPageLabels.Size = new System.Drawing.Size(504, 238);
			this.tabPageLabels.TabIndex = 1;
			this.tabPageLabels.Text = "Etiketter";
			this.tabPageLabels.UseVisualStyleBackColor = true;
			// 
			// numLabelsInnerMarginVertical
			// 
			this.numLabelsInnerMarginVertical.Location = new System.Drawing.Point(200, 208);
			this.numLabelsInnerMarginVertical.Name = "numLabelsInnerMarginVertical";
			this.numLabelsInnerMarginVertical.Size = new System.Drawing.Size(40, 20);
			this.numLabelsInnerMarginVertical.TabIndex = 24;
			this.numLabelsInnerMarginVertical.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numLabelsInnerMarginVertical.Value = new decimal(new int[] {
			1,
			0,
			0,
			0});
			// 
			// numLabelsInnerMarginHorisontal
			// 
			this.numLabelsInnerMarginHorisontal.Location = new System.Drawing.Point(200, 184);
			this.numLabelsInnerMarginHorisontal.Name = "numLabelsInnerMarginHorisontal";
			this.numLabelsInnerMarginHorisontal.Size = new System.Drawing.Size(40, 20);
			this.numLabelsInnerMarginHorisontal.TabIndex = 23;
			this.numLabelsInnerMarginHorisontal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numLabelsInnerMarginHorisontal.Value = new decimal(new int[] {
			1,
			0,
			0,
			0});
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(8, 208);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(192, 23);
			this.label14.TabIndex = 22;
			this.label14.Text = "Avstånd mellan etiketter (vertikalt)";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(8, 184);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(192, 23);
			this.label13.TabIndex = 21;
			this.label13.Text = "Avstånd mellan etiketter (horisontellt)";
			// 
			// numLabelsFontSize
			// 
			this.numLabelsFontSize.Increment = new decimal(new int[] {
			2,
			0,
			0,
			0});
			this.numLabelsFontSize.Location = new System.Drawing.Point(456, 136);
			this.numLabelsFontSize.Maximum = new decimal(new int[] {
			20,
			0,
			0,
			0});
			this.numLabelsFontSize.Minimum = new decimal(new int[] {
			6,
			0,
			0,
			0});
			this.numLabelsFontSize.Name = "numLabelsFontSize";
			this.numLabelsFontSize.Size = new System.Drawing.Size(40, 20);
			this.numLabelsFontSize.TabIndex = 20;
			this.numLabelsFontSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numLabelsFontSize.Value = new decimal(new int[] {
			10,
			0,
			0,
			0});
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(264, 136);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(100, 23);
			this.label12.TabIndex = 19;
			this.label12.Text = "Fontstorlek";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(264, 160);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(100, 23);
			this.label11.TabIndex = 18;
			this.label11.Text = "Font";
			// 
			// ddLabelsFont
			// 
			this.ddLabelsFont.Items.AddRange(new object[] {
			"Arial"});
			this.ddLabelsFont.Location = new System.Drawing.Point(376, 160);
			this.ddLabelsFont.Name = "ddLabelsFont";
			this.ddLabelsFont.Size = new System.Drawing.Size(121, 21);
			this.ddLabelsFont.TabIndex = 17;
			// 
			// numLabelsNrOfLabelsY
			// 
			this.numLabelsNrOfLabelsY.Location = new System.Drawing.Point(200, 160);
			this.numLabelsNrOfLabelsY.Minimum = new decimal(new int[] {
			1,
			0,
			0,
			0});
			this.numLabelsNrOfLabelsY.Name = "numLabelsNrOfLabelsY";
			this.numLabelsNrOfLabelsY.Size = new System.Drawing.Size(40, 20);
			this.numLabelsNrOfLabelsY.TabIndex = 16;
			this.numLabelsNrOfLabelsY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numLabelsNrOfLabelsY.Value = new decimal(new int[] {
			1,
			0,
			0,
			0});
			// 
			// numLabelsNrOfLabelsX
			// 
			this.numLabelsNrOfLabelsX.Location = new System.Drawing.Point(200, 136);
			this.numLabelsNrOfLabelsX.Minimum = new decimal(new int[] {
			1,
			0,
			0,
			0});
			this.numLabelsNrOfLabelsX.Name = "numLabelsNrOfLabelsX";
			this.numLabelsNrOfLabelsX.Size = new System.Drawing.Size(40, 20);
			this.numLabelsNrOfLabelsX.TabIndex = 15;
			this.numLabelsNrOfLabelsX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numLabelsNrOfLabelsX.Value = new decimal(new int[] {
			1,
			0,
			0,
			0});
			// 
			// numLabelsLabelSizeY
			// 
			this.numLabelsLabelSizeY.Location = new System.Drawing.Point(456, 112);
			this.numLabelsLabelSizeY.Minimum = new decimal(new int[] {
			1,
			0,
			0,
			0});
			this.numLabelsLabelSizeY.Name = "numLabelsLabelSizeY";
			this.numLabelsLabelSizeY.Size = new System.Drawing.Size(40, 20);
			this.numLabelsLabelSizeY.TabIndex = 14;
			this.numLabelsLabelSizeY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numLabelsLabelSizeY.Value = new decimal(new int[] {
			1,
			0,
			0,
			0});
			// 
			// numLabelsLabelSizeX
			// 
			this.numLabelsLabelSizeX.Location = new System.Drawing.Point(456, 88);
			this.numLabelsLabelSizeX.Minimum = new decimal(new int[] {
			1,
			0,
			0,
			0});
			this.numLabelsLabelSizeX.Name = "numLabelsLabelSizeX";
			this.numLabelsLabelSizeX.Size = new System.Drawing.Size(40, 20);
			this.numLabelsLabelSizeX.TabIndex = 13;
			this.numLabelsLabelSizeX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numLabelsLabelSizeX.Value = new decimal(new int[] {
			1,
			0,
			0,
			0});
			// 
			// numLabelsLeftMargin
			// 
			this.numLabelsLeftMargin.Location = new System.Drawing.Point(200, 112);
			this.numLabelsLeftMargin.Minimum = new decimal(new int[] {
			1,
			0,
			0,
			0});
			this.numLabelsLeftMargin.Name = "numLabelsLeftMargin";
			this.numLabelsLeftMargin.Size = new System.Drawing.Size(40, 20);
			this.numLabelsLeftMargin.TabIndex = 12;
			this.numLabelsLeftMargin.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numLabelsLeftMargin.Value = new decimal(new int[] {
			1,
			0,
			0,
			0});
			// 
			// numLabelsTopMargin
			// 
			this.numLabelsTopMargin.Location = new System.Drawing.Point(200, 88);
			this.numLabelsTopMargin.Minimum = new decimal(new int[] {
			1,
			0,
			0,
			0});
			this.numLabelsTopMargin.Name = "numLabelsTopMargin";
			this.numLabelsTopMargin.Size = new System.Drawing.Size(40, 20);
			this.numLabelsTopMargin.TabIndex = 11;
			this.numLabelsTopMargin.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numLabelsTopMargin.Value = new decimal(new int[] {
			1,
			0,
			0,
			0});
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(8, 160);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(184, 23);
			this.label10.TabIndex = 10;
			this.label10.Text = "Antal etiketter per sida (vertikalt)";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(8, 136);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(184, 23);
			this.label9.TabIndex = 9;
			this.label9.Text = "Antal etiketter per sida (horisontellt)";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(264, 112);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(184, 23);
			this.label8.TabIndex = 8;
			this.label8.Text = "Etikettstorlek (vertikalt)";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(264, 88);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(136, 23);
			this.label7.TabIndex = 7;
			this.label7.Text = "Etikettstorlek (horisontellt)";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(8, 112);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(184, 23);
			this.label6.TabIndex = 6;
			this.label6.Text = "Marginal vänsterkant";
			// 
			// label5
			// 
			this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.label5.Location = new System.Drawing.Point(160, 64);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(176, 23);
			this.label5.TabIndex = 5;
			this.label5.Text = "Samtliga mått är i millimeter";
			this.label5.TextAlign = System.Drawing.ContentAlignment.TopCenter;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(8, 88);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(104, 23);
			this.label4.TabIndex = 4;
			this.label4.Text = "Marginal överkant";
			// 
			// ddLabelType
			// 
			this.ddLabelType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ddLabelType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddLabelType.Items.AddRange(new object[] {
			"Avery5160",
			"Anpassat"});
			this.ddLabelType.Location = new System.Drawing.Point(112, 32);
			this.ddLabelType.Name = "ddLabelType";
			this.ddLabelType.Size = new System.Drawing.Size(384, 21);
			this.ddLabelType.TabIndex = 3;
			this.ddLabelType.SelectedIndexChanged += new System.EventHandler(this.ddLabelType_SelectedIndexChanged);
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(8, 32);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(100, 23);
			this.label3.TabIndex = 2;
			this.label3.Text = "Etiketttyp";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 8);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(100, 23);
			this.label2.TabIndex = 1;
			this.label2.Text = "Etiketter till";
			// 
			// ddLabelUsage
			// 
			this.ddLabelUsage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.ddLabelUsage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddLabelUsage.Items.AddRange(new object[] {
			"Speglar",
			"Stickor",
			"Resultat"});
			this.ddLabelUsage.Location = new System.Drawing.Point(112, 8);
			this.ddLabelUsage.Name = "ddLabelUsage";
			this.ddLabelUsage.Size = new System.Drawing.Size(384, 21);
			this.ddLabelUsage.TabIndex = 0;
			this.ddLabelUsage.SelectedIndexChanged += new System.EventHandler(this.ddLabelUsage_SelectedIndexChanged);
			// 
			// tabPagePrints
			// 
			this.tabPagePrints.Controls.Add(this.panelPrintResults);
			this.tabPagePrints.Controls.Add(this.label15);
			this.tabPagePrints.Controls.Add(this.DDPrintoutType);
			this.tabPagePrints.Location = new System.Drawing.Point(4, 22);
			this.tabPagePrints.Name = "tabPagePrints";
			this.tabPagePrints.Size = new System.Drawing.Size(504, 238);
			this.tabPagePrints.TabIndex = 2;
			this.tabPagePrints.Text = "Utskrifter";
			this.tabPagePrints.UseVisualStyleBackColor = true;
			// 
			// panelPrintResults
			// 
			this.panelPrintResults.Controls.Add(this.btnPrintsOrientationChange);
			this.panelPrintResults.Controls.Add(this.DDPrintoutOrientation);
			this.panelPrintResults.Controls.Add(this.label19);
			this.panelPrintResults.Controls.Add(this.btnPrintsColsChange);
			this.panelPrintResults.Controls.Add(this.numericPrintoutColumnWidth);
			this.panelPrintResults.Controls.Add(this.label18);
			this.panelPrintResults.Controls.Add(this.DDPrintoutColumn);
			this.panelPrintResults.Controls.Add(this.DDPrintoutFont);
			this.panelPrintResults.Controls.Add(this.label17);
			this.panelPrintResults.Controls.Add(this.btnPrintsFontChange);
			this.panelPrintResults.Controls.Add(this.lblFontSample);
			this.panelPrintResults.Controls.Add(this.label16);
			this.panelPrintResults.Location = new System.Drawing.Point(11, 40);
			this.panelPrintResults.Name = "panelPrintResults";
			this.panelPrintResults.Size = new System.Drawing.Size(490, 195);
			this.panelPrintResults.TabIndex = 2;
			// 
			// btnPrintsOrientationChange
			// 
			this.btnPrintsOrientationChange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnPrintsOrientationChange.Location = new System.Drawing.Point(410, 147);
			this.btnPrintsOrientationChange.Name = "btnPrintsOrientationChange";
			this.btnPrintsOrientationChange.Size = new System.Drawing.Size(75, 23);
			this.btnPrintsOrientationChange.TabIndex = 12;
			this.btnPrintsOrientationChange.Text = "Ändra";
			this.btnPrintsOrientationChange.UseVisualStyleBackColor = true;
			this.btnPrintsOrientationChange.Click += new System.EventHandler(this.btnPrintsOrientationChange_Click);
			// 
			// DDPrintoutOrientation
			// 
			this.DDPrintoutOrientation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.DDPrintoutOrientation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.DDPrintoutOrientation.FormattingEnabled = true;
			this.DDPrintoutOrientation.Items.AddRange(new object[] {
			"Stående",
			"Liggande"});
			this.DDPrintoutOrientation.Location = new System.Drawing.Point(67, 120);
			this.DDPrintoutOrientation.Name = "DDPrintoutOrientation";
			this.DDPrintoutOrientation.Size = new System.Drawing.Size(418, 21);
			this.DDPrintoutOrientation.TabIndex = 11;
			// 
			// label19
			// 
			this.label19.AutoSize = true;
			this.label19.Location = new System.Drawing.Point(6, 120);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(58, 13);
			this.label19.TabIndex = 10;
			this.label19.Text = "Orientering";
			// 
			// btnPrintsColsChange
			// 
			this.btnPrintsColsChange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnPrintsColsChange.Location = new System.Drawing.Point(410, 92);
			this.btnPrintsColsChange.Name = "btnPrintsColsChange";
			this.btnPrintsColsChange.Size = new System.Drawing.Size(75, 23);
			this.btnPrintsColsChange.TabIndex = 9;
			this.btnPrintsColsChange.Text = "Ändra";
			this.btnPrintsColsChange.UseVisualStyleBackColor = true;
			this.btnPrintsColsChange.Click += new System.EventHandler(this.btnPrintsColsChange_Click);
			// 
			// numericPrintoutColumnWidth
			// 
			this.numericPrintoutColumnWidth.Location = new System.Drawing.Point(132, 90);
			this.numericPrintoutColumnWidth.Name = "numericPrintoutColumnWidth";
			this.numericPrintoutColumnWidth.Size = new System.Drawing.Size(70, 20);
			this.numericPrintoutColumnWidth.TabIndex = 8;
			// 
			// label18
			// 
			this.label18.AutoSize = true;
			this.label18.Location = new System.Drawing.Point(67, 92);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(59, 13);
			this.label18.TabIndex = 7;
			this.label18.Text = "Bredd i mm";
			// 
			// DDPrintoutColumn
			// 
			this.DDPrintoutColumn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.DDPrintoutColumn.FormattingEnabled = true;
			this.DDPrintoutColumn.Location = new System.Drawing.Point(67, 64);
			this.DDPrintoutColumn.Name = "DDPrintoutColumn";
			this.DDPrintoutColumn.Size = new System.Drawing.Size(418, 21);
			this.DDPrintoutColumn.TabIndex = 6;
			this.DDPrintoutColumn.SelectedIndexChanged += new System.EventHandler(this.DDPrintoutColumn_SelectedIndexChanged);
			// 
			// DDPrintoutFont
			// 
			this.DDPrintoutFont.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.DDPrintoutFont.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.DDPrintoutFont.FormattingEnabled = true;
			this.DDPrintoutFont.Location = new System.Drawing.Point(67, 6);
			this.DDPrintoutFont.Name = "DDPrintoutFont";
			this.DDPrintoutFont.Size = new System.Drawing.Size(418, 21);
			this.DDPrintoutFont.TabIndex = 5;
			this.DDPrintoutFont.SelectedIndexChanged += new System.EventHandler(this.DDPrintoutFont_SelectedIndexChanged);
			// 
			// label17
			// 
			this.label17.AutoSize = true;
			this.label17.Location = new System.Drawing.Point(3, 72);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(51, 13);
			this.label17.TabIndex = 4;
			this.label17.Text = "Kolumner";
			// 
			// btnPrintsFontChange
			// 
			this.btnPrintsFontChange.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.btnPrintsFontChange.Location = new System.Drawing.Point(410, 33);
			this.btnPrintsFontChange.Name = "btnPrintsFontChange";
			this.btnPrintsFontChange.Size = new System.Drawing.Size(75, 23);
			this.btnPrintsFontChange.TabIndex = 3;
			this.btnPrintsFontChange.Text = "Ändra";
			this.btnPrintsFontChange.UseVisualStyleBackColor = true;
			this.btnPrintsFontChange.Click += new System.EventHandler(this.btnPrintsFontChange_Click);
			// 
			// lblFontSample
			// 
			this.lblFontSample.AutoSize = true;
			this.lblFontSample.Location = new System.Drawing.Point(64, 30);
			this.lblFontSample.Name = "lblFontSample";
			this.lblFontSample.Size = new System.Drawing.Size(102, 13);
			this.lblFontSample.TabIndex = 2;
			this.lblFontSample.Text = "Detta är ett exempel";
			// 
			// label16
			// 
			this.label16.AutoSize = true;
			this.label16.Location = new System.Drawing.Point(3, 11);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(37, 13);
			this.label16.TabIndex = 0;
			this.label16.Text = "Fonter";
			// 
			// label15
			// 
			this.label15.AutoSize = true;
			this.label15.Location = new System.Drawing.Point(8, 13);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(59, 13);
			this.label15.TabIndex = 1;
			this.label15.Text = "Utskriftstyp";
			// 
			// DDPrintoutType
			// 
			this.DDPrintoutType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.DDPrintoutType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.DDPrintoutType.FormattingEnabled = true;
			this.DDPrintoutType.Items.AddRange(new object[] {
			"Resultatutskrift"});
			this.DDPrintoutType.Location = new System.Drawing.Point(114, 13);
			this.DDPrintoutType.Name = "DDPrintoutType";
			this.DDPrintoutType.Size = new System.Drawing.Size(382, 21);
			this.DDPrintoutType.TabIndex = 0;
			this.DDPrintoutType.SelectedIndexChanged += new System.EventHandler(this.DDPrintoutType_SelectedIndexChanged);
			// 
			// tabPageLogo
			// 
			this.tabPageLogo.Controls.Add(this.btnLogoRemoveFile);
			this.tabPageLogo.Controls.Add(this.btnLogoChooseFile);
			this.tabPageLogo.Controls.Add(this.label1);
			this.tabPageLogo.Controls.Add(this.pictureBoxLogo);
			this.tabPageLogo.Location = new System.Drawing.Point(4, 22);
			this.tabPageLogo.Name = "tabPageLogo";
			this.tabPageLogo.Size = new System.Drawing.Size(504, 238);
			this.tabPageLogo.TabIndex = 0;
			this.tabPageLogo.Text = "Logga";
			this.tabPageLogo.UseVisualStyleBackColor = true;
			// 
			// btnLogoRemoveFile
			// 
			this.btnLogoRemoveFile.Location = new System.Drawing.Point(88, 48);
			this.btnLogoRemoveFile.Name = "btnLogoRemoveFile";
			this.btnLogoRemoveFile.Size = new System.Drawing.Size(75, 23);
			this.btnLogoRemoveFile.TabIndex = 3;
			this.btnLogoRemoveFile.Text = "Ta bort";
			this.btnLogoRemoveFile.Click += new System.EventHandler(this.btnLogoRemoveFile_Click);
			// 
			// btnLogoChooseFile
			// 
			this.btnLogoChooseFile.Location = new System.Drawing.Point(8, 48);
			this.btnLogoChooseFile.Name = "btnLogoChooseFile";
			this.btnLogoChooseFile.Size = new System.Drawing.Size(75, 23);
			this.btnLogoChooseFile.TabIndex = 2;
			this.btnLogoChooseFile.Text = "Välj fil";
			this.btnLogoChooseFile.Click += new System.EventHandler(this.btnLogoChooseFile_Click);
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.label1.Location = new System.Drawing.Point(8, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(488, 40);
			this.label1.TabIndex = 1;
			this.label1.Text = "På utskrifter och exporter finns det en logga med. Här kan du välja att använda d" +
				"in egen logga istället för Winshooters.";
			// 
			// pictureBoxLogo
			// 
			this.pictureBoxLogo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.pictureBoxLogo.Location = new System.Drawing.Point(8, 80);
			this.pictureBoxLogo.Name = "pictureBoxLogo";
			this.pictureBoxLogo.Size = new System.Drawing.Size(488, 152);
			this.pictureBoxLogo.TabIndex = 0;
			this.pictureBoxLogo.TabStop = false;
			// 
			// btnCancel
			// 
			this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.btnCancel.Location = new System.Drawing.Point(432, 272);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(75, 23);
			this.btnCancel.TabIndex = 1;
			this.btnCancel.Text = "Avbryt";
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// btnApply
			// 
			this.btnApply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnApply.Enabled = false;
			this.btnApply.Location = new System.Drawing.Point(352, 272);
			this.btnApply.Name = "btnApply";
			this.btnApply.Size = new System.Drawing.Size(75, 23);
			this.btnApply.TabIndex = 2;
			this.btnApply.Text = "Verkställ";
			this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
			// 
			// btnOK
			// 
			this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnOK.Location = new System.Drawing.Point(272, 272);
			this.btnOK.Name = "btnOK";
			this.btnOK.Size = new System.Drawing.Size(75, 23);
			this.btnOK.TabIndex = 3;
			this.btnOK.Text = "OK";
			this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
			// 
			// FSettings
			// 
			this.AcceptButton = this.btnOK;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this.btnCancel;
			this.ClientSize = new System.Drawing.Size(512, 302);
			this.Controls.Add(this.btnOK);
			this.Controls.Add(this.btnApply);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.tabControl1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FSettings";
			this.Text = "Inställningar";
			this.tabControl1.ResumeLayout(false);
			this.tabPageLabels.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.numLabelsInnerMarginVertical)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsInnerMarginHorisontal)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsFontSize)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsNrOfLabelsY)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsNrOfLabelsX)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsLabelSizeY)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsLabelSizeX)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsLeftMargin)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numLabelsTopMargin)).EndInit();
			this.tabPagePrints.ResumeLayout(false);
			this.tabPagePrints.PerformLayout();
			this.panelPrintResults.ResumeLayout(false);
			this.panelPrintResults.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numericPrintoutColumnWidth)).EndInit();
			this.tabPageLogo.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
			this.ResumeLayout(false);

		}
Exemple #13
0
 /// <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(FWeapons));
     this.btnCancel            = new SafeButton();
     this.ddWeapons            = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     this.SafeLabel1           = new SafeLabel();
     this.btnDelete            = new SafeButton();
     this.SafeLabel2           = new SafeLabel();
     this.SafeLabel3           = new SafeLabel();
     this.SafeLabel4           = new SafeLabel();
     this.chkInternet          = new System.Windows.Forms.CheckBox();
     this.txtWeaponId          = new Allberg.Shooter.Windows.Forms.SafeTextBox();
     this.txtManufacturer      = new Allberg.Shooter.Windows.Forms.SafeTextBox();
     this.ddClass              = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     this.linkWeaponsAutomatic = new System.Windows.Forms.LinkLabel();
     this.btnSave              = new SafeButton();
     this.SafeLabel5           = new SafeLabel();
     this.txtModel             = new Allberg.Shooter.Windows.Forms.SafeTextBox();
     this.txtCaliber           = new Allberg.Shooter.Windows.Forms.SafeTextBox();
     this.SafeLabel6           = new SafeLabel();
     this.toolTip1             = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location     = new System.Drawing.Point(320, 176);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex     = 9;
     this.btnCancel.Text         = "Stäng";
     this.toolTip1.SetToolTip(this.btnCancel, "Stäng fönstret");
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // ddWeapons
     //
     this.ddWeapons.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.ddWeapons.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddWeapons.Location      = new System.Drawing.Point(112, 8);
     this.ddWeapons.Name          = "ddWeapons";
     this.ddWeapons.Size          = new System.Drawing.Size(204, 21);
     this.ddWeapons.TabIndex      = 1;
     this.toolTip1.SetToolTip(this.ddWeapons, "Välj ett vapen att konfigurera");
     this.ddWeapons.SelectedIndexChanged += new System.EventHandler(this.ddWeapons_SelectedIndexChanged);
     //
     // SafeLabel1
     //
     this.SafeLabel1.Location = new System.Drawing.Point(8, 8);
     this.SafeLabel1.Name     = "SafeLabel1";
     this.SafeLabel1.Size     = new System.Drawing.Size(96, 23);
     this.SafeLabel1.TabIndex = 2;
     this.SafeLabel1.Text     = "Vapen";
     //
     // btnDelete
     //
     this.btnDelete.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.Location = new System.Drawing.Point(320, 8);
     this.btnDelete.Name     = "btnDelete";
     this.btnDelete.Size     = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex = 10;
     this.btnDelete.Text     = "Radera";
     this.toolTip1.SetToolTip(this.btnDelete, "Raderar det valda vapnet");
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // SafeLabel2
     //
     this.SafeLabel2.Location = new System.Drawing.Point(8, 32);
     this.SafeLabel2.Name     = "SafeLabel2";
     this.SafeLabel2.Size     = new System.Drawing.Size(96, 23);
     this.SafeLabel2.TabIndex = 4;
     this.SafeLabel2.Text     = "Beteckning";
     //
     // SafeLabel3
     //
     this.SafeLabel3.Location = new System.Drawing.Point(8, 80);
     this.SafeLabel3.Name     = "SafeLabel3";
     this.SafeLabel3.Size     = new System.Drawing.Size(96, 23);
     this.SafeLabel3.TabIndex = 5;
     this.SafeLabel3.Text     = "Modell";
     //
     // SafeLabel4
     //
     this.SafeLabel4.Location = new System.Drawing.Point(8, 128);
     this.SafeLabel4.Name     = "SafeLabel4";
     this.SafeLabel4.Size     = new System.Drawing.Size(96, 23);
     this.SafeLabel4.TabIndex = 6;
     this.SafeLabel4.Text     = "Klass";
     //
     // chkInternet
     //
     this.chkInternet.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.chkInternet.Enabled  = false;
     this.chkInternet.Location = new System.Drawing.Point(256, 152);
     this.chkInternet.Name     = "chkInternet";
     this.chkInternet.Size     = new System.Drawing.Size(136, 24);
     this.chkInternet.TabIndex = 7;
     this.chkInternet.TabStop  = false;
     this.chkInternet.Text     = "Hämtat från Internet";
     this.chkInternet.Visible  = false;
     //
     // txtWeaponId
     //
     this.txtWeaponId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtWeaponId.Location = new System.Drawing.Point(112, 32);
     this.txtWeaponId.Name     = "txtWeaponId";
     this.txtWeaponId.Size     = new System.Drawing.Size(280, 20);
     this.txtWeaponId.TabIndex = 2;
     this.toolTip1.SetToolTip(this.txtWeaponId, "Fyll i vapnets beteckning, t.ex. SW32");
     this.txtWeaponId.LostFocus += new System.EventHandler(this.txtWeaponId_LostFocus);
     //
     // txtManufacturer
     //
     this.txtManufacturer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.txtManufacturer.Location = new System.Drawing.Point(112, 56);
     this.txtManufacturer.Name     = "txtManufacturer";
     this.txtManufacturer.Size     = new System.Drawing.Size(280, 20);
     this.txtManufacturer.TabIndex = 3;
     this.toolTip1.SetToolTip(this.txtManufacturer, "Fyll i vapnets fabrikat, t.ex. Smith & Wesson");
     this.txtManufacturer.TextChanged += new System.EventHandler(this.txtName_TextChanged);
     //
     // ddClass
     //
     this.ddClass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ddClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddClass.Location      = new System.Drawing.Point(112, 128);
     this.ddClass.Name          = "ddClass";
     this.ddClass.Size          = new System.Drawing.Size(280, 21);
     this.ddClass.TabIndex      = 6;
     this.toolTip1.SetToolTip(this.ddClass, "Välj vapnets klass");
     //
     // linkWeaponsAutomatic
     //
     this.linkWeaponsAutomatic.Location = new System.Drawing.Point(8, 152);
     this.linkWeaponsAutomatic.Name     = "linkWeaponsAutomatic";
     this.linkWeaponsAutomatic.Size     = new System.Drawing.Size(240, 23);
     this.linkWeaponsAutomatic.TabIndex = 7;
     this.linkWeaponsAutomatic.TabStop  = true;
     this.linkWeaponsAutomatic.Text     = "Hämta vapen från Internet";
     this.linkWeaponsAutomatic.Visible  = false;
     //
     // btnSave
     //
     this.btnSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.Location = new System.Drawing.Point(240, 176);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 8;
     this.btnSave.Text     = "Spara";
     this.toolTip1.SetToolTip(this.btnSave, "Spara det nya eller ändrade vapnet.");
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // SafeLabel5
     //
     this.SafeLabel5.Location = new System.Drawing.Point(8, 56);
     this.SafeLabel5.Name     = "SafeLabel5";
     this.SafeLabel5.Size     = new System.Drawing.Size(96, 23);
     this.SafeLabel5.TabIndex = 9;
     this.SafeLabel5.Text     = "Fabrikat";
     //
     // txtModel
     //
     this.txtModel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.txtModel.Location = new System.Drawing.Point(112, 80);
     this.txtModel.Name     = "txtModel";
     this.txtModel.Size     = new System.Drawing.Size(280, 20);
     this.txtModel.TabIndex = 4;
     this.toolTip1.SetToolTip(this.txtModel, "Fyll i vapnets modell");
     //
     // txtCaliber
     //
     this.txtCaliber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCaliber.Location = new System.Drawing.Point(112, 104);
     this.txtCaliber.Name     = "txtCaliber";
     this.txtCaliber.Size     = new System.Drawing.Size(280, 20);
     this.txtCaliber.TabIndex = 5;
     this.toolTip1.SetToolTip(this.txtCaliber, "Fyll i vapnets kaliber, t.ex. 9mm");
     //
     // SafeLabel6
     //
     this.SafeLabel6.Location = new System.Drawing.Point(8, 104);
     this.SafeLabel6.Name     = "SafeLabel6";
     this.SafeLabel6.Size     = new System.Drawing.Size(96, 23);
     this.SafeLabel6.TabIndex = 12;
     this.SafeLabel6.Text     = "Kaliber";
     //
     // FWeapons
     //
     this.AcceptButton      = this.btnSave;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(400, 206);
     this.Controls.Add(this.SafeLabel6);
     this.Controls.Add(this.txtCaliber);
     this.Controls.Add(this.txtModel);
     this.Controls.Add(this.txtManufacturer);
     this.Controls.Add(this.txtWeaponId);
     this.Controls.Add(this.SafeLabel5);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.linkWeaponsAutomatic);
     this.Controls.Add(this.ddClass);
     this.Controls.Add(this.chkInternet);
     this.Controls.Add(this.SafeLabel4);
     this.Controls.Add(this.SafeLabel3);
     this.Controls.Add(this.SafeLabel2);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.SafeLabel1);
     this.Controls.Add(this.ddWeapons);
     this.Controls.Add(this.btnCancel);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FWeapons";
     this.Text = "Vapen";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FCompetitionWizard));
			this.wizardCtrl = new Allberg.Shooter.Windows.Forms.Wizard.Wizard();
			this.wizardPageFieldPatrol = new Allberg.Shooter.Windows.Forms.Wizard.WizardPage();
			this.label21 = new System.Windows.Forms.Label();
			this.DDFieldPatrolConnectionType = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.label20 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.numFieldPatrolRestTime = new System.Windows.Forms.NumericUpDown();
			this.label15 = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.numFieldPatrolSize = new System.Windows.Forms.NumericUpDown();
			this.label13 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.numFieldPatrolTimeBetween = new System.Windows.Forms.NumericUpDown();
			this.label11 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.numFieldPatrolTime = new System.Windows.Forms.NumericUpDown();
			this.label9 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.header1 = new Allberg.Shooter.Windows.Forms.Wizard.Header();
			this.wizardPageCompetitionType = new Allberg.Shooter.Windows.Forms.Wizard.WizardPage();
			this.safeLabel4 = new SafeLabel();
			this.safeLabel3 = new SafeLabel();
			this.safeLabel2 = new SafeLabel();
			this.safeLabel1 = new SafeLabel();
			this.ddChampionshipType = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.radioFieldMagnum = new System.Windows.Forms.RadioButton();
			this.chkDoFinalShooting = new System.Windows.Forms.CheckBox();
			this.radioFieldNorwegian = new System.Windows.Forms.RadioButton();
			this.headerCompetitionType = new Allberg.Shooter.Windows.Forms.Wizard.Header();
			this.radioBanskytte = new System.Windows.Forms.RadioButton();
			this.radioFieldStandard = new System.Windows.Forms.RadioButton();
			this.label5 = new System.Windows.Forms.Label();
			this.wizardPageTimeDate = new Allberg.Shooter.Windows.Forms.Wizard.WizardPage();
			this.txtStartTime = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.dateTimePickerStart = new System.Windows.Forms.DateTimePicker();
			this.header2 = new Allberg.Shooter.Windows.Forms.Wizard.Header();
			this.wizardPageName = new Allberg.Shooter.Windows.Forms.Wizard.WizardPage();
			this.label19 = new System.Windows.Forms.Label();
			this.txtName = new System.Windows.Forms.TextBox();
			this.label18 = new System.Windows.Forms.Label();
			this.header4 = new Allberg.Shooter.Windows.Forms.Wizard.Header();
			this.wizardPageWelcome = new Allberg.Shooter.Windows.Forms.Wizard.WizardPage();
			this.infoContainerBegin = new Allberg.Shooter.Windows.Forms.Wizard.InfoContainer();
			this.label3 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.wizardPageFinish = new Allberg.Shooter.Windows.Forms.Wizard.WizardPage();
			this.infoContainerFinish = new Allberg.Shooter.Windows.Forms.Wizard.InfoContainer();
			this.label1 = new System.Windows.Forms.Label();
			this.wizardPagePriceMoney = new Allberg.Shooter.Windows.Forms.Wizard.WizardPage();
			this.chkPriceUseSameDeposit = new Allberg.Shooter.Windows.Forms.SafeCheckBox();
			this.numPriceDeposit4 = new System.Windows.Forms.NumericUpDown();
			this.lblPriceDeposit4 = new System.Windows.Forms.Label();
			this.numPriceDeposit3 = new System.Windows.Forms.NumericUpDown();
			this.lblPriceDeposit3 = new System.Windows.Forms.Label();
			this.numPriceDeposit2 = new System.Windows.Forms.NumericUpDown();
			this.lblPriceDeposit2 = new System.Windows.Forms.Label();
			this.numPriceFirst = new System.Windows.Forms.NumericUpDown();
			this.lblPriceFirst = new System.Windows.Forms.Label();
			this.numPriceDeposit1 = new System.Windows.Forms.NumericUpDown();
			this.lblPriceDeposit1 = new System.Windows.Forms.Label();
			this.numPriceShooters = new System.Windows.Forms.NumericUpDown();
			this.numPriceRepay = new System.Windows.Forms.NumericUpDown();
			this.lblPriceShooters = new System.Windows.Forms.Label();
			this.lblPriceRepay = new System.Windows.Forms.Label();
			this.chkPriceMoney = new System.Windows.Forms.CheckBox();
			this.label17 = new System.Windows.Forms.Label();
			this.header3 = new Allberg.Shooter.Windows.Forms.Wizard.Header();
			this.wizardPagePrecisionPatrol = new Allberg.Shooter.Windows.Forms.Wizard.WizardPage();
			this.label22 = new System.Windows.Forms.Label();
			this.DdPrecisionPatrolConnectionType = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.label23 = new System.Windows.Forms.Label();
			this.label24 = new System.Windows.Forms.Label();
			this.label26 = new System.Windows.Forms.Label();
			this.label25 = new System.Windows.Forms.Label();
			this.label27 = new System.Windows.Forms.Label();
			this.label29 = new System.Windows.Forms.Label();
			this.header5 = new Allberg.Shooter.Windows.Forms.Wizard.Header();
			this.numPrecisionPatrolSize = new System.Windows.Forms.NumericUpDown();
			this.numPrecisionPatrolTimeBetween = new System.Windows.Forms.NumericUpDown();
			this.ddCompetitionType = new Allberg.Shooter.Windows.Forms.SafeComboBox();
			this.lblPriceDeposit = new System.Windows.Forms.Label();
			this.label28 = new System.Windows.Forms.Label();
			this.label30 = new System.Windows.Forms.Label();
			this.label31 = new System.Windows.Forms.Label();
			this.numPriceDeposit = new System.Windows.Forms.NumericUpDown();
			this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
			this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
			this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
			this.wizardCtrl.SuspendLayout();
			this.wizardPageFieldPatrol.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numFieldPatrolRestTime)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numFieldPatrolSize)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numFieldPatrolTimeBetween)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numFieldPatrolTime)).BeginInit();
			this.wizardPageCompetitionType.SuspendLayout();
			this.wizardPageTimeDate.SuspendLayout();
			this.wizardPageName.SuspendLayout();
			this.wizardPageWelcome.SuspendLayout();
			this.infoContainerBegin.SuspendLayout();
			this.wizardPageFinish.SuspendLayout();
			this.infoContainerFinish.SuspendLayout();
			this.wizardPagePriceMoney.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numPriceDeposit4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceDeposit3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceDeposit2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceFirst)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceDeposit1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceShooters)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceRepay)).BeginInit();
			this.wizardPagePrecisionPatrol.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.numPrecisionPatrolSize)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPrecisionPatrolTimeBetween)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceDeposit)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
			this.SuspendLayout();
			// 
			// wizardCtrl
			// 
			this.wizardCtrl.Controls.Add(this.wizardPagePrecisionPatrol);
			this.wizardCtrl.Controls.Add(this.wizardPageFieldPatrol);
			this.wizardCtrl.Controls.Add(this.wizardPageCompetitionType);
			this.wizardCtrl.Controls.Add(this.wizardPageTimeDate);
			this.wizardCtrl.Controls.Add(this.wizardPageName);
			this.wizardCtrl.Controls.Add(this.wizardPageWelcome);
			this.wizardCtrl.Controls.Add(this.wizardPageFinish);
			this.wizardCtrl.Controls.Add(this.wizardPagePriceMoney);
			this.wizardCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.wizardCtrl.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.wizardCtrl.Location = new System.Drawing.Point(0, 0);
			this.wizardCtrl.Name = "wizardCtrl";
			this.wizardCtrl.Pages.AddRange(new Allberg.Shooter.Windows.Forms.Wizard.WizardPage[] {
            this.wizardPageWelcome,
            this.wizardPageName,
            this.wizardPageTimeDate,
            this.wizardPageCompetitionType,
            this.wizardPageFieldPatrol,
            this.wizardPagePrecisionPatrol,
            this.wizardPagePriceMoney,
            this.wizardPageFinish});
			this.wizardCtrl.Size = new System.Drawing.Size(496, 358);
			this.wizardCtrl.TabIndex = 0;
			// 
			// wizardPageFieldPatrol
			// 
			this.wizardPageFieldPatrol.Controls.Add(this.label21);
			this.wizardPageFieldPatrol.Controls.Add(this.DDFieldPatrolConnectionType);
			this.wizardPageFieldPatrol.Controls.Add(this.label20);
			this.wizardPageFieldPatrol.Controls.Add(this.label16);
			this.wizardPageFieldPatrol.Controls.Add(this.numFieldPatrolRestTime);
			this.wizardPageFieldPatrol.Controls.Add(this.label15);
			this.wizardPageFieldPatrol.Controls.Add(this.label14);
			this.wizardPageFieldPatrol.Controls.Add(this.numFieldPatrolSize);
			this.wizardPageFieldPatrol.Controls.Add(this.label13);
			this.wizardPageFieldPatrol.Controls.Add(this.label12);
			this.wizardPageFieldPatrol.Controls.Add(this.numFieldPatrolTimeBetween);
			this.wizardPageFieldPatrol.Controls.Add(this.label11);
			this.wizardPageFieldPatrol.Controls.Add(this.label10);
			this.wizardPageFieldPatrol.Controls.Add(this.numFieldPatrolTime);
			this.wizardPageFieldPatrol.Controls.Add(this.label9);
			this.wizardPageFieldPatrol.Controls.Add(this.label8);
			this.wizardPageFieldPatrol.Controls.Add(this.header1);
			this.wizardPageFieldPatrol.Dock = System.Windows.Forms.DockStyle.Fill;
			this.wizardPageFieldPatrol.IsFinishPage = false;
			this.wizardPageFieldPatrol.Location = new System.Drawing.Point(0, 0);
			this.wizardPageFieldPatrol.Name = "wizardPageFieldPatrol";
			this.wizardPageFieldPatrol.Size = new System.Drawing.Size(496, 310);
			this.wizardPageFieldPatrol.TabIndex = 5;
			// 
			// label21
			// 
			this.label21.Location = new System.Drawing.Point(208, 251);
			this.label21.Name = "label21";
			this.label21.Size = new System.Drawing.Size(280, 33);
			this.label21.TabIndex = 31;
			this.label21.Text = "Patrulltyp definierar vilka skytteklasser som kan \"samsas\" i samma patrull. Se ma" +
				"nualen för mer info.";
			// 
			// DDFieldPatrolConnectionType
			// 
			this.DDFieldPatrolConnectionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.DDFieldPatrolConnectionType.FormattingEnabled = true;
			this.DDFieldPatrolConnectionType.Items.AddRange(new object[] {
            "A,B,C,R,M",
            "A+R,B+C,M",
            "A+R,B,C,M",
            "A+R+B+C+M"});
			this.DDFieldPatrolConnectionType.Location = new System.Drawing.Point(99, 251);
			this.DDFieldPatrolConnectionType.Name = "DDFieldPatrolConnectionType";
			this.DDFieldPatrolConnectionType.Size = new System.Drawing.Size(96, 21);
			this.DDFieldPatrolConnectionType.TabIndex = 30;
			// 
			// label20
			// 
			this.label20.AutoSize = true;
			this.label20.Location = new System.Drawing.Point(40, 251);
			this.label20.Name = "label20";
			this.label20.Size = new System.Drawing.Size(53, 13);
			this.label20.TabIndex = 29;
			this.label20.Text = "Patrulltyp";
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(208, 192);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(280, 56);
			this.label16.TabIndex = 13;
			this.label16.Text = resources.GetString("label16.Text");
			// 
			// numFieldPatrolRestTime
			// 
			this.numFieldPatrolRestTime.Location = new System.Drawing.Point(152, 192);
			this.numFieldPatrolRestTime.Maximum = new decimal(new int[] {
            120,
            0,
            0,
            0});
			this.numFieldPatrolRestTime.Name = "numFieldPatrolRestTime";
			this.numFieldPatrolRestTime.Size = new System.Drawing.Size(40, 21);
			this.numFieldPatrolRestTime.TabIndex = 12;
			this.numFieldPatrolRestTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(208, 160);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(280, 32);
			this.label15.TabIndex = 11;
			this.label15.Text = "Det här är max antalet skyttar i en patrull.";
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(40, 192);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(100, 23);
			this.label14.TabIndex = 10;
			this.label14.Text = "Vilotid";
			// 
			// numFieldPatrolSize
			// 
			this.numFieldPatrolSize.Location = new System.Drawing.Point(152, 160);
			this.numFieldPatrolSize.Maximum = new decimal(new int[] {
            15,
            0,
            0,
            0});
			this.numFieldPatrolSize.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numFieldPatrolSize.Name = "numFieldPatrolSize";
			this.numFieldPatrolSize.Size = new System.Drawing.Size(40, 21);
			this.numFieldPatrolSize.TabIndex = 9;
			this.numFieldPatrolSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numFieldPatrolSize.Value = new decimal(new int[] {
            8,
            0,
            0,
            0});
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(40, 160);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(100, 23);
			this.label13.TabIndex = 8;
			this.label13.Text = "Patrullstorlek";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(208, 128);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(280, 32);
			this.label12.TabIndex = 7;
			this.label12.Text = "Det här är tiden i minuter mellan patruller. ";
			// 
			// numFieldPatrolTimeBetween
			// 
			this.numFieldPatrolTimeBetween.Location = new System.Drawing.Point(152, 128);
			this.numFieldPatrolTimeBetween.Maximum = new decimal(new int[] {
            90,
            0,
            0,
            0});
			this.numFieldPatrolTimeBetween.Minimum = new decimal(new int[] {
            5,
            0,
            0,
            0});
			this.numFieldPatrolTimeBetween.Name = "numFieldPatrolTimeBetween";
			this.numFieldPatrolTimeBetween.Size = new System.Drawing.Size(40, 21);
			this.numFieldPatrolTimeBetween.TabIndex = 6;
			this.numFieldPatrolTimeBetween.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numFieldPatrolTimeBetween.Value = new decimal(new int[] {
            10,
            0,
            0,
            0});
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(40, 128);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(120, 23);
			this.label11.TabIndex = 5;
			this.label11.Text = "Tid mellan patruller";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(208, 96);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(280, 32);
			this.label10.TabIndex = 4;
			this.label10.Text = "Patrulltid är den tid i minuter du beräknar att det kommer att ta för en patrull " +
				"att gå runt ett varv.";
			// 
			// numFieldPatrolTime
			// 
			this.numFieldPatrolTime.Location = new System.Drawing.Point(152, 96);
			this.numFieldPatrolTime.Maximum = new decimal(new int[] {
            240,
            0,
            0,
            0});
			this.numFieldPatrolTime.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numFieldPatrolTime.Name = "numFieldPatrolTime";
			this.numFieldPatrolTime.Size = new System.Drawing.Size(40, 21);
			this.numFieldPatrolTime.TabIndex = 3;
			this.numFieldPatrolTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numFieldPatrolTime.Value = new decimal(new int[] {
            60,
            0,
            0,
            0});
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(40, 96);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(80, 23);
			this.label9.TabIndex = 2;
			this.label9.Text = "Patrulltid";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(8, 72);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(480, 23);
			this.label8.TabIndex = 1;
			this.label8.Text = "Här anger du information om patrullerna";
			// 
			// header1
			// 
			this.header1.BackColor = System.Drawing.SystemColors.Control;
			this.header1.CausesValidation = false;
			this.header1.Description = "";
			this.header1.Dock = System.Windows.Forms.DockStyle.Top;
			this.header1.Location = new System.Drawing.Point(0, 0);
			this.header1.Name = "header1";
			this.header1.Size = new System.Drawing.Size(496, 64);
			this.header1.TabIndex = 0;
			this.header1.Title = "Fältskytte - Information om patrullerna";
			// 
			// wizardPageCompetitionType
			// 
			this.wizardPageCompetitionType.Controls.Add(this.safeLabel4);
			this.wizardPageCompetitionType.Controls.Add(this.safeLabel3);
			this.wizardPageCompetitionType.Controls.Add(this.safeLabel2);
			this.wizardPageCompetitionType.Controls.Add(this.safeLabel1);
			this.wizardPageCompetitionType.Controls.Add(this.ddChampionshipType);
			this.wizardPageCompetitionType.Controls.Add(this.radioFieldMagnum);
			this.wizardPageCompetitionType.Controls.Add(this.chkDoFinalShooting);
			this.wizardPageCompetitionType.Controls.Add(this.radioFieldNorwegian);
			this.wizardPageCompetitionType.Controls.Add(this.headerCompetitionType);
			this.wizardPageCompetitionType.Controls.Add(this.radioBanskytte);
			this.wizardPageCompetitionType.Controls.Add(this.radioFieldStandard);
			this.wizardPageCompetitionType.Controls.Add(this.label5);
			this.wizardPageCompetitionType.Dock = System.Windows.Forms.DockStyle.Fill;
			this.wizardPageCompetitionType.IsFinishPage = false;
			this.wizardPageCompetitionType.Location = new System.Drawing.Point(0, 0);
			this.wizardPageCompetitionType.Name = "wizardPageCompetitionType";
			this.wizardPageCompetitionType.Size = new System.Drawing.Size(496, 310);
			this.wizardPageCompetitionType.TabIndex = 2;
			// 
			// safeLabel4
			// 
			this.safeLabel4.AutoSize = true;
			this.safeLabel4.Location = new System.Drawing.Point(227, 262);
			this.safeLabel4.Name = "safeLabel4";
			this.safeLabel4.Size = new System.Drawing.Size(235, 13);
			this.safeLabel4.TabIndex = 12;
			this.safeLabel4.Text = "Klubbtävlingen har inte några standardmedaljer";
			// 
			// safeLabel3
			// 
			this.safeLabel3.AutoSize = true;
			this.safeLabel3.Location = new System.Drawing.Point(227, 231);
			this.safeLabel3.Name = "safeLabel3";
			this.safeLabel3.Size = new System.Drawing.Size(45, 13);
			this.safeLabel3.TabIndex = 11;
			this.safeLabel3.Text = "och SM.";
			// 
			// safeLabel2
			// 
			this.safeLabel2.AutoSize = true;
			this.safeLabel2.Location = new System.Drawing.Point(226, 217);
			this.safeLabel2.Name = "safeLabel2";
			this.safeLabel2.Size = new System.Drawing.Size(262, 13);
			this.safeLabel2.TabIndex = 10;
			this.safeLabel2.Text = "annorlunda för \"normal\" tävling, landsdelsmästerskap";
			// 
			// safeLabel1
			// 
			this.safeLabel1.AutoSize = true;
			this.safeLabel1.Location = new System.Drawing.Point(226, 204);
			this.safeLabel1.Name = "safeLabel1";
			this.safeLabel1.Size = new System.Drawing.Size(245, 13);
			this.safeLabel1.TabIndex = 9;
			this.safeLabel1.Text = "Enligt SHB så är hanteringen av standardmedaljer";
			// 
			// ddChampionshipType
			// 
			this.ddChampionshipType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ddChampionshipType.FormattingEnabled = true;
			this.ddChampionshipType.Items.AddRange(new object[] {
            "Klubbtävling",
            "Nationellt tävling",
            "Kretsmästerskap",
            "Landsdelsmästerskap",
            "SM"});
			this.ddChampionshipType.Location = new System.Drawing.Point(56, 239);
			this.ddChampionshipType.Name = "ddChampionshipType";
			this.ddChampionshipType.Size = new System.Drawing.Size(160, 21);
			this.ddChampionshipType.TabIndex = 8;
			// 
			// radioFieldMagnum
			// 
			this.radioFieldMagnum.Location = new System.Drawing.Point(56, 152);
			this.radioFieldMagnum.Name = "radioFieldMagnum";
			this.radioFieldMagnum.Size = new System.Drawing.Size(160, 24);
			this.radioFieldMagnum.TabIndex = 7;
			this.radioFieldMagnum.Text = "Magnumfältskyttetävling";
			// 
			// chkDoFinalShooting
			// 
			this.chkDoFinalShooting.Location = new System.Drawing.Point(56, 208);
			this.chkDoFinalShooting.Name = "chkDoFinalShooting";
			this.chkDoFinalShooting.Size = new System.Drawing.Size(360, 24);
			this.chkDoFinalShooting.TabIndex = 6;
			this.chkDoFinalShooting.Text = "Särskjutning ska användas";
			// 
			// radioFieldNorwegian
			// 
			this.radioFieldNorwegian.Location = new System.Drawing.Point(56, 128);
			this.radioFieldNorwegian.Name = "radioFieldNorwegian";
			this.radioFieldNorwegian.Size = new System.Drawing.Size(160, 24);
			this.radioFieldNorwegian.TabIndex = 5;
			this.radioFieldNorwegian.Text = "Poängfältskyttetävling";
			// 
			// headerCompetitionType
			// 
			this.headerCompetitionType.BackColor = System.Drawing.SystemColors.Control;
			this.headerCompetitionType.CausesValidation = false;
			this.headerCompetitionType.Description = "";
			this.headerCompetitionType.Dock = System.Windows.Forms.DockStyle.Top;
			this.headerCompetitionType.Location = new System.Drawing.Point(0, 0);
			this.headerCompetitionType.Name = "headerCompetitionType";
			this.headerCompetitionType.Size = new System.Drawing.Size(496, 64);
			this.headerCompetitionType.TabIndex = 4;
			this.headerCompetitionType.Title = "Typ av tävling";
			// 
			// radioBanskytte
			// 
			this.radioBanskytte.Location = new System.Drawing.Point(56, 176);
			this.radioBanskytte.Name = "radioBanskytte";
			this.radioBanskytte.Size = new System.Drawing.Size(160, 24);
			this.radioBanskytte.TabIndex = 3;
			this.radioBanskytte.Text = "Precisionstävling";
			// 
			// radioFieldStandard
			// 
			this.radioFieldStandard.Location = new System.Drawing.Point(56, 104);
			this.radioFieldStandard.Name = "radioFieldStandard";
			this.radioFieldStandard.Size = new System.Drawing.Size(160, 24);
			this.radioFieldStandard.TabIndex = 2;
			this.radioFieldStandard.Text = "Fältskyttetävling";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(16, 72);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(360, 24);
			this.label5.TabIndex = 1;
			this.label5.Text = "Välj vilken typ av tävling som du vill skapa och tryck på Nästa.";
			// 
			// wizardPageTimeDate
			// 
			this.wizardPageTimeDate.Controls.Add(this.txtStartTime);
			this.wizardPageTimeDate.Controls.Add(this.label7);
			this.wizardPageTimeDate.Controls.Add(this.label6);
			this.wizardPageTimeDate.Controls.Add(this.label4);
			this.wizardPageTimeDate.Controls.Add(this.dateTimePickerStart);
			this.wizardPageTimeDate.Controls.Add(this.header2);
			this.wizardPageTimeDate.Dock = System.Windows.Forms.DockStyle.Fill;
			this.wizardPageTimeDate.IsFinishPage = false;
			this.wizardPageTimeDate.Location = new System.Drawing.Point(0, 0);
			this.wizardPageTimeDate.Name = "wizardPageTimeDate";
			this.wizardPageTimeDate.Size = new System.Drawing.Size(496, 310);
			this.wizardPageTimeDate.TabIndex = 4;
			// 
			// txtStartTime
			// 
			this.txtStartTime.Location = new System.Drawing.Point(152, 136);
			this.txtStartTime.Name = "txtStartTime";
			this.txtStartTime.Size = new System.Drawing.Size(100, 21);
			this.txtStartTime.TabIndex = 5;
			this.txtStartTime.Text = "08:00";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(48, 136);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(100, 23);
			this.label7.TabIndex = 4;
			this.label7.Text = "Tid";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(48, 112);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(100, 23);
			this.label6.TabIndex = 3;
			this.label6.Text = "Datum";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(48, 80);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(312, 23);
			this.label4.TabIndex = 2;
			this.label4.Text = "Välj ett datum och en tid för när tävlingen ska starta";
			// 
			// dateTimePickerStart
			// 
			this.dateTimePickerStart.Location = new System.Drawing.Point(152, 112);
			this.dateTimePickerStart.Name = "dateTimePickerStart";
			this.dateTimePickerStart.Size = new System.Drawing.Size(200, 21);
			this.dateTimePickerStart.TabIndex = 1;
			// 
			// header2
			// 
			this.header2.BackColor = System.Drawing.SystemColors.Control;
			this.header2.CausesValidation = false;
			this.header2.Description = "";
			this.header2.Location = new System.Drawing.Point(0, 0);
			this.header2.Name = "header2";
			this.header2.Size = new System.Drawing.Size(496, 64);
			this.header2.TabIndex = 0;
			this.header2.Title = "Tävlingens datum och tid";
			// 
			// wizardPageName
			// 
			this.wizardPageName.Controls.Add(this.label19);
			this.wizardPageName.Controls.Add(this.txtName);
			this.wizardPageName.Controls.Add(this.label18);
			this.wizardPageName.Controls.Add(this.header4);
			this.wizardPageName.Dock = System.Windows.Forms.DockStyle.Fill;
			this.wizardPageName.IsFinishPage = false;
			this.wizardPageName.Location = new System.Drawing.Point(0, 0);
			this.wizardPageName.Name = "wizardPageName";
			this.wizardPageName.Size = new System.Drawing.Size(496, 310);
			this.wizardPageName.TabIndex = 7;
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(32, 184);
			this.label19.Name = "label19";
			this.label19.Size = new System.Drawing.Size(392, 23);
			this.label19.TabIndex = 3;
			this.label19.Text = "Detta namn kommer att synas t.ex. på utskrifter och exporter.";
			// 
			// txtName
			// 
			this.txtName.Location = new System.Drawing.Point(152, 96);
			this.txtName.Name = "txtName";
			this.txtName.Size = new System.Drawing.Size(280, 21);
			this.txtName.TabIndex = 2;
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(24, 96);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(120, 32);
			this.label18.TabIndex = 1;
			this.label18.Text = "Ange tävlingens namn. ";
			// 
			// header4
			// 
			this.header4.BackColor = System.Drawing.SystemColors.Control;
			this.header4.CausesValidation = false;
			this.header4.Description = "";
			this.header4.Dock = System.Windows.Forms.DockStyle.Top;
			this.header4.Location = new System.Drawing.Point(0, 0);
			this.header4.Name = "header4";
			this.header4.Size = new System.Drawing.Size(496, 64);
			this.header4.TabIndex = 0;
			this.header4.Title = "Tävlingens namn";
			// 
			// wizardPageWelcome
			// 
			this.wizardPageWelcome.Controls.Add(this.infoContainerBegin);
			this.wizardPageWelcome.Dock = System.Windows.Forms.DockStyle.Fill;
			this.wizardPageWelcome.IsFinishPage = false;
			this.wizardPageWelcome.Location = new System.Drawing.Point(0, 0);
			this.wizardPageWelcome.Name = "wizardPageWelcome";
			this.wizardPageWelcome.Size = new System.Drawing.Size(496, 310);
			this.wizardPageWelcome.TabIndex = 1;
			// 
			// infoContainerBegin
			// 
			this.infoContainerBegin.BackColor = System.Drawing.Color.White;
			this.infoContainerBegin.Controls.Add(this.label3);
			this.infoContainerBegin.Controls.Add(this.label2);
			this.infoContainerBegin.Dock = System.Windows.Forms.DockStyle.Fill;
			this.infoContainerBegin.Image = ((System.Drawing.Image)(resources.GetObject("infoContainerBegin.Image")));
			this.infoContainerBegin.Location = new System.Drawing.Point(0, 0);
			this.infoContainerBegin.Name = "infoContainerBegin";
			this.infoContainerBegin.PageTitle = "Välkommen till guiden Skapa ny tävling";
			this.infoContainerBegin.Size = new System.Drawing.Size(496, 310);
			this.infoContainerBegin.TabIndex = 0;
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(176, 272);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(200, 23);
			this.label3.TabIndex = 9;
			this.label3.Text = "Tryck på Nästa för att fortsätta.";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(168, 64);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(320, 112);
			this.label2.TabIndex = 8;
			this.label2.Text = "Den här guiden kommer att hjälpa dig att skapa en ny tävling genom att gå igenom " +
				"ett antal steg.";
			// 
			// wizardPageFinish
			// 
			this.wizardPageFinish.Controls.Add(this.infoContainerFinish);
			this.wizardPageFinish.Dock = System.Windows.Forms.DockStyle.Fill;
			this.wizardPageFinish.IsFinishPage = true;
			this.wizardPageFinish.Location = new System.Drawing.Point(0, 0);
			this.wizardPageFinish.Name = "wizardPageFinish";
			this.wizardPageFinish.Size = new System.Drawing.Size(496, 310);
			this.wizardPageFinish.TabIndex = 3;
			// 
			// infoContainerFinish
			// 
			this.infoContainerFinish.BackColor = System.Drawing.Color.White;
			this.infoContainerFinish.Controls.Add(this.label1);
			this.infoContainerFinish.Dock = System.Windows.Forms.DockStyle.Fill;
			this.infoContainerFinish.Image = ((System.Drawing.Image)(resources.GetObject("infoContainerFinish.Image")));
			this.infoContainerFinish.Location = new System.Drawing.Point(0, 0);
			this.infoContainerFinish.Name = "infoContainerFinish";
			this.infoContainerFinish.PageTitle = "Slutför guiden Skapa ny tävling";
			this.infoContainerFinish.Size = new System.Drawing.Size(496, 310);
			this.infoContainerFinish.TabIndex = 0;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(176, 56);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(320, 88);
			this.label1.TabIndex = 8;
			this.label1.Text = "När du trycker på slutför så skapas tävlingen utifrån det värden som du nyss mata" +
				"t in.";
			// 
			// wizardPagePriceMoney
			// 
			this.wizardPagePriceMoney.Controls.Add(this.chkPriceUseSameDeposit);
			this.wizardPagePriceMoney.Controls.Add(this.numPriceDeposit4);
			this.wizardPagePriceMoney.Controls.Add(this.lblPriceDeposit4);
			this.wizardPagePriceMoney.Controls.Add(this.numPriceDeposit3);
			this.wizardPagePriceMoney.Controls.Add(this.lblPriceDeposit3);
			this.wizardPagePriceMoney.Controls.Add(this.numPriceDeposit2);
			this.wizardPagePriceMoney.Controls.Add(this.lblPriceDeposit2);
			this.wizardPagePriceMoney.Controls.Add(this.numPriceFirst);
			this.wizardPagePriceMoney.Controls.Add(this.lblPriceFirst);
			this.wizardPagePriceMoney.Controls.Add(this.numPriceDeposit1);
			this.wizardPagePriceMoney.Controls.Add(this.lblPriceDeposit1);
			this.wizardPagePriceMoney.Controls.Add(this.numPriceShooters);
			this.wizardPagePriceMoney.Controls.Add(this.numPriceRepay);
			this.wizardPagePriceMoney.Controls.Add(this.lblPriceShooters);
			this.wizardPagePriceMoney.Controls.Add(this.lblPriceRepay);
			this.wizardPagePriceMoney.Controls.Add(this.chkPriceMoney);
			this.wizardPagePriceMoney.Controls.Add(this.label17);
			this.wizardPagePriceMoney.Controls.Add(this.header3);
			this.wizardPagePriceMoney.Dock = System.Windows.Forms.DockStyle.Fill;
			this.wizardPagePriceMoney.IsFinishPage = false;
			this.wizardPagePriceMoney.Location = new System.Drawing.Point(0, 0);
			this.wizardPagePriceMoney.Name = "wizardPagePriceMoney";
			this.wizardPagePriceMoney.Size = new System.Drawing.Size(496, 310);
			this.wizardPagePriceMoney.TabIndex = 6;
			// 
			// chkPriceUseSameDeposit
			// 
			this.chkPriceUseSameDeposit.AutoSize = true;
			this.chkPriceUseSameDeposit.Checked = true;
			this.chkPriceUseSameDeposit.CheckState = System.Windows.Forms.CheckState.Checked;
			this.chkPriceUseSameDeposit.Location = new System.Drawing.Point(24, 209);
			this.chkPriceUseSameDeposit.Name = "chkPriceUseSameDeposit";
			this.chkPriceUseSameDeposit.Size = new System.Drawing.Size(242, 17);
			this.chkPriceUseSameDeposit.TabIndex = 17;
			this.chkPriceUseSameDeposit.Text = "Använd samma anmälningsavgift på alla varv";
			this.chkPriceUseSameDeposit.UseVisualStyleBackColor = true;
			this.chkPriceUseSameDeposit.CheckedChanged += new System.EventHandler(this.chkPriceUseSameDeposit_CheckedChanged);
			// 
			// numPriceDeposit4
			// 
			this.numPriceDeposit4.Enabled = false;
			this.numPriceDeposit4.Location = new System.Drawing.Point(338, 256);
			this.numPriceDeposit4.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
			this.numPriceDeposit4.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numPriceDeposit4.Name = "numPriceDeposit4";
			this.numPriceDeposit4.Size = new System.Drawing.Size(48, 21);
			this.numPriceDeposit4.TabIndex = 16;
			this.numPriceDeposit4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPriceDeposit4.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
			// 
			// lblPriceDeposit4
			// 
			this.lblPriceDeposit4.Location = new System.Drawing.Point(211, 256);
			this.lblPriceDeposit4.Name = "lblPriceDeposit4";
			this.lblPriceDeposit4.Size = new System.Drawing.Size(131, 23);
			this.lblPriceDeposit4.TabIndex = 15;
			this.lblPriceDeposit4.Text = "Anmälningsavgift varv 4";
			// 
			// numPriceDeposit3
			// 
			this.numPriceDeposit3.Enabled = false;
			this.numPriceDeposit3.Location = new System.Drawing.Point(151, 254);
			this.numPriceDeposit3.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
			this.numPriceDeposit3.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numPriceDeposit3.Name = "numPriceDeposit3";
			this.numPriceDeposit3.Size = new System.Drawing.Size(48, 21);
			this.numPriceDeposit3.TabIndex = 14;
			this.numPriceDeposit3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPriceDeposit3.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
			// 
			// lblPriceDeposit3
			// 
			this.lblPriceDeposit3.Location = new System.Drawing.Point(24, 254);
			this.lblPriceDeposit3.Name = "lblPriceDeposit3";
			this.lblPriceDeposit3.Size = new System.Drawing.Size(131, 23);
			this.lblPriceDeposit3.TabIndex = 13;
			this.lblPriceDeposit3.Text = "Anmälningsavgift varv 3";
			// 
			// numPriceDeposit2
			// 
			this.numPriceDeposit2.Enabled = false;
			this.numPriceDeposit2.Location = new System.Drawing.Point(338, 233);
			this.numPriceDeposit2.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
			this.numPriceDeposit2.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numPriceDeposit2.Name = "numPriceDeposit2";
			this.numPriceDeposit2.Size = new System.Drawing.Size(48, 21);
			this.numPriceDeposit2.TabIndex = 12;
			this.numPriceDeposit2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPriceDeposit2.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
			// 
			// lblPriceDeposit2
			// 
			this.lblPriceDeposit2.Location = new System.Drawing.Point(211, 233);
			this.lblPriceDeposit2.Name = "lblPriceDeposit2";
			this.lblPriceDeposit2.Size = new System.Drawing.Size(131, 23);
			this.lblPriceDeposit2.TabIndex = 11;
			this.lblPriceDeposit2.Text = "Anmälningsavgift varv 2";
			// 
			// numPriceFirst
			// 
			this.numPriceFirst.Location = new System.Drawing.Point(151, 183);
			this.numPriceFirst.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
			this.numPriceFirst.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numPriceFirst.Name = "numPriceFirst";
			this.numPriceFirst.Size = new System.Drawing.Size(48, 21);
			this.numPriceFirst.TabIndex = 10;
			this.numPriceFirst.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPriceFirst.Value = new decimal(new int[] {
            250,
            0,
            0,
            0});
			// 
			// lblPriceFirst
			// 
			this.lblPriceFirst.Location = new System.Drawing.Point(24, 183);
			this.lblPriceFirst.Name = "lblPriceFirst";
			this.lblPriceFirst.Size = new System.Drawing.Size(100, 23);
			this.lblPriceFirst.TabIndex = 9;
			this.lblPriceFirst.Text = "Förstapris";
			// 
			// numPriceDeposit1
			// 
			this.numPriceDeposit1.Location = new System.Drawing.Point(151, 231);
			this.numPriceDeposit1.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
			this.numPriceDeposit1.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numPriceDeposit1.Name = "numPriceDeposit1";
			this.numPriceDeposit1.Size = new System.Drawing.Size(48, 21);
			this.numPriceDeposit1.TabIndex = 8;
			this.numPriceDeposit1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPriceDeposit1.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
			// 
			// lblPriceDeposit1
			// 
			this.lblPriceDeposit1.Location = new System.Drawing.Point(24, 231);
			this.lblPriceDeposit1.Name = "lblPriceDeposit1";
			this.lblPriceDeposit1.Size = new System.Drawing.Size(131, 23);
			this.lblPriceDeposit1.TabIndex = 7;
			this.lblPriceDeposit1.Text = "Anmälningsavgift varv 1";
			// 
			// numPriceShooters
			// 
			this.numPriceShooters.Location = new System.Drawing.Point(151, 160);
			this.numPriceShooters.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numPriceShooters.Name = "numPriceShooters";
			this.numPriceShooters.Size = new System.Drawing.Size(48, 21);
			this.numPriceShooters.TabIndex = 6;
			this.numPriceShooters.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPriceShooters.Value = new decimal(new int[] {
            25,
            0,
            0,
            0});
			// 
			// numPriceRepay
			// 
			this.numPriceRepay.Location = new System.Drawing.Point(151, 136);
			this.numPriceRepay.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numPriceRepay.Name = "numPriceRepay";
			this.numPriceRepay.Size = new System.Drawing.Size(48, 21);
			this.numPriceRepay.TabIndex = 5;
			this.numPriceRepay.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPriceRepay.Value = new decimal(new int[] {
            40,
            0,
            0,
            0});
			// 
			// lblPriceShooters
			// 
			this.lblPriceShooters.Location = new System.Drawing.Point(24, 160);
			this.lblPriceShooters.Name = "lblPriceShooters";
			this.lblPriceShooters.Size = new System.Drawing.Size(120, 23);
			this.lblPriceShooters.TabIndex = 4;
			this.lblPriceShooters.Text = "Skytttar med pris (%)";
			// 
			// lblPriceRepay
			// 
			this.lblPriceRepay.Location = new System.Drawing.Point(24, 136);
			this.lblPriceRepay.Name = "lblPriceRepay";
			this.lblPriceRepay.Size = new System.Drawing.Size(120, 23);
			this.lblPriceRepay.TabIndex = 3;
			this.lblPriceRepay.Text = "Återbetalning (%)";
			// 
			// chkPriceMoney
			// 
			this.chkPriceMoney.Location = new System.Drawing.Point(24, 112);
			this.chkPriceMoney.Name = "chkPriceMoney";
			this.chkPriceMoney.Size = new System.Drawing.Size(416, 24);
			this.chkPriceMoney.TabIndex = 2;
			this.chkPriceMoney.Text = "Ja, jag vill använda Winshooters automatiska fördelning av prispengar";
			this.chkPriceMoney.CheckedChanged += new System.EventHandler(this.chkPriceMoney_CheckedChanged);
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(24, 80);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(416, 32);
			this.label17.TabIndex = 1;
			this.label17.Text = "Winshooter kan automatiskt fördela prispengar. Vill du använda automatisk prispen" +
				"gaberäkning?";
			// 
			// header3
			// 
			this.header3.BackColor = System.Drawing.SystemColors.Control;
			this.header3.CausesValidation = false;
			this.header3.Description = "";
			this.header3.Dock = System.Windows.Forms.DockStyle.Top;
			this.header3.Location = new System.Drawing.Point(0, 0);
			this.header3.Name = "header3";
			this.header3.Size = new System.Drawing.Size(496, 64);
			this.header3.TabIndex = 0;
			this.header3.Title = "Prispengar";
			// 
			// wizardPagePrecisionPatrol
			// 
			this.wizardPagePrecisionPatrol.Controls.Add(this.label22);
			this.wizardPagePrecisionPatrol.Controls.Add(this.DdPrecisionPatrolConnectionType);
			this.wizardPagePrecisionPatrol.Controls.Add(this.label23);
			this.wizardPagePrecisionPatrol.Controls.Add(this.label24);
			this.wizardPagePrecisionPatrol.Controls.Add(this.label26);
			this.wizardPagePrecisionPatrol.Controls.Add(this.label25);
			this.wizardPagePrecisionPatrol.Controls.Add(this.label27);
			this.wizardPagePrecisionPatrol.Controls.Add(this.label29);
			this.wizardPagePrecisionPatrol.Controls.Add(this.header5);
			this.wizardPagePrecisionPatrol.Controls.Add(this.numPrecisionPatrolSize);
			this.wizardPagePrecisionPatrol.Controls.Add(this.numPrecisionPatrolTimeBetween);
			this.wizardPagePrecisionPatrol.Dock = System.Windows.Forms.DockStyle.Fill;
			this.wizardPagePrecisionPatrol.IsFinishPage = false;
			this.wizardPagePrecisionPatrol.Location = new System.Drawing.Point(0, 0);
			this.wizardPagePrecisionPatrol.Name = "wizardPagePrecisionPatrol";
			this.wizardPagePrecisionPatrol.Size = new System.Drawing.Size(496, 310);
			this.wizardPagePrecisionPatrol.TabIndex = 8;
			// 
			// label22
			// 
			this.label22.Location = new System.Drawing.Point(213, 164);
			this.label22.Name = "label22";
			this.label22.Size = new System.Drawing.Size(280, 132);
			this.label22.TabIndex = 38;
			this.label22.Text = resources.GetString("label22.Text");
			// 
			// DdPrecisionPatrolConnectionType
			// 
			this.DdPrecisionPatrolConnectionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.DdPrecisionPatrolConnectionType.FormattingEnabled = true;
			this.DdPrecisionPatrolConnectionType.Items.AddRange(new object[] {
            "A,B,C,R,M",
            "A+R,B+C,M",
            "A+R,B,C,M",
            "A+R+B+C+M"});
			this.DdPrecisionPatrolConnectionType.Location = new System.Drawing.Point(104, 164);
			this.DdPrecisionPatrolConnectionType.Name = "DdPrecisionPatrolConnectionType";
			this.DdPrecisionPatrolConnectionType.Size = new System.Drawing.Size(96, 21);
			this.DdPrecisionPatrolConnectionType.TabIndex = 37;
			// 
			// label23
			// 
			this.label23.AutoSize = true;
			this.label23.Location = new System.Drawing.Point(40, 168);
			this.label23.Name = "label23";
			this.label23.Size = new System.Drawing.Size(66, 13);
			this.label23.TabIndex = 36;
			this.label23.Text = "Skjutlagstyp";
			// 
			// label24
			// 
			this.label24.Location = new System.Drawing.Point(208, 136);
			this.label24.Name = "label24";
			this.label24.Size = new System.Drawing.Size(280, 32);
			this.label24.TabIndex = 35;
			this.label24.Text = "Det här är max antalet skyttar i ett lag.";
			// 
			// label26
			// 
			this.label26.Location = new System.Drawing.Point(208, 104);
			this.label26.Name = "label26";
			this.label26.Size = new System.Drawing.Size(280, 32);
			this.label26.TabIndex = 34;
			this.label26.Text = "Det här är tiden i minuter mellan start för olika lag.";
			// 
			// label25
			// 
			this.label25.Location = new System.Drawing.Point(40, 136);
			this.label25.Name = "label25";
			this.label25.Size = new System.Drawing.Size(100, 23);
			this.label25.TabIndex = 31;
			this.label25.Text = "Lagstorlek";
			// 
			// label27
			// 
			this.label27.Location = new System.Drawing.Point(40, 104);
			this.label27.Name = "label27";
			this.label27.Size = new System.Drawing.Size(104, 23);
			this.label27.TabIndex = 30;
			this.label27.Text = "Tid mellan skjutlag";
			// 
			// label29
			// 
			this.label29.Location = new System.Drawing.Point(8, 72);
			this.label29.Name = "label29";
			this.label29.Size = new System.Drawing.Size(472, 23);
			this.label29.TabIndex = 28;
			this.label29.Text = "Här anger du information om skjutlag";
			// 
			// header5
			// 
			this.header5.BackColor = System.Drawing.SystemColors.Control;
			this.header5.CausesValidation = false;
			this.header5.Description = "";
			this.header5.Dock = System.Windows.Forms.DockStyle.Top;
			this.header5.Location = new System.Drawing.Point(0, 0);
			this.header5.Name = "header5";
			this.header5.Size = new System.Drawing.Size(496, 64);
			this.header5.TabIndex = 27;
			this.header5.Title = "Precisionsskytte - Information om lagen";
			// 
			// numPrecisionPatrolSize
			// 
			this.numPrecisionPatrolSize.Location = new System.Drawing.Point(152, 136);
			this.numPrecisionPatrolSize.Maximum = new decimal(new int[] {
            350,
            0,
            0,
            0});
			this.numPrecisionPatrolSize.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
			this.numPrecisionPatrolSize.Name = "numPrecisionPatrolSize";
			this.numPrecisionPatrolSize.Size = new System.Drawing.Size(48, 21);
			this.numPrecisionPatrolSize.TabIndex = 22;
			this.numPrecisionPatrolSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPrecisionPatrolSize.Value = new decimal(new int[] {
            30,
            0,
            0,
            0});
			// 
			// numPrecisionPatrolTimeBetween
			// 
			this.numPrecisionPatrolTimeBetween.Location = new System.Drawing.Point(152, 104);
			this.numPrecisionPatrolTimeBetween.Maximum = new decimal(new int[] {
            300,
            0,
            0,
            0});
			this.numPrecisionPatrolTimeBetween.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numPrecisionPatrolTimeBetween.Name = "numPrecisionPatrolTimeBetween";
			this.numPrecisionPatrolTimeBetween.Size = new System.Drawing.Size(48, 21);
			this.numPrecisionPatrolTimeBetween.TabIndex = 19;
			this.numPrecisionPatrolTimeBetween.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPrecisionPatrolTimeBetween.Value = new decimal(new int[] {
            105,
            0,
            0,
            0});
			// 
			// ddCompetitionType
			// 
			this.ddCompetitionType.FormattingEnabled = true;
			this.ddCompetitionType.Items.AddRange(new object[] {
            "Lokal tävling",
            "Kretsmästerskap",
            "SM"});
			this.ddCompetitionType.Location = new System.Drawing.Point(56, 239);
			this.ddCompetitionType.Name = "ddCompetitionType";
			this.ddCompetitionType.Size = new System.Drawing.Size(160, 21);
			this.ddCompetitionType.TabIndex = 8;
			// 
			// lblPriceDeposit
			// 
			this.lblPriceDeposit.Location = new System.Drawing.Point(24, 206);
			this.lblPriceDeposit.Name = "lblPriceDeposit";
			this.lblPriceDeposit.Size = new System.Drawing.Size(131, 23);
			this.lblPriceDeposit.TabIndex = 7;
			this.lblPriceDeposit.Text = "Anmälningsavgift varv 1";
			// 
			// label28
			// 
			this.label28.Location = new System.Drawing.Point(24, 229);
			this.label28.Name = "label28";
			this.label28.Size = new System.Drawing.Size(131, 23);
			this.label28.TabIndex = 11;
			this.label28.Text = "Anmälningsavgift varv 2";
			// 
			// label30
			// 
			this.label30.Location = new System.Drawing.Point(24, 252);
			this.label30.Name = "label30";
			this.label30.Size = new System.Drawing.Size(131, 23);
			this.label30.TabIndex = 13;
			this.label30.Text = "Anmälningsavgift varv 3";
			// 
			// label31
			// 
			this.label31.Location = new System.Drawing.Point(24, 275);
			this.label31.Name = "label31";
			this.label31.Size = new System.Drawing.Size(131, 23);
			this.label31.TabIndex = 15;
			this.label31.Text = "Anmälningsavgift varv 4";
			// 
			// numPriceDeposit
			// 
			this.numPriceDeposit.Location = new System.Drawing.Point(151, 206);
			this.numPriceDeposit.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
			this.numPriceDeposit.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numPriceDeposit.Name = "numPriceDeposit";
			this.numPriceDeposit.Size = new System.Drawing.Size(48, 20);
			this.numPriceDeposit.TabIndex = 8;
			this.numPriceDeposit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numPriceDeposit.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
			// 
			// numericUpDown1
			// 
			this.numericUpDown1.Location = new System.Drawing.Point(151, 229);
			this.numericUpDown1.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
			this.numericUpDown1.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numericUpDown1.Name = "numericUpDown1";
			this.numericUpDown1.Size = new System.Drawing.Size(48, 20);
			this.numericUpDown1.TabIndex = 12;
			this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numericUpDown1.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
			// 
			// numericUpDown2
			// 
			this.numericUpDown2.Location = new System.Drawing.Point(151, 252);
			this.numericUpDown2.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
			this.numericUpDown2.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numericUpDown2.Name = "numericUpDown2";
			this.numericUpDown2.Size = new System.Drawing.Size(48, 20);
			this.numericUpDown2.TabIndex = 14;
			this.numericUpDown2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numericUpDown2.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
			// 
			// numericUpDown3
			// 
			this.numericUpDown3.Location = new System.Drawing.Point(151, 275);
			this.numericUpDown3.Maximum = new decimal(new int[] {
            500,
            0,
            0,
            0});
			this.numericUpDown3.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
			this.numericUpDown3.Name = "numericUpDown3";
			this.numericUpDown3.Size = new System.Drawing.Size(48, 20);
			this.numericUpDown3.TabIndex = 16;
			this.numericUpDown3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numericUpDown3.Value = new decimal(new int[] {
            100,
            0,
            0,
            0});
			// 
			// FCompetitionWizard
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(496, 358);
			this.Controls.Add(this.wizardCtrl);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FCompetitionWizard";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Guiden Skapa ny tävling";
			this.wizardCtrl.ResumeLayout(false);
			this.wizardPageFieldPatrol.ResumeLayout(false);
			this.wizardPageFieldPatrol.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numFieldPatrolRestTime)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numFieldPatrolSize)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numFieldPatrolTimeBetween)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numFieldPatrolTime)).EndInit();
			this.wizardPageCompetitionType.ResumeLayout(false);
			this.wizardPageCompetitionType.PerformLayout();
			this.wizardPageTimeDate.ResumeLayout(false);
			this.wizardPageTimeDate.PerformLayout();
			this.wizardPageName.ResumeLayout(false);
			this.wizardPageName.PerformLayout();
			this.wizardPageWelcome.ResumeLayout(false);
			this.infoContainerBegin.ResumeLayout(false);
			this.wizardPageFinish.ResumeLayout(false);
			this.infoContainerFinish.ResumeLayout(false);
			this.wizardPagePriceMoney.ResumeLayout(false);
			this.wizardPagePriceMoney.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numPriceDeposit4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceDeposit3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceDeposit2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceFirst)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceDeposit1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceShooters)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceRepay)).EndInit();
			this.wizardPagePrecisionPatrol.ResumeLayout(false);
			this.wizardPagePrecisionPatrol.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this.numPrecisionPatrolSize)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPrecisionPatrolTimeBetween)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numPriceDeposit)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
			this.ResumeLayout(false);

		}
		/// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FClubs));
			this._safeLabel1 = new Forms.SafeLabel();
			this._ddClubs = new Forms.SafeComboBox();
			this._btnDelete = new Forms.SafeButton();
			this._safeLabel2 = new Forms.SafeLabel();
			this._txtName = new Forms.SafeTextBox();
			this._safeLabel3 = new Forms.SafeLabel();
			this._safeLabel4 = new Forms.SafeLabel();
			this._txtOfficialName = new Forms.SafeTextBox();
			this._ddCountry = new Forms.SafeComboBox();
			this._btnSave = new Forms.SafeButton();
			this._btnCancel = new Forms.SafeButton();
			this._linkFetchClubsAutomatic = new System.Windows.Forms.LinkLabel();
			this._toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this._txtPgInfo = new System.Windows.Forms.TextBox();
			this._txtBgInfo = new System.Windows.Forms.TextBox();
			this._label1 = new System.Windows.Forms.Label();
			this._label2 = new System.Windows.Forms.Label();
			this._picPgError = new System.Windows.Forms.PictureBox();
			this._picBgError = new System.Windows.Forms.PictureBox();
			this.SuspendLayout();
			// 
			// SafeLabel1
			// 
			this._safeLabel1.Location = new System.Drawing.Point(8, 8);
			this._safeLabel1.Name = "_safeLabel1";
			this._safeLabel1.TabIndex = 0;
			this._safeLabel1.Text = "Klubbar:";
			// 
			// ddClubs
			// 
			this._ddClubs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this._ddClubs.Location = new System.Drawing.Point(112, 8);
			this._ddClubs.Name = "_ddClubs";
			this._ddClubs.Size = new System.Drawing.Size(200, 21);
			this._ddClubs.TabIndex = 1;
			this._ddClubs.SelectedIndexChanged += new System.EventHandler(this.DdClubsSelectedIndexChanged);
			// 
			// btnDelete
			// 
			this._btnDelete.Location = new System.Drawing.Point(320, 8);
			this._btnDelete.Name = "_btnDelete";
			this._btnDelete.TabIndex = 2;
			this._btnDelete.Text = "Radera";
			this._toolTip1.SetToolTip(this._btnDelete, "Här raderar du den valda klubben");
			this._btnDelete.Click += new System.EventHandler(this.BtnDeleteClick);
			// 
			// SafeLabel2
			// 
			this._safeLabel2.Location = new System.Drawing.Point(8, 56);
			this._safeLabel2.Name = "_safeLabel2";
			this._safeLabel2.TabIndex = 4;
			this._safeLabel2.Text = "Namn";
			// 
			// txtName
			// 
			this._txtName.Location = new System.Drawing.Point(112, 56);
			this._txtName.Name = "_txtName";
			this._txtName.Size = new System.Drawing.Size(280, 20);
			this._txtName.TabIndex = 4;
			this._txtName.Text = "";
			this._txtName.TextChanged += new System.EventHandler(this.TxtNameTextChanged);
			// 
			// SafeLabel3
			// 
			this._safeLabel3.Location = new System.Drawing.Point(8, 80);
			this._safeLabel3.Name = "_safeLabel3";
			this._safeLabel3.TabIndex = 6;
			this._safeLabel3.Text = "Land";
			// 
			// SafeLabel4
			// 
			this._safeLabel4.Location = new System.Drawing.Point(8, 32);
			this._safeLabel4.Name = "_safeLabel4";
			this._safeLabel4.TabIndex = 7;
			this._safeLabel4.Text = "Officiell beteckning";
			// 
			// txtOfficialName
			// 
			this._txtOfficialName.Location = new System.Drawing.Point(112, 32);
			this._txtOfficialName.Name = "_txtOfficialName";
			this._txtOfficialName.Size = new System.Drawing.Size(280, 20);
			this._txtOfficialName.TabIndex = 3;
			this._txtOfficialName.Text = "";
			this._txtOfficialName.TextChanged += new System.EventHandler(this.TxtOfficialNameTextChanged);
			// 
			// ddCountry
			// 
			this._ddCountry.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this._ddCountry.Location = new System.Drawing.Point(112, 80);
			this._ddCountry.Name = "_ddCountry";
			this._ddCountry.Size = new System.Drawing.Size(280, 21);
			this._ddCountry.TabIndex = 5;
			// 
			// btnSave
			// 
			this._btnSave.Enabled = false;
			this._btnSave.Location = new System.Drawing.Point(240, 160);
			this._btnSave.Name = "_btnSave";
			this._btnSave.TabIndex = 8;
			this._btnSave.Text = "Spara";
			this._toolTip1.SetToolTip(this._btnSave, "Spara den ändrade informationen");
			this._btnSave.Click += new System.EventHandler(this.BtnSaveClick);
			// 
			// btnCancel
			// 
			this._btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this._btnCancel.Location = new System.Drawing.Point(320, 160);
			this._btnCancel.Name = "_btnCancel";
			this._btnCancel.TabIndex = 9;
			this._btnCancel.Text = "Stäng";
			this._toolTip1.SetToolTip(this._btnCancel, "Stäng utan att spara");
			this._btnCancel.Click += new System.EventHandler(this.BtnCancelClick);
			// 
			// linkFetchClubsAutomatic
			// 
			this._linkFetchClubsAutomatic.Location = new System.Drawing.Point(8, 160);
			this._linkFetchClubsAutomatic.Name = "_linkFetchClubsAutomatic";
			this._linkFetchClubsAutomatic.Size = new System.Drawing.Size(160, 23);
			this._linkFetchClubsAutomatic.TabIndex = 10;
			this._linkFetchClubsAutomatic.TabStop = true;
			this._linkFetchClubsAutomatic.Text = "Hämta klubbar från Internet";
			this._linkFetchClubsAutomatic.Visible = false;
			this._linkFetchClubsAutomatic.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkFetchClubsAutomaticLinkClicked);
			// 
			// txtPgInfo
			// 
			this._txtPgInfo.Location = new System.Drawing.Point(112, 104);
			this._txtPgInfo.Name = "_txtPgInfo";
			this._txtPgInfo.Size = new System.Drawing.Size(280, 20);
			this._txtPgInfo.TabIndex = 6;
			this._txtPgInfo.Text = "";
			this._txtPgInfo.TextChanged += new System.EventHandler(this.TxtPgInfoTextChanged);
			// 
			// txtBgInfo
			// 
			this._txtBgInfo.Location = new System.Drawing.Point(112, 128);
			this._txtBgInfo.Name = "_txtBgInfo";
			this._txtBgInfo.Size = new System.Drawing.Size(280, 20);
			this._txtBgInfo.TabIndex = 7;
			this._txtBgInfo.Text = "";
			this._txtBgInfo.TextChanged += new System.EventHandler(this.TxtBgInfoTextChanged);
			// 
			// label1
			// 
			this._label1.Location = new System.Drawing.Point(8, 104);
			this._label1.Name = "_label1";
			this._label1.TabIndex = 12;
			this._label1.Text = "Postgiro";
			// 
			// label2
			// 
			this._label2.Location = new System.Drawing.Point(8, 128);
			this._label2.Name = "_label2";
			this._label2.Size = new System.Drawing.Size(104, 23);
			this._label2.TabIndex = 13;
			this._label2.Text = "Bankgiro";
			// 
			// picPgError
			// 
			this._picPgError.Image = ((System.Drawing.Image)(resources.GetObject("picPgError.Image")));
			this._picPgError.Location = new System.Drawing.Point(96, 112);
			this._picPgError.Name = "_picPgError";
			this._picPgError.Size = new System.Drawing.Size(16, 16);
			this._picPgError.TabIndex = 14;
			this._picPgError.TabStop = false;
			this._picPgError.Visible = false;
			// 
			// picBgError
			// 
			this._picBgError.Image = ((System.Drawing.Image)(resources.GetObject("picBgError.Image")));
			this._picBgError.Location = new System.Drawing.Point(96, 136);
			this._picBgError.Name = "_picBgError";
			this._picBgError.Size = new System.Drawing.Size(16, 16);
			this._picBgError.TabIndex = 15;
			this._picBgError.TabStop = false;
			this._picBgError.Visible = false;
			// 
			// FClubs
			// 
			this.AcceptButton = this._btnSave;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.CancelButton = this._btnCancel;
			this.ClientSize = new System.Drawing.Size(400, 190);
			this.Controls.Add(this._picBgError);
			this.Controls.Add(this._picPgError);
			this.Controls.Add(this._label2);
			this.Controls.Add(this._label1);
			this.Controls.Add(this._txtBgInfo);
			this.Controls.Add(this._txtPgInfo);
			this.Controls.Add(this._linkFetchClubsAutomatic);
			this.Controls.Add(this._btnCancel);
			this.Controls.Add(this._btnSave);
			this.Controls.Add(this._ddCountry);
			this.Controls.Add(this._txtOfficialName);
			this.Controls.Add(this._txtName);
			this.Controls.Add(this._safeLabel4);
			this.Controls.Add(this._safeLabel3);
			this.Controls.Add(this._safeLabel2);
			this.Controls.Add(this._btnDelete);
			this.Controls.Add(this._ddClubs);
			this.Controls.Add(this._safeLabel1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FClubs";
			this.Text = "Klubbar";
			this.ResumeLayout(false);

		}
 /// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FServerConnect));
     this._safeLabel1        = new SafeLabel();
     this._btnConnect        = new SafeButton();
     this._btnCancel         = new SafeButton();
     this._ddServerAddress   = new Allberg.Shooter.Windows.Forms.SafeComboBox();
     this._timerSearchServer = new System.Windows.Forms.Timer(this.components);
     this._label1            = new System.Windows.Forms.Label();
     this._lblCompetition    = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // SafeLabel1
     //
     this._safeLabel1.Location = new System.Drawing.Point(8, 8);
     this._safeLabel1.Name     = "_safeLabel1";
     this._safeLabel1.Size     = new System.Drawing.Size(64, 23);
     this._safeLabel1.TabIndex = 0;
     this._safeLabel1.Text     = "Server";
     //
     // btnConnect
     //
     this._btnConnect.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._btnConnect.Location = new System.Drawing.Point(128, 64);
     this._btnConnect.Name     = "_btnConnect";
     this._btnConnect.TabIndex = 1;
     this._btnConnect.Text     = "Anslut";
     this._btnConnect.Click   += new System.EventHandler(this.BtnConnectClick);
     //
     // btnCancel
     //
     this._btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this._btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this._btnCancel.Location     = new System.Drawing.Point(208, 64);
     this._btnCancel.Name         = "_btnCancel";
     this._btnCancel.TabIndex     = 2;
     this._btnCancel.Text         = "Avbryt";
     this._btnCancel.Click       += new System.EventHandler(this.BtnCancelClick);
     //
     // ddServerAddress
     //
     this._ddServerAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this._ddServerAddress.Location              = new System.Drawing.Point(72, 8);
     this._ddServerAddress.Name                  = "_ddServerAddress";
     this._ddServerAddress.Size                  = new System.Drawing.Size(208, 21);
     this._ddServerAddress.TabIndex              = 3;
     this._ddServerAddress.SelectedIndexChanged += new System.EventHandler(this.DdServerAddressSelectedIndexChanged);
     //
     // timerSearchServer
     //
     this._timerSearchServer.Interval = 500;
     this._timerSearchServer.Tick    += new System.EventHandler(this.TimerSearchServerTick);
     //
     // label1
     //
     this._label1.Location = new System.Drawing.Point(8, 32);
     this._label1.Name     = "_label1";
     this._label1.Size     = new System.Drawing.Size(64, 23);
     this._label1.TabIndex = 4;
     this._label1.Text     = "Tävling";
     //
     // lblCompetition
     //
     this._lblCompetition.Location = new System.Drawing.Point(72, 32);
     this._lblCompetition.Name     = "_lblCompetition";
     this._lblCompetition.Size     = new System.Drawing.Size(208, 23);
     this._lblCompetition.TabIndex = 5;
     //
     // FServerConnect
     //
     this.AcceptButton      = this._btnConnect;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this._btnCancel;
     this.ClientSize        = new System.Drawing.Size(288, 94);
     this.Controls.Add(this._lblCompetition);
     this.Controls.Add(this._label1);
     this.Controls.Add(this._ddServerAddress);
     this.Controls.Add(this._btnCancel);
     this.Controls.Add(this._btnConnect);
     this.Controls.Add(this._safeLabel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FServerConnect";
     this.Text = "Anslut till server";
     this.ResumeLayout(false);
 }