示例#1
0
        public override DataSet Clone()
        {
            DatasetClients cln = ((DatasetClients)(base.Clone()));

            cln.InitVars();
            return(cln);
        }
示例#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.dataGrid1                 = new System.Windows.Forms.DataGrid();
     this.datasetClients1           = new Allberg.Shooter.WinShooterServer.DatasetClients();
     this.dataGridTableStyle1       = new System.Windows.Forms.DataGridTableStyle();
     this.dataGridTextBoxIPAddress  = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxLastUpdate = new System.Windows.Forms.DataGridTextBoxColumn();
     this.openFileDialog1           = new System.Windows.Forms.OpenFileDialog();
     this.btnDispose                = new System.Windows.Forms.Button();
     this.timerClientsUpdate        = new System.Windows.Forms.Timer(this.components);
     this.chkWebServer              = new System.Windows.Forms.CheckBox();
     this.timerKeepConnection       = new System.Windows.Forms.Timer(this.components);
     this.numCasheSeconds           = new System.Windows.Forms.NumericUpDown();
     this.progressBarThreads        = new System.Windows.Forms.ProgressBar();
     this.timerThreadCount          = new System.Windows.Forms.Timer(this.components);
     this.numHttpPort               = new System.Windows.Forms.NumericUpDown();
     this.btnBackup                 = new System.Windows.Forms.Button();
     this.label4           = new Allberg.Shooter.Windows.Forms.SafeLabel();
     this.label3           = new Allberg.Shooter.Windows.Forms.SafeLabel();
     this.txtServerAddress = new Allberg.Shooter.Windows.Forms.SafeTextBox();
     this.txtFilename      = new Allberg.Shooter.Windows.Forms.SafeTextBox();
     this.label2           = new Allberg.Shooter.Windows.Forms.SafeLabel();
     this.label1           = new Allberg.Shooter.Windows.Forms.SafeLabel();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.datasetClients1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numCasheSeconds)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numHttpPort)).BeginInit();
     this.SuspendLayout();
     //
     // dataGrid1
     //
     this.dataGrid1.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.dataGrid1.CaptionText       = "Anslutna klienter";
     this.dataGrid1.DataMember        = "Clients";
     this.dataGrid1.DataSource        = this.datasetClients1;
     this.dataGrid1.HeaderForeColor   = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location          = new System.Drawing.Point(12, 88);
     this.dataGrid1.Name              = "dataGrid1";
     this.dataGrid1.ReadOnly          = true;
     this.dataGrid1.RowHeadersVisible = false;
     this.dataGrid1.Size              = new System.Drawing.Size(576, 191);
     this.dataGrid1.TabIndex          = 2;
     this.dataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     //
     // datasetClients1
     //
     this.datasetClients1.DataSetName             = "DatasetClients";
     this.datasetClients1.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.datasetClients1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.DataGrid = this.dataGrid1;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.dataGridTextBoxIPAddress,
         this.dataGridTextBoxLastUpdate
     });
     this.dataGridTableStyle1.HeaderForeColor      = System.Drawing.SystemColors.ControlText;
     this.dataGridTableStyle1.MappingName          = "Clients";
     this.dataGridTableStyle1.PreferredColumnWidth = 125;
     this.dataGridTableStyle1.ReadOnly             = true;
     this.dataGridTableStyle1.RowHeadersVisible    = false;
     //
     // dataGridTextBoxIPAddress
     //
     this.dataGridTextBoxIPAddress.Alignment   = System.Windows.Forms.HorizontalAlignment.Center;
     this.dataGridTextBoxIPAddress.Format      = "";
     this.dataGridTextBoxIPAddress.FormatInfo  = null;
     this.dataGridTextBoxIPAddress.HeaderText  = "Klient";
     this.dataGridTextBoxIPAddress.MappingName = "IPAddress";
     this.dataGridTextBoxIPAddress.NullText    = "";
     this.dataGridTextBoxIPAddress.ReadOnly    = true;
     this.dataGridTextBoxIPAddress.Width       = 125;
     //
     // dataGridTextBoxLastUpdate
     //
     this.dataGridTextBoxLastUpdate.Alignment   = System.Windows.Forms.HorizontalAlignment.Center;
     this.dataGridTextBoxLastUpdate.Format      = "";
     this.dataGridTextBoxLastUpdate.FormatInfo  = null;
     this.dataGridTextBoxLastUpdate.HeaderText  = "Senast anslutning";
     this.dataGridTextBoxLastUpdate.MappingName = "LastUpdate";
     this.dataGridTextBoxLastUpdate.NullText    = "";
     this.dataGridTextBoxLastUpdate.ReadOnly    = true;
     this.dataGridTextBoxLastUpdate.Width       = 150;
     //
     // btnDispose
     //
     this.btnDispose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDispose.Location = new System.Drawing.Point(496, 287);
     this.btnDispose.Name     = "btnDispose";
     this.btnDispose.Size     = new System.Drawing.Size(88, 23);
     this.btnDispose.TabIndex = 3;
     this.btnDispose.Text     = "Avsluta server";
     this.btnDispose.Click   += new System.EventHandler(this.btnDispose_Click);
     //
     // timerClientsUpdate
     //
     this.timerClientsUpdate.Interval = 5000;
     this.timerClientsUpdate.Tick    += new System.EventHandler(this.timerClientsUpdate_Tick);
     //
     // chkWebServer
     //
     this.chkWebServer.Location        = new System.Drawing.Point(96, 58);
     this.chkWebServer.Name            = "chkWebServer";
     this.chkWebServer.Size            = new System.Drawing.Size(152, 24);
     this.chkWebServer.TabIndex        = 6;
     this.chkWebServer.Text            = "Kör som webbserver med";
     this.chkWebServer.CheckedChanged += new System.EventHandler(this.chkWebServer_CheckedChanged);
     //
     // timerKeepConnection
     //
     this.timerKeepConnection.Interval = 60000;
     this.timerKeepConnection.Tick    += new System.EventHandler(this.timerKeepConnection_Tick);
     //
     // numCasheSeconds
     //
     this.numCasheSeconds.Increment = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numCasheSeconds.Location = new System.Drawing.Point(248, 58);
     this.numCasheSeconds.Maximum  = new decimal(new int[] {
         600,
         0,
         0,
         0
     });
     this.numCasheSeconds.Minimum = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.numCasheSeconds.Name      = "numCasheSeconds";
     this.numCasheSeconds.Size      = new System.Drawing.Size(56, 20);
     this.numCasheSeconds.TabIndex  = 7;
     this.numCasheSeconds.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numCasheSeconds.Value     = new decimal(new int[] {
         120,
         0,
         0,
         0
     });
     //
     // progressBarThreads
     //
     this.progressBarThreads.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBarThreads.Location = new System.Drawing.Point(120, 287);
     this.progressBarThreads.Name     = "progressBarThreads";
     this.progressBarThreads.Size     = new System.Drawing.Size(368, 23);
     this.progressBarThreads.TabIndex = 9;
     this.progressBarThreads.Click   += new System.EventHandler(this.progressBarThreads_Click);
     //
     // timerThreadCount
     //
     this.timerThreadCount.Enabled = true;
     this.timerThreadCount.Tick   += new System.EventHandler(this.timerThreadCount_Tick);
     //
     // numHttpPort
     //
     this.numHttpPort.Location = new System.Drawing.Point(441, 58);
     this.numHttpPort.Maximum  = new decimal(new int[] {
         89,
         0,
         0,
         0
     });
     this.numHttpPort.Minimum = new decimal(new int[] {
         80,
         0,
         0,
         0
     });
     this.numHttpPort.Name      = "numHttpPort";
     this.numHttpPort.Size      = new System.Drawing.Size(56, 20);
     this.numHttpPort.TabIndex  = 11;
     this.numHttpPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numHttpPort.Value     = new decimal(new int[] {
         80,
         0,
         0,
         0
     });
     //
     // btnBackup
     //
     this.btnBackup.Location = new System.Drawing.Point(8, 58);
     this.btnBackup.Name     = "btnBackup";
     this.btnBackup.Size     = new System.Drawing.Size(75, 23);
     this.btnBackup.TabIndex = 12;
     this.btnBackup.Text     = "Backup";
     this.btnBackup.UseVisualStyleBackColor = true;
     this.btnBackup.Click += new System.EventHandler(this.btnBackup_Click);
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.Location = new System.Drawing.Point(8, 287);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(100, 23);
     this.label4.TabIndex = 10;
     this.label4.Text     = "Antal trådar";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(310, 62);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(144, 16);
     this.label3.TabIndex = 8;
     this.label3.Text     = "sekunders cache på port";
     //
     // txtServerAddress
     //
     this.txtServerAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.txtServerAddress.Location = new System.Drawing.Point(96, 32);
     this.txtServerAddress.Name     = "txtServerAddress";
     this.txtServerAddress.ReadOnly = true;
     this.txtServerAddress.Size     = new System.Drawing.Size(488, 20);
     this.txtServerAddress.TabIndex = 5;
     //
     // txtFilename
     //
     this.txtFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFilename.Location = new System.Drawing.Point(96, 8);
     this.txtFilename.Name     = "txtFilename";
     this.txtFilename.ReadOnly = true;
     this.txtFilename.Size     = new System.Drawing.Size(488, 20);
     this.txtFilename.TabIndex = 1;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 23);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Server adress";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Databas";
     //
     // FMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(592, 317);
     this.Controls.Add(this.btnBackup);
     this.Controls.Add(this.numHttpPort);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.progressBarThreads);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.numCasheSeconds);
     this.Controls.Add(this.chkWebServer);
     this.Controls.Add(this.txtServerAddress);
     this.Controls.Add(this.txtFilename);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.btnDispose);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.label1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "FMain";
     this.Text = "WinShooter Server";
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.datasetClients1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numCasheSeconds)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numHttpPort)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#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(FMain));
			this.dataGrid1 = new System.Windows.Forms.DataGrid();
			this.datasetClients1 = new Allberg.Shooter.WinShooterServer.DatasetClients();
			this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
			this.dataGridTextBoxIPAddress = new System.Windows.Forms.DataGridTextBoxColumn();
			this.dataGridTextBoxLastUpdate = new System.Windows.Forms.DataGridTextBoxColumn();
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.btnDispose = new System.Windows.Forms.Button();
			this.timerClientsUpdate = new System.Windows.Forms.Timer(this.components);
			this.chkWebServer = new System.Windows.Forms.CheckBox();
			this.timerKeepConnection = new System.Windows.Forms.Timer(this.components);
			this.numCasheSeconds = new System.Windows.Forms.NumericUpDown();
			this.progressBarThreads = new System.Windows.Forms.ProgressBar();
			this.timerThreadCount = new System.Windows.Forms.Timer(this.components);
			this.numHttpPort = new System.Windows.Forms.NumericUpDown();
			this.btnBackup = new System.Windows.Forms.Button();
			this.label4 = new Allberg.Shooter.Windows.Forms.SafeLabel();
			this.label3 = new Allberg.Shooter.Windows.Forms.SafeLabel();
			this.txtServerAddress = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			this.txtFilename = new Allberg.Shooter.Windows.Forms.SafeTextBox();
			this.label2 = new Allberg.Shooter.Windows.Forms.SafeLabel();
			this.label1 = new Allberg.Shooter.Windows.Forms.SafeLabel();
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.datasetClients1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numCasheSeconds)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.numHttpPort)).BeginInit();
			this.SuspendLayout();
			// 
			// dataGrid1
			// 
			this.dataGrid1.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.dataGrid1.CaptionText = "Anslutna klienter";
			this.dataGrid1.DataMember = "Clients";
			this.dataGrid1.DataSource = this.datasetClients1;
			this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGrid1.Location = new System.Drawing.Point(12, 88);
			this.dataGrid1.Name = "dataGrid1";
			this.dataGrid1.ReadOnly = true;
			this.dataGrid1.RowHeadersVisible = false;
			this.dataGrid1.Size = new System.Drawing.Size(576, 191);
			this.dataGrid1.TabIndex = 2;
			this.dataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
			this.dataGridTableStyle1});
			// 
			// datasetClients1
			// 
			this.datasetClients1.DataSetName = "DatasetClients";
			this.datasetClients1.Locale = new System.Globalization.CultureInfo("en-US");
			this.datasetClients1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
			// 
			// dataGridTableStyle1
			// 
			this.dataGridTableStyle1.DataGrid = this.dataGrid1;
			this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
			this.dataGridTextBoxIPAddress,
			this.dataGridTextBoxLastUpdate});
			this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGridTableStyle1.MappingName = "Clients";
			this.dataGridTableStyle1.PreferredColumnWidth = 125;
			this.dataGridTableStyle1.ReadOnly = true;
			this.dataGridTableStyle1.RowHeadersVisible = false;
			// 
			// dataGridTextBoxIPAddress
			// 
			this.dataGridTextBoxIPAddress.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
			this.dataGridTextBoxIPAddress.Format = "";
			this.dataGridTextBoxIPAddress.FormatInfo = null;
			this.dataGridTextBoxIPAddress.HeaderText = "Klient";
			this.dataGridTextBoxIPAddress.MappingName = "IPAddress";
			this.dataGridTextBoxIPAddress.NullText = "";
			this.dataGridTextBoxIPAddress.ReadOnly = true;
			this.dataGridTextBoxIPAddress.Width = 125;
			// 
			// dataGridTextBoxLastUpdate
			// 
			this.dataGridTextBoxLastUpdate.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
			this.dataGridTextBoxLastUpdate.Format = "";
			this.dataGridTextBoxLastUpdate.FormatInfo = null;
			this.dataGridTextBoxLastUpdate.HeaderText = "Senast anslutning";
			this.dataGridTextBoxLastUpdate.MappingName = "LastUpdate";
			this.dataGridTextBoxLastUpdate.NullText = "";
			this.dataGridTextBoxLastUpdate.ReadOnly = true;
			this.dataGridTextBoxLastUpdate.Width = 150;
			// 
			// btnDispose
			// 
			this.btnDispose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.btnDispose.Location = new System.Drawing.Point(496, 287);
			this.btnDispose.Name = "btnDispose";
			this.btnDispose.Size = new System.Drawing.Size(88, 23);
			this.btnDispose.TabIndex = 3;
			this.btnDispose.Text = "Avsluta server";
			this.btnDispose.Click += new System.EventHandler(this.btnDispose_Click);
			// 
			// timerClientsUpdate
			// 
			this.timerClientsUpdate.Interval = 5000;
			this.timerClientsUpdate.Tick += new System.EventHandler(this.timerClientsUpdate_Tick);
			// 
			// chkWebServer
			// 
			this.chkWebServer.Location = new System.Drawing.Point(96, 58);
			this.chkWebServer.Name = "chkWebServer";
			this.chkWebServer.Size = new System.Drawing.Size(152, 24);
			this.chkWebServer.TabIndex = 6;
			this.chkWebServer.Text = "Kör som webbserver med";
			this.chkWebServer.CheckedChanged += new System.EventHandler(this.chkWebServer_CheckedChanged);
			// 
			// timerKeepConnection
			// 
			this.timerKeepConnection.Interval = 60000;
			this.timerKeepConnection.Tick += new System.EventHandler(this.timerKeepConnection_Tick);
			// 
			// numCasheSeconds
			// 
			this.numCasheSeconds.Increment = new decimal(new int[] {
			10,
			0,
			0,
			0});
			this.numCasheSeconds.Location = new System.Drawing.Point(248, 58);
			this.numCasheSeconds.Maximum = new decimal(new int[] {
			600,
			0,
			0,
			0});
			this.numCasheSeconds.Minimum = new decimal(new int[] {
			10,
			0,
			0,
			0});
			this.numCasheSeconds.Name = "numCasheSeconds";
			this.numCasheSeconds.Size = new System.Drawing.Size(56, 20);
			this.numCasheSeconds.TabIndex = 7;
			this.numCasheSeconds.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numCasheSeconds.Value = new decimal(new int[] {
			120,
			0,
			0,
			0});
			// 
			// progressBarThreads
			// 
			this.progressBarThreads.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.progressBarThreads.Location = new System.Drawing.Point(120, 287);
			this.progressBarThreads.Name = "progressBarThreads";
			this.progressBarThreads.Size = new System.Drawing.Size(368, 23);
			this.progressBarThreads.TabIndex = 9;
			this.progressBarThreads.Click += new System.EventHandler(this.progressBarThreads_Click);
			// 
			// timerThreadCount
			// 
			this.timerThreadCount.Enabled = true;
			this.timerThreadCount.Tick += new System.EventHandler(this.timerThreadCount_Tick);
			// 
			// numHttpPort
			// 
			this.numHttpPort.Location = new System.Drawing.Point(441, 58);
			this.numHttpPort.Maximum = new decimal(new int[] {
			89,
			0,
			0,
			0});
			this.numHttpPort.Minimum = new decimal(new int[] {
			80,
			0,
			0,
			0});
			this.numHttpPort.Name = "numHttpPort";
			this.numHttpPort.Size = new System.Drawing.Size(56, 20);
			this.numHttpPort.TabIndex = 11;
			this.numHttpPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.numHttpPort.Value = new decimal(new int[] {
			80,
			0,
			0,
			0});
			// 
			// btnBackup
			// 
			this.btnBackup.Location = new System.Drawing.Point(8, 58);
			this.btnBackup.Name = "btnBackup";
			this.btnBackup.Size = new System.Drawing.Size(75, 23);
			this.btnBackup.TabIndex = 12;
			this.btnBackup.Text = "Backup";
			this.btnBackup.UseVisualStyleBackColor = true;
			this.btnBackup.Click += new System.EventHandler(this.btnBackup_Click);
			// 
			// label4
			// 
			this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.label4.Location = new System.Drawing.Point(8, 287);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(100, 23);
			this.label4.TabIndex = 10;
			this.label4.Text = "Antal trådar";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(310, 62);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(144, 16);
			this.label3.TabIndex = 8;
			this.label3.Text = "sekunders cache på port";
			// 
			// txtServerAddress
			// 
			this.txtServerAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtServerAddress.Location = new System.Drawing.Point(96, 32);
			this.txtServerAddress.Name = "txtServerAddress";
			this.txtServerAddress.ReadOnly = true;
			this.txtServerAddress.Size = new System.Drawing.Size(488, 20);
			this.txtServerAddress.TabIndex = 5;
			// 
			// txtFilename
			// 
			this.txtFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.txtFilename.Location = new System.Drawing.Point(96, 8);
			this.txtFilename.Name = "txtFilename";
			this.txtFilename.ReadOnly = true;
			this.txtFilename.Size = new System.Drawing.Size(488, 20);
			this.txtFilename.TabIndex = 1;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(8, 32);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(80, 23);
			this.label2.TabIndex = 4;
			this.label2.Text = "Server adress";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(48, 23);
			this.label1.TabIndex = 0;
			this.label1.Text = "Databas";
			// 
			// FMain
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(592, 317);
			this.Controls.Add(this.btnBackup);
			this.Controls.Add(this.numHttpPort);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.progressBarThreads);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.numCasheSeconds);
			this.Controls.Add(this.chkWebServer);
			this.Controls.Add(this.txtServerAddress);
			this.Controls.Add(this.txtFilename);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.btnDispose);
			this.Controls.Add(this.dataGrid1);
			this.Controls.Add(this.label1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "FMain";
			this.Text = "WinShooter Server";
			((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.datasetClients1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numCasheSeconds)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.numHttpPort)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}