Example #1
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(FImport));
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.txtFileToImport = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			this.dataGridResult = new System.Windows.Forms.DataGrid();
			this.splitter1 = new System.Windows.Forms.Splitter();
			this.btnValidate = new SafeButton();
			this.progressBar1 = new Allberg.Shooter.Windows.Forms.SafeProgressBar();
			this.chkAddPatrols = new System.Windows.Forms.CheckBox();
			this.chkAddLanes = new System.Windows.Forms.CheckBox();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			((System.ComponentModel.ISupportInitialize)(this.dataGridResult)).BeginInit();
			this.SuspendLayout();
			// 
			// txtFileToImport
			// 
			this.txtFileToImport.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtFileToImport.Location = new System.Drawing.Point(136, 8);
			this.txtFileToImport.Multiline = true;
			this.txtFileToImport.Name = "txtFileToImport";
			this.txtFileToImport.ReadOnly = true;
			this.txtFileToImport.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.txtFileToImport.Size = new System.Drawing.Size(600, 112);
			this.txtFileToImport.TabIndex = 0;
			this.txtFileToImport.WordWrap = false;
			// 
			// dataGridResult
			// 
			this.dataGridResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.dataGridResult.DataMember = "";
			this.dataGridResult.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGridResult.Location = new System.Drawing.Point(136, 120);
			this.dataGridResult.Name = "dataGridResult";
			this.dataGridResult.ReadOnly = true;
			this.dataGridResult.Size = new System.Drawing.Size(600, 144);
			this.dataGridResult.TabIndex = 1;
			// 
			// splitter1
			// 
			this.splitter1.Cursor = System.Windows.Forms.Cursors.HSplit;
			this.splitter1.Location = new System.Drawing.Point(0, 0);
			this.splitter1.Name = "splitter1";
			this.splitter1.Size = new System.Drawing.Size(128, 302);
			this.splitter1.TabIndex = 2;
			this.splitter1.TabStop = false;
			this.splitter1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter1_SplitterMoved);
			// 
			// btnValidate
			// 
			this.btnValidate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.btnValidate.Location = new System.Drawing.Point(136, 272);
			this.btnValidate.Name = "btnValidate";
			this.btnValidate.Size = new System.Drawing.Size(75, 23);
			this.btnValidate.TabIndex = 5;
			this.btnValidate.Text = "Importera";
			this.toolTip1.SetToolTip(this.btnValidate, "Importerar data enligt ovan");
			this.btnValidate.Click += new System.EventHandler(this.btnValidate_Click);
			// 
			// progressBar1
			// 
			this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.progressBar1.Location = new System.Drawing.Point(216, 272);
			this.progressBar1.Name = "progressBar1";
			this.progressBar1.Size = new System.Drawing.Size(520, 23);
			this.progressBar1.TabIndex = 6;
			this.progressBar1.Visible = false;
			// 
			// chkAddPatrols
			// 
			this.chkAddPatrols.Checked = true;
			this.chkAddPatrols.CheckState = System.Windows.Forms.CheckState.Checked;
			this.chkAddPatrols.Location = new System.Drawing.Point(8, 12);
			this.chkAddPatrols.Name = "chkAddPatrols";
			this.chkAddPatrols.Size = new System.Drawing.Size(112, 24);
			this.chkAddPatrols.TabIndex = 8;
			this.chkAddPatrols.Text = "Lägg till patruller";
			this.chkAddPatrols.Visible = false;
			// 
			// chkAddLanes
			// 
			this.chkAddLanes.Checked = true;
			this.chkAddLanes.CheckState = System.Windows.Forms.CheckState.Checked;
			this.chkAddLanes.Location = new System.Drawing.Point(8, 33);
			this.chkAddLanes.Name = "chkAddLanes";
			this.chkAddLanes.Size = new System.Drawing.Size(112, 24);
			this.chkAddLanes.TabIndex = 9;
			this.chkAddLanes.Text = "Lägg till banor";
			this.chkAddLanes.Visible = false;
			// 
			// FImport
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(744, 302);
			this.Controls.Add(this.chkAddLanes);
			this.Controls.Add(this.chkAddPatrols);
			this.Controls.Add(this.progressBar1);
			this.Controls.Add(this.btnValidate);
			this.Controls.Add(this.splitter1);
			this.Controls.Add(this.dataGridResult);
			this.Controls.Add(this.txtFileToImport);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FImport";
			this.Text = "Importera skyttar från fil";
			((System.ComponentModel.ISupportInitialize)(this.dataGridResult)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Example #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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FMain));
			this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
			this.menuFile = new System.Windows.Forms.MenuItem();
			this.menuFileNew = new System.Windows.Forms.MenuItem();
			this.menuFileOpen = new System.Windows.Forms.MenuItem();
			this.menuFileLine1 = new System.Windows.Forms.MenuItem();
			this.menuFileConnect = new System.Windows.Forms.MenuItem();
			this.menuItem6 = new System.Windows.Forms.MenuItem();
			this.menuPrint = new System.Windows.Forms.MenuItem();
			this.menuPrintPatrollist = new System.Windows.Forms.MenuItem();
			this.menuPrintPatrollistByPatrol = new System.Windows.Forms.MenuItem();
			this.menuPrintPatrollistByClub = new System.Windows.Forms.MenuItem();
			this.menuPrintPatrollistByShooter = new System.Windows.Forms.MenuItem();
			this.menuPrintPrelResults = new System.Windows.Forms.MenuItem();
			this.menuPrintPrelResultAllPreview = new System.Windows.Forms.MenuItem();
			this.menuPrintPrelResultAll = new System.Windows.Forms.MenuItem();
			this.menuPrintPrelResultA = new System.Windows.Forms.MenuItem();
			this.menuPrintPrelResultB = new System.Windows.Forms.MenuItem();
			this.menuPrintPrelResultC = new System.Windows.Forms.MenuItem();
			this.menuPrintPrelResultR = new System.Windows.Forms.MenuItem();
			this.menuPrintPrelResultM = new System.Windows.Forms.MenuItem();
			this.menuPrintPrelResultPatrol = new System.Windows.Forms.MenuItem();
			this.menuPrintResults = new System.Windows.Forms.MenuItem();
			this.menuPrintResultAllPreview = new System.Windows.Forms.MenuItem();
			this.menuPrintResultAll = new System.Windows.Forms.MenuItem();
			this.menuPrintResultA = new System.Windows.Forms.MenuItem();
			this.menuPrintResultB = new System.Windows.Forms.MenuItem();
			this.menuPrintResultC = new System.Windows.Forms.MenuItem();
			this.menuPrintResultR = new System.Windows.Forms.MenuItem();
			this.menuPrintResultM = new System.Windows.Forms.MenuItem();
			this.menuPrintResultClub = new System.Windows.Forms.MenuItem();
			this.menuPrintStatistics = new System.Windows.Forms.MenuItem();
			this.menuPrintLabels = new System.Windows.Forms.MenuItem();
			this.menuPrintLabelsMirrors = new System.Windows.Forms.MenuItem();
			this.menuPrintLabelsResultPatrol = new System.Windows.Forms.MenuItem();
			this.menuPrintFollowup = new System.Windows.Forms.MenuItem();
			this.menuPrintFollowupGroupByClub = new System.Windows.Forms.MenuItem();
			this.menuPrintPrinterTest = new System.Windows.Forms.MenuItem();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuItem5 = new System.Windows.Forms.MenuItem();
			this.menuFileUpdate = new System.Windows.Forms.MenuItem();
			this.menuFileUpdateBeta = new System.Windows.Forms.MenuItem();
			this.menuFileUpdateShooters = new System.Windows.Forms.MenuItem();
			this.menuItem7 = new System.Windows.Forms.MenuItem();
			this.menuFileExit = new System.Windows.Forms.MenuItem();
			this.menuImport = new System.Windows.Forms.MenuItem();
			this.menuImportText = new System.Windows.Forms.MenuItem();
			this.menuExport = new System.Windows.Forms.MenuItem();
			this.menuPdf = new System.Windows.Forms.MenuItem();
			this.menuPdfPatrollist = new System.Windows.Forms.MenuItem();
			this.menuPdfPatrollistByClub = new System.Windows.Forms.MenuItem();
			this.menuPdfResults = new System.Windows.Forms.MenuItem();
			this.menuInternet = new System.Windows.Forms.MenuItem();
			this.menuInternetPatrollist = new System.Windows.Forms.MenuItem();
			this.menuInternetPatrollistByClub = new System.Windows.Forms.MenuItem();
			this.menuInternetResults = new System.Windows.Forms.MenuItem();
			this.menuExcel = new System.Windows.Forms.MenuItem();
			this.menuExcelResults = new System.Windows.Forms.MenuItem();
			this.menuExportXml = new System.Windows.Forms.MenuItem();
			this.menuExportText = new System.Windows.Forms.MenuItem();
			this.menuExportWeapons = new System.Windows.Forms.MenuItem();
			this.menuExportClubs = new System.Windows.Forms.MenuItem();
			this.menuItem4 = new System.Windows.Forms.MenuItem();
			this.menuSettings = new System.Windows.Forms.MenuItem();
			this.menuTestErrorHandling = new System.Windows.Forms.MenuItem();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.menuHelpManual = new System.Windows.Forms.MenuItem();
			this.menuHelpInternet = new System.Windows.Forms.MenuItem();
			this.menuHelpInternetSupport = new System.Windows.Forms.MenuItem();
			this.menuHelpInternetAllberg = new System.Windows.Forms.MenuItem();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.menuHelpAbout = new System.Windows.Forms.MenuItem();
			this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
			this.SafeLabel1 = new SafeLabel();
			this.lblClubCount = new SafeLabel();
			this.SafeLabel4 = new SafeLabel();
			this.lblPatrolCount = new SafeLabel();
			this.lblCompetitorCount = new SafeLabel();
			this.lblShooterCount = new SafeLabel();
			this.lblPatrolCountHeader = new SafeLabel();
			this.SafeLabel2 = new SafeLabel();
			this.btnCompetition = new SafeButton();
			this.btnStations = new SafeButton();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.btnClubs = new SafeButton();
			this.btnCompetitors = new SafeButton();
			this.btnPatrols = new SafeButton();
			this.btnWeapons = new SafeButton();
			this.btnResults = new SafeButton();
			this.btnViewResults = new SafeButton();
			this.saveFileDialogHtml = new System.Windows.Forms.SaveFileDialog();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.btnTeamManagement = new SafeButton();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.progressBar1 = new Allberg.Shooter.Windows.Forms.SafeProgressBar();
			this.timerEasterEgg = new System.Windows.Forms.Timer(this.components);
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// mainMenu1
			// 
			this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuFile,
			this.menuImport,
			this.menuExport,
			this.menuItem4,
			this.menuItem2});
			// 
			// menuFile
			// 
			this.menuFile.Enabled = false;
			this.menuFile.Index = 0;
			this.menuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuFileNew,
			this.menuFileOpen,
			this.menuFileLine1,
			this.menuFileConnect,
			this.menuItem6,
			this.menuPrint,
			this.menuItem1,
			this.menuItem5,
			this.menuItem7,
			this.menuFileExit});
			this.menuFile.Text = "&Arkiv";
			// 
			// menuFileNew
			// 
			this.menuFileNew.Index = 0;
			this.menuFileNew.Text = "&Ny tävling";
			this.menuFileNew.Click += new System.EventHandler(this.menuFileNew_Click);
			// 
			// menuFileOpen
			// 
			this.menuFileOpen.Index = 1;
			this.menuFileOpen.Text = "&Öppna tävling";
			this.menuFileOpen.Click += new System.EventHandler(this.menuFileOpen_Click);
			// 
			// menuFileLine1
			// 
			this.menuFileLine1.Index = 2;
			this.menuFileLine1.Text = "-";
			// 
			// menuFileConnect
			// 
			this.menuFileConnect.Index = 3;
			this.menuFileConnect.Text = "A&nslut till server";
			this.menuFileConnect.Click += new System.EventHandler(this.menuFileConnect_Click);
			// 
			// menuItem6
			// 
			this.menuItem6.Index = 4;
			this.menuItem6.Text = "-";
			this.menuItem6.Visible = false;
			// 
			// menuPrint
			// 
			this.menuPrint.Enabled = false;
			this.menuPrint.Index = 5;
			this.menuPrint.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuPrintPatrollist,
			this.menuPrintPrelResults,
			this.menuPrintResults,
			this.menuPrintStatistics,
			this.menuPrintLabels,
			this.menuPrintFollowup,
			this.menuPrintPrinterTest});
			this.menuPrint.Text = "&Skriv ut";
			// 
			// menuPrintPatrollist
			// 
			this.menuPrintPatrollist.Enabled = false;
			this.menuPrintPatrollist.Index = 0;
			this.menuPrintPatrollist.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuPrintPatrollistByPatrol,
			this.menuPrintPatrollistByClub,
			this.menuPrintPatrollistByShooter});
			this.menuPrintPatrollist.Text = "Patrull";
			// 
			// menuPrintPatrollistByPatrol
			// 
			this.menuPrintPatrollistByPatrol.Index = 0;
			this.menuPrintPatrollistByPatrol.Text = "Efter Patrull (Patrullpärm)";
			this.menuPrintPatrollistByPatrol.Click += new System.EventHandler(this.menuPrintPatrollistByPatrol_Click);
			// 
			// menuPrintPatrollistByClub
			// 
			this.menuPrintPatrollistByClub.Index = 1;
			this.menuPrintPatrollistByClub.Text = "Efter Klubb";
			this.menuPrintPatrollistByClub.Click += new System.EventHandler(this.menuPrintPatrollistByClub_Click);
			// 
			// menuPrintPatrollistByShooter
			// 
			this.menuPrintPatrollistByShooter.Index = 2;
			this.menuPrintPatrollistByShooter.Text = "Efter Skytt";
			this.menuPrintPatrollistByShooter.Click += new System.EventHandler(this.menuPrintPatrollistByShooter_Click);
			// 
			// menuPrintPrelResults
			// 
			this.menuPrintPrelResults.Enabled = false;
			this.menuPrintPrelResults.Index = 1;
			this.menuPrintPrelResults.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuPrintPrelResultAllPreview,
			this.menuPrintPrelResultAll,
			this.menuPrintPrelResultA,
			this.menuPrintPrelResultB,
			this.menuPrintPrelResultC,
			this.menuPrintPrelResultR,
			this.menuPrintPrelResultM,
			this.menuPrintPrelResultPatrol});
			this.menuPrintPrelResults.Text = "Resultatlista (preliminär)";
			// 
			// menuPrintPrelResultAllPreview
			// 
			this.menuPrintPrelResultAllPreview.Index = 0;
			this.menuPrintPrelResultAllPreview.Text = "Alla (Förhandsgranskning)";
			this.menuPrintPrelResultAllPreview.Click += new System.EventHandler(this.menuPrintPrelResultAllPreview_Click);
			// 
			// menuPrintPrelResultAll
			// 
			this.menuPrintPrelResultAll.Index = 1;
			this.menuPrintPrelResultAll.Text = "Alla";
			this.menuPrintPrelResultAll.Click += new System.EventHandler(this.menuPrintPrelResultAll_Click);
			// 
			// menuPrintPrelResultA
			// 
			this.menuPrintPrelResultA.Index = 2;
			this.menuPrintPrelResultA.Text = "Vapengrupp A";
			this.menuPrintPrelResultA.Click += new System.EventHandler(this.menuPrintPrelResultA_Click);
			// 
			// menuPrintPrelResultB
			// 
			this.menuPrintPrelResultB.Index = 3;
			this.menuPrintPrelResultB.Text = "Vapengrupp B";
			this.menuPrintPrelResultB.Click += new System.EventHandler(this.menuPrintPrelResultB_Click);
			// 
			// menuPrintPrelResultC
			// 
			this.menuPrintPrelResultC.Index = 4;
			this.menuPrintPrelResultC.Text = "Vapengrupp C";
			this.menuPrintPrelResultC.Click += new System.EventHandler(this.menuPrintPrelResultC_Click);
			// 
			// menuPrintPrelResultR
			// 
			this.menuPrintPrelResultR.Index = 5;
			this.menuPrintPrelResultR.Text = "Vapengrupp R";
			this.menuPrintPrelResultR.Click += new System.EventHandler(this.menuPrintPrelResultR_Click);
			// 
			// menuPrintPrelResultM
			// 
			this.menuPrintPrelResultM.Index = 6;
			this.menuPrintPrelResultM.Text = "Vapengrupp M";
			this.menuPrintPrelResultM.Click += new System.EventHandler(this.menuPrintPrelResultM_Click);
			// 
			// menuPrintPrelResultPatrol
			// 
			this.menuPrintPrelResultPatrol.Index = 7;
			this.menuPrintPrelResultPatrol.Text = "Enskild patrull";
			this.menuPrintPrelResultPatrol.Click += new System.EventHandler(this.menuPrintPrelResultPatrol_Click);
			// 
			// menuPrintResults
			// 
			this.menuPrintResults.Enabled = false;
			this.menuPrintResults.Index = 2;
			this.menuPrintResults.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuPrintResultAllPreview,
			this.menuPrintResultAll,
			this.menuPrintResultA,
			this.menuPrintResultB,
			this.menuPrintResultC,
			this.menuPrintResultR,
			this.menuPrintResultM,
			this.menuPrintResultClub});
			this.menuPrintResults.Text = "Resultatlista";
			// 
			// menuPrintResultAllPreview
			// 
			this.menuPrintResultAllPreview.Index = 0;
			this.menuPrintResultAllPreview.Text = "Alla (Förhandsgranska)";
			this.menuPrintResultAllPreview.Click += new System.EventHandler(this.menuPrintResultAllPreview_Click);
			// 
			// menuPrintResultAll
			// 
			this.menuPrintResultAll.Index = 1;
			this.menuPrintResultAll.Text = "Alla";
			this.menuPrintResultAll.Click += new System.EventHandler(this.menuPrintResultAll_Click);
			// 
			// menuPrintResultA
			// 
			this.menuPrintResultA.Index = 2;
			this.menuPrintResultA.Text = "Vapengrupp A";
			this.menuPrintResultA.Click += new System.EventHandler(this.menuPrintResultA_Click);
			// 
			// menuPrintResultB
			// 
			this.menuPrintResultB.Index = 3;
			this.menuPrintResultB.Text = "Vapengrupp B";
			this.menuPrintResultB.Click += new System.EventHandler(this.menuPrintResultB_Click);
			// 
			// menuPrintResultC
			// 
			this.menuPrintResultC.Index = 4;
			this.menuPrintResultC.Text = "Vapengrupp C";
			this.menuPrintResultC.Click += new System.EventHandler(this.menuPrintResultC_Click);
			// 
			// menuPrintResultR
			// 
			this.menuPrintResultR.Index = 5;
			this.menuPrintResultR.Text = "Vapengrupp R";
			this.menuPrintResultR.Click += new System.EventHandler(this.menuPrintResultR_Click);
			// 
			// menuPrintResultM
			// 
			this.menuPrintResultM.Index = 6;
			this.menuPrintResultM.Text = "Vapengrupp M";
			this.menuPrintResultM.Click += new System.EventHandler(this.menuPrintResultM_Click);
			// 
			// menuPrintResultClub
			// 
			this.menuPrintResultClub.Index = 7;
			this.menuPrintResultClub.Text = "Klubbmästerskap inom tävling";
			this.menuPrintResultClub.Click += new System.EventHandler(this.menuPrintResultClub_Click);
			// 
			// menuPrintStatistics
			// 
			this.menuPrintStatistics.Index = 3;
			this.menuPrintStatistics.Text = "Statistik";
			this.menuPrintStatistics.Visible = false;
			// 
			// menuPrintLabels
			// 
			this.menuPrintLabels.Index = 4;
			this.menuPrintLabels.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuPrintLabelsMirrors,
			this.menuPrintLabelsResultPatrol});
			this.menuPrintLabels.Text = "Etiketter";
			// 
			// menuPrintLabelsMirrors
			// 
			this.menuPrintLabelsMirrors.Index = 0;
			this.menuPrintLabelsMirrors.Text = "För speglar";
			this.menuPrintLabelsMirrors.Visible = false;
			this.menuPrintLabelsMirrors.Click += new System.EventHandler(this.menuPrintLabelsMirrors_Click);
			// 
			// menuPrintLabelsResultPatrol
			// 
			this.menuPrintLabelsResultPatrol.Enabled = false;
			this.menuPrintLabelsResultPatrol.Index = 1;
			this.menuPrintLabelsResultPatrol.Text = "Resultat för patrull";
			this.menuPrintLabelsResultPatrol.Click += new System.EventHandler(this.menuPrintLabelsResultPatrol_Click);
			// 
			// menuPrintFollowup
			// 
			this.menuPrintFollowup.Index = 5;
			this.menuPrintFollowup.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuPrintFollowupGroupByClub});
			this.menuPrintFollowup.Text = "Uppföljningslista";
			// 
			// menuPrintFollowupGroupByClub
			// 
			this.menuPrintFollowupGroupByClub.Index = 0;
			this.menuPrintFollowupGroupByClub.Text = "Efter klubb";
			this.menuPrintFollowupGroupByClub.Click += new System.EventHandler(this.menuPrintFollowupGroupByClub_Click);
			// 
			// menuPrintPrinterTest
			// 
			this.menuPrintPrinterTest.Index = 6;
			this.menuPrintPrinterTest.Text = "Testa din skrivare";
			this.menuPrintPrinterTest.Click += new System.EventHandler(this.menuPrintPrinterTest_Click);
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 6;
			this.menuItem1.Text = "-";
			// 
			// menuItem5
			// 
			this.menuItem5.Index = 7;
			this.menuItem5.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuFileUpdate,
			this.menuFileUpdateBeta,
			this.menuFileUpdateShooters});
			this.menuItem5.Text = "Uppdatering";
			// 
			// menuFileUpdate
			// 
			this.menuFileUpdate.Index = 0;
			this.menuFileUpdate.Text = "&Uppdatera WinShooter";
			this.menuFileUpdate.Click += new System.EventHandler(this.menuFileUpdate_Click);
			// 
			// menuFileUpdateBeta
			// 
			this.menuFileUpdateBeta.Index = 1;
			this.menuFileUpdateBeta.Text = "Uppdatera WinShooter BETA";
			this.menuFileUpdateBeta.Visible = false;
			this.menuFileUpdateBeta.Click += new System.EventHandler(this.menuFileUpdateBeta_Click);
			// 
			// menuFileUpdateShooters
			// 
			this.menuFileUpdateShooters.Index = 2;
			this.menuFileUpdateShooters.Text = "Uppdatera skyttar i WinShooter";
			this.menuFileUpdateShooters.Click += new System.EventHandler(this.menuFileUpdateShooters_Click);
			// 
			// menuItem7
			// 
			this.menuItem7.Index = 8;
			this.menuItem7.Text = "-";
			// 
			// menuFileExit
			// 
			this.menuFileExit.Index = 9;
			this.menuFileExit.Text = "A&vsluta";
			this.menuFileExit.Click += new System.EventHandler(this.menuFileExit_Click);
			// 
			// menuImport
			// 
			this.menuImport.Enabled = false;
			this.menuImport.Index = 1;
			this.menuImport.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuImportText});
			this.menuImport.Text = "&Importera";
			// 
			// menuImportText
			// 
			this.menuImportText.Index = 0;
			this.menuImportText.Text = "Skyttar från textfil";
			this.menuImportText.Click += new System.EventHandler(this.menuImportText_Click);
			// 
			// menuExport
			// 
			this.menuExport.Enabled = false;
			this.menuExport.Index = 2;
			this.menuExport.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuPdf,
			this.menuInternet,
			this.menuExcel,
			this.menuExportXml,
			this.menuExportText,
			this.menuExportWeapons,
			this.menuExportClubs});
			this.menuExport.Text = "&Exportera";
			// 
			// menuPdf
			// 
			this.menuPdf.Enabled = false;
			this.menuPdf.Index = 0;
			this.menuPdf.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuPdfPatrollist,
			this.menuPdfPatrollistByClub,
			this.menuPdfResults});
			this.menuPdf.Text = "Exportera till PDF";
			// 
			// menuPdfPatrollist
			// 
			this.menuPdfPatrollist.Index = 0;
			this.menuPdfPatrollist.Text = "Patrullista";
			this.menuPdfPatrollist.Click += new System.EventHandler(this.menuPdfPatrollist_Click);
			// 
			// menuPdfPatrollistByClub
			// 
			this.menuPdfPatrollistByClub.Index = 1;
			this.menuPdfPatrollistByClub.Text = "Patrullista efter klubb";
			this.menuPdfPatrollistByClub.Click += new System.EventHandler(this.menuPdfPatrollistByClub_Click);
			// 
			// menuPdfResults
			// 
			this.menuPdfResults.Index = 2;
			this.menuPdfResults.Text = "Resultat";
			this.menuPdfResults.Click += new System.EventHandler(this.menuPdfResults_Click);
			// 
			// menuInternet
			// 
			this.menuInternet.Enabled = false;
			this.menuInternet.Index = 1;
			this.menuInternet.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuInternetPatrollist,
			this.menuInternetPatrollistByClub,
			this.menuInternetResults});
			this.menuInternet.Text = "Exportera till Webbsida";
			this.menuInternet.Visible = false;
			// 
			// menuInternetPatrollist
			// 
			this.menuInternetPatrollist.Enabled = false;
			this.menuInternetPatrollist.Index = 0;
			this.menuInternetPatrollist.Text = "Patrullista";
			this.menuInternetPatrollist.Click += new System.EventHandler(this.menuInternetPatrollist_Click);
			// 
			// menuInternetPatrollistByClub
			// 
			this.menuInternetPatrollistByClub.Enabled = false;
			this.menuInternetPatrollistByClub.Index = 1;
			this.menuInternetPatrollistByClub.Text = "Patrullista efter klubb";
			this.menuInternetPatrollistByClub.Click += new System.EventHandler(this.menuInternetPatrollistByClub_Click);
			// 
			// menuInternetResults
			// 
			this.menuInternetResults.Enabled = false;
			this.menuInternetResults.Index = 2;
			this.menuInternetResults.Text = "Resultat";
			this.menuInternetResults.Click += new System.EventHandler(this.menuInternetResults_Click);
			// 
			// menuExcel
			// 
			this.menuExcel.Enabled = false;
			this.menuExcel.Index = 2;
			this.menuExcel.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuExcelResults});
			this.menuExcel.Text = "Exportera till Excel";
			// 
			// menuExcelResults
			// 
			this.menuExcelResults.Index = 0;
			this.menuExcelResults.Text = "Resultat";
			this.menuExcelResults.Click += new System.EventHandler(this.menuExcelResults_Click);
			// 
			// menuExportXml
			// 
			this.menuExportXml.Index = 3;
			this.menuExportXml.Text = "Exportera till XML-fil";
			this.menuExportXml.Click += new System.EventHandler(this.menuExportXml_Click);
			// 
			// menuExportText
			// 
			this.menuExportText.Index = 4;
			this.menuExportText.Text = "Exportera till text-fil";
			this.menuExportText.Click += new System.EventHandler(this.menuExportText_Click);
			// 
			// menuExportWeapons
			// 
			this.menuExportWeapons.Index = 5;
			this.menuExportWeapons.Text = "Exportera vapen till textfil";
			this.menuExportWeapons.Click += new System.EventHandler(this.menuExportWeapons_Click);
			// 
			// menuExportClubs
			// 
			this.menuExportClubs.Index = 6;
			this.menuExportClubs.Text = "Exportera klubbar till textfil";
			this.menuExportClubs.Click += new System.EventHandler(this.menuExportClubs_Click);
			// 
			// menuItem4
			// 
			this.menuItem4.Index = 3;
			this.menuItem4.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuSettings,
			this.menuTestErrorHandling});
			this.menuItem4.Text = "&Verktyg";
			// 
			// menuSettings
			// 
			this.menuSettings.Index = 0;
			this.menuSettings.Text = "Inställningar";
			this.menuSettings.Click += new System.EventHandler(this.menuSettings_Click);
			// 
			// menuTestErrorHandling
			// 
			this.menuTestErrorHandling.Index = 1;
			this.menuTestErrorHandling.Text = "TestErrorHandling";
			this.menuTestErrorHandling.Visible = false;
			this.menuTestErrorHandling.Click += new System.EventHandler(this.menuTestErrorHandling_Click);
			// 
			// menuItem2
			// 
			this.menuItem2.Index = 4;
			this.menuItem2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuHelpManual,
			this.menuHelpInternet,
			this.menuItem3,
			this.menuHelpAbout});
			this.menuItem2.Text = "&Hjälp";
			// 
			// menuHelpManual
			// 
			this.menuHelpManual.Index = 0;
			this.menuHelpManual.Text = "&Manual";
			this.menuHelpManual.Click += new System.EventHandler(this.menuHelpManual_Click);
			// 
			// menuHelpInternet
			// 
			this.menuHelpInternet.Index = 1;
			this.menuHelpInternet.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
			this.menuHelpInternetSupport,
			this.menuHelpInternetAllberg});
			this.menuHelpInternet.Text = "Internet";
			// 
			// menuHelpInternetSupport
			// 
			this.menuHelpInternetSupport.Index = 0;
			this.menuHelpInternetSupport.Text = "WinShooter Support";
			this.menuHelpInternetSupport.Click += new System.EventHandler(this.menuHelpSupport_Click);
			// 
			// menuHelpInternetAllberg
			// 
			this.menuHelpInternetAllberg.Index = 1;
			this.menuHelpInternetAllberg.Text = "Allberg Konsult";
			this.menuHelpInternetAllberg.Click += new System.EventHandler(this.menuHelpInternetAllberg_Click);
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 2;
			this.menuItem3.Text = "-";
			// 
			// menuHelpAbout
			// 
			this.menuHelpAbout.Index = 3;
			this.menuHelpAbout.Text = "Om WinShooter";
			this.menuHelpAbout.Click += new System.EventHandler(this.menuHelpAbout_Click);
			// 
			// saveFileDialog1
			// 
			this.saveFileDialog1.RestoreDirectory = true;
			// 
			// SafeLabel1
			// 
			this.SafeLabel1.Location = new System.Drawing.Point(16, 16);
			this.SafeLabel1.Name = "SafeLabel1";
			this.SafeLabel1.Size = new System.Drawing.Size(100, 23);
			this.SafeLabel1.TabIndex = 0;
			this.SafeLabel1.Text = "Tävlande:";
			// 
			// lblClubCount
			// 
			this.lblClubCount.Location = new System.Drawing.Point(96, 40);
			this.lblClubCount.Name = "lblClubCount";
			this.lblClubCount.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
			this.lblClubCount.Size = new System.Drawing.Size(56, 23);
			this.lblClubCount.TabIndex = 7;
			this.lblClubCount.Text = "0";
			this.toolTip1.SetToolTip(this.lblClubCount, "Här visas hur många klubbar som anmälningarna har ankommit");
			// 
			// SafeLabel4
			// 
			this.SafeLabel4.Location = new System.Drawing.Point(16, 40);
			this.SafeLabel4.Name = "SafeLabel4";
			this.SafeLabel4.Size = new System.Drawing.Size(100, 23);
			this.SafeLabel4.TabIndex = 6;
			this.SafeLabel4.Text = "Klubbar";
			// 
			// lblPatrolCount
			// 
			this.lblPatrolCount.Location = new System.Drawing.Point(96, 88);
			this.lblPatrolCount.Name = "lblPatrolCount";
			this.lblPatrolCount.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
			this.lblPatrolCount.Size = new System.Drawing.Size(56, 23);
			this.lblPatrolCount.TabIndex = 5;
			this.lblPatrolCount.Text = "0";
			this.toolTip1.SetToolTip(this.lblPatrolCount, "Här visas hur många patruller som är uppsatta");
			// 
			// lblCompetitorCount
			// 
			this.lblCompetitorCount.Location = new System.Drawing.Point(96, 64);
			this.lblCompetitorCount.Name = "lblCompetitorCount";
			this.lblCompetitorCount.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
			this.lblCompetitorCount.Size = new System.Drawing.Size(56, 23);
			this.lblCompetitorCount.TabIndex = 4;
			this.lblCompetitorCount.Text = "0";
			this.toolTip1.SetToolTip(this.lblCompetitorCount, "Här visas hur många starter som görs");
			// 
			// lblShooterCount
			// 
			this.lblShooterCount.Location = new System.Drawing.Point(96, 16);
			this.lblShooterCount.Name = "lblShooterCount";
			this.lblShooterCount.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
			this.lblShooterCount.Size = new System.Drawing.Size(56, 23);
			this.lblShooterCount.TabIndex = 3;
			this.lblShooterCount.Text = "0";
			this.toolTip1.SetToolTip(this.lblShooterCount, "Här visas hur många fysiska personer som är inskrivna");
			// 
			// lblPatrolCountHeader
			// 
			this.lblPatrolCountHeader.Location = new System.Drawing.Point(16, 88);
			this.lblPatrolCountHeader.Name = "lblPatrolCountHeader";
			this.lblPatrolCountHeader.Size = new System.Drawing.Size(100, 23);
			this.lblPatrolCountHeader.TabIndex = 2;
			this.lblPatrolCountHeader.Text = "Antal patruller";
			// 
			// SafeLabel2
			// 
			this.SafeLabel2.Location = new System.Drawing.Point(16, 64);
			this.SafeLabel2.Name = "SafeLabel2";
			this.SafeLabel2.Size = new System.Drawing.Size(100, 23);
			this.SafeLabel2.TabIndex = 1;
			this.SafeLabel2.Text = "Antal starter:";
			// 
			// btnCompetition
			// 
			this.btnCompetition.Enabled = false;
			this.btnCompetition.Location = new System.Drawing.Point(8, 8);
			this.btnCompetition.Name = "btnCompetition";
			this.btnCompetition.Size = new System.Drawing.Size(75, 23);
			this.btnCompetition.TabIndex = 2;
			this.btnCompetition.Text = "Tävlingsinfo";
			this.toolTip1.SetToolTip(this.btnCompetition, "Här skriver du in information om tävling");
			this.btnCompetition.Click += new System.EventHandler(this.btnCompetition_Click);
			// 
			// btnStations
			// 
			this.btnStations.Enabled = false;
			this.btnStations.Location = new System.Drawing.Point(88, 8);
			this.btnStations.Name = "btnStations";
			this.btnStations.Size = new System.Drawing.Size(75, 23);
			this.btnStations.TabIndex = 3;
			this.btnStations.Text = "Stationer";
			this.toolTip1.SetToolTip(this.btnStations, "Här talar du om hur många stationer som tävlingen omfattar och dess utseende");
			this.btnStations.Click += new System.EventHandler(this.btnStations_Click);
			// 
			// btnClubs
			// 
			this.btnClubs.Enabled = false;
			this.btnClubs.Location = new System.Drawing.Point(8, 32);
			this.btnClubs.Name = "btnClubs";
			this.btnClubs.Size = new System.Drawing.Size(75, 23);
			this.btnClubs.TabIndex = 4;
			this.btnClubs.Text = "Klubbar";
			this.toolTip1.SetToolTip(this.btnClubs, "Här lägger du till och drar ifrån klubbar som skyttarna sedan kan tillhöra");
			this.btnClubs.Click += new System.EventHandler(this.btnClubs_Click);
			// 
			// btnCompetitors
			// 
			this.btnCompetitors.Enabled = false;
			this.btnCompetitors.Location = new System.Drawing.Point(8, 56);
			this.btnCompetitors.Name = "btnCompetitors";
			this.btnCompetitors.Size = new System.Drawing.Size(75, 23);
			this.btnCompetitors.TabIndex = 6;
			this.btnCompetitors.Text = "Deltagare";
			this.toolTip1.SetToolTip(this.btnCompetitors, "Här fyller du i vilka skyttar som ska vara med i tävlingen");
			this.btnCompetitors.Click += new System.EventHandler(this.btnCompetitors_Click);
			// 
			// btnPatrols
			// 
			this.btnPatrols.Enabled = false;
			this.btnPatrols.Location = new System.Drawing.Point(88, 56);
			this.btnPatrols.Name = "btnPatrols";
			this.btnPatrols.Size = new System.Drawing.Size(75, 23);
			this.btnPatrols.TabIndex = 7;
			this.btnPatrols.Text = "Patruller";
			this.toolTip1.SetToolTip(this.btnPatrols, "Här hanterar du patrulltilldelningen");
			this.btnPatrols.Click += new System.EventHandler(this.btnPatrols_Click);
			// 
			// btnWeapons
			// 
			this.btnWeapons.Enabled = false;
			this.btnWeapons.Location = new System.Drawing.Point(88, 32);
			this.btnWeapons.Name = "btnWeapons";
			this.btnWeapons.Size = new System.Drawing.Size(75, 23);
			this.btnWeapons.TabIndex = 5;
			this.btnWeapons.Text = "Vapen";
			this.toolTip1.SetToolTip(this.btnWeapons, "Här lägger du till och drar ifrån vapen som skyttarna sedan kan använda");
			this.btnWeapons.Click += new System.EventHandler(this.btnWeapons_Click);
			// 
			// btnResults
			// 
			this.btnResults.Enabled = false;
			this.btnResults.Location = new System.Drawing.Point(8, 80);
			this.btnResults.Name = "btnResults";
			this.btnResults.Size = new System.Drawing.Size(155, 23);
			this.btnResults.TabIndex = 8;
			this.btnResults.Text = "Resultatinmatning";
			this.toolTip1.SetToolTip(this.btnResults, "Här matar du in resultaten");
			this.btnResults.Click += new System.EventHandler(this.btnResults_Click);
			// 
			// btnViewResults
			// 
			this.btnViewResults.Enabled = false;
			this.btnViewResults.Location = new System.Drawing.Point(8, 104);
			this.btnViewResults.Name = "btnViewResults";
			this.btnViewResults.Size = new System.Drawing.Size(75, 23);
			this.btnViewResults.TabIndex = 9;
			this.btnViewResults.Text = "Resultat";
			this.toolTip1.SetToolTip(this.btnViewResults, "Här visar du resultaten");
			this.btnViewResults.Click += new System.EventHandler(this.btnViewResults_Click);
			// 
			// btnTeamManagement
			// 
			this.btnTeamManagement.Enabled = false;
			this.btnTeamManagement.Location = new System.Drawing.Point(88, 104);
			this.btnTeamManagement.Name = "btnTeamManagement";
			this.btnTeamManagement.Size = new System.Drawing.Size(75, 23);
			this.btnTeamManagement.TabIndex = 11;
			this.btnTeamManagement.Text = "Lag";
			this.toolTip1.SetToolTip(this.btnTeamManagement, "Här hanterar du lagtävlingen");
			this.btnTeamManagement.Click += new System.EventHandler(this.btnTeamManagement_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.SafeLabel2);
			this.groupBox1.Controls.Add(this.SafeLabel1);
			this.groupBox1.Controls.Add(this.lblClubCount);
			this.groupBox1.Controls.Add(this.SafeLabel4);
			this.groupBox1.Controls.Add(this.lblPatrolCount);
			this.groupBox1.Controls.Add(this.lblCompetitorCount);
			this.groupBox1.Controls.Add(this.lblShooterCount);
			this.groupBox1.Controls.Add(this.lblPatrolCountHeader);
			this.groupBox1.Location = new System.Drawing.Point(168, 8);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(178, 120);
			this.groupBox1.TabIndex = 10;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Tävlingsinfo";
			// 
			// progressBar1
			// 
			this.progressBar1.Location = new System.Drawing.Point(8, 130);
			this.progressBar1.Name = "progressBar1";
			this.progressBar1.Size = new System.Drawing.Size(328, 23);
			this.progressBar1.TabIndex = 12;
			this.progressBar1.Visible = false;
			// 
			// timerEasterEgg
			// 
			this.timerEasterEgg.Interval = 10000;
			this.timerEasterEgg.Tick += new System.EventHandler(this.timerEasterEgg_Tick);
			// 
			// FMain
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(358, 157);
			this.Controls.Add(this.progressBar1);
			this.Controls.Add(this.btnTeamManagement);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.btnViewResults);
			this.Controls.Add(this.btnResults);
			this.Controls.Add(this.btnWeapons);
			this.Controls.Add(this.btnPatrols);
			this.Controls.Add(this.btnCompetitors);
			this.Controls.Add(this.btnClubs);
			this.Controls.Add(this.btnStations);
			this.Controls.Add(this.btnCompetition);
			this.HelpButton = true;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.MaximizeBox = false;
			this.Menu = this.mainMenu1;
			this.Name = "FMain";
			this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
			this.Text = "FMain";
			this.groupBox1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Example #3
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(FImport));
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.txtFileToImport = new Allberg.Shooter.Windows.Forms.SafeTextBox();
     this.dataGridResult  = new System.Windows.Forms.DataGrid();
     this.splitter1       = new System.Windows.Forms.Splitter();
     this.btnValidate     = new SafeButton();
     this.progressBar1    = new Allberg.Shooter.Windows.Forms.SafeProgressBar();
     this.chkAddPatrols   = new System.Windows.Forms.CheckBox();
     this.chkAddLanes     = new System.Windows.Forms.CheckBox();
     this.toolTip1        = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridResult)).BeginInit();
     this.SuspendLayout();
     //
     // txtFileToImport
     //
     this.txtFileToImport.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFileToImport.Location   = new System.Drawing.Point(136, 8);
     this.txtFileToImport.Multiline  = true;
     this.txtFileToImport.Name       = "txtFileToImport";
     this.txtFileToImport.ReadOnly   = true;
     this.txtFileToImport.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtFileToImport.Size       = new System.Drawing.Size(600, 112);
     this.txtFileToImport.TabIndex   = 0;
     this.txtFileToImport.WordWrap   = false;
     //
     // dataGridResult
     //
     this.dataGridResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.dataGridResult.DataMember      = "";
     this.dataGridResult.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.dataGridResult.Location        = new System.Drawing.Point(136, 120);
     this.dataGridResult.Name            = "dataGridResult";
     this.dataGridResult.ReadOnly        = true;
     this.dataGridResult.Size            = new System.Drawing.Size(600, 144);
     this.dataGridResult.TabIndex        = 1;
     //
     // splitter1
     //
     this.splitter1.Cursor         = System.Windows.Forms.Cursors.HSplit;
     this.splitter1.Location       = new System.Drawing.Point(0, 0);
     this.splitter1.Name           = "splitter1";
     this.splitter1.Size           = new System.Drawing.Size(128, 302);
     this.splitter1.TabIndex       = 2;
     this.splitter1.TabStop        = false;
     this.splitter1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter1_SplitterMoved);
     //
     // btnValidate
     //
     this.btnValidate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnValidate.Location = new System.Drawing.Point(136, 272);
     this.btnValidate.Name     = "btnValidate";
     this.btnValidate.Size     = new System.Drawing.Size(75, 23);
     this.btnValidate.TabIndex = 5;
     this.btnValidate.Text     = "Importera";
     this.toolTip1.SetToolTip(this.btnValidate, "Importerar data enligt ovan");
     this.btnValidate.Click += new System.EventHandler(this.btnValidate_Click);
     //
     // progressBar1
     //
     this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar1.Location = new System.Drawing.Point(216, 272);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(520, 23);
     this.progressBar1.TabIndex = 6;
     this.progressBar1.Visible  = false;
     //
     // chkAddPatrols
     //
     this.chkAddPatrols.Checked    = true;
     this.chkAddPatrols.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkAddPatrols.Location   = new System.Drawing.Point(8, 12);
     this.chkAddPatrols.Name       = "chkAddPatrols";
     this.chkAddPatrols.Size       = new System.Drawing.Size(112, 24);
     this.chkAddPatrols.TabIndex   = 8;
     this.chkAddPatrols.Text       = "Lägg till patruller";
     this.chkAddPatrols.Visible    = false;
     //
     // chkAddLanes
     //
     this.chkAddLanes.Checked    = true;
     this.chkAddLanes.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkAddLanes.Location   = new System.Drawing.Point(8, 33);
     this.chkAddLanes.Name       = "chkAddLanes";
     this.chkAddLanes.Size       = new System.Drawing.Size(112, 24);
     this.chkAddLanes.TabIndex   = 9;
     this.chkAddLanes.Text       = "Lägg till banor";
     this.chkAddLanes.Visible    = false;
     //
     // FImport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(744, 302);
     this.Controls.Add(this.chkAddLanes);
     this.Controls.Add(this.chkAddPatrols);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.btnValidate);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.dataGridResult);
     this.Controls.Add(this.txtFileToImport);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FImport";
     this.Text = "Importera skyttar från fil";
     ((System.ComponentModel.ISupportInitialize)(this.dataGridResult)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }